From fc00c59f8409d273781d76107d65f0665b095405 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Sun, 1 Jun 2014 00:10:21 +0200 Subject: [PATCH] [Test] Added API compatibility test This test checks every public API under OpenTK.Audio, OpenTK.Compute and OpenTK.Graphics for compatibility. Incompatible changes will cause a compilation failure. --- .../Test.API.Desktop/Test.API.Desktop.csproj | 47 + Source/Tests/Test.API.Desktop/api.cs | 94372 ++++++++++++++++ 2 files changed, 94419 insertions(+) create mode 100644 Source/Tests/Test.API.Desktop/Test.API.Desktop.csproj create mode 100644 Source/Tests/Test.API.Desktop/api.cs diff --git a/Source/Tests/Test.API.Desktop/Test.API.Desktop.csproj b/Source/Tests/Test.API.Desktop/Test.API.Desktop.csproj new file mode 100644 index 00000000..580939f5 --- /dev/null +++ b/Source/Tests/Test.API.Desktop/Test.API.Desktop.csproj @@ -0,0 +1,47 @@ + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99} + Exe + Test.API.Desktop + Test.API.Desktop + v2.0 + + + true + full + false + ..\..\..\Binaries\Tests\Debug + DEBUG; + prompt + 4 + false + true + + + full + true + ..\..\..\Binaries\Tests\Release + prompt + 4 + false + true + + + + + {A37A7E14-0000-0000-0000-000000000000} + OpenTK + + + + + + + + + \ No newline at end of file diff --git a/Source/Tests/Test.API.Desktop/api.cs b/Source/Tests/Test.API.Desktop/api.cs new file mode 100644 index 00000000..6284a8bc --- /dev/null +++ b/Source/Tests/Test.API.Desktop/api.cs @@ -0,0 +1,94372 @@ +#pragma warning disable 219,612,618,1720 +class Test { +public static void Main() { } +static void Test_AccumOp_10238() { + var _Accum = OpenTK.Graphics.OpenGL.AccumOp.Accum; + var _Load = OpenTK.Graphics.OpenGL.AccumOp.Load; + var _Return = OpenTK.Graphics.OpenGL.AccumOp.Return; + var _Mult = OpenTK.Graphics.OpenGL.AccumOp.Mult; + var _Add = OpenTK.Graphics.OpenGL.AccumOp.Add; +} +static void Test_ActiveAttribType_10239() { + var _None = OpenTK.Graphics.OpenGL.ActiveAttribType.None; + var _Int = OpenTK.Graphics.OpenGL.ActiveAttribType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.ActiveAttribType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.ActiveAttribType.Float; + var _Double = OpenTK.Graphics.OpenGL.ActiveAttribType.Double; + var _FloatVec2 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL.ActiveAttribType.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL.ActiveAttribType.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL.ActiveAttribType.IntVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat4; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL.ActiveAttribType.FloatMat4x3; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL.ActiveAttribType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL.ActiveAttribType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL.ActiveAttribType.UnsignedIntVec4; + var _DoubleMat2 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL.ActiveAttribType.DoubleVec4; +} +static void Test_ActiveSubroutineUniformParameter_10240() { + var _UniformSize = OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter.UniformNameLength; + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter.CompatibleSubroutines; +} +static void Test_ActiveUniformBlockParameter_10241() { + var _UniformBlockReferencedByTessControlShader = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockReferencedByTessControlShader; + var _UniformBlockReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockReferencedByTessEvaluationShader; + var _UniformBlockBinding = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByGeometryShader = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockReferencedByGeometryShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockReferencedByFragmentShader; + var _UniformBlockReferencedByComputeShader = OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter.UniformBlockReferencedByComputeShader; +} +static void Test_ActiveUniformParameter_10242() { + var _UniformType = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformType; + var _UniformSize = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformIsRowMajor; + var _UniformAtomicCounterBufferIndex = OpenTK.Graphics.OpenGL.ActiveUniformParameter.UniformAtomicCounterBufferIndex; +} +static void Test_ActiveUniformType_10243() { + var _Int = OpenTK.Graphics.OpenGL.ActiveUniformType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.ActiveUniformType.Float; + var _Double = OpenTK.Graphics.OpenGL.ActiveUniformType.Double; + var _FloatVec2 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL.ActiveUniformType.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL.ActiveUniformType.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL.ActiveUniformType.IntVec4; + var _Bool = OpenTK.Graphics.OpenGL.ActiveUniformType.Bool; + var _BoolVec2 = OpenTK.Graphics.OpenGL.ActiveUniformType.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.OpenGL.ActiveUniformType.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.OpenGL.ActiveUniformType.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat4; + var _Sampler1D = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler1D; + var _Sampler2D = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler2D; + var _Sampler3D = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler3D; + var _SamplerCube = OpenTK.Graphics.OpenGL.ActiveUniformType.SamplerCube; + var _Sampler1DShadow = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler1DShadow; + var _Sampler2DShadow = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler2DShadow; + var _Sampler2DRect = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler2DRect; + var _Sampler2DRectShadow = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler2DRectShadow; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL.ActiveUniformType.FloatMat4x3; + var _Sampler1DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler1DArray; + var _Sampler2DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler2DArray; + var _SamplerBuffer = OpenTK.Graphics.OpenGL.ActiveUniformType.SamplerBuffer; + var _Sampler1DArrayShadow = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler1DArrayShadow; + var _Sampler2DArrayShadow = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler2DArrayShadow; + var _SamplerCubeShadow = OpenTK.Graphics.OpenGL.ActiveUniformType.SamplerCubeShadow; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntVec4; + var _IntSampler1D = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSampler1D; + var _IntSampler2D = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSampler2D; + var _IntSampler3D = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSampler3D; + var _IntSamplerCube = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSamplerCube; + var _IntSampler2DRect = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSampler2DRect; + var _IntSampler1DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSampler1DArray; + var _IntSampler2DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSampler2DArray; + var _IntSamplerBuffer = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSamplerBuffer; + var _UnsignedIntSampler1D = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSampler1D; + var _UnsignedIntSampler2D = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSampler2D; + var _UnsignedIntSampler3D = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSampler3D; + var _UnsignedIntSamplerCube = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSamplerCube; + var _UnsignedIntSampler2DRect = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSampler2DRect; + var _UnsignedIntSampler1DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSampler1DArray; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSampler2DArray; + var _UnsignedIntSamplerBuffer = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSamplerBuffer; + var _DoubleVec2 = OpenTK.Graphics.OpenGL.ActiveUniformType.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL.ActiveUniformType.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL.ActiveUniformType.DoubleVec4; + var _SamplerCubeMapArray = OpenTK.Graphics.OpenGL.ActiveUniformType.SamplerCubeMapArray; + var _SamplerCubeMapArrayShadow = OpenTK.Graphics.OpenGL.ActiveUniformType.SamplerCubeMapArrayShadow; + var _IntSamplerCubeMapArray = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSamplerCubeMapArray; + var _UnsignedIntSamplerCubeMapArray = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSamplerCubeMapArray; + var _Image1D = OpenTK.Graphics.OpenGL.ActiveUniformType.Image1D; + var _Image2D = OpenTK.Graphics.OpenGL.ActiveUniformType.Image2D; + var _Image3D = OpenTK.Graphics.OpenGL.ActiveUniformType.Image3D; + var _Image2DRect = OpenTK.Graphics.OpenGL.ActiveUniformType.Image2DRect; + var _ImageCube = OpenTK.Graphics.OpenGL.ActiveUniformType.ImageCube; + var _ImageBuffer = OpenTK.Graphics.OpenGL.ActiveUniformType.ImageBuffer; + var _Image1DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.Image1DArray; + var _Image2DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.Image2DArray; + var _ImageCubeMapArray = OpenTK.Graphics.OpenGL.ActiveUniformType.ImageCubeMapArray; + var _Image2DMultisample = OpenTK.Graphics.OpenGL.ActiveUniformType.Image2DMultisample; + var _Image2DMultisampleArray = OpenTK.Graphics.OpenGL.ActiveUniformType.Image2DMultisampleArray; + var _IntImage1D = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImage1D; + var _IntImage2D = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImage2D; + var _IntImage3D = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImage3D; + var _IntImage2DRect = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImage2DRect; + var _IntImageCube = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImageCube; + var _IntImageBuffer = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImageBuffer; + var _IntImage1DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImage1DArray; + var _IntImage2DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImage2DArray; + var _IntImageCubeMapArray = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImageCubeMapArray; + var _IntImage2DMultisample = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImage2DMultisample; + var _IntImage2DMultisampleArray = OpenTK.Graphics.OpenGL.ActiveUniformType.IntImage2DMultisampleArray; + var _UnsignedIntImage1D = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImage1D; + var _UnsignedIntImage2D = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImage2D; + var _UnsignedIntImage3D = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImage3D; + var _UnsignedIntImage2DRect = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImage2DRect; + var _UnsignedIntImageCube = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImageCube; + var _UnsignedIntImageBuffer = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImageBuffer; + var _UnsignedIntImage1DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImage1DArray; + var _UnsignedIntImage2DArray = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImage2DArray; + var _UnsignedIntImageCubeMapArray = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImageCubeMapArray; + var _UnsignedIntImage2DMultisample = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImage2DMultisample; + var _UnsignedIntImage2DMultisampleArray = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntImage2DMultisampleArray; + var _Sampler2DMultisample = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler2DMultisample; + var _IntSampler2DMultisample = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSampler2DMultisample; + var _UnsignedIntSampler2DMultisample = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSampler2DMultisample; + var _Sampler2DMultisampleArray = OpenTK.Graphics.OpenGL.ActiveUniformType.Sampler2DMultisampleArray; + var _IntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL.ActiveUniformType.IntSampler2DMultisampleArray; + var _UnsignedIntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntSampler2DMultisampleArray; + var _UnsignedIntAtomicCounter = OpenTK.Graphics.OpenGL.ActiveUniformType.UnsignedIntAtomicCounter; +} +static void Test_All_10244() { + var _False = OpenTK.Graphics.OpenGL.All.False; + var _LayoutDefaultIntel = OpenTK.Graphics.OpenGL.All.LayoutDefaultIntel; + var _NoError = OpenTK.Graphics.OpenGL.All.NoError; + var _None = OpenTK.Graphics.OpenGL.All.None; + var _NoneOes = OpenTK.Graphics.OpenGL.All.NoneOes; + var _Zero = OpenTK.Graphics.OpenGL.All.Zero; + var _ClosePathNv = OpenTK.Graphics.OpenGL.All.ClosePathNv; + var _Points = OpenTK.Graphics.OpenGL.All.Points; + var _PerfquerySingleContextIntel = OpenTK.Graphics.OpenGL.All.PerfquerySingleContextIntel; + var _ClientPixelStoreBit = OpenTK.Graphics.OpenGL.All.ClientPixelStoreBit; + var _ContextCoreProfileBit = OpenTK.Graphics.OpenGL.All.ContextCoreProfileBit; + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.OpenGL.All.ContextFlagForwardCompatibleBit; + var _CurrentBit = OpenTK.Graphics.OpenGL.All.CurrentBit; + var _Gl2XBitAti = OpenTK.Graphics.OpenGL.All.Gl2XBitAti; + var _PerfqueryGlobalContextIntel = OpenTK.Graphics.OpenGL.All.PerfqueryGlobalContextIntel; + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.OpenGL.All.QueryDepthPassEventBitAmd; + var _RedBitAti = OpenTK.Graphics.OpenGL.All.RedBitAti; + var _SyncFlushCommandsBit = OpenTK.Graphics.OpenGL.All.SyncFlushCommandsBit; + var _TextureDeformationBitSgix = OpenTK.Graphics.OpenGL.All.TextureDeformationBitSgix; + var _TextureStorageSparseBitAmd = OpenTK.Graphics.OpenGL.All.TextureStorageSparseBitAmd; + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL.All.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.OpenGL.All.VertexAttribArrayBarrierBitExt; + var _VertexShaderBit = OpenTK.Graphics.OpenGL.All.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.OpenGL.All.VertexShaderBitExt; + var _ClientVertexArrayBit = OpenTK.Graphics.OpenGL.All.ClientVertexArrayBit; + var _CompBitAti = OpenTK.Graphics.OpenGL.All.CompBitAti; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.OpenGL.All.ContextCompatibilityProfileBit; + var _ContextFlagDebugBit = OpenTK.Graphics.OpenGL.All.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.OpenGL.All.ContextFlagDebugBitKhr; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL.All.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.OpenGL.All.ElementArrayBarrierBitExt; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL.All.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.OpenGL.All.FragmentShaderBitExt; + var _GeometryDeformationBitSgix = OpenTK.Graphics.OpenGL.All.GeometryDeformationBitSgix; + var _Gl4XBitAti = OpenTK.Graphics.OpenGL.All.Gl4XBitAti; + var _GreenBitAti = OpenTK.Graphics.OpenGL.All.GreenBitAti; + var _PointBit = OpenTK.Graphics.OpenGL.All.PointBit; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.OpenGL.All.QueryDepthFailEventBitAmd; + var _BlueBitAti = OpenTK.Graphics.OpenGL.All.BlueBitAti; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.OpenGL.All.ContextFlagRobustAccessBitArb; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL.All.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.OpenGL.All.GeometryShaderBitExt; + var _Gl8XBitAti = OpenTK.Graphics.OpenGL.All.Gl8XBitAti; + var _LineBit = OpenTK.Graphics.OpenGL.All.LineBit; + var _NegateBitAti = OpenTK.Graphics.OpenGL.All.NegateBitAti; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.OpenGL.All.QueryStencilFailEventBitAmd; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL.All.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.OpenGL.All.UniformBarrierBitExt; + var _Vertex23BitPgi = OpenTK.Graphics.OpenGL.All.Vertex23BitPgi; + var _BiasBitAti = OpenTK.Graphics.OpenGL.All.BiasBitAti; + var _HalfBitAti = OpenTK.Graphics.OpenGL.All.HalfBitAti; + var _PolygonBit = OpenTK.Graphics.OpenGL.All.PolygonBit; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.OpenGL.All.QueryDepthBoundsFailEventBitAmd; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL.All.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.OpenGL.All.TessControlShaderBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL.All.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.OpenGL.All.TextureFetchBarrierBitExt; + var _Vertex4BitPgi = OpenTK.Graphics.OpenGL.All.Vertex4BitPgi; + var _PolygonStippleBit = OpenTK.Graphics.OpenGL.All.PolygonStippleBit; + var _QuarterBitAti = OpenTK.Graphics.OpenGL.All.QuarterBitAti; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.OpenGL.All.ShaderGlobalAccessBarrierBitNv; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL.All.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.OpenGL.All.TessEvaluationShaderBitExt; + var _ComputeShaderBit = OpenTK.Graphics.OpenGL.All.ComputeShaderBit; + var _EighthBitAti = OpenTK.Graphics.OpenGL.All.EighthBitAti; + var _PixelModeBit = OpenTK.Graphics.OpenGL.All.PixelModeBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL.All.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.OpenGL.All.ShaderImageAccessBarrierBitExt; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL.All.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.OpenGL.All.CommandBarrierBitExt; + var _LightingBit = OpenTK.Graphics.OpenGL.All.LightingBit; + var _SaturateBitAti = OpenTK.Graphics.OpenGL.All.SaturateBitAti; + var _FogBit = OpenTK.Graphics.OpenGL.All.FogBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL.All.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.OpenGL.All.PixelBufferBarrierBitExt; + var _DepthBufferBit = OpenTK.Graphics.OpenGL.All.DepthBufferBit; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL.All.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.OpenGL.All.TextureUpdateBarrierBitExt; + var _AccumBufferBit = OpenTK.Graphics.OpenGL.All.AccumBufferBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL.All.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.OpenGL.All.BufferUpdateBarrierBitExt; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL.All.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.OpenGL.All.FramebufferBarrierBitExt; + var _StencilBufferBit = OpenTK.Graphics.OpenGL.All.StencilBufferBit; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL.All.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackBarrierBitExt; + var _ViewportBit = OpenTK.Graphics.OpenGL.All.ViewportBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL.All.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.OpenGL.All.AtomicCounterBarrierBitExt; + var _TransformBit = OpenTK.Graphics.OpenGL.All.TransformBit; + var _EnableBit = OpenTK.Graphics.OpenGL.All.EnableBit; + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL.All.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL.All.ClientMappedBufferBarrierBit; + var _ColorBufferBit = OpenTK.Graphics.OpenGL.All.ColorBufferBit; + var _CoverageBufferBitNv = OpenTK.Graphics.OpenGL.All.CoverageBufferBitNv; + var _HintBit = OpenTK.Graphics.OpenGL.All.HintBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL.All.QueryBufferBarrierBit; + var _Lines = OpenTK.Graphics.OpenGL.All.Lines; + var _MapReadBit = OpenTK.Graphics.OpenGL.All.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.OpenGL.All.MapReadBitExt; + var _RestartSun = OpenTK.Graphics.OpenGL.All.RestartSun; + var _Color3BitPgi = OpenTK.Graphics.OpenGL.All.Color3BitPgi; + var _EvalBit = OpenTK.Graphics.OpenGL.All.EvalBit; + var _FontXMinBoundsBitNv = OpenTK.Graphics.OpenGL.All.FontXMinBoundsBitNv; + var _LineLoop = OpenTK.Graphics.OpenGL.All.LineLoop; + var _MapWriteBit = OpenTK.Graphics.OpenGL.All.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.OpenGL.All.MapWriteBitExt; + var _ReplaceMiddleSun = OpenTK.Graphics.OpenGL.All.ReplaceMiddleSun; + var _Color4BitPgi = OpenTK.Graphics.OpenGL.All.Color4BitPgi; + var _FontYMinBoundsBitNv = OpenTK.Graphics.OpenGL.All.FontYMinBoundsBitNv; + var _ListBit = OpenTK.Graphics.OpenGL.All.ListBit; + var _LineStrip = OpenTK.Graphics.OpenGL.All.LineStrip; + var _ReplaceOldestSun = OpenTK.Graphics.OpenGL.All.ReplaceOldestSun; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL.All.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.OpenGL.All.MapInvalidateRangeBitExt; + var _Triangles = OpenTK.Graphics.OpenGL.All.Triangles; + var _EdgeflagBitPgi = OpenTK.Graphics.OpenGL.All.EdgeflagBitPgi; + var _FontXMaxBoundsBitNv = OpenTK.Graphics.OpenGL.All.FontXMaxBoundsBitNv; + var _TextureBit = OpenTK.Graphics.OpenGL.All.TextureBit; + var _TriangleStrip = OpenTK.Graphics.OpenGL.All.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.OpenGL.All.TriangleFan; + var _Quads = OpenTK.Graphics.OpenGL.All.Quads; + var _QuadsExt = OpenTK.Graphics.OpenGL.All.QuadsExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL.All.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.OpenGL.All.MapInvalidateBufferBitExt; + var _QuadStrip = OpenTK.Graphics.OpenGL.All.QuadStrip; + var _FontYMaxBoundsBitNv = OpenTK.Graphics.OpenGL.All.FontYMaxBoundsBitNv; + var _IndexBitPgi = OpenTK.Graphics.OpenGL.All.IndexBitPgi; + var _ScissorBit = OpenTK.Graphics.OpenGL.All.ScissorBit; + var _Polygon = OpenTK.Graphics.OpenGL.All.Polygon; + var _LinesAdjacency = OpenTK.Graphics.OpenGL.All.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.OpenGL.All.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.OpenGL.All.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.OpenGL.All.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.OpenGL.All.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.OpenGL.All.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.OpenGL.All.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.OpenGL.All.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.OpenGL.All.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.OpenGL.All.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.OpenGL.All.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.OpenGL.All.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.OpenGL.All.Patches; + var _PatchesExt = OpenTK.Graphics.OpenGL.All.PatchesExt; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL.All.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.OpenGL.All.MapFlushExplicitBitExt; + var _FontUnitsPerEmBitNv = OpenTK.Graphics.OpenGL.All.FontUnitsPerEmBitNv; + var _MatAmbientBitPgi = OpenTK.Graphics.OpenGL.All.MatAmbientBitPgi; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL.All.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.OpenGL.All.MapUnsynchronizedBitExt; + var _FontAscenderBitNv = OpenTK.Graphics.OpenGL.All.FontAscenderBitNv; + var _MatAmbientAndDiffuseBitPgi = OpenTK.Graphics.OpenGL.All.MatAmbientAndDiffuseBitPgi; + var _MapPersistentBit = OpenTK.Graphics.OpenGL.All.MapPersistentBit; + var _FontDescenderBitNv = OpenTK.Graphics.OpenGL.All.FontDescenderBitNv; + var _MatDiffuseBitPgi = OpenTK.Graphics.OpenGL.All.MatDiffuseBitPgi; + var _MapCoherentBit = OpenTK.Graphics.OpenGL.All.MapCoherentBit; + var _FontHeightBitNv = OpenTK.Graphics.OpenGL.All.FontHeightBitNv; + var _MatEmissionBitPgi = OpenTK.Graphics.OpenGL.All.MatEmissionBitPgi; + var _BoldBitNv = OpenTK.Graphics.OpenGL.All.BoldBitNv; + var _GlyphWidthBitNv = OpenTK.Graphics.OpenGL.All.GlyphWidthBitNv; + var _Accum = OpenTK.Graphics.OpenGL.All.Accum; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL.All.DynamicStorageBit; + var _FontMaxAdvanceWidthBitNv = OpenTK.Graphics.OpenGL.All.FontMaxAdvanceWidthBitNv; + var _MatColorIndexesBitPgi = OpenTK.Graphics.OpenGL.All.MatColorIndexesBitPgi; + var _Load = OpenTK.Graphics.OpenGL.All.Load; + var _Return = OpenTK.Graphics.OpenGL.All.Return; + var _Mult = OpenTK.Graphics.OpenGL.All.Mult; + var _Add = OpenTK.Graphics.OpenGL.All.Add; + var _GlyphHeightBitNv = OpenTK.Graphics.OpenGL.All.GlyphHeightBitNv; + var _ItalicBitNv = OpenTK.Graphics.OpenGL.All.ItalicBitNv; + var _MoveToNv = OpenTK.Graphics.OpenGL.All.MoveToNv; + var _ClientStorageBit = OpenTK.Graphics.OpenGL.All.ClientStorageBit; + var _Never = OpenTK.Graphics.OpenGL.All.Never; + var _FontMaxAdvanceHeightBitNv = OpenTK.Graphics.OpenGL.All.FontMaxAdvanceHeightBitNv; + var _MatShininessBitPgi = OpenTK.Graphics.OpenGL.All.MatShininessBitPgi; + var _Less = OpenTK.Graphics.OpenGL.All.Less; + var _Equal = OpenTK.Graphics.OpenGL.All.Equal; + var _Lequal = OpenTK.Graphics.OpenGL.All.Lequal; + var _Greater = OpenTK.Graphics.OpenGL.All.Greater; + var _Notequal = OpenTK.Graphics.OpenGL.All.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL.All.Gequal; + var _Always = OpenTK.Graphics.OpenGL.All.Always; + var _RelativeMoveToNv = OpenTK.Graphics.OpenGL.All.RelativeMoveToNv; + var _SrcColor = OpenTK.Graphics.OpenGL.All.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL.All.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL.All.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL.All.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.OpenGL.All.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.OpenGL.All.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.OpenGL.All.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.OpenGL.All.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.OpenGL.All.SrcAlphaSaturate; + var _GlyphHorizontalBearingXBitNv = OpenTK.Graphics.OpenGL.All.GlyphHorizontalBearingXBitNv; + var _LineToNv = OpenTK.Graphics.OpenGL.All.LineToNv; + var _FrontLeft = OpenTK.Graphics.OpenGL.All.FrontLeft; + var _FontUnderlinePositionBitNv = OpenTK.Graphics.OpenGL.All.FontUnderlinePositionBitNv; + var _MatSpecularBitPgi = OpenTK.Graphics.OpenGL.All.MatSpecularBitPgi; + var _FrontRight = OpenTK.Graphics.OpenGL.All.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL.All.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL.All.BackRight; + var _Front = OpenTK.Graphics.OpenGL.All.Front; + var _Back = OpenTK.Graphics.OpenGL.All.Back; + var _Left = OpenTK.Graphics.OpenGL.All.Left; + var _Right = OpenTK.Graphics.OpenGL.All.Right; + var _FrontAndBack = OpenTK.Graphics.OpenGL.All.FrontAndBack; + var _Aux0 = OpenTK.Graphics.OpenGL.All.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL.All.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL.All.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL.All.Aux3; + var _RelativeLineToNv = OpenTK.Graphics.OpenGL.All.RelativeLineToNv; + var _InvalidEnum = OpenTK.Graphics.OpenGL.All.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.OpenGL.All.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.OpenGL.All.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.OpenGL.All.StackOverflow; + var _StackOverflowKhr = OpenTK.Graphics.OpenGL.All.StackOverflowKhr; + var _StackUnderflow = OpenTK.Graphics.OpenGL.All.StackUnderflow; + var _StackUnderflowKhr = OpenTK.Graphics.OpenGL.All.StackUnderflowKhr; + var _OutOfMemory = OpenTK.Graphics.OpenGL.All.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.OpenGL.All.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.OpenGL.All.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.OpenGL.All.InvalidFramebufferOperationOes; + var _HorizontalLineToNv = OpenTK.Graphics.OpenGL.All.HorizontalLineToNv; + var _Gl2D = OpenTK.Graphics.OpenGL.All.Gl2D; + var _Gl3D = OpenTK.Graphics.OpenGL.All.Gl3D; + var _Gl3DColor = OpenTK.Graphics.OpenGL.All.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.OpenGL.All.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.OpenGL.All.Gl4DColorTexture; + var _RelativeHorizontalLineToNv = OpenTK.Graphics.OpenGL.All.RelativeHorizontalLineToNv; + var _PassThroughToken = OpenTK.Graphics.OpenGL.All.PassThroughToken; + var _PointToken = OpenTK.Graphics.OpenGL.All.PointToken; + var _LineToken = OpenTK.Graphics.OpenGL.All.LineToken; + var _PolygonToken = OpenTK.Graphics.OpenGL.All.PolygonToken; + var _BitmapToken = OpenTK.Graphics.OpenGL.All.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.OpenGL.All.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.OpenGL.All.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.OpenGL.All.LineResetToken; + var _GlyphHorizontalBearingYBitNv = OpenTK.Graphics.OpenGL.All.GlyphHorizontalBearingYBitNv; + var _VerticalLineToNv = OpenTK.Graphics.OpenGL.All.VerticalLineToNv; + var _Exp = OpenTK.Graphics.OpenGL.All.Exp; + var _FontUnderlineThicknessBitNv = OpenTK.Graphics.OpenGL.All.FontUnderlineThicknessBitNv; + var _NormalBitPgi = OpenTK.Graphics.OpenGL.All.NormalBitPgi; + var _Exp2 = OpenTK.Graphics.OpenGL.All.Exp2; + var _RelativeVerticalLineToNv = OpenTK.Graphics.OpenGL.All.RelativeVerticalLineToNv; + var _Cw = OpenTK.Graphics.OpenGL.All.Cw; + var _Ccw = OpenTK.Graphics.OpenGL.All.Ccw; + var _QuadraticCurveToNv = OpenTK.Graphics.OpenGL.All.QuadraticCurveToNv; + var _Coeff = OpenTK.Graphics.OpenGL.All.Coeff; + var _Order = OpenTK.Graphics.OpenGL.All.Order; + var _Domain = OpenTK.Graphics.OpenGL.All.Domain; + var _RelativeQuadraticCurveToNv = OpenTK.Graphics.OpenGL.All.RelativeQuadraticCurveToNv; + var _CurrentColor = OpenTK.Graphics.OpenGL.All.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.OpenGL.All.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.OpenGL.All.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.OpenGL.All.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.OpenGL.All.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.OpenGL.All.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.OpenGL.All.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.OpenGL.All.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.OpenGL.All.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.OpenGL.All.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.OpenGL.All.PointSmooth; + var _PointSize = OpenTK.Graphics.OpenGL.All.PointSize; + var _PointSizeRange = OpenTK.Graphics.OpenGL.All.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.OpenGL.All.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.OpenGL.All.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.OpenGL.All.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.OpenGL.All.LineSmooth; + var _LineWidth = OpenTK.Graphics.OpenGL.All.LineWidth; + var _LineWidthRange = OpenTK.Graphics.OpenGL.All.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.OpenGL.All.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.OpenGL.All.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.OpenGL.All.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.OpenGL.All.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.OpenGL.All.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.OpenGL.All.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.OpenGL.All.ListMode; + var _MaxListNesting = OpenTK.Graphics.OpenGL.All.MaxListNesting; + var _ListBase = OpenTK.Graphics.OpenGL.All.ListBase; + var _ListIndex = OpenTK.Graphics.OpenGL.All.ListIndex; + var _PolygonMode = OpenTK.Graphics.OpenGL.All.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.OpenGL.All.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.OpenGL.All.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.OpenGL.All.EdgeFlag; + var _CullFace = OpenTK.Graphics.OpenGL.All.CullFace; + var _CullFaceMode = OpenTK.Graphics.OpenGL.All.CullFaceMode; + var _FrontFace = OpenTK.Graphics.OpenGL.All.FrontFace; + var _Lighting = OpenTK.Graphics.OpenGL.All.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.OpenGL.All.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.OpenGL.All.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.OpenGL.All.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.OpenGL.All.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.OpenGL.All.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.OpenGL.All.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.OpenGL.All.ColorMaterial; + var _Fog = OpenTK.Graphics.OpenGL.All.Fog; + var _FogIndex = OpenTK.Graphics.OpenGL.All.FogIndex; + var _FogDensity = OpenTK.Graphics.OpenGL.All.FogDensity; + var _FogStart = OpenTK.Graphics.OpenGL.All.FogStart; + var _FogEnd = OpenTK.Graphics.OpenGL.All.FogEnd; + var _FogMode = OpenTK.Graphics.OpenGL.All.FogMode; + var _FogColor = OpenTK.Graphics.OpenGL.All.FogColor; + var _DepthRange = OpenTK.Graphics.OpenGL.All.DepthRange; + var _DepthTest = OpenTK.Graphics.OpenGL.All.DepthTest; + var _DepthWritemask = OpenTK.Graphics.OpenGL.All.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.OpenGL.All.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.OpenGL.All.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.OpenGL.All.AccumClearValue; + var _StencilTest = OpenTK.Graphics.OpenGL.All.StencilTest; + var _StencilClearValue = OpenTK.Graphics.OpenGL.All.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.OpenGL.All.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.OpenGL.All.StencilValueMask; + var _StencilFail = OpenTK.Graphics.OpenGL.All.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.OpenGL.All.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.OpenGL.All.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.OpenGL.All.StencilRef; + var _StencilWritemask = OpenTK.Graphics.OpenGL.All.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.OpenGL.All.MatrixMode; + var _Normalize = OpenTK.Graphics.OpenGL.All.Normalize; + var _Viewport = OpenTK.Graphics.OpenGL.All.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.OpenGL.All.Modelview0StackDepthExt; + var _ModelviewStackDepth = OpenTK.Graphics.OpenGL.All.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.OpenGL.All.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.OpenGL.All.TextureStackDepth; + var _Modelview0MatrixExt = OpenTK.Graphics.OpenGL.All.Modelview0MatrixExt; + var _ModelviewMatrix = OpenTK.Graphics.OpenGL.All.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.OpenGL.All.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.OpenGL.All.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.OpenGL.All.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.OpenGL.All.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.OpenGL.All.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.OpenGL.All.AlphaTestQcom; + var _AlphaTestFunc = OpenTK.Graphics.OpenGL.All.AlphaTestFunc; + var _AlphaTestFuncQcom = OpenTK.Graphics.OpenGL.All.AlphaTestFuncQcom; + var _AlphaTestRef = OpenTK.Graphics.OpenGL.All.AlphaTestRef; + var _AlphaTestRefQcom = OpenTK.Graphics.OpenGL.All.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.OpenGL.All.Dither; + var _BlendDst = OpenTK.Graphics.OpenGL.All.BlendDst; + var _BlendSrc = OpenTK.Graphics.OpenGL.All.BlendSrc; + var _Blend = OpenTK.Graphics.OpenGL.All.Blend; + var _LogicOpMode = OpenTK.Graphics.OpenGL.All.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.OpenGL.All.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.OpenGL.All.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.OpenGL.All.ColorLogicOp; + var _CubicCurveToNv = OpenTK.Graphics.OpenGL.All.CubicCurveToNv; + var _AuxBuffers = OpenTK.Graphics.OpenGL.All.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.OpenGL.All.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.OpenGL.All.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.OpenGL.All.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.OpenGL.All.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.OpenGL.All.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.OpenGL.All.ScissorBox; + var _ScissorTest = OpenTK.Graphics.OpenGL.All.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.OpenGL.All.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.OpenGL.All.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.OpenGL.All.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.OpenGL.All.ColorWritemask; + var _IndexMode = OpenTK.Graphics.OpenGL.All.IndexMode; + var _RgbaMode = OpenTK.Graphics.OpenGL.All.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.OpenGL.All.Doublebuffer; + var _Stereo = OpenTK.Graphics.OpenGL.All.Stereo; + var _RenderMode = OpenTK.Graphics.OpenGL.All.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.OpenGL.All.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.OpenGL.All.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.OpenGL.All.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.OpenGL.All.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.OpenGL.All.FogHint; + var _TextureGenS = OpenTK.Graphics.OpenGL.All.TextureGenS; + var _TextureGenT = OpenTK.Graphics.OpenGL.All.TextureGenT; + var _TextureGenR = OpenTK.Graphics.OpenGL.All.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.OpenGL.All.TextureGenQ; + var _PixelMapIToI = OpenTK.Graphics.OpenGL.All.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.OpenGL.All.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.OpenGL.All.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.OpenGL.All.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.OpenGL.All.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.OpenGL.All.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.OpenGL.All.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.OpenGL.All.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.OpenGL.All.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.OpenGL.All.PixelMapAToA; + var _PixelMapIToISize = OpenTK.Graphics.OpenGL.All.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.OpenGL.All.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.OpenGL.All.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.OpenGL.All.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.OpenGL.All.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.OpenGL.All.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.OpenGL.All.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.OpenGL.All.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.OpenGL.All.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.OpenGL.All.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.OpenGL.All.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.OpenGL.All.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.OpenGL.All.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.OpenGL.All.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.OpenGL.All.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.OpenGL.All.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.OpenGL.All.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.OpenGL.All.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.OpenGL.All.UnpackAlignment; + var _RelativeCubicCurveToNv = OpenTK.Graphics.OpenGL.All.RelativeCubicCurveToNv; + var _PackSwapBytes = OpenTK.Graphics.OpenGL.All.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.OpenGL.All.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.OpenGL.All.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.OpenGL.All.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.OpenGL.All.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.OpenGL.All.PackAlignment; + var _MapColor = OpenTK.Graphics.OpenGL.All.MapColor; + var _MapStencil = OpenTK.Graphics.OpenGL.All.MapStencil; + var _IndexShift = OpenTK.Graphics.OpenGL.All.IndexShift; + var _IndexOffset = OpenTK.Graphics.OpenGL.All.IndexOffset; + var _RedScale = OpenTK.Graphics.OpenGL.All.RedScale; + var _RedBias = OpenTK.Graphics.OpenGL.All.RedBias; + var _ZoomX = OpenTK.Graphics.OpenGL.All.ZoomX; + var _ZoomY = OpenTK.Graphics.OpenGL.All.ZoomY; + var _GreenScale = OpenTK.Graphics.OpenGL.All.GreenScale; + var _GreenBias = OpenTK.Graphics.OpenGL.All.GreenBias; + var _BlueScale = OpenTK.Graphics.OpenGL.All.BlueScale; + var _BlueBias = OpenTK.Graphics.OpenGL.All.BlueBias; + var _AlphaScale = OpenTK.Graphics.OpenGL.All.AlphaScale; + var _AlphaBias = OpenTK.Graphics.OpenGL.All.AlphaBias; + var _DepthScale = OpenTK.Graphics.OpenGL.All.DepthScale; + var _DepthBias = OpenTK.Graphics.OpenGL.All.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.OpenGL.All.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.OpenGL.All.MaxLights; + var _MaxClipDistances = OpenTK.Graphics.OpenGL.All.MaxClipDistances; + var _MaxClipPlanes = OpenTK.Graphics.OpenGL.All.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.OpenGL.All.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.OpenGL.All.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.OpenGL.All.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.OpenGL.All.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.OpenGL.All.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.OpenGL.All.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.OpenGL.All.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.OpenGL.All.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.OpenGL.All.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.OpenGL.All.SubpixelBits; + var _IndexBits = OpenTK.Graphics.OpenGL.All.IndexBits; + var _RedBits = OpenTK.Graphics.OpenGL.All.RedBits; + var _GreenBits = OpenTK.Graphics.OpenGL.All.GreenBits; + var _BlueBits = OpenTK.Graphics.OpenGL.All.BlueBits; + var _AlphaBits = OpenTK.Graphics.OpenGL.All.AlphaBits; + var _DepthBits = OpenTK.Graphics.OpenGL.All.DepthBits; + var _StencilBits = OpenTK.Graphics.OpenGL.All.StencilBits; + var _AccumRedBits = OpenTK.Graphics.OpenGL.All.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.OpenGL.All.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.OpenGL.All.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.OpenGL.All.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.OpenGL.All.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.OpenGL.All.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.OpenGL.All.Map1Color4; + var _Map1Index = OpenTK.Graphics.OpenGL.All.Map1Index; + var _Map1Normal = OpenTK.Graphics.OpenGL.All.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.OpenGL.All.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.OpenGL.All.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.OpenGL.All.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.OpenGL.All.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.OpenGL.All.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.OpenGL.All.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.OpenGL.All.Map2Color4; + var _Map2Index = OpenTK.Graphics.OpenGL.All.Map2Index; + var _Map2Normal = OpenTK.Graphics.OpenGL.All.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.OpenGL.All.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.OpenGL.All.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.OpenGL.All.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.OpenGL.All.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.OpenGL.All.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.OpenGL.All.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.OpenGL.All.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.OpenGL.All.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.OpenGL.All.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.OpenGL.All.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.OpenGL.All.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL.All.Texture2D; + var _FeedbackBufferPointer = OpenTK.Graphics.OpenGL.All.FeedbackBufferPointer; + var _FeedbackBufferSize = OpenTK.Graphics.OpenGL.All.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.OpenGL.All.FeedbackBufferType; + var _SelectionBufferPointer = OpenTK.Graphics.OpenGL.All.SelectionBufferPointer; + var _SelectionBufferSize = OpenTK.Graphics.OpenGL.All.SelectionBufferSize; + var _SmoothQuadraticCurveToNv = OpenTK.Graphics.OpenGL.All.SmoothQuadraticCurveToNv; + var _RelativeSmoothQuadraticCurveToNv = OpenTK.Graphics.OpenGL.All.RelativeSmoothQuadraticCurveToNv; + var _GlyphHorizontalBearingAdvanceBitNv = OpenTK.Graphics.OpenGL.All.GlyphHorizontalBearingAdvanceBitNv; + var _SmoothCubicCurveToNv = OpenTK.Graphics.OpenGL.All.SmoothCubicCurveToNv; + var _GlyphHasKerningBitNv = OpenTK.Graphics.OpenGL.All.GlyphHasKerningBitNv; + var _TextureWidth = OpenTK.Graphics.OpenGL.All.TextureWidth; + var _FontHasKerningBitNv = OpenTK.Graphics.OpenGL.All.FontHasKerningBitNv; + var _Texcoord1BitPgi = OpenTK.Graphics.OpenGL.All.Texcoord1BitPgi; + var _TextureHeight = OpenTK.Graphics.OpenGL.All.TextureHeight; + var _TextureComponents = OpenTK.Graphics.OpenGL.All.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.OpenGL.All.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.OpenGL.All.TextureBorderColor; + var _TextureBorderColorNv = OpenTK.Graphics.OpenGL.All.TextureBorderColorNv; + var _TextureBorder = OpenTK.Graphics.OpenGL.All.TextureBorder; + var _RelativeSmoothCubicCurveToNv = OpenTK.Graphics.OpenGL.All.RelativeSmoothCubicCurveToNv; + var _DontCare = OpenTK.Graphics.OpenGL.All.DontCare; + var _Fastest = OpenTK.Graphics.OpenGL.All.Fastest; + var _Nicest = OpenTK.Graphics.OpenGL.All.Nicest; + var _SmallCcwArcToNv = OpenTK.Graphics.OpenGL.All.SmallCcwArcToNv; + var _Ambient = OpenTK.Graphics.OpenGL.All.Ambient; + var _Diffuse = OpenTK.Graphics.OpenGL.All.Diffuse; + var _Specular = OpenTK.Graphics.OpenGL.All.Specular; + var _Position = OpenTK.Graphics.OpenGL.All.Position; + var _SpotDirection = OpenTK.Graphics.OpenGL.All.SpotDirection; + var _SpotExponent = OpenTK.Graphics.OpenGL.All.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.OpenGL.All.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.OpenGL.All.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.OpenGL.All.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.OpenGL.All.QuadraticAttenuation; + var _RelativeSmallCcwArcToNv = OpenTK.Graphics.OpenGL.All.RelativeSmallCcwArcToNv; + var _Compile = OpenTK.Graphics.OpenGL.All.Compile; + var _CompileAndExecute = OpenTK.Graphics.OpenGL.All.CompileAndExecute; + var _SmallCwArcToNv = OpenTK.Graphics.OpenGL.All.SmallCwArcToNv; + var _Byte = OpenTK.Graphics.OpenGL.All.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.All.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.All.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.All.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.All.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.All.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.All.Float; + var _Gl2Bytes = OpenTK.Graphics.OpenGL.All.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.OpenGL.All.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.OpenGL.All.Gl4Bytes; + var _Double = OpenTK.Graphics.OpenGL.All.Double; + var _HalfApple = OpenTK.Graphics.OpenGL.All.HalfApple; + var _HalfFloat = OpenTK.Graphics.OpenGL.All.HalfFloat; + var _HalfFloatArb = OpenTK.Graphics.OpenGL.All.HalfFloatArb; + var _HalfFloatNv = OpenTK.Graphics.OpenGL.All.HalfFloatNv; + var _Fixed = OpenTK.Graphics.OpenGL.All.Fixed; + var _FixedOes = OpenTK.Graphics.OpenGL.All.FixedOes; + var _Int64Nv = OpenTK.Graphics.OpenGL.All.Int64Nv; + var _UnsignedInt64Arb = OpenTK.Graphics.OpenGL.All.UnsignedInt64Arb; + var _UnsignedInt64Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt64Nv; + var _RelativeSmallCwArcToNv = OpenTK.Graphics.OpenGL.All.RelativeSmallCwArcToNv; + var _Clear = OpenTK.Graphics.OpenGL.All.Clear; + var _And = OpenTK.Graphics.OpenGL.All.And; + var _AndReverse = OpenTK.Graphics.OpenGL.All.AndReverse; + var _Copy = OpenTK.Graphics.OpenGL.All.Copy; + var _AndInverted = OpenTK.Graphics.OpenGL.All.AndInverted; + var _Noop = OpenTK.Graphics.OpenGL.All.Noop; + var _Xor = OpenTK.Graphics.OpenGL.All.Xor; + var _XorNv = OpenTK.Graphics.OpenGL.All.XorNv; + var _Or = OpenTK.Graphics.OpenGL.All.Or; + var _Nor = OpenTK.Graphics.OpenGL.All.Nor; + var _Equiv = OpenTK.Graphics.OpenGL.All.Equiv; + var _Invert = OpenTK.Graphics.OpenGL.All.Invert; + var _OrReverse = OpenTK.Graphics.OpenGL.All.OrReverse; + var _CopyInverted = OpenTK.Graphics.OpenGL.All.CopyInverted; + var _OrInverted = OpenTK.Graphics.OpenGL.All.OrInverted; + var _Nand = OpenTK.Graphics.OpenGL.All.Nand; + var _Set = OpenTK.Graphics.OpenGL.All.Set; + var _LargeCcwArcToNv = OpenTK.Graphics.OpenGL.All.LargeCcwArcToNv; + var _Emission = OpenTK.Graphics.OpenGL.All.Emission; + var _Shininess = OpenTK.Graphics.OpenGL.All.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.OpenGL.All.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.OpenGL.All.ColorIndexes; + var _RelativeLargeCcwArcToNv = OpenTK.Graphics.OpenGL.All.RelativeLargeCcwArcToNv; + var _Modelview = OpenTK.Graphics.OpenGL.All.Modelview; + var _Modelview0Arb = OpenTK.Graphics.OpenGL.All.Modelview0Arb; + var _Modelview0Ext = OpenTK.Graphics.OpenGL.All.Modelview0Ext; + var _Projection = OpenTK.Graphics.OpenGL.All.Projection; + var _Texture = OpenTK.Graphics.OpenGL.All.Texture; + var _LargeCwArcToNv = OpenTK.Graphics.OpenGL.All.LargeCwArcToNv; + var _Color = OpenTK.Graphics.OpenGL.All.Color; + var _ColorExt = OpenTK.Graphics.OpenGL.All.ColorExt; + var _Depth = OpenTK.Graphics.OpenGL.All.Depth; + var _DepthExt = OpenTK.Graphics.OpenGL.All.DepthExt; + var _Stencil = OpenTK.Graphics.OpenGL.All.Stencil; + var _StencilExt = OpenTK.Graphics.OpenGL.All.StencilExt; + var _RelativeLargeCwArcToNv = OpenTK.Graphics.OpenGL.All.RelativeLargeCwArcToNv; + var _ColorIndex = OpenTK.Graphics.OpenGL.All.ColorIndex; + var _StencilIndex = OpenTK.Graphics.OpenGL.All.StencilIndex; + var _DepthComponent = OpenTK.Graphics.OpenGL.All.DepthComponent; + var _Red = OpenTK.Graphics.OpenGL.All.Red; + var _RedExt = OpenTK.Graphics.OpenGL.All.RedExt; + var _RedNv = OpenTK.Graphics.OpenGL.All.RedNv; + var _Green = OpenTK.Graphics.OpenGL.All.Green; + var _GreenNv = OpenTK.Graphics.OpenGL.All.GreenNv; + var _Blue = OpenTK.Graphics.OpenGL.All.Blue; + var _BlueNv = OpenTK.Graphics.OpenGL.All.BlueNv; + var _Alpha = OpenTK.Graphics.OpenGL.All.Alpha; + var _Rgb = OpenTK.Graphics.OpenGL.All.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL.All.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL.All.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL.All.LuminanceAlpha; + var _RasterPositionUnclippedIbm = OpenTK.Graphics.OpenGL.All.RasterPositionUnclippedIbm; + var _Bitmap = OpenTK.Graphics.OpenGL.All.Bitmap; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.OpenGL.All.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.OpenGL.All.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.OpenGL.All.ReclaimMemoryHintPgi; + var _NativeGraphicsHandlePgi = OpenTK.Graphics.OpenGL.All.NativeGraphicsHandlePgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.OpenGL.All.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.OpenGL.All.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.OpenGL.All.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.OpenGL.All.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.OpenGL.All.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.OpenGL.All.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.OpenGL.All.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.OpenGL.All.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.OpenGL.All.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.OpenGL.All.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.OpenGL.All.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.OpenGL.All.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.OpenGL.All.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.OpenGL.All.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.OpenGL.All.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.OpenGL.All.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.OpenGL.All.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.OpenGL.All.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.OpenGL.All.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.OpenGL.All.MaxVertexHintPgi; + var _Point = OpenTK.Graphics.OpenGL.All.Point; + var _Line = OpenTK.Graphics.OpenGL.All.Line; + var _Fill = OpenTK.Graphics.OpenGL.All.Fill; + var _Render = OpenTK.Graphics.OpenGL.All.Render; + var _Feedback = OpenTK.Graphics.OpenGL.All.Feedback; + var _Select = OpenTK.Graphics.OpenGL.All.Select; + var _Flat = OpenTK.Graphics.OpenGL.All.Flat; + var _Smooth = OpenTK.Graphics.OpenGL.All.Smooth; + var _Keep = OpenTK.Graphics.OpenGL.All.Keep; + var _Replace = OpenTK.Graphics.OpenGL.All.Replace; + var _Incr = OpenTK.Graphics.OpenGL.All.Incr; + var _Decr = OpenTK.Graphics.OpenGL.All.Decr; + var _Vendor = OpenTK.Graphics.OpenGL.All.Vendor; + var _Renderer = OpenTK.Graphics.OpenGL.All.Renderer; + var _Version = OpenTK.Graphics.OpenGL.All.Version; + var _Extensions = OpenTK.Graphics.OpenGL.All.Extensions; + var _GlyphVerticalBearingXBitNv = OpenTK.Graphics.OpenGL.All.GlyphVerticalBearingXBitNv; + var _S = OpenTK.Graphics.OpenGL.All.S; + var _MultisampleBit = OpenTK.Graphics.OpenGL.All.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.OpenGL.All.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.OpenGL.All.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.OpenGL.All.MultisampleBitExt; + var _Texcoord2BitPgi = OpenTK.Graphics.OpenGL.All.Texcoord2BitPgi; + var _T = OpenTK.Graphics.OpenGL.All.T; + var _R = OpenTK.Graphics.OpenGL.All.R; + var _Q = OpenTK.Graphics.OpenGL.All.Q; + var _Modulate = OpenTK.Graphics.OpenGL.All.Modulate; + var _Decal = OpenTK.Graphics.OpenGL.All.Decal; + var _TextureEnvMode = OpenTK.Graphics.OpenGL.All.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.OpenGL.All.TextureEnvColor; + var _TextureEnv = OpenTK.Graphics.OpenGL.All.TextureEnv; + var _EyeLinear = OpenTK.Graphics.OpenGL.All.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.OpenGL.All.ObjectLinear; + var _SphereMap = OpenTK.Graphics.OpenGL.All.SphereMap; + var _TextureGenMode = OpenTK.Graphics.OpenGL.All.TextureGenMode; + var _ObjectPlane = OpenTK.Graphics.OpenGL.All.ObjectPlane; + var _EyePlane = OpenTK.Graphics.OpenGL.All.EyePlane; + var _Nearest = OpenTK.Graphics.OpenGL.All.Nearest; + var _Linear = OpenTK.Graphics.OpenGL.All.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.OpenGL.All.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.OpenGL.All.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.OpenGL.All.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.OpenGL.All.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.OpenGL.All.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL.All.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL.All.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL.All.TextureWrapT; + var _Clamp = OpenTK.Graphics.OpenGL.All.Clamp; + var _Repeat = OpenTK.Graphics.OpenGL.All.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.OpenGL.All.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.OpenGL.All.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.OpenGL.All.PolygonOffsetLine; + var _R3G3B2 = OpenTK.Graphics.OpenGL.All.R3G3B2; + var _V2f = OpenTK.Graphics.OpenGL.All.V2f; + var _V3f = OpenTK.Graphics.OpenGL.All.V3f; + var _C4ubV2f = OpenTK.Graphics.OpenGL.All.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.OpenGL.All.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.OpenGL.All.C3fV3f; + var _N3fV3f = OpenTK.Graphics.OpenGL.All.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.OpenGL.All.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.OpenGL.All.T2fV3f; + var _T4fV4f = OpenTK.Graphics.OpenGL.All.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.OpenGL.All.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.OpenGL.All.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.OpenGL.All.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.OpenGL.All.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.OpenGL.All.T4fC4fN3fV4f; + var _ClipDistance0 = OpenTK.Graphics.OpenGL.All.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.OpenGL.All.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.OpenGL.All.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.OpenGL.All.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.OpenGL.All.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.OpenGL.All.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.OpenGL.All.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.OpenGL.All.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.OpenGL.All.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.OpenGL.All.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.OpenGL.All.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.OpenGL.All.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.OpenGL.All.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.OpenGL.All.ClipDistance7; + var _GlyphVerticalBearingYBitNv = OpenTK.Graphics.OpenGL.All.GlyphVerticalBearingYBitNv; + var _Light0 = OpenTK.Graphics.OpenGL.All.Light0; + var _Texcoord3BitPgi = OpenTK.Graphics.OpenGL.All.Texcoord3BitPgi; + var _Light1 = OpenTK.Graphics.OpenGL.All.Light1; + var _Light2 = OpenTK.Graphics.OpenGL.All.Light2; + var _Light3 = OpenTK.Graphics.OpenGL.All.Light3; + var _Light4 = OpenTK.Graphics.OpenGL.All.Light4; + var _Light5 = OpenTK.Graphics.OpenGL.All.Light5; + var _Light6 = OpenTK.Graphics.OpenGL.All.Light6; + var _Light7 = OpenTK.Graphics.OpenGL.All.Light7; + var _GlyphVerticalBearingAdvanceBitNv = OpenTK.Graphics.OpenGL.All.GlyphVerticalBearingAdvanceBitNv; + var _AbgrExt = OpenTK.Graphics.OpenGL.All.AbgrExt; + var _Texcoord4BitPgi = OpenTK.Graphics.OpenGL.All.Texcoord4BitPgi; + var _ConstantColor = OpenTK.Graphics.OpenGL.All.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.OpenGL.All.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL.All.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.OpenGL.All.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.OpenGL.All.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.OpenGL.All.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL.All.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.OpenGL.All.OneMinusConstantAlphaExt; + var _BlendColor = OpenTK.Graphics.OpenGL.All.BlendColor; + var _BlendColorExt = OpenTK.Graphics.OpenGL.All.BlendColorExt; + var _FuncAdd = OpenTK.Graphics.OpenGL.All.FuncAdd; + var _FuncAddExt = OpenTK.Graphics.OpenGL.All.FuncAddExt; + var _Min = OpenTK.Graphics.OpenGL.All.Min; + var _MinExt = OpenTK.Graphics.OpenGL.All.MinExt; + var _Max = OpenTK.Graphics.OpenGL.All.Max; + var _MaxExt = OpenTK.Graphics.OpenGL.All.MaxExt; + var _BlendEquation = OpenTK.Graphics.OpenGL.All.BlendEquation; + var _BlendEquationExt = OpenTK.Graphics.OpenGL.All.BlendEquationExt; + var _BlendEquationRgb = OpenTK.Graphics.OpenGL.All.BlendEquationRgb; + var _BlendEquationRgbExt = OpenTK.Graphics.OpenGL.All.BlendEquationRgbExt; + var _FuncSubtract = OpenTK.Graphics.OpenGL.All.FuncSubtract; + var _FuncSubtractExt = OpenTK.Graphics.OpenGL.All.FuncSubtractExt; + var _FuncReverseSubtract = OpenTK.Graphics.OpenGL.All.FuncReverseSubtract; + var _FuncReverseSubtractExt = OpenTK.Graphics.OpenGL.All.FuncReverseSubtractExt; + var _CmykExt = OpenTK.Graphics.OpenGL.All.CmykExt; + var _CmykaExt = OpenTK.Graphics.OpenGL.All.CmykaExt; + var _PackCmykHintExt = OpenTK.Graphics.OpenGL.All.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.OpenGL.All.UnpackCmykHintExt; + var _Convolution1D = OpenTK.Graphics.OpenGL.All.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.OpenGL.All.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.OpenGL.All.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.OpenGL.All.Convolution2DExt; + var _Separable2D = OpenTK.Graphics.OpenGL.All.Separable2D; + var _Separable2DExt = OpenTK.Graphics.OpenGL.All.Separable2DExt; + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL.All.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.OpenGL.All.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL.All.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.OpenGL.All.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL.All.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.OpenGL.All.ConvolutionFilterBiasExt; + var _Reduce = OpenTK.Graphics.OpenGL.All.Reduce; + var _ReduceExt = OpenTK.Graphics.OpenGL.All.ReduceExt; + var _ConvolutionFormat = OpenTK.Graphics.OpenGL.All.ConvolutionFormat; + var _ConvolutionFormatExt = OpenTK.Graphics.OpenGL.All.ConvolutionFormatExt; + var _ConvolutionWidth = OpenTK.Graphics.OpenGL.All.ConvolutionWidth; + var _ConvolutionWidthExt = OpenTK.Graphics.OpenGL.All.ConvolutionWidthExt; + var _ConvolutionHeight = OpenTK.Graphics.OpenGL.All.ConvolutionHeight; + var _ConvolutionHeightExt = OpenTK.Graphics.OpenGL.All.ConvolutionHeightExt; + var _MaxConvolutionWidth = OpenTK.Graphics.OpenGL.All.MaxConvolutionWidth; + var _MaxConvolutionWidthExt = OpenTK.Graphics.OpenGL.All.MaxConvolutionWidthExt; + var _MaxConvolutionHeight = OpenTK.Graphics.OpenGL.All.MaxConvolutionHeight; + var _MaxConvolutionHeightExt = OpenTK.Graphics.OpenGL.All.MaxConvolutionHeightExt; + var _PostConvolutionRedScale = OpenTK.Graphics.OpenGL.All.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.OpenGL.All.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.OpenGL.All.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.OpenGL.All.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.OpenGL.All.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.OpenGL.All.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.OpenGL.All.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.OpenGL.All.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.OpenGL.All.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.OpenGL.All.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.OpenGL.All.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.OpenGL.All.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.OpenGL.All.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.OpenGL.All.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.OpenGL.All.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.OpenGL.All.PostConvolutionAlphaBiasExt; + var _Histogram = OpenTK.Graphics.OpenGL.All.Histogram; + var _HistogramExt = OpenTK.Graphics.OpenGL.All.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.OpenGL.All.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.OpenGL.All.ProxyHistogramExt; + var _HistogramWidth = OpenTK.Graphics.OpenGL.All.HistogramWidth; + var _HistogramWidthExt = OpenTK.Graphics.OpenGL.All.HistogramWidthExt; + var _HistogramFormat = OpenTK.Graphics.OpenGL.All.HistogramFormat; + var _HistogramFormatExt = OpenTK.Graphics.OpenGL.All.HistogramFormatExt; + var _HistogramRedSize = OpenTK.Graphics.OpenGL.All.HistogramRedSize; + var _HistogramRedSizeExt = OpenTK.Graphics.OpenGL.All.HistogramRedSizeExt; + var _HistogramGreenSize = OpenTK.Graphics.OpenGL.All.HistogramGreenSize; + var _HistogramGreenSizeExt = OpenTK.Graphics.OpenGL.All.HistogramGreenSizeExt; + var _HistogramBlueSize = OpenTK.Graphics.OpenGL.All.HistogramBlueSize; + var _HistogramBlueSizeExt = OpenTK.Graphics.OpenGL.All.HistogramBlueSizeExt; + var _HistogramAlphaSize = OpenTK.Graphics.OpenGL.All.HistogramAlphaSize; + var _HistogramAlphaSizeExt = OpenTK.Graphics.OpenGL.All.HistogramAlphaSizeExt; + var _HistogramLuminanceSize = OpenTK.Graphics.OpenGL.All.HistogramLuminanceSize; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.OpenGL.All.HistogramLuminanceSizeExt; + var _HistogramSink = OpenTK.Graphics.OpenGL.All.HistogramSink; + var _HistogramSinkExt = OpenTK.Graphics.OpenGL.All.HistogramSinkExt; + var _Minmax = OpenTK.Graphics.OpenGL.All.Minmax; + var _MinmaxExt = OpenTK.Graphics.OpenGL.All.MinmaxExt; + var _MinmaxFormat = OpenTK.Graphics.OpenGL.All.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.OpenGL.All.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.OpenGL.All.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.OpenGL.All.MinmaxSinkExt; + var _TableTooLarge = OpenTK.Graphics.OpenGL.All.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.OpenGL.All.TableTooLargeExt; + var _UnsignedByte332 = OpenTK.Graphics.OpenGL.All.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.OpenGL.All.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.OpenGL.All.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.OpenGL.All.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.OpenGL.All.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.OpenGL.All.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.OpenGL.All.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.OpenGL.All.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.OpenGL.All.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.OpenGL.All.UnsignedInt1010102Ext; + var _PolygonOffsetExt = OpenTK.Graphics.OpenGL.All.PolygonOffsetExt; + var _PolygonOffsetFill = OpenTK.Graphics.OpenGL.All.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.OpenGL.All.PolygonOffsetFactor; + var _PolygonOffsetFactorExt = OpenTK.Graphics.OpenGL.All.PolygonOffsetFactorExt; + var _PolygonOffsetBiasExt = OpenTK.Graphics.OpenGL.All.PolygonOffsetBiasExt; + var _RescaleNormal = OpenTK.Graphics.OpenGL.All.RescaleNormal; + var _RescaleNormalExt = OpenTK.Graphics.OpenGL.All.RescaleNormalExt; + var _Alpha4 = OpenTK.Graphics.OpenGL.All.Alpha4; + var _Alpha4Ext = OpenTK.Graphics.OpenGL.All.Alpha4Ext; + var _Alpha8 = OpenTK.Graphics.OpenGL.All.Alpha8; + var _Alpha8Ext = OpenTK.Graphics.OpenGL.All.Alpha8Ext; + var _Alpha12 = OpenTK.Graphics.OpenGL.All.Alpha12; + var _Alpha12Ext = OpenTK.Graphics.OpenGL.All.Alpha12Ext; + var _Alpha16 = OpenTK.Graphics.OpenGL.All.Alpha16; + var _Alpha16Ext = OpenTK.Graphics.OpenGL.All.Alpha16Ext; + var _Luminance4 = OpenTK.Graphics.OpenGL.All.Luminance4; + var _Luminance4Ext = OpenTK.Graphics.OpenGL.All.Luminance4Ext; + var _Luminance8 = OpenTK.Graphics.OpenGL.All.Luminance8; + var _Luminance8Ext = OpenTK.Graphics.OpenGL.All.Luminance8Ext; + var _Luminance12 = OpenTK.Graphics.OpenGL.All.Luminance12; + var _Luminance12Ext = OpenTK.Graphics.OpenGL.All.Luminance12Ext; + var _Luminance16 = OpenTK.Graphics.OpenGL.All.Luminance16; + var _Luminance16Ext = OpenTK.Graphics.OpenGL.All.Luminance16Ext; + var _Luminance4Alpha4 = OpenTK.Graphics.OpenGL.All.Luminance4Alpha4; + var _Luminance4Alpha4Ext = OpenTK.Graphics.OpenGL.All.Luminance4Alpha4Ext; + var _Luminance6Alpha2 = OpenTK.Graphics.OpenGL.All.Luminance6Alpha2; + var _Luminance6Alpha2Ext = OpenTK.Graphics.OpenGL.All.Luminance6Alpha2Ext; + var _Luminance8Alpha8 = OpenTK.Graphics.OpenGL.All.Luminance8Alpha8; + var _Luminance8Alpha8Ext = OpenTK.Graphics.OpenGL.All.Luminance8Alpha8Ext; + var _Luminance12Alpha4 = OpenTK.Graphics.OpenGL.All.Luminance12Alpha4; + var _Luminance12Alpha4Ext = OpenTK.Graphics.OpenGL.All.Luminance12Alpha4Ext; + var _Luminance12Alpha12 = OpenTK.Graphics.OpenGL.All.Luminance12Alpha12; + var _Luminance12Alpha12Ext = OpenTK.Graphics.OpenGL.All.Luminance12Alpha12Ext; + var _Luminance16Alpha16 = OpenTK.Graphics.OpenGL.All.Luminance16Alpha16; + var _Luminance16Alpha16Ext = OpenTK.Graphics.OpenGL.All.Luminance16Alpha16Ext; + var _Intensity = OpenTK.Graphics.OpenGL.All.Intensity; + var _IntensityExt = OpenTK.Graphics.OpenGL.All.IntensityExt; + var _Intensity4 = OpenTK.Graphics.OpenGL.All.Intensity4; + var _Intensity4Ext = OpenTK.Graphics.OpenGL.All.Intensity4Ext; + var _Intensity8 = OpenTK.Graphics.OpenGL.All.Intensity8; + var _Intensity8Ext = OpenTK.Graphics.OpenGL.All.Intensity8Ext; + var _Intensity12 = OpenTK.Graphics.OpenGL.All.Intensity12; + var _Intensity12Ext = OpenTK.Graphics.OpenGL.All.Intensity12Ext; + var _Intensity16 = OpenTK.Graphics.OpenGL.All.Intensity16; + var _Intensity16Ext = OpenTK.Graphics.OpenGL.All.Intensity16Ext; + var _Rgb2Ext = OpenTK.Graphics.OpenGL.All.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.OpenGL.All.Rgb4; + var _Rgb4Ext = OpenTK.Graphics.OpenGL.All.Rgb4Ext; + var _Rgb5 = OpenTK.Graphics.OpenGL.All.Rgb5; + var _Rgb5Ext = OpenTK.Graphics.OpenGL.All.Rgb5Ext; + var _Rgb8 = OpenTK.Graphics.OpenGL.All.Rgb8; + var _Rgb8Ext = OpenTK.Graphics.OpenGL.All.Rgb8Ext; + var _Rgb10 = OpenTK.Graphics.OpenGL.All.Rgb10; + var _Rgb10Ext = OpenTK.Graphics.OpenGL.All.Rgb10Ext; + var _Rgb12 = OpenTK.Graphics.OpenGL.All.Rgb12; + var _Rgb12Ext = OpenTK.Graphics.OpenGL.All.Rgb12Ext; + var _Rgb16 = OpenTK.Graphics.OpenGL.All.Rgb16; + var _Rgb16Ext = OpenTK.Graphics.OpenGL.All.Rgb16Ext; + var _Rgba2 = OpenTK.Graphics.OpenGL.All.Rgba2; + var _Rgba2Ext = OpenTK.Graphics.OpenGL.All.Rgba2Ext; + var _Rgba4 = OpenTK.Graphics.OpenGL.All.Rgba4; + var _Rgba4Ext = OpenTK.Graphics.OpenGL.All.Rgba4Ext; + var _Rgb5A1 = OpenTK.Graphics.OpenGL.All.Rgb5A1; + var _Rgb5A1Ext = OpenTK.Graphics.OpenGL.All.Rgb5A1Ext; + var _Rgba8 = OpenTK.Graphics.OpenGL.All.Rgba8; + var _Rgba8Ext = OpenTK.Graphics.OpenGL.All.Rgba8Ext; + var _Rgb10A2 = OpenTK.Graphics.OpenGL.All.Rgb10A2; + var _Rgb10A2Ext = OpenTK.Graphics.OpenGL.All.Rgb10A2Ext; + var _Rgba12 = OpenTK.Graphics.OpenGL.All.Rgba12; + var _Rgba12Ext = OpenTK.Graphics.OpenGL.All.Rgba12Ext; + var _Rgba16 = OpenTK.Graphics.OpenGL.All.Rgba16; + var _Rgba16Ext = OpenTK.Graphics.OpenGL.All.Rgba16Ext; + var _TextureRedSize = OpenTK.Graphics.OpenGL.All.TextureRedSize; + var _TextureRedSizeExt = OpenTK.Graphics.OpenGL.All.TextureRedSizeExt; + var _TextureGreenSize = OpenTK.Graphics.OpenGL.All.TextureGreenSize; + var _TextureGreenSizeExt = OpenTK.Graphics.OpenGL.All.TextureGreenSizeExt; + var _TextureBlueSize = OpenTK.Graphics.OpenGL.All.TextureBlueSize; + var _TextureBlueSizeExt = OpenTK.Graphics.OpenGL.All.TextureBlueSizeExt; + var _TextureAlphaSize = OpenTK.Graphics.OpenGL.All.TextureAlphaSize; + var _TextureAlphaSizeExt = OpenTK.Graphics.OpenGL.All.TextureAlphaSizeExt; + var _TextureLuminanceSize = OpenTK.Graphics.OpenGL.All.TextureLuminanceSize; + var _TextureLuminanceSizeExt = OpenTK.Graphics.OpenGL.All.TextureLuminanceSizeExt; + var _TextureIntensitySize = OpenTK.Graphics.OpenGL.All.TextureIntensitySize; + var _TextureIntensitySizeExt = OpenTK.Graphics.OpenGL.All.TextureIntensitySizeExt; + var _ReplaceExt = OpenTK.Graphics.OpenGL.All.ReplaceExt; + var _ProxyTexture1D = OpenTK.Graphics.OpenGL.All.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.OpenGL.All.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.OpenGL.All.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.OpenGL.All.ProxyTexture2DExt; + var _TextureTooLargeExt = OpenTK.Graphics.OpenGL.All.TextureTooLargeExt; + var _TexturePriority = OpenTK.Graphics.OpenGL.All.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.OpenGL.All.TexturePriorityExt; + var _TextureResident = OpenTK.Graphics.OpenGL.All.TextureResident; + var _TextureResidentExt = OpenTK.Graphics.OpenGL.All.TextureResidentExt; + var _Texture1DBindingExt = OpenTK.Graphics.OpenGL.All.Texture1DBindingExt; + var _TextureBinding1D = OpenTK.Graphics.OpenGL.All.TextureBinding1D; + var _Texture2DBindingExt = OpenTK.Graphics.OpenGL.All.Texture2DBindingExt; + var _TextureBinding2D = OpenTK.Graphics.OpenGL.All.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.OpenGL.All.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.OpenGL.All.TextureBinding3D; + var _PackSkipImages = OpenTK.Graphics.OpenGL.All.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.OpenGL.All.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.OpenGL.All.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.OpenGL.All.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.OpenGL.All.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.OpenGL.All.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.OpenGL.All.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.OpenGL.All.UnpackImageHeightExt; + var _Texture3D = OpenTK.Graphics.OpenGL.All.Texture3D; + var _Texture3DExt = OpenTK.Graphics.OpenGL.All.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.OpenGL.All.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.OpenGL.All.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.OpenGL.All.ProxyTexture3DExt; + var _TextureDepth = OpenTK.Graphics.OpenGL.All.TextureDepth; + var _TextureDepthExt = OpenTK.Graphics.OpenGL.All.TextureDepthExt; + var _TextureWrapR = OpenTK.Graphics.OpenGL.All.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.OpenGL.All.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.OpenGL.All.TextureWrapROes; + var _Max3DTextureSize = OpenTK.Graphics.OpenGL.All.Max3DTextureSize; + var _Max3DTextureSizeExt = OpenTK.Graphics.OpenGL.All.Max3DTextureSizeExt; + var _VertexArray = OpenTK.Graphics.OpenGL.All.VertexArray; + var _VertexArrayExt = OpenTK.Graphics.OpenGL.All.VertexArrayExt; + var _VertexArrayKhr = OpenTK.Graphics.OpenGL.All.VertexArrayKhr; + var _NormalArray = OpenTK.Graphics.OpenGL.All.NormalArray; + var _NormalArrayExt = OpenTK.Graphics.OpenGL.All.NormalArrayExt; + var _ColorArray = OpenTK.Graphics.OpenGL.All.ColorArray; + var _ColorArrayExt = OpenTK.Graphics.OpenGL.All.ColorArrayExt; + var _IndexArray = OpenTK.Graphics.OpenGL.All.IndexArray; + var _IndexArrayExt = OpenTK.Graphics.OpenGL.All.IndexArrayExt; + var _TextureCoordArray = OpenTK.Graphics.OpenGL.All.TextureCoordArray; + var _TextureCoordArrayExt = OpenTK.Graphics.OpenGL.All.TextureCoordArrayExt; + var _EdgeFlagArray = OpenTK.Graphics.OpenGL.All.EdgeFlagArray; + var _EdgeFlagArrayExt = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayExt; + var _VertexArraySize = OpenTK.Graphics.OpenGL.All.VertexArraySize; + var _VertexArraySizeExt = OpenTK.Graphics.OpenGL.All.VertexArraySizeExt; + var _VertexArrayType = OpenTK.Graphics.OpenGL.All.VertexArrayType; + var _VertexArrayTypeExt = OpenTK.Graphics.OpenGL.All.VertexArrayTypeExt; + var _VertexArrayStride = OpenTK.Graphics.OpenGL.All.VertexArrayStride; + var _VertexArrayStrideExt = OpenTK.Graphics.OpenGL.All.VertexArrayStrideExt; + var _VertexArrayCountExt = OpenTK.Graphics.OpenGL.All.VertexArrayCountExt; + var _NormalArrayType = OpenTK.Graphics.OpenGL.All.NormalArrayType; + var _NormalArrayTypeExt = OpenTK.Graphics.OpenGL.All.NormalArrayTypeExt; + var _NormalArrayStride = OpenTK.Graphics.OpenGL.All.NormalArrayStride; + var _NormalArrayStrideExt = OpenTK.Graphics.OpenGL.All.NormalArrayStrideExt; + var _NormalArrayCountExt = OpenTK.Graphics.OpenGL.All.NormalArrayCountExt; + var _ColorArraySize = OpenTK.Graphics.OpenGL.All.ColorArraySize; + var _ColorArraySizeExt = OpenTK.Graphics.OpenGL.All.ColorArraySizeExt; + var _ColorArrayType = OpenTK.Graphics.OpenGL.All.ColorArrayType; + var _ColorArrayTypeExt = OpenTK.Graphics.OpenGL.All.ColorArrayTypeExt; + var _ColorArrayStride = OpenTK.Graphics.OpenGL.All.ColorArrayStride; + var _ColorArrayStrideExt = OpenTK.Graphics.OpenGL.All.ColorArrayStrideExt; + var _ColorArrayCountExt = OpenTK.Graphics.OpenGL.All.ColorArrayCountExt; + var _IndexArrayType = OpenTK.Graphics.OpenGL.All.IndexArrayType; + var _IndexArrayTypeExt = OpenTK.Graphics.OpenGL.All.IndexArrayTypeExt; + var _IndexArrayStride = OpenTK.Graphics.OpenGL.All.IndexArrayStride; + var _IndexArrayStrideExt = OpenTK.Graphics.OpenGL.All.IndexArrayStrideExt; + var _IndexArrayCountExt = OpenTK.Graphics.OpenGL.All.IndexArrayCountExt; + var _TextureCoordArraySize = OpenTK.Graphics.OpenGL.All.TextureCoordArraySize; + var _TextureCoordArraySizeExt = OpenTK.Graphics.OpenGL.All.TextureCoordArraySizeExt; + var _TextureCoordArrayType = OpenTK.Graphics.OpenGL.All.TextureCoordArrayType; + var _TextureCoordArrayTypeExt = OpenTK.Graphics.OpenGL.All.TextureCoordArrayTypeExt; + var _TextureCoordArrayStride = OpenTK.Graphics.OpenGL.All.TextureCoordArrayStride; + var _TextureCoordArrayStrideExt = OpenTK.Graphics.OpenGL.All.TextureCoordArrayStrideExt; + var _TextureCoordArrayCountExt = OpenTK.Graphics.OpenGL.All.TextureCoordArrayCountExt; + var _EdgeFlagArrayStride = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayStride; + var _EdgeFlagArrayStrideExt = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayStrideExt; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayCountExt; + var _VertexArrayPointer = OpenTK.Graphics.OpenGL.All.VertexArrayPointer; + var _VertexArrayPointerExt = OpenTK.Graphics.OpenGL.All.VertexArrayPointerExt; + var _NormalArrayPointer = OpenTK.Graphics.OpenGL.All.NormalArrayPointer; + var _NormalArrayPointerExt = OpenTK.Graphics.OpenGL.All.NormalArrayPointerExt; + var _ColorArrayPointer = OpenTK.Graphics.OpenGL.All.ColorArrayPointer; + var _ColorArrayPointerExt = OpenTK.Graphics.OpenGL.All.ColorArrayPointerExt; + var _IndexArrayPointer = OpenTK.Graphics.OpenGL.All.IndexArrayPointer; + var _IndexArrayPointerExt = OpenTK.Graphics.OpenGL.All.IndexArrayPointerExt; + var _TextureCoordArrayPointer = OpenTK.Graphics.OpenGL.All.TextureCoordArrayPointer; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.OpenGL.All.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointer = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayPointer; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayPointerExt; + var _InterlaceSgix = OpenTK.Graphics.OpenGL.All.InterlaceSgix; + var _DetailTexture2DSgis = OpenTK.Graphics.OpenGL.All.DetailTexture2DSgis; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.OpenGL.All.DetailTexture2DBindingSgis; + var _LinearDetailSgis = OpenTK.Graphics.OpenGL.All.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.OpenGL.All.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.OpenGL.All.LinearDetailColorSgis; + var _DetailTextureLevelSgis = OpenTK.Graphics.OpenGL.All.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.OpenGL.All.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.OpenGL.All.DetailTextureFuncPointsSgis; + var _Multisample = OpenTK.Graphics.OpenGL.All.Multisample; + var _MultisampleArb = OpenTK.Graphics.OpenGL.All.MultisampleArb; + var _MultisampleExt = OpenTK.Graphics.OpenGL.All.MultisampleExt; + var _MultisampleSgis = OpenTK.Graphics.OpenGL.All.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.OpenGL.All.SampleAlphaToCoverage; + var _SampleAlphaToCoverageArb = OpenTK.Graphics.OpenGL.All.SampleAlphaToCoverageArb; + var _SampleAlphaToMaskExt = OpenTK.Graphics.OpenGL.All.SampleAlphaToMaskExt; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.OpenGL.All.SampleAlphaToMaskSgis; + var _SampleAlphaToOne = OpenTK.Graphics.OpenGL.All.SampleAlphaToOne; + var _SampleAlphaToOneArb = OpenTK.Graphics.OpenGL.All.SampleAlphaToOneArb; + var _SampleAlphaToOneExt = OpenTK.Graphics.OpenGL.All.SampleAlphaToOneExt; + var _SampleAlphaToOneSgis = OpenTK.Graphics.OpenGL.All.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.OpenGL.All.SampleCoverage; + var _SampleCoverageArb = OpenTK.Graphics.OpenGL.All.SampleCoverageArb; + var _SampleMaskExt = OpenTK.Graphics.OpenGL.All.SampleMaskExt; + var _SampleMaskSgis = OpenTK.Graphics.OpenGL.All.SampleMaskSgis; + var _Gl1PassExt = OpenTK.Graphics.OpenGL.All.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.OpenGL.All.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.OpenGL.All.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.OpenGL.All.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.OpenGL.All.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.OpenGL.All.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.OpenGL.All.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.OpenGL.All.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.OpenGL.All.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.OpenGL.All.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.OpenGL.All.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.OpenGL.All.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.OpenGL.All.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.OpenGL.All.Gl4Pass3Sgis; + var _SampleBuffers = OpenTK.Graphics.OpenGL.All.SampleBuffers; + var _SampleBuffersArb = OpenTK.Graphics.OpenGL.All.SampleBuffersArb; + var _SampleBuffersExt = OpenTK.Graphics.OpenGL.All.SampleBuffersExt; + var _SampleBuffersSgis = OpenTK.Graphics.OpenGL.All.SampleBuffersSgis; + var _Samples = OpenTK.Graphics.OpenGL.All.Samples; + var _SamplesArb = OpenTK.Graphics.OpenGL.All.SamplesArb; + var _SamplesExt = OpenTK.Graphics.OpenGL.All.SamplesExt; + var _SamplesSgis = OpenTK.Graphics.OpenGL.All.SamplesSgis; + var _SampleCoverageValue = OpenTK.Graphics.OpenGL.All.SampleCoverageValue; + var _SampleCoverageValueArb = OpenTK.Graphics.OpenGL.All.SampleCoverageValueArb; + var _SampleMaskValueExt = OpenTK.Graphics.OpenGL.All.SampleMaskValueExt; + var _SampleMaskValueSgis = OpenTK.Graphics.OpenGL.All.SampleMaskValueSgis; + var _SampleCoverageInvert = OpenTK.Graphics.OpenGL.All.SampleCoverageInvert; + var _SampleCoverageInvertArb = OpenTK.Graphics.OpenGL.All.SampleCoverageInvertArb; + var _SampleMaskInvertExt = OpenTK.Graphics.OpenGL.All.SampleMaskInvertExt; + var _SampleMaskInvertSgis = OpenTK.Graphics.OpenGL.All.SampleMaskInvertSgis; + var _SamplePatternExt = OpenTK.Graphics.OpenGL.All.SamplePatternExt; + var _SamplePatternSgis = OpenTK.Graphics.OpenGL.All.SamplePatternSgis; + var _LinearSharpenSgis = OpenTK.Graphics.OpenGL.All.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.OpenGL.All.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.OpenGL.All.LinearSharpenColorSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.OpenGL.All.SharpenTextureFuncPointsSgis; + var _ColorMatrix = OpenTK.Graphics.OpenGL.All.ColorMatrix; + var _ColorMatrixSgi = OpenTK.Graphics.OpenGL.All.ColorMatrixSgi; + var _ColorMatrixStackDepth = OpenTK.Graphics.OpenGL.All.ColorMatrixStackDepth; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL.All.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepth = OpenTK.Graphics.OpenGL.All.MaxColorMatrixStackDepth; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL.All.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScale = OpenTK.Graphics.OpenGL.All.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.OpenGL.All.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.OpenGL.All.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.OpenGL.All.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.OpenGL.All.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.OpenGL.All.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.OpenGL.All.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.OpenGL.All.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL.All.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.OpenGL.All.ProxyTextureColorTableSgi; + var _TextureEnvBiasSgix = OpenTK.Graphics.OpenGL.All.TextureEnvBiasSgix; + var _ShadowAmbientSgix = OpenTK.Graphics.OpenGL.All.ShadowAmbientSgix; + var _TextureCompareFailValue = OpenTK.Graphics.OpenGL.All.TextureCompareFailValue; + var _TextureCompareFailValueArb = OpenTK.Graphics.OpenGL.All.TextureCompareFailValueArb; + var _BlendDstRgb = OpenTK.Graphics.OpenGL.All.BlendDstRgb; + var _BlendDstRgbExt = OpenTK.Graphics.OpenGL.All.BlendDstRgbExt; + var _BlendSrcRgb = OpenTK.Graphics.OpenGL.All.BlendSrcRgb; + var _BlendSrcRgbExt = OpenTK.Graphics.OpenGL.All.BlendSrcRgbExt; + var _BlendDstAlpha = OpenTK.Graphics.OpenGL.All.BlendDstAlpha; + var _BlendDstAlphaExt = OpenTK.Graphics.OpenGL.All.BlendDstAlphaExt; + var _BlendSrcAlpha = OpenTK.Graphics.OpenGL.All.BlendSrcAlpha; + var _BlendSrcAlphaExt = OpenTK.Graphics.OpenGL.All.BlendSrcAlphaExt; + var _Gl422Ext = OpenTK.Graphics.OpenGL.All.Gl422Ext; + var _Gl422RevExt = OpenTK.Graphics.OpenGL.All.Gl422RevExt; + var _Gl422AverageExt = OpenTK.Graphics.OpenGL.All.Gl422AverageExt; + var _Gl422RevAverageExt = OpenTK.Graphics.OpenGL.All.Gl422RevAverageExt; + var _ColorTable = OpenTK.Graphics.OpenGL.All.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.OpenGL.All.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL.All.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL.All.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL.All.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL.All.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.OpenGL.All.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.OpenGL.All.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.OpenGL.All.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL.All.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.OpenGL.All.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL.All.ProxyPostColorMatrixColorTableSgi; + var _ColorTableScale = OpenTK.Graphics.OpenGL.All.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.OpenGL.All.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.OpenGL.All.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.OpenGL.All.ColorTableBiasSgi; + var _ColorTableFormat = OpenTK.Graphics.OpenGL.All.ColorTableFormat; + var _ColorTableFormatSgi = OpenTK.Graphics.OpenGL.All.ColorTableFormatSgi; + var _ColorTableWidth = OpenTK.Graphics.OpenGL.All.ColorTableWidth; + var _ColorTableWidthSgi = OpenTK.Graphics.OpenGL.All.ColorTableWidthSgi; + var _ColorTableRedSize = OpenTK.Graphics.OpenGL.All.ColorTableRedSize; + var _ColorTableRedSizeSgi = OpenTK.Graphics.OpenGL.All.ColorTableRedSizeSgi; + var _ColorTableGreenSize = OpenTK.Graphics.OpenGL.All.ColorTableGreenSize; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.OpenGL.All.ColorTableGreenSizeSgi; + var _ColorTableBlueSize = OpenTK.Graphics.OpenGL.All.ColorTableBlueSize; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.OpenGL.All.ColorTableBlueSizeSgi; + var _ColorTableAlphaSize = OpenTK.Graphics.OpenGL.All.ColorTableAlphaSize; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.OpenGL.All.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSize = OpenTK.Graphics.OpenGL.All.ColorTableLuminanceSize; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.OpenGL.All.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySize = OpenTK.Graphics.OpenGL.All.ColorTableIntensitySize; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.OpenGL.All.ColorTableIntensitySizeSgi; + var _Bgr = OpenTK.Graphics.OpenGL.All.Bgr; + var _BgrExt = OpenTK.Graphics.OpenGL.All.BgrExt; + var _Bgra = OpenTK.Graphics.OpenGL.All.Bgra; + var _BgraExt = OpenTK.Graphics.OpenGL.All.BgraExt; + var _ColorIndex1Ext = OpenTK.Graphics.OpenGL.All.ColorIndex1Ext; + var _ColorIndex2Ext = OpenTK.Graphics.OpenGL.All.ColorIndex2Ext; + var _ColorIndex4Ext = OpenTK.Graphics.OpenGL.All.ColorIndex4Ext; + var _ColorIndex8Ext = OpenTK.Graphics.OpenGL.All.ColorIndex8Ext; + var _ColorIndex12Ext = OpenTK.Graphics.OpenGL.All.ColorIndex12Ext; + var _ColorIndex16Ext = OpenTK.Graphics.OpenGL.All.ColorIndex16Ext; + var _MaxElementsVertices = OpenTK.Graphics.OpenGL.All.MaxElementsVertices; + var _MaxElementsVerticesExt = OpenTK.Graphics.OpenGL.All.MaxElementsVerticesExt; + var _MaxElementsIndices = OpenTK.Graphics.OpenGL.All.MaxElementsIndices; + var _MaxElementsIndicesExt = OpenTK.Graphics.OpenGL.All.MaxElementsIndicesExt; + var _PhongWin = OpenTK.Graphics.OpenGL.All.PhongWin; + var _PhongHintWin = OpenTK.Graphics.OpenGL.All.PhongHintWin; + var _FogSpecularTextureWin = OpenTK.Graphics.OpenGL.All.FogSpecularTextureWin; + var _TextureIndexSizeExt = OpenTK.Graphics.OpenGL.All.TextureIndexSizeExt; + var _ParameterBufferArb = OpenTK.Graphics.OpenGL.All.ParameterBufferArb; + var _ParameterBufferBindingArb = OpenTK.Graphics.OpenGL.All.ParameterBufferBindingArb; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.OpenGL.All.ClipVolumeClippingHintExt; + var _DualAlpha4Sgis = OpenTK.Graphics.OpenGL.All.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.OpenGL.All.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.OpenGL.All.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.OpenGL.All.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.OpenGL.All.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.OpenGL.All.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.OpenGL.All.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.OpenGL.All.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.OpenGL.All.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.OpenGL.All.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.OpenGL.All.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.OpenGL.All.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.OpenGL.All.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.OpenGL.All.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.OpenGL.All.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.OpenGL.All.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.OpenGL.All.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.OpenGL.All.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.OpenGL.All.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.OpenGL.All.QuadIntensity8Sgis; + var _DualTextureSelectSgis = OpenTK.Graphics.OpenGL.All.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.OpenGL.All.QuadTextureSelectSgis; + var _PointSizeMin = OpenTK.Graphics.OpenGL.All.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.OpenGL.All.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.OpenGL.All.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.OpenGL.All.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.OpenGL.All.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.OpenGL.All.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.OpenGL.All.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.OpenGL.All.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL.All.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.OpenGL.All.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.OpenGL.All.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.OpenGL.All.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.OpenGL.All.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.OpenGL.All.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.OpenGL.All.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.OpenGL.All.PointDistanceAttenuationArb; + var _FogFuncSgis = OpenTK.Graphics.OpenGL.All.FogFuncSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.OpenGL.All.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.OpenGL.All.MaxFogFuncPointsSgis; + var _ClampToBorder = OpenTK.Graphics.OpenGL.All.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.OpenGL.All.ClampToBorderArb; + var _ClampToBorderNv = OpenTK.Graphics.OpenGL.All.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.OpenGL.All.ClampToBorderSgis; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.OpenGL.All.TextureMultiBufferHintSgix; + var _ClampToEdge = OpenTK.Graphics.OpenGL.All.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.OpenGL.All.ClampToEdgeSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.OpenGL.All.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.OpenGL.All.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.OpenGL.All.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.OpenGL.All.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.OpenGL.All.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.OpenGL.All.ProxyTexture4DSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.OpenGL.All.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.OpenGL.All.TextureWrapQSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.OpenGL.All.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenSgix; + var _TextureMinLod = OpenTK.Graphics.OpenGL.All.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.OpenGL.All.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.OpenGL.All.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.OpenGL.All.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL.All.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.OpenGL.All.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL.All.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.OpenGL.All.TextureMaxLevelSgis; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.OpenGL.All.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.OpenGL.All.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.OpenGL.All.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.OpenGL.All.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.OpenGL.All.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.OpenGL.All.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.OpenGL.All.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.OpenGL.All.PixelTileCacheSizeSgix; + var _Filter4Sgis = OpenTK.Graphics.OpenGL.All.Filter4Sgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.OpenGL.All.TextureFilter4SizeSgis; + var _SpriteSgix = OpenTK.Graphics.OpenGL.All.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.OpenGL.All.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.OpenGL.All.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.OpenGL.All.SpriteTranslationSgix; + var _SpriteAxialSgix = OpenTK.Graphics.OpenGL.All.SpriteAxialSgix; + var _SpriteObjectAlignedSgix = OpenTK.Graphics.OpenGL.All.SpriteObjectAlignedSgix; + var _SpriteEyeAlignedSgix = OpenTK.Graphics.OpenGL.All.SpriteEyeAlignedSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.OpenGL.All.Texture4DBindingSgis; + var _IgnoreBorderHp = OpenTK.Graphics.OpenGL.All.IgnoreBorderHp; + var _ConstantBorder = OpenTK.Graphics.OpenGL.All.ConstantBorder; + var _ConstantBorderHp = OpenTK.Graphics.OpenGL.All.ConstantBorderHp; + var _ReplicateBorder = OpenTK.Graphics.OpenGL.All.ReplicateBorder; + var _ReplicateBorderHp = OpenTK.Graphics.OpenGL.All.ReplicateBorderHp; + var _ConvolutionBorderColor = OpenTK.Graphics.OpenGL.All.ConvolutionBorderColor; + var _ConvolutionBorderColorHp = OpenTK.Graphics.OpenGL.All.ConvolutionBorderColorHp; + var _ImageScaleXHp = OpenTK.Graphics.OpenGL.All.ImageScaleXHp; + var _ImageScaleYHp = OpenTK.Graphics.OpenGL.All.ImageScaleYHp; + var _ImageTranslateXHp = OpenTK.Graphics.OpenGL.All.ImageTranslateXHp; + var _ImageTranslateYHp = OpenTK.Graphics.OpenGL.All.ImageTranslateYHp; + var _ImageRotateAngleHp = OpenTK.Graphics.OpenGL.All.ImageRotateAngleHp; + var _ImageRotateOriginXHp = OpenTK.Graphics.OpenGL.All.ImageRotateOriginXHp; + var _ImageRotateOriginYHp = OpenTK.Graphics.OpenGL.All.ImageRotateOriginYHp; + var _ImageMagFilterHp = OpenTK.Graphics.OpenGL.All.ImageMagFilterHp; + var _ImageMinFilterHp = OpenTK.Graphics.OpenGL.All.ImageMinFilterHp; + var _ImageCubicWeightHp = OpenTK.Graphics.OpenGL.All.ImageCubicWeightHp; + var _CubicHp = OpenTK.Graphics.OpenGL.All.CubicHp; + var _AverageHp = OpenTK.Graphics.OpenGL.All.AverageHp; + var _ImageTransform2DHp = OpenTK.Graphics.OpenGL.All.ImageTransform2DHp; + var _PostImageTransformColorTableHp = OpenTK.Graphics.OpenGL.All.PostImageTransformColorTableHp; + var _ProxyPostImageTransformColorTableHp = OpenTK.Graphics.OpenGL.All.ProxyPostImageTransformColorTableHp; + var _OcclusionTestHp = OpenTK.Graphics.OpenGL.All.OcclusionTestHp; + var _OcclusionTestResultHp = OpenTK.Graphics.OpenGL.All.OcclusionTestResultHp; + var _TextureLightingModeHp = OpenTK.Graphics.OpenGL.All.TextureLightingModeHp; + var _TexturePostSpecularHp = OpenTK.Graphics.OpenGL.All.TexturePostSpecularHp; + var _TexturePreSpecularHp = OpenTK.Graphics.OpenGL.All.TexturePreSpecularHp; + var _LinearClipmapLinearSgix = OpenTK.Graphics.OpenGL.All.LinearClipmapLinearSgix; + var _TextureClipmapCenterSgix = OpenTK.Graphics.OpenGL.All.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.OpenGL.All.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.OpenGL.All.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL.All.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.OpenGL.All.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.OpenGL.All.TextureClipmapDepthSgix; + var _MaxClipmapDepthSgix = OpenTK.Graphics.OpenGL.All.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL.All.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.OpenGL.All.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.OpenGL.All.PostTextureFilterScaleSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.OpenGL.All.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.OpenGL.All.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.OpenGL.All.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.OpenGL.All.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.OpenGL.All.IrInstrument1Sgix; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.OpenGL.All.InstrumentBufferPointerSgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.OpenGL.All.InstrumentMeasurementsSgix; + var _ListPrioritySgix = OpenTK.Graphics.OpenGL.All.ListPrioritySgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.OpenGL.All.CalligraphicFragmentSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenQFloorSgix; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenAlphaMsSgix; + var _FramezoomSgix = OpenTK.Graphics.OpenGL.All.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.OpenGL.All.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.OpenGL.All.MaxFramezoomFactorSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.OpenGL.All.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.OpenGL.All.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.OpenGL.All.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.OpenGL.All.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.OpenGL.All.GenerateMipmapSgis; + var _GenerateMipmapHint = OpenTK.Graphics.OpenGL.All.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.OpenGL.All.GenerateMipmapHintSgis; + var _GeometryDeformationSgix = OpenTK.Graphics.OpenGL.All.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.OpenGL.All.TextureDeformationSgix; + var _DeformationsMaskSgix = OpenTK.Graphics.OpenGL.All.DeformationsMaskSgix; + var _MaxDeformationOrderSgix = OpenTK.Graphics.OpenGL.All.MaxDeformationOrderSgix; + var _FogOffsetSgix = OpenTK.Graphics.OpenGL.All.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.OpenGL.All.FogOffsetValueSgix; + var _TextureCompareSgix = OpenTK.Graphics.OpenGL.All.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.OpenGL.All.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.OpenGL.All.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.OpenGL.All.TextureGequalRSgix; + var _DepthComponent16 = OpenTK.Graphics.OpenGL.All.DepthComponent16; + var _DepthComponent16Arb = OpenTK.Graphics.OpenGL.All.DepthComponent16Arb; + var _DepthComponent16Sgix = OpenTK.Graphics.OpenGL.All.DepthComponent16Sgix; + var _DepthComponent24 = OpenTK.Graphics.OpenGL.All.DepthComponent24; + var _DepthComponent24Arb = OpenTK.Graphics.OpenGL.All.DepthComponent24Arb; + var _DepthComponent24Sgix = OpenTK.Graphics.OpenGL.All.DepthComponent24Sgix; + var _DepthComponent32 = OpenTK.Graphics.OpenGL.All.DepthComponent32; + var _DepthComponent32Arb = OpenTK.Graphics.OpenGL.All.DepthComponent32Arb; + var _DepthComponent32Sgix = OpenTK.Graphics.OpenGL.All.DepthComponent32Sgix; + var _ArrayElementLockFirstExt = OpenTK.Graphics.OpenGL.All.ArrayElementLockFirstExt; + var _ArrayElementLockCountExt = OpenTK.Graphics.OpenGL.All.ArrayElementLockCountExt; + var _CullVertexExt = OpenTK.Graphics.OpenGL.All.CullVertexExt; + var _CullVertexEyePositionExt = OpenTK.Graphics.OpenGL.All.CullVertexEyePositionExt; + var _CullVertexObjectPositionExt = OpenTK.Graphics.OpenGL.All.CullVertexObjectPositionExt; + var _IuiV2fExt = OpenTK.Graphics.OpenGL.All.IuiV2fExt; + var _IuiV3fExt = OpenTK.Graphics.OpenGL.All.IuiV3fExt; + var _IuiN3fV2fExt = OpenTK.Graphics.OpenGL.All.IuiN3fV2fExt; + var _IuiN3fV3fExt = OpenTK.Graphics.OpenGL.All.IuiN3fV3fExt; + var _T2fIuiV2fExt = OpenTK.Graphics.OpenGL.All.T2fIuiV2fExt; + var _T2fIuiV3fExt = OpenTK.Graphics.OpenGL.All.T2fIuiV3fExt; + var _T2fIuiN3fV2fExt = OpenTK.Graphics.OpenGL.All.T2fIuiN3fV2fExt; + var _T2fIuiN3fV3fExt = OpenTK.Graphics.OpenGL.All.T2fIuiN3fV3fExt; + var _IndexTestExt = OpenTK.Graphics.OpenGL.All.IndexTestExt; + var _IndexTestFuncExt = OpenTK.Graphics.OpenGL.All.IndexTestFuncExt; + var _IndexTestRefExt = OpenTK.Graphics.OpenGL.All.IndexTestRefExt; + var _IndexMaterialExt = OpenTK.Graphics.OpenGL.All.IndexMaterialExt; + var _IndexMaterialParameterExt = OpenTK.Graphics.OpenGL.All.IndexMaterialParameterExt; + var _IndexMaterialFaceExt = OpenTK.Graphics.OpenGL.All.IndexMaterialFaceExt; + var _Ycrcb422Sgix = OpenTK.Graphics.OpenGL.All.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.OpenGL.All.Ycrcb444Sgix; + var _WrapBorderSun = OpenTK.Graphics.OpenGL.All.WrapBorderSun; + var _UnpackConstantDataSunx = OpenTK.Graphics.OpenGL.All.UnpackConstantDataSunx; + var _TextureConstantDataSunx = OpenTK.Graphics.OpenGL.All.TextureConstantDataSunx; + var _TriangleListSun = OpenTK.Graphics.OpenGL.All.TriangleListSun; + var _ReplacementCodeSun = OpenTK.Graphics.OpenGL.All.ReplacementCodeSun; + var _GlobalAlphaSun = OpenTK.Graphics.OpenGL.All.GlobalAlphaSun; + var _GlobalAlphaFactorSun = OpenTK.Graphics.OpenGL.All.GlobalAlphaFactorSun; + var _TextureColorWritemaskSgis = OpenTK.Graphics.OpenGL.All.TextureColorWritemaskSgis; + var _EyeDistanceToPointSgis = OpenTK.Graphics.OpenGL.All.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.OpenGL.All.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.OpenGL.All.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.OpenGL.All.ObjectDistanceToLineSgis; + var _EyePointSgis = OpenTK.Graphics.OpenGL.All.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.OpenGL.All.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.OpenGL.All.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.OpenGL.All.ObjectLineSgis; + var _LightModelColorControl = OpenTK.Graphics.OpenGL.All.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.OpenGL.All.LightModelColorControlExt; + var _SingleColor = OpenTK.Graphics.OpenGL.All.SingleColor; + var _SingleColorExt = OpenTK.Graphics.OpenGL.All.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.OpenGL.All.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.OpenGL.All.SeparateSpecularColorExt; + var _SharedTexturePaletteExt = OpenTK.Graphics.OpenGL.All.SharedTexturePaletteExt; + var _TextFragmentShaderAti = OpenTK.Graphics.OpenGL.All.TextFragmentShaderAti; + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentStencilSize; + var _FramebufferDefault = OpenTK.Graphics.OpenGL.All.FramebufferDefault; + var _FramebufferUndefined = OpenTK.Graphics.OpenGL.All.FramebufferUndefined; + var _DepthStencilAttachment = OpenTK.Graphics.OpenGL.All.DepthStencilAttachment; + var _MajorVersion = OpenTK.Graphics.OpenGL.All.MajorVersion; + var _MinorVersion = OpenTK.Graphics.OpenGL.All.MinorVersion; + var _NumExtensions = OpenTK.Graphics.OpenGL.All.NumExtensions; + var _ContextFlags = OpenTK.Graphics.OpenGL.All.ContextFlags; + var _BufferImmutableStorage = OpenTK.Graphics.OpenGL.All.BufferImmutableStorage; + var _BufferStorageFlags = OpenTK.Graphics.OpenGL.All.BufferStorageFlags; + var _PrimitiveRestartForPatchesSupported = OpenTK.Graphics.OpenGL.All.PrimitiveRestartForPatchesSupported; + var _Index = OpenTK.Graphics.OpenGL.All.Index; + var _CompressedRed = OpenTK.Graphics.OpenGL.All.CompressedRed; + var _CompressedRg = OpenTK.Graphics.OpenGL.All.CompressedRg; + var _Rg = OpenTK.Graphics.OpenGL.All.Rg; + var _RgInteger = OpenTK.Graphics.OpenGL.All.RgInteger; + var _R8 = OpenTK.Graphics.OpenGL.All.R8; + var _R16 = OpenTK.Graphics.OpenGL.All.R16; + var _Rg8 = OpenTK.Graphics.OpenGL.All.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL.All.Rg16; + var _R16f = OpenTK.Graphics.OpenGL.All.R16f; + var _R32f = OpenTK.Graphics.OpenGL.All.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL.All.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL.All.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL.All.R8i; + var _R8ui = OpenTK.Graphics.OpenGL.All.R8ui; + var _R16i = OpenTK.Graphics.OpenGL.All.R16i; + var _R16ui = OpenTK.Graphics.OpenGL.All.R16ui; + var _R32i = OpenTK.Graphics.OpenGL.All.R32i; + var _R32ui = OpenTK.Graphics.OpenGL.All.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL.All.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL.All.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL.All.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL.All.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL.All.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL.All.Rg32ui; + var _SyncClEventArb = OpenTK.Graphics.OpenGL.All.SyncClEventArb; + var _SyncClEventCompleteArb = OpenTK.Graphics.OpenGL.All.SyncClEventCompleteArb; + var _DebugOutputSynchronous = OpenTK.Graphics.OpenGL.All.DebugOutputSynchronous; + var _DebugOutputSynchronousArb = OpenTK.Graphics.OpenGL.All.DebugOutputSynchronousArb; + var _DebugOutputSynchronousKhr = OpenTK.Graphics.OpenGL.All.DebugOutputSynchronousKhr; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.OpenGL.All.DebugNextLoggedMessageLength; + var _DebugNextLoggedMessageLengthArb = OpenTK.Graphics.OpenGL.All.DebugNextLoggedMessageLengthArb; + var _DebugNextLoggedMessageLengthKhr = OpenTK.Graphics.OpenGL.All.DebugNextLoggedMessageLengthKhr; + var _DebugCallbackFunction = OpenTK.Graphics.OpenGL.All.DebugCallbackFunction; + var _DebugCallbackFunctionArb = OpenTK.Graphics.OpenGL.All.DebugCallbackFunctionArb; + var _DebugCallbackFunctionKhr = OpenTK.Graphics.OpenGL.All.DebugCallbackFunctionKhr; + var _DebugCallbackUserParam = OpenTK.Graphics.OpenGL.All.DebugCallbackUserParam; + var _DebugCallbackUserParamArb = OpenTK.Graphics.OpenGL.All.DebugCallbackUserParamArb; + var _DebugCallbackUserParamKhr = OpenTK.Graphics.OpenGL.All.DebugCallbackUserParamKhr; + var _DebugSourceApi = OpenTK.Graphics.OpenGL.All.DebugSourceApi; + var _DebugSourceApiArb = OpenTK.Graphics.OpenGL.All.DebugSourceApiArb; + var _DebugSourceApiKhr = OpenTK.Graphics.OpenGL.All.DebugSourceApiKhr; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL.All.DebugSourceWindowSystem; + var _DebugSourceWindowSystemArb = OpenTK.Graphics.OpenGL.All.DebugSourceWindowSystemArb; + var _DebugSourceWindowSystemKhr = OpenTK.Graphics.OpenGL.All.DebugSourceWindowSystemKhr; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL.All.DebugSourceShaderCompiler; + var _DebugSourceShaderCompilerArb = OpenTK.Graphics.OpenGL.All.DebugSourceShaderCompilerArb; + var _DebugSourceShaderCompilerKhr = OpenTK.Graphics.OpenGL.All.DebugSourceShaderCompilerKhr; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL.All.DebugSourceThirdParty; + var _DebugSourceThirdPartyArb = OpenTK.Graphics.OpenGL.All.DebugSourceThirdPartyArb; + var _DebugSourceThirdPartyKhr = OpenTK.Graphics.OpenGL.All.DebugSourceThirdPartyKhr; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL.All.DebugSourceApplication; + var _DebugSourceApplicationArb = OpenTK.Graphics.OpenGL.All.DebugSourceApplicationArb; + var _DebugSourceApplicationKhr = OpenTK.Graphics.OpenGL.All.DebugSourceApplicationKhr; + var _DebugSourceOther = OpenTK.Graphics.OpenGL.All.DebugSourceOther; + var _DebugSourceOtherArb = OpenTK.Graphics.OpenGL.All.DebugSourceOtherArb; + var _DebugSourceOtherKhr = OpenTK.Graphics.OpenGL.All.DebugSourceOtherKhr; + var _DebugTypeError = OpenTK.Graphics.OpenGL.All.DebugTypeError; + var _DebugTypeErrorArb = OpenTK.Graphics.OpenGL.All.DebugTypeErrorArb; + var _DebugTypeErrorKhr = OpenTK.Graphics.OpenGL.All.DebugTypeErrorKhr; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL.All.DebugTypeDeprecatedBehavior; + var _DebugTypeDeprecatedBehaviorArb = OpenTK.Graphics.OpenGL.All.DebugTypeDeprecatedBehaviorArb; + var _DebugTypeDeprecatedBehaviorKhr = OpenTK.Graphics.OpenGL.All.DebugTypeDeprecatedBehaviorKhr; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL.All.DebugTypeUndefinedBehavior; + var _DebugTypeUndefinedBehaviorArb = OpenTK.Graphics.OpenGL.All.DebugTypeUndefinedBehaviorArb; + var _DebugTypeUndefinedBehaviorKhr = OpenTK.Graphics.OpenGL.All.DebugTypeUndefinedBehaviorKhr; + var _DebugTypePortability = OpenTK.Graphics.OpenGL.All.DebugTypePortability; + var _DebugTypePortabilityArb = OpenTK.Graphics.OpenGL.All.DebugTypePortabilityArb; + var _DebugTypePortabilityKhr = OpenTK.Graphics.OpenGL.All.DebugTypePortabilityKhr; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL.All.DebugTypePerformance; + var _DebugTypePerformanceArb = OpenTK.Graphics.OpenGL.All.DebugTypePerformanceArb; + var _DebugTypePerformanceKhr = OpenTK.Graphics.OpenGL.All.DebugTypePerformanceKhr; + var _DebugTypeOther = OpenTK.Graphics.OpenGL.All.DebugTypeOther; + var _DebugTypeOtherArb = OpenTK.Graphics.OpenGL.All.DebugTypeOtherArb; + var _DebugTypeOtherKhr = OpenTK.Graphics.OpenGL.All.DebugTypeOtherKhr; + var _LoseContextOnResetArb = OpenTK.Graphics.OpenGL.All.LoseContextOnResetArb; + var _GuiltyContextResetArb = OpenTK.Graphics.OpenGL.All.GuiltyContextResetArb; + var _InnocentContextResetArb = OpenTK.Graphics.OpenGL.All.InnocentContextResetArb; + var _UnknownContextResetArb = OpenTK.Graphics.OpenGL.All.UnknownContextResetArb; + var _ResetNotificationStrategyArb = OpenTK.Graphics.OpenGL.All.ResetNotificationStrategyArb; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.All.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL.All.ProgramSeparable; + var _ProgramSeparableExt = OpenTK.Graphics.OpenGL.All.ProgramSeparableExt; + var _ActiveProgram = OpenTK.Graphics.OpenGL.All.ActiveProgram; + var _ProgramPipelineBinding = OpenTK.Graphics.OpenGL.All.ProgramPipelineBinding; + var _ProgramPipelineBindingExt = OpenTK.Graphics.OpenGL.All.ProgramPipelineBindingExt; + var _MaxViewports = OpenTK.Graphics.OpenGL.All.MaxViewports; + var _ViewportSubpixelBits = OpenTK.Graphics.OpenGL.All.ViewportSubpixelBits; + var _ViewportBoundsRange = OpenTK.Graphics.OpenGL.All.ViewportBoundsRange; + var _LayerProvokingVertex = OpenTK.Graphics.OpenGL.All.LayerProvokingVertex; + var _ViewportIndexProvokingVertex = OpenTK.Graphics.OpenGL.All.ViewportIndexProvokingVertex; + var _UndefinedVertex = OpenTK.Graphics.OpenGL.All.UndefinedVertex; + var _NoResetNotificationArb = OpenTK.Graphics.OpenGL.All.NoResetNotificationArb; + var _MaxComputeSharedMemorySize = OpenTK.Graphics.OpenGL.All.MaxComputeSharedMemorySize; + var _MaxComputeUniformComponents = OpenTK.Graphics.OpenGL.All.MaxComputeUniformComponents; + var _MaxComputeAtomicCounterBuffers = OpenTK.Graphics.OpenGL.All.MaxComputeAtomicCounterBuffers; + var _MaxComputeAtomicCounters = OpenTK.Graphics.OpenGL.All.MaxComputeAtomicCounters; + var _MaxCombinedComputeUniformComponents = OpenTK.Graphics.OpenGL.All.MaxCombinedComputeUniformComponents; + var _ComputeWorkGroupSize = OpenTK.Graphics.OpenGL.All.ComputeWorkGroupSize; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL.All.DebugTypeMarker; + var _DebugTypeMarkerKhr = OpenTK.Graphics.OpenGL.All.DebugTypeMarkerKhr; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL.All.DebugTypePushGroup; + var _DebugTypePushGroupKhr = OpenTK.Graphics.OpenGL.All.DebugTypePushGroupKhr; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL.All.DebugTypePopGroup; + var _DebugTypePopGroupKhr = OpenTK.Graphics.OpenGL.All.DebugTypePopGroupKhr; + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL.All.DebugSeverityNotification; + var _DebugSeverityNotificationKhr = OpenTK.Graphics.OpenGL.All.DebugSeverityNotificationKhr; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.OpenGL.All.MaxDebugGroupStackDepth; + var _MaxDebugGroupStackDepthKhr = OpenTK.Graphics.OpenGL.All.MaxDebugGroupStackDepthKhr; + var _DebugGroupStackDepth = OpenTK.Graphics.OpenGL.All.DebugGroupStackDepth; + var _DebugGroupStackDepthKhr = OpenTK.Graphics.OpenGL.All.DebugGroupStackDepthKhr; + var _MaxUniformLocations = OpenTK.Graphics.OpenGL.All.MaxUniformLocations; + var _InternalformatSupported = OpenTK.Graphics.OpenGL.All.InternalformatSupported; + var _InternalformatPreferred = OpenTK.Graphics.OpenGL.All.InternalformatPreferred; + var _InternalformatRedSize = OpenTK.Graphics.OpenGL.All.InternalformatRedSize; + var _InternalformatGreenSize = OpenTK.Graphics.OpenGL.All.InternalformatGreenSize; + var _InternalformatBlueSize = OpenTK.Graphics.OpenGL.All.InternalformatBlueSize; + var _InternalformatAlphaSize = OpenTK.Graphics.OpenGL.All.InternalformatAlphaSize; + var _InternalformatDepthSize = OpenTK.Graphics.OpenGL.All.InternalformatDepthSize; + var _InternalformatStencilSize = OpenTK.Graphics.OpenGL.All.InternalformatStencilSize; + var _InternalformatSharedSize = OpenTK.Graphics.OpenGL.All.InternalformatSharedSize; + var _InternalformatRedType = OpenTK.Graphics.OpenGL.All.InternalformatRedType; + var _InternalformatGreenType = OpenTK.Graphics.OpenGL.All.InternalformatGreenType; + var _InternalformatBlueType = OpenTK.Graphics.OpenGL.All.InternalformatBlueType; + var _InternalformatAlphaType = OpenTK.Graphics.OpenGL.All.InternalformatAlphaType; + var _InternalformatDepthType = OpenTK.Graphics.OpenGL.All.InternalformatDepthType; + var _InternalformatStencilType = OpenTK.Graphics.OpenGL.All.InternalformatStencilType; + var _MaxWidth = OpenTK.Graphics.OpenGL.All.MaxWidth; + var _MaxHeight = OpenTK.Graphics.OpenGL.All.MaxHeight; + var _MaxDepth = OpenTK.Graphics.OpenGL.All.MaxDepth; + var _MaxLayers = OpenTK.Graphics.OpenGL.All.MaxLayers; + var _MaxCombinedDimensions = OpenTK.Graphics.OpenGL.All.MaxCombinedDimensions; + var _ColorComponents = OpenTK.Graphics.OpenGL.All.ColorComponents; + var _DepthComponents = OpenTK.Graphics.OpenGL.All.DepthComponents; + var _StencilComponents = OpenTK.Graphics.OpenGL.All.StencilComponents; + var _ColorRenderable = OpenTK.Graphics.OpenGL.All.ColorRenderable; + var _DepthRenderable = OpenTK.Graphics.OpenGL.All.DepthRenderable; + var _StencilRenderable = OpenTK.Graphics.OpenGL.All.StencilRenderable; + var _FramebufferRenderable = OpenTK.Graphics.OpenGL.All.FramebufferRenderable; + var _FramebufferRenderableLayered = OpenTK.Graphics.OpenGL.All.FramebufferRenderableLayered; + var _FramebufferBlend = OpenTK.Graphics.OpenGL.All.FramebufferBlend; + var _ReadPixels = OpenTK.Graphics.OpenGL.All.ReadPixels; + var _ReadPixelsFormat = OpenTK.Graphics.OpenGL.All.ReadPixelsFormat; + var _ReadPixelsType = OpenTK.Graphics.OpenGL.All.ReadPixelsType; + var _TextureImageFormat = OpenTK.Graphics.OpenGL.All.TextureImageFormat; + var _TextureImageType = OpenTK.Graphics.OpenGL.All.TextureImageType; + var _GetTextureImageFormat = OpenTK.Graphics.OpenGL.All.GetTextureImageFormat; + var _GetTextureImageType = OpenTK.Graphics.OpenGL.All.GetTextureImageType; + var _Mipmap = OpenTK.Graphics.OpenGL.All.Mipmap; + var _ManualGenerateMipmap = OpenTK.Graphics.OpenGL.All.ManualGenerateMipmap; + var _AutoGenerateMipmap = OpenTK.Graphics.OpenGL.All.AutoGenerateMipmap; + var _ColorEncoding = OpenTK.Graphics.OpenGL.All.ColorEncoding; + var _SrgbRead = OpenTK.Graphics.OpenGL.All.SrgbRead; + var _SrgbWrite = OpenTK.Graphics.OpenGL.All.SrgbWrite; + var _SrgbDecodeArb = OpenTK.Graphics.OpenGL.All.SrgbDecodeArb; + var _Filter = OpenTK.Graphics.OpenGL.All.Filter; + var _VertexTexture = OpenTK.Graphics.OpenGL.All.VertexTexture; + var _TessControlTexture = OpenTK.Graphics.OpenGL.All.TessControlTexture; + var _TessEvaluationTexture = OpenTK.Graphics.OpenGL.All.TessEvaluationTexture; + var _GeometryTexture = OpenTK.Graphics.OpenGL.All.GeometryTexture; + var _FragmentTexture = OpenTK.Graphics.OpenGL.All.FragmentTexture; + var _ComputeTexture = OpenTK.Graphics.OpenGL.All.ComputeTexture; + var _TextureShadow = OpenTK.Graphics.OpenGL.All.TextureShadow; + var _TextureGather = OpenTK.Graphics.OpenGL.All.TextureGather; + var _TextureGatherShadow = OpenTK.Graphics.OpenGL.All.TextureGatherShadow; + var _ShaderImageLoad = OpenTK.Graphics.OpenGL.All.ShaderImageLoad; + var _ShaderImageStore = OpenTK.Graphics.OpenGL.All.ShaderImageStore; + var _ShaderImageAtomic = OpenTK.Graphics.OpenGL.All.ShaderImageAtomic; + var _ImageTexelSize = OpenTK.Graphics.OpenGL.All.ImageTexelSize; + var _ImageCompatibilityClass = OpenTK.Graphics.OpenGL.All.ImageCompatibilityClass; + var _ImagePixelFormat = OpenTK.Graphics.OpenGL.All.ImagePixelFormat; + var _ImagePixelType = OpenTK.Graphics.OpenGL.All.ImagePixelType; + var _SimultaneousTextureAndDepthTest = OpenTK.Graphics.OpenGL.All.SimultaneousTextureAndDepthTest; + var _SimultaneousTextureAndStencilTest = OpenTK.Graphics.OpenGL.All.SimultaneousTextureAndStencilTest; + var _SimultaneousTextureAndDepthWrite = OpenTK.Graphics.OpenGL.All.SimultaneousTextureAndDepthWrite; + var _SimultaneousTextureAndStencilWrite = OpenTK.Graphics.OpenGL.All.SimultaneousTextureAndStencilWrite; + var _TextureCompressedBlockWidth = OpenTK.Graphics.OpenGL.All.TextureCompressedBlockWidth; + var _TextureCompressedBlockHeight = OpenTK.Graphics.OpenGL.All.TextureCompressedBlockHeight; + var _TextureCompressedBlockSize = OpenTK.Graphics.OpenGL.All.TextureCompressedBlockSize; + var _ClearBuffer = OpenTK.Graphics.OpenGL.All.ClearBuffer; + var _TextureView = OpenTK.Graphics.OpenGL.All.TextureView; + var _ViewCompatibilityClass = OpenTK.Graphics.OpenGL.All.ViewCompatibilityClass; + var _FullSupport = OpenTK.Graphics.OpenGL.All.FullSupport; + var _CaveatSupport = OpenTK.Graphics.OpenGL.All.CaveatSupport; + var _ImageClass4X32 = OpenTK.Graphics.OpenGL.All.ImageClass4X32; + var _ImageClass2X32 = OpenTK.Graphics.OpenGL.All.ImageClass2X32; + var _ImageClass1X32 = OpenTK.Graphics.OpenGL.All.ImageClass1X32; + var _ImageClass4X16 = OpenTK.Graphics.OpenGL.All.ImageClass4X16; + var _ImageClass2X16 = OpenTK.Graphics.OpenGL.All.ImageClass2X16; + var _ImageClass1X16 = OpenTK.Graphics.OpenGL.All.ImageClass1X16; + var _ImageClass4X8 = OpenTK.Graphics.OpenGL.All.ImageClass4X8; + var _ImageClass2X8 = OpenTK.Graphics.OpenGL.All.ImageClass2X8; + var _ImageClass1X8 = OpenTK.Graphics.OpenGL.All.ImageClass1X8; + var _ImageClass111110 = OpenTK.Graphics.OpenGL.All.ImageClass111110; + var _ImageClass1010102 = OpenTK.Graphics.OpenGL.All.ImageClass1010102; + var _ViewClass128Bits = OpenTK.Graphics.OpenGL.All.ViewClass128Bits; + var _ViewClass96Bits = OpenTK.Graphics.OpenGL.All.ViewClass96Bits; + var _ViewClass64Bits = OpenTK.Graphics.OpenGL.All.ViewClass64Bits; + var _ViewClass48Bits = OpenTK.Graphics.OpenGL.All.ViewClass48Bits; + var _ViewClass32Bits = OpenTK.Graphics.OpenGL.All.ViewClass32Bits; + var _ViewClass24Bits = OpenTK.Graphics.OpenGL.All.ViewClass24Bits; + var _ViewClass16Bits = OpenTK.Graphics.OpenGL.All.ViewClass16Bits; + var _ViewClass8Bits = OpenTK.Graphics.OpenGL.All.ViewClass8Bits; + var _ViewClassS3tcDxt1Rgb = OpenTK.Graphics.OpenGL.All.ViewClassS3tcDxt1Rgb; + var _ViewClassS3tcDxt1Rgba = OpenTK.Graphics.OpenGL.All.ViewClassS3tcDxt1Rgba; + var _ViewClassS3tcDxt3Rgba = OpenTK.Graphics.OpenGL.All.ViewClassS3tcDxt3Rgba; + var _ViewClassS3tcDxt5Rgba = OpenTK.Graphics.OpenGL.All.ViewClassS3tcDxt5Rgba; + var _ViewClassRgtc1Red = OpenTK.Graphics.OpenGL.All.ViewClassRgtc1Red; + var _ViewClassRgtc2Rg = OpenTK.Graphics.OpenGL.All.ViewClassRgtc2Rg; + var _ViewClassBptcUnorm = OpenTK.Graphics.OpenGL.All.ViewClassBptcUnorm; + var _ViewClassBptcFloat = OpenTK.Graphics.OpenGL.All.ViewClassBptcFloat; + var _VertexAttribBinding = OpenTK.Graphics.OpenGL.All.VertexAttribBinding; + var _VertexAttribRelativeOffset = OpenTK.Graphics.OpenGL.All.VertexAttribRelativeOffset; + var _VertexBindingDivisor = OpenTK.Graphics.OpenGL.All.VertexBindingDivisor; + var _VertexBindingOffset = OpenTK.Graphics.OpenGL.All.VertexBindingOffset; + var _VertexBindingStride = OpenTK.Graphics.OpenGL.All.VertexBindingStride; + var _MaxVertexAttribRelativeOffset = OpenTK.Graphics.OpenGL.All.MaxVertexAttribRelativeOffset; + var _MaxVertexAttribBindings = OpenTK.Graphics.OpenGL.All.MaxVertexAttribBindings; + var _TextureViewMinLevel = OpenTK.Graphics.OpenGL.All.TextureViewMinLevel; + var _TextureViewNumLevels = OpenTK.Graphics.OpenGL.All.TextureViewNumLevels; + var _TextureViewMinLayer = OpenTK.Graphics.OpenGL.All.TextureViewMinLayer; + var _TextureViewNumLayers = OpenTK.Graphics.OpenGL.All.TextureViewNumLayers; + var _TextureImmutableLevels = OpenTK.Graphics.OpenGL.All.TextureImmutableLevels; + var _Buffer = OpenTK.Graphics.OpenGL.All.Buffer; + var _BufferKhr = OpenTK.Graphics.OpenGL.All.BufferKhr; + var _Shader = OpenTK.Graphics.OpenGL.All.Shader; + var _ShaderKhr = OpenTK.Graphics.OpenGL.All.ShaderKhr; + var _Program = OpenTK.Graphics.OpenGL.All.Program; + var _ProgramKhr = OpenTK.Graphics.OpenGL.All.ProgramKhr; + var _Query = OpenTK.Graphics.OpenGL.All.Query; + var _QueryKhr = OpenTK.Graphics.OpenGL.All.QueryKhr; + var _ProgramPipeline = OpenTK.Graphics.OpenGL.All.ProgramPipeline; + var _MaxVertexAttribStride = OpenTK.Graphics.OpenGL.All.MaxVertexAttribStride; + var _Sampler = OpenTK.Graphics.OpenGL.All.Sampler; + var _SamplerKhr = OpenTK.Graphics.OpenGL.All.SamplerKhr; + var _DisplayList = OpenTK.Graphics.OpenGL.All.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.OpenGL.All.MaxLabelLength; + var _MaxLabelLengthKhr = OpenTK.Graphics.OpenGL.All.MaxLabelLengthKhr; + var _NumShadingLanguageVersions = OpenTK.Graphics.OpenGL.All.NumShadingLanguageVersions; + var _ConvolutionHintSgix = OpenTK.Graphics.OpenGL.All.ConvolutionHintSgix; + var _YcrcbSgix = OpenTK.Graphics.OpenGL.All.YcrcbSgix; + var _YcrcbaSgix = OpenTK.Graphics.OpenGL.All.YcrcbaSgix; + var _AlphaMinSgix = OpenTK.Graphics.OpenGL.All.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.OpenGL.All.AlphaMaxSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.OpenGL.All.ScalebiasHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.OpenGL.All.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.OpenGL.All.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.OpenGL.All.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.OpenGL.All.MaxAsyncHistogramSgix; + var _PixelTransform2DExt = OpenTK.Graphics.OpenGL.All.PixelTransform2DExt; + var _PixelMagFilterExt = OpenTK.Graphics.OpenGL.All.PixelMagFilterExt; + var _PixelMinFilterExt = OpenTK.Graphics.OpenGL.All.PixelMinFilterExt; + var _PixelCubicWeightExt = OpenTK.Graphics.OpenGL.All.PixelCubicWeightExt; + var _CubicExt = OpenTK.Graphics.OpenGL.All.CubicExt; + var _AverageExt = OpenTK.Graphics.OpenGL.All.AverageExt; + var _PixelTransform2DStackDepthExt = OpenTK.Graphics.OpenGL.All.PixelTransform2DStackDepthExt; + var _MaxPixelTransform2DStackDepthExt = OpenTK.Graphics.OpenGL.All.MaxPixelTransform2DStackDepthExt; + var _PixelTransform2DMatrixExt = OpenTK.Graphics.OpenGL.All.PixelTransform2DMatrixExt; + var _FragmentMaterialExt = OpenTK.Graphics.OpenGL.All.FragmentMaterialExt; + var _FragmentNormalExt = OpenTK.Graphics.OpenGL.All.FragmentNormalExt; + var _FragmentColorExt = OpenTK.Graphics.OpenGL.All.FragmentColorExt; + var _AttenuationExt = OpenTK.Graphics.OpenGL.All.AttenuationExt; + var _ShadowAttenuationExt = OpenTK.Graphics.OpenGL.All.ShadowAttenuationExt; + var _TextureApplicationModeExt = OpenTK.Graphics.OpenGL.All.TextureApplicationModeExt; + var _TextureLightExt = OpenTK.Graphics.OpenGL.All.TextureLightExt; + var _TextureMaterialFaceExt = OpenTK.Graphics.OpenGL.All.TextureMaterialFaceExt; + var _TextureMaterialParameterExt = OpenTK.Graphics.OpenGL.All.TextureMaterialParameterExt; + var _PixelTextureSgis = OpenTK.Graphics.OpenGL.All.PixelTextureSgis; + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.OpenGL.All.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.OpenGL.All.PixelFragmentAlphaSourceSgis; + var _PixelGroupColorSgis = OpenTK.Graphics.OpenGL.All.PixelGroupColorSgis; + var _LineQualityHintSgix = OpenTK.Graphics.OpenGL.All.LineQualityHintSgix; + var _AsyncTexImageSgix = OpenTK.Graphics.OpenGL.All.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL.All.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.OpenGL.All.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.OpenGL.All.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL.All.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.OpenGL.All.MaxAsyncReadPixelsSgix; + var _UnsignedByte233Rev = OpenTK.Graphics.OpenGL.All.UnsignedByte233Rev; + var _UnsignedByte233Reversed = OpenTK.Graphics.OpenGL.All.UnsignedByte233Reversed; + var _UnsignedShort565 = OpenTK.Graphics.OpenGL.All.UnsignedShort565; + var _UnsignedShort565Rev = OpenTK.Graphics.OpenGL.All.UnsignedShort565Rev; + var _UnsignedShort565Reversed = OpenTK.Graphics.OpenGL.All.UnsignedShort565Reversed; + var _UnsignedShort4444Rev = OpenTK.Graphics.OpenGL.All.UnsignedShort4444Rev; + var _UnsignedShort4444Reversed = OpenTK.Graphics.OpenGL.All.UnsignedShort4444Reversed; + var _UnsignedShort1555Rev = OpenTK.Graphics.OpenGL.All.UnsignedShort1555Rev; + var _UnsignedShort1555Reversed = OpenTK.Graphics.OpenGL.All.UnsignedShort1555Reversed; + var _UnsignedInt8888Rev = OpenTK.Graphics.OpenGL.All.UnsignedInt8888Rev; + var _UnsignedInt8888Reversed = OpenTK.Graphics.OpenGL.All.UnsignedInt8888Reversed; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.All.UnsignedInt2101010Rev; + var _UnsignedInt2101010Reversed = OpenTK.Graphics.OpenGL.All.UnsignedInt2101010Reversed; + var _TextureMaxClampSSgix = OpenTK.Graphics.OpenGL.All.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.OpenGL.All.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.OpenGL.All.TextureMaxClampRSgix; + var _MirroredRepeat = OpenTK.Graphics.OpenGL.All.MirroredRepeat; + var _MirroredRepeatArb = OpenTK.Graphics.OpenGL.All.MirroredRepeatArb; + var _MirroredRepeatIbm = OpenTK.Graphics.OpenGL.All.MirroredRepeatIbm; + var _RgbS3tc = OpenTK.Graphics.OpenGL.All.RgbS3tc; + var _Rgb4S3tc = OpenTK.Graphics.OpenGL.All.Rgb4S3tc; + var _RgbaS3tc = OpenTK.Graphics.OpenGL.All.RgbaS3tc; + var _Rgba4S3tc = OpenTK.Graphics.OpenGL.All.Rgba4S3tc; + var _RgbaDxt5S3tc = OpenTK.Graphics.OpenGL.All.RgbaDxt5S3tc; + var _Rgba4Dxt5S3tc = OpenTK.Graphics.OpenGL.All.Rgba4Dxt5S3tc; + var _VertexPreclipSgix = OpenTK.Graphics.OpenGL.All.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.OpenGL.All.VertexPreclipHintSgix; + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL.All.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.OpenGL.All.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.OpenGL.All.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.OpenGL.All.CompressedRgbaS3tcDxt5Ext; + var _ParallelArraysIntel = OpenTK.Graphics.OpenGL.All.ParallelArraysIntel; + var _VertexArrayParallelPointersIntel = OpenTK.Graphics.OpenGL.All.VertexArrayParallelPointersIntel; + var _NormalArrayParallelPointersIntel = OpenTK.Graphics.OpenGL.All.NormalArrayParallelPointersIntel; + var _ColorArrayParallelPointersIntel = OpenTK.Graphics.OpenGL.All.ColorArrayParallelPointersIntel; + var _TextureCoordArrayParallelPointersIntel = OpenTK.Graphics.OpenGL.All.TextureCoordArrayParallelPointersIntel; + var _PerfqueryDonotFlushIntel = OpenTK.Graphics.OpenGL.All.PerfqueryDonotFlushIntel; + var _PerfqueryFlushIntel = OpenTK.Graphics.OpenGL.All.PerfqueryFlushIntel; + var _PerfqueryWaitIntel = OpenTK.Graphics.OpenGL.All.PerfqueryWaitIntel; + var _TextureMemoryLayoutIntel = OpenTK.Graphics.OpenGL.All.TextureMemoryLayoutIntel; + var _FragmentLightingSgix = OpenTK.Graphics.OpenGL.All.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.OpenGL.All.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.OpenGL.All.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.OpenGL.All.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.OpenGL.All.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.OpenGL.All.MaxActiveLightsSgix; + var _CurrentRasterNormalSgix = OpenTK.Graphics.OpenGL.All.CurrentRasterNormalSgix; + var _LightEnvModeSgix = OpenTK.Graphics.OpenGL.All.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.OpenGL.All.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.OpenGL.All.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.OpenGL.All.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.OpenGL.All.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL.All.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.OpenGL.All.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.OpenGL.All.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.OpenGL.All.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.OpenGL.All.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.OpenGL.All.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.OpenGL.All.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.OpenGL.All.FragmentLight7Sgix; + var _PackResampleSgix = OpenTK.Graphics.OpenGL.All.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.OpenGL.All.UnpackResampleSgix; + var _ResampleReplicateSgix = OpenTK.Graphics.OpenGL.All.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.OpenGL.All.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.OpenGL.All.ResampleDecimateSgix; + var _TangentArrayExt = OpenTK.Graphics.OpenGL.All.TangentArrayExt; + var _BinormalArrayExt = OpenTK.Graphics.OpenGL.All.BinormalArrayExt; + var _CurrentTangentExt = OpenTK.Graphics.OpenGL.All.CurrentTangentExt; + var _CurrentBinormalExt = OpenTK.Graphics.OpenGL.All.CurrentBinormalExt; + var _TangentArrayTypeExt = OpenTK.Graphics.OpenGL.All.TangentArrayTypeExt; + var _TangentArrayStrideExt = OpenTK.Graphics.OpenGL.All.TangentArrayStrideExt; + var _BinormalArrayTypeExt = OpenTK.Graphics.OpenGL.All.BinormalArrayTypeExt; + var _BinormalArrayStrideExt = OpenTK.Graphics.OpenGL.All.BinormalArrayStrideExt; + var _TangentArrayPointerExt = OpenTK.Graphics.OpenGL.All.TangentArrayPointerExt; + var _BinormalArrayPointerExt = OpenTK.Graphics.OpenGL.All.BinormalArrayPointerExt; + var _Map1TangentExt = OpenTK.Graphics.OpenGL.All.Map1TangentExt; + var _Map2TangentExt = OpenTK.Graphics.OpenGL.All.Map2TangentExt; + var _Map1BinormalExt = OpenTK.Graphics.OpenGL.All.Map1BinormalExt; + var _Map2BinormalExt = OpenTK.Graphics.OpenGL.All.Map2BinormalExt; + var _NearestClipmapNearestSgix = OpenTK.Graphics.OpenGL.All.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.OpenGL.All.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.OpenGL.All.LinearClipmapNearestSgix; + var _FogCoordinateSource = OpenTK.Graphics.OpenGL.All.FogCoordinateSource; + var _FogCoordinateSourceExt = OpenTK.Graphics.OpenGL.All.FogCoordinateSourceExt; + var _FogCoordSrc = OpenTK.Graphics.OpenGL.All.FogCoordSrc; + var _FogCoord = OpenTK.Graphics.OpenGL.All.FogCoord; + var _FogCoordinate = OpenTK.Graphics.OpenGL.All.FogCoordinate; + var _FogCoordinateExt = OpenTK.Graphics.OpenGL.All.FogCoordinateExt; + var _FragmentDepth = OpenTK.Graphics.OpenGL.All.FragmentDepth; + var _FragmentDepthExt = OpenTK.Graphics.OpenGL.All.FragmentDepthExt; + var _CurrentFogCoord = OpenTK.Graphics.OpenGL.All.CurrentFogCoord; + var _CurrentFogCoordinate = OpenTK.Graphics.OpenGL.All.CurrentFogCoordinate; + var _CurrentFogCoordinateExt = OpenTK.Graphics.OpenGL.All.CurrentFogCoordinateExt; + var _FogCoordArrayType = OpenTK.Graphics.OpenGL.All.FogCoordArrayType; + var _FogCoordinateArrayType = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayType; + var _FogCoordinateArrayTypeExt = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayTypeExt; + var _FogCoordArrayStride = OpenTK.Graphics.OpenGL.All.FogCoordArrayStride; + var _FogCoordinateArrayStride = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayStride; + var _FogCoordinateArrayStrideExt = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayStrideExt; + var _FogCoordArrayPointer = OpenTK.Graphics.OpenGL.All.FogCoordArrayPointer; + var _FogCoordinateArrayPointer = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayPointer; + var _FogCoordinateArrayPointerExt = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayPointerExt; + var _FogCoordArray = OpenTK.Graphics.OpenGL.All.FogCoordArray; + var _FogCoordinateArray = OpenTK.Graphics.OpenGL.All.FogCoordinateArray; + var _FogCoordinateArrayExt = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayExt; + var _ColorSum = OpenTK.Graphics.OpenGL.All.ColorSum; + var _ColorSumArb = OpenTK.Graphics.OpenGL.All.ColorSumArb; + var _ColorSumExt = OpenTK.Graphics.OpenGL.All.ColorSumExt; + var _CurrentSecondaryColor = OpenTK.Graphics.OpenGL.All.CurrentSecondaryColor; + var _CurrentSecondaryColorExt = OpenTK.Graphics.OpenGL.All.CurrentSecondaryColorExt; + var _SecondaryColorArraySize = OpenTK.Graphics.OpenGL.All.SecondaryColorArraySize; + var _SecondaryColorArraySizeExt = OpenTK.Graphics.OpenGL.All.SecondaryColorArraySizeExt; + var _SecondaryColorArrayType = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayType; + var _SecondaryColorArrayTypeExt = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayTypeExt; + var _SecondaryColorArrayStride = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayStride; + var _SecondaryColorArrayStrideExt = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayStrideExt; + var _SecondaryColorArrayPointer = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayPointer; + var _SecondaryColorArrayPointerExt = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayPointerExt; + var _SecondaryColorArray = OpenTK.Graphics.OpenGL.All.SecondaryColorArray; + var _SecondaryColorArrayExt = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayExt; + var _CurrentRasterSecondaryColor = OpenTK.Graphics.OpenGL.All.CurrentRasterSecondaryColor; + var _RgbIccSgix = OpenTK.Graphics.OpenGL.All.RgbIccSgix; + var _RgbaIccSgix = OpenTK.Graphics.OpenGL.All.RgbaIccSgix; + var _AlphaIccSgix = OpenTK.Graphics.OpenGL.All.AlphaIccSgix; + var _LuminanceIccSgix = OpenTK.Graphics.OpenGL.All.LuminanceIccSgix; + var _IntensityIccSgix = OpenTK.Graphics.OpenGL.All.IntensityIccSgix; + var _LuminanceAlphaIccSgix = OpenTK.Graphics.OpenGL.All.LuminanceAlphaIccSgix; + var _R5G6B5IccSgix = OpenTK.Graphics.OpenGL.All.R5G6B5IccSgix; + var _R5G6B5A8IccSgix = OpenTK.Graphics.OpenGL.All.R5G6B5A8IccSgix; + var _Alpha16IccSgix = OpenTK.Graphics.OpenGL.All.Alpha16IccSgix; + var _Luminance16IccSgix = OpenTK.Graphics.OpenGL.All.Luminance16IccSgix; + var _Intensity16IccSgix = OpenTK.Graphics.OpenGL.All.Intensity16IccSgix; + var _Luminance16Alpha8IccSgix = OpenTK.Graphics.OpenGL.All.Luminance16Alpha8IccSgix; + var _AliasedPointSizeRange = OpenTK.Graphics.OpenGL.All.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.OpenGL.All.AliasedLineWidthRange; + var _ScreenCoordinatesRend = OpenTK.Graphics.OpenGL.All.ScreenCoordinatesRend; + var _InvertedScreenWRend = OpenTK.Graphics.OpenGL.All.InvertedScreenWRend; + var _Texture0 = OpenTK.Graphics.OpenGL.All.Texture0; + var _Texture0Arb = OpenTK.Graphics.OpenGL.All.Texture0Arb; + var _Texture1 = OpenTK.Graphics.OpenGL.All.Texture1; + var _Texture1Arb = OpenTK.Graphics.OpenGL.All.Texture1Arb; + var _Texture2 = OpenTK.Graphics.OpenGL.All.Texture2; + var _Texture2Arb = OpenTK.Graphics.OpenGL.All.Texture2Arb; + var _Texture3 = OpenTK.Graphics.OpenGL.All.Texture3; + var _Texture3Arb = OpenTK.Graphics.OpenGL.All.Texture3Arb; + var _Texture4 = OpenTK.Graphics.OpenGL.All.Texture4; + var _Texture4Arb = OpenTK.Graphics.OpenGL.All.Texture4Arb; + var _Texture5 = OpenTK.Graphics.OpenGL.All.Texture5; + var _Texture5Arb = OpenTK.Graphics.OpenGL.All.Texture5Arb; + var _Texture6 = OpenTK.Graphics.OpenGL.All.Texture6; + var _Texture6Arb = OpenTK.Graphics.OpenGL.All.Texture6Arb; + var _Texture7 = OpenTK.Graphics.OpenGL.All.Texture7; + var _Texture7Arb = OpenTK.Graphics.OpenGL.All.Texture7Arb; + var _Texture8 = OpenTK.Graphics.OpenGL.All.Texture8; + var _Texture8Arb = OpenTK.Graphics.OpenGL.All.Texture8Arb; + var _Texture9 = OpenTK.Graphics.OpenGL.All.Texture9; + var _Texture9Arb = OpenTK.Graphics.OpenGL.All.Texture9Arb; + var _Texture10 = OpenTK.Graphics.OpenGL.All.Texture10; + var _Texture10Arb = OpenTK.Graphics.OpenGL.All.Texture10Arb; + var _Texture11 = OpenTK.Graphics.OpenGL.All.Texture11; + var _Texture11Arb = OpenTK.Graphics.OpenGL.All.Texture11Arb; + var _Texture12 = OpenTK.Graphics.OpenGL.All.Texture12; + var _Texture12Arb = OpenTK.Graphics.OpenGL.All.Texture12Arb; + var _Texture13 = OpenTK.Graphics.OpenGL.All.Texture13; + var _Texture13Arb = OpenTK.Graphics.OpenGL.All.Texture13Arb; + var _Texture14 = OpenTK.Graphics.OpenGL.All.Texture14; + var _Texture14Arb = OpenTK.Graphics.OpenGL.All.Texture14Arb; + var _Texture15 = OpenTK.Graphics.OpenGL.All.Texture15; + var _Texture15Arb = OpenTK.Graphics.OpenGL.All.Texture15Arb; + var _Texture16 = OpenTK.Graphics.OpenGL.All.Texture16; + var _Texture16Arb = OpenTK.Graphics.OpenGL.All.Texture16Arb; + var _Texture17 = OpenTK.Graphics.OpenGL.All.Texture17; + var _Texture17Arb = OpenTK.Graphics.OpenGL.All.Texture17Arb; + var _Texture18 = OpenTK.Graphics.OpenGL.All.Texture18; + var _Texture18Arb = OpenTK.Graphics.OpenGL.All.Texture18Arb; + var _Texture19 = OpenTK.Graphics.OpenGL.All.Texture19; + var _Texture19Arb = OpenTK.Graphics.OpenGL.All.Texture19Arb; + var _Texture20 = OpenTK.Graphics.OpenGL.All.Texture20; + var _Texture20Arb = OpenTK.Graphics.OpenGL.All.Texture20Arb; + var _Texture21 = OpenTK.Graphics.OpenGL.All.Texture21; + var _Texture21Arb = OpenTK.Graphics.OpenGL.All.Texture21Arb; + var _Texture22 = OpenTK.Graphics.OpenGL.All.Texture22; + var _Texture22Arb = OpenTK.Graphics.OpenGL.All.Texture22Arb; + var _Texture23 = OpenTK.Graphics.OpenGL.All.Texture23; + var _Texture23Arb = OpenTK.Graphics.OpenGL.All.Texture23Arb; + var _Texture24 = OpenTK.Graphics.OpenGL.All.Texture24; + var _Texture24Arb = OpenTK.Graphics.OpenGL.All.Texture24Arb; + var _Texture25 = OpenTK.Graphics.OpenGL.All.Texture25; + var _Texture25Arb = OpenTK.Graphics.OpenGL.All.Texture25Arb; + var _Texture26 = OpenTK.Graphics.OpenGL.All.Texture26; + var _Texture26Arb = OpenTK.Graphics.OpenGL.All.Texture26Arb; + var _Texture27 = OpenTK.Graphics.OpenGL.All.Texture27; + var _Texture27Arb = OpenTK.Graphics.OpenGL.All.Texture27Arb; + var _Texture28 = OpenTK.Graphics.OpenGL.All.Texture28; + var _Texture28Arb = OpenTK.Graphics.OpenGL.All.Texture28Arb; + var _Texture29 = OpenTK.Graphics.OpenGL.All.Texture29; + var _Texture29Arb = OpenTK.Graphics.OpenGL.All.Texture29Arb; + var _Texture30 = OpenTK.Graphics.OpenGL.All.Texture30; + var _Texture30Arb = OpenTK.Graphics.OpenGL.All.Texture30Arb; + var _Texture31 = OpenTK.Graphics.OpenGL.All.Texture31; + var _Texture31Arb = OpenTK.Graphics.OpenGL.All.Texture31Arb; + var _ActiveTexture = OpenTK.Graphics.OpenGL.All.ActiveTexture; + var _ActiveTextureArb = OpenTK.Graphics.OpenGL.All.ActiveTextureArb; + var _ClientActiveTexture = OpenTK.Graphics.OpenGL.All.ClientActiveTexture; + var _ClientActiveTextureArb = OpenTK.Graphics.OpenGL.All.ClientActiveTextureArb; + var _MaxTextureUnits = OpenTK.Graphics.OpenGL.All.MaxTextureUnits; + var _MaxTextureUnitsArb = OpenTK.Graphics.OpenGL.All.MaxTextureUnitsArb; + var _TransposeModelviewMatrix = OpenTK.Graphics.OpenGL.All.TransposeModelviewMatrix; + var _TransposeModelviewMatrixArb = OpenTK.Graphics.OpenGL.All.TransposeModelviewMatrixArb; + var _TransposeProjectionMatrix = OpenTK.Graphics.OpenGL.All.TransposeProjectionMatrix; + var _TransposeProjectionMatrixArb = OpenTK.Graphics.OpenGL.All.TransposeProjectionMatrixArb; + var _TransposeTextureMatrix = OpenTK.Graphics.OpenGL.All.TransposeTextureMatrix; + var _TransposeTextureMatrixArb = OpenTK.Graphics.OpenGL.All.TransposeTextureMatrixArb; + var _TransposeColorMatrix = OpenTK.Graphics.OpenGL.All.TransposeColorMatrix; + var _TransposeColorMatrixArb = OpenTK.Graphics.OpenGL.All.TransposeColorMatrixArb; + var _Subtract = OpenTK.Graphics.OpenGL.All.Subtract; + var _SubtractArb = OpenTK.Graphics.OpenGL.All.SubtractArb; + var _MaxRenderbufferSize = OpenTK.Graphics.OpenGL.All.MaxRenderbufferSize; + var _MaxRenderbufferSizeExt = OpenTK.Graphics.OpenGL.All.MaxRenderbufferSizeExt; + var _CompressedAlpha = OpenTK.Graphics.OpenGL.All.CompressedAlpha; + var _CompressedAlphaArb = OpenTK.Graphics.OpenGL.All.CompressedAlphaArb; + var _CompressedLuminance = OpenTK.Graphics.OpenGL.All.CompressedLuminance; + var _CompressedLuminanceArb = OpenTK.Graphics.OpenGL.All.CompressedLuminanceArb; + var _CompressedLuminanceAlpha = OpenTK.Graphics.OpenGL.All.CompressedLuminanceAlpha; + var _CompressedLuminanceAlphaArb = OpenTK.Graphics.OpenGL.All.CompressedLuminanceAlphaArb; + var _CompressedIntensity = OpenTK.Graphics.OpenGL.All.CompressedIntensity; + var _CompressedIntensityArb = OpenTK.Graphics.OpenGL.All.CompressedIntensityArb; + var _CompressedRgb = OpenTK.Graphics.OpenGL.All.CompressedRgb; + var _CompressedRgbArb = OpenTK.Graphics.OpenGL.All.CompressedRgbArb; + var _CompressedRgba = OpenTK.Graphics.OpenGL.All.CompressedRgba; + var _CompressedRgbaArb = OpenTK.Graphics.OpenGL.All.CompressedRgbaArb; + var _TextureCompressionHint = OpenTK.Graphics.OpenGL.All.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.OpenGL.All.TextureCompressionHintArb; + var _UniformBlockReferencedByTessControlShader = OpenTK.Graphics.OpenGL.All.UniformBlockReferencedByTessControlShader; + var _UniformBlockReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.All.UniformBlockReferencedByTessEvaluationShader; + var _AllCompletedNv = OpenTK.Graphics.OpenGL.All.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.OpenGL.All.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.OpenGL.All.FenceConditionNv; + var _TextureRectangle = OpenTK.Graphics.OpenGL.All.TextureRectangle; + var _TextureRectangleArb = OpenTK.Graphics.OpenGL.All.TextureRectangleArb; + var _TextureRectangleNv = OpenTK.Graphics.OpenGL.All.TextureRectangleNv; + var _TextureBindingRectangle = OpenTK.Graphics.OpenGL.All.TextureBindingRectangle; + var _TextureBindingRectangleArb = OpenTK.Graphics.OpenGL.All.TextureBindingRectangleArb; + var _TextureBindingRectangleNv = OpenTK.Graphics.OpenGL.All.TextureBindingRectangleNv; + var _ProxyTextureRectangle = OpenTK.Graphics.OpenGL.All.ProxyTextureRectangle; + var _ProxyTextureRectangleArb = OpenTK.Graphics.OpenGL.All.ProxyTextureRectangleArb; + var _ProxyTextureRectangleNv = OpenTK.Graphics.OpenGL.All.ProxyTextureRectangleNv; + var _MaxRectangleTextureSize = OpenTK.Graphics.OpenGL.All.MaxRectangleTextureSize; + var _MaxRectangleTextureSizeArb = OpenTK.Graphics.OpenGL.All.MaxRectangleTextureSizeArb; + var _MaxRectangleTextureSizeNv = OpenTK.Graphics.OpenGL.All.MaxRectangleTextureSizeNv; + var _DepthStencil = OpenTK.Graphics.OpenGL.All.DepthStencil; + var _DepthStencilExt = OpenTK.Graphics.OpenGL.All.DepthStencilExt; + var _DepthStencilNv = OpenTK.Graphics.OpenGL.All.DepthStencilNv; + var _UnsignedInt248 = OpenTK.Graphics.OpenGL.All.UnsignedInt248; + var _UnsignedInt248Ext = OpenTK.Graphics.OpenGL.All.UnsignedInt248Ext; + var _UnsignedInt248Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt248Nv; + var _MaxTextureLodBias = OpenTK.Graphics.OpenGL.All.MaxTextureLodBias; + var _MaxTextureLodBiasExt = OpenTK.Graphics.OpenGL.All.MaxTextureLodBiasExt; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL.All.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL.All.MaxTextureMaxAnisotropyExt; + var _TextureFilterControl = OpenTK.Graphics.OpenGL.All.TextureFilterControl; + var _TextureFilterControlExt = OpenTK.Graphics.OpenGL.All.TextureFilterControlExt; + var _TextureLodBias = OpenTK.Graphics.OpenGL.All.TextureLodBias; + var _TextureLodBiasExt = OpenTK.Graphics.OpenGL.All.TextureLodBiasExt; + var _Modelview1StackDepthExt = OpenTK.Graphics.OpenGL.All.Modelview1StackDepthExt; + var _Combine4Nv = OpenTK.Graphics.OpenGL.All.Combine4Nv; + var _MaxShininessNv = OpenTK.Graphics.OpenGL.All.MaxShininessNv; + var _MaxSpotExponentNv = OpenTK.Graphics.OpenGL.All.MaxSpotExponentNv; + var _Modelview1MatrixExt = OpenTK.Graphics.OpenGL.All.Modelview1MatrixExt; + var _IncrWrap = OpenTK.Graphics.OpenGL.All.IncrWrap; + var _IncrWrapExt = OpenTK.Graphics.OpenGL.All.IncrWrapExt; + var _DecrWrap = OpenTK.Graphics.OpenGL.All.DecrWrap; + var _DecrWrapExt = OpenTK.Graphics.OpenGL.All.DecrWrapExt; + var _VertexWeightingExt = OpenTK.Graphics.OpenGL.All.VertexWeightingExt; + var _Modelview1Arb = OpenTK.Graphics.OpenGL.All.Modelview1Arb; + var _Modelview1Ext = OpenTK.Graphics.OpenGL.All.Modelview1Ext; + var _CurrentVertexWeightExt = OpenTK.Graphics.OpenGL.All.CurrentVertexWeightExt; + var _VertexWeightArrayExt = OpenTK.Graphics.OpenGL.All.VertexWeightArrayExt; + var _VertexWeightArraySizeExt = OpenTK.Graphics.OpenGL.All.VertexWeightArraySizeExt; + var _VertexWeightArrayTypeExt = OpenTK.Graphics.OpenGL.All.VertexWeightArrayTypeExt; + var _VertexWeightArrayStrideExt = OpenTK.Graphics.OpenGL.All.VertexWeightArrayStrideExt; + var _VertexWeightArrayPointerExt = OpenTK.Graphics.OpenGL.All.VertexWeightArrayPointerExt; + var _NormalMap = OpenTK.Graphics.OpenGL.All.NormalMap; + var _NormalMapArb = OpenTK.Graphics.OpenGL.All.NormalMapArb; + var _NormalMapExt = OpenTK.Graphics.OpenGL.All.NormalMapExt; + var _NormalMapNv = OpenTK.Graphics.OpenGL.All.NormalMapNv; + var _ReflectionMap = OpenTK.Graphics.OpenGL.All.ReflectionMap; + var _ReflectionMapArb = OpenTK.Graphics.OpenGL.All.ReflectionMapArb; + var _ReflectionMapExt = OpenTK.Graphics.OpenGL.All.ReflectionMapExt; + var _ReflectionMapNv = OpenTK.Graphics.OpenGL.All.ReflectionMapNv; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.All.TextureCubeMap; + var _TextureCubeMapArb = OpenTK.Graphics.OpenGL.All.TextureCubeMapArb; + var _TextureCubeMapExt = OpenTK.Graphics.OpenGL.All.TextureCubeMapExt; + var _TextureBindingCubeMap = OpenTK.Graphics.OpenGL.All.TextureBindingCubeMap; + var _TextureBindingCubeMapArb = OpenTK.Graphics.OpenGL.All.TextureBindingCubeMapArb; + var _TextureBindingCubeMapExt = OpenTK.Graphics.OpenGL.All.TextureBindingCubeMapExt; + var _TextureCubeMapPositiveX = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveX; + var _TextureCubeMapPositiveXArb = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveXArb; + var _TextureCubeMapPositiveXExt = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveXExt; + var _TextureCubeMapNegativeX = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeX; + var _TextureCubeMapNegativeXArb = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeXArb; + var _TextureCubeMapNegativeXExt = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeXExt; + var _TextureCubeMapPositiveY = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveY; + var _TextureCubeMapPositiveYArb = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveYArb; + var _TextureCubeMapPositiveYExt = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveYExt; + var _TextureCubeMapNegativeY = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeY; + var _TextureCubeMapNegativeYArb = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeYArb; + var _TextureCubeMapNegativeYExt = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeYExt; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveZ; + var _TextureCubeMapPositiveZArb = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveZArb; + var _TextureCubeMapPositiveZExt = OpenTK.Graphics.OpenGL.All.TextureCubeMapPositiveZExt; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeZ; + var _TextureCubeMapNegativeZArb = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeZArb; + var _TextureCubeMapNegativeZExt = OpenTK.Graphics.OpenGL.All.TextureCubeMapNegativeZExt; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL.All.ProxyTextureCubeMap; + var _ProxyTextureCubeMapArb = OpenTK.Graphics.OpenGL.All.ProxyTextureCubeMapArb; + var _ProxyTextureCubeMapExt = OpenTK.Graphics.OpenGL.All.ProxyTextureCubeMapExt; + var _MaxCubeMapTextureSize = OpenTK.Graphics.OpenGL.All.MaxCubeMapTextureSize; + var _MaxCubeMapTextureSizeArb = OpenTK.Graphics.OpenGL.All.MaxCubeMapTextureSizeArb; + var _MaxCubeMapTextureSizeExt = OpenTK.Graphics.OpenGL.All.MaxCubeMapTextureSizeExt; + var _VertexArrayRangeApple = OpenTK.Graphics.OpenGL.All.VertexArrayRangeApple; + var _VertexArrayRangeNv = OpenTK.Graphics.OpenGL.All.VertexArrayRangeNv; + var _VertexArrayRangeLengthApple = OpenTK.Graphics.OpenGL.All.VertexArrayRangeLengthApple; + var _VertexArrayRangeLengthNv = OpenTK.Graphics.OpenGL.All.VertexArrayRangeLengthNv; + var _VertexArrayRangeValidNv = OpenTK.Graphics.OpenGL.All.VertexArrayRangeValidNv; + var _VertexArrayStorageHintApple = OpenTK.Graphics.OpenGL.All.VertexArrayStorageHintApple; + var _MaxVertexArrayRangeElementNv = OpenTK.Graphics.OpenGL.All.MaxVertexArrayRangeElementNv; + var _VertexArrayRangePointerApple = OpenTK.Graphics.OpenGL.All.VertexArrayRangePointerApple; + var _VertexArrayRangePointerNv = OpenTK.Graphics.OpenGL.All.VertexArrayRangePointerNv; + var _RegisterCombinersNv = OpenTK.Graphics.OpenGL.All.RegisterCombinersNv; + var _VariableANv = OpenTK.Graphics.OpenGL.All.VariableANv; + var _VariableBNv = OpenTK.Graphics.OpenGL.All.VariableBNv; + var _VariableCNv = OpenTK.Graphics.OpenGL.All.VariableCNv; + var _VariableDNv = OpenTK.Graphics.OpenGL.All.VariableDNv; + var _VariableENv = OpenTK.Graphics.OpenGL.All.VariableENv; + var _VariableFNv = OpenTK.Graphics.OpenGL.All.VariableFNv; + var _VariableGNv = OpenTK.Graphics.OpenGL.All.VariableGNv; + var _ConstantColor0Nv = OpenTK.Graphics.OpenGL.All.ConstantColor0Nv; + var _ConstantColor1Nv = OpenTK.Graphics.OpenGL.All.ConstantColor1Nv; + var _PrimaryColorNv = OpenTK.Graphics.OpenGL.All.PrimaryColorNv; + var _SecondaryColorNv = OpenTK.Graphics.OpenGL.All.SecondaryColorNv; + var _Spare0Nv = OpenTK.Graphics.OpenGL.All.Spare0Nv; + var _Spare1Nv = OpenTK.Graphics.OpenGL.All.Spare1Nv; + var _DiscardNv = OpenTK.Graphics.OpenGL.All.DiscardNv; + var _ETimesFNv = OpenTK.Graphics.OpenGL.All.ETimesFNv; + var _Spare0PlusSecondaryColorNv = OpenTK.Graphics.OpenGL.All.Spare0PlusSecondaryColorNv; + var _VertexArrayRangeWithoutFlushNv = OpenTK.Graphics.OpenGL.All.VertexArrayRangeWithoutFlushNv; + var _MultisampleFilterHintNv = OpenTK.Graphics.OpenGL.All.MultisampleFilterHintNv; + var _PerStageConstantsNv = OpenTK.Graphics.OpenGL.All.PerStageConstantsNv; + var _UnsignedIdentityNv = OpenTK.Graphics.OpenGL.All.UnsignedIdentityNv; + var _UnsignedInvertNv = OpenTK.Graphics.OpenGL.All.UnsignedInvertNv; + var _ExpandNormalNv = OpenTK.Graphics.OpenGL.All.ExpandNormalNv; + var _ExpandNegateNv = OpenTK.Graphics.OpenGL.All.ExpandNegateNv; + var _HalfBiasNormalNv = OpenTK.Graphics.OpenGL.All.HalfBiasNormalNv; + var _HalfBiasNegateNv = OpenTK.Graphics.OpenGL.All.HalfBiasNegateNv; + var _SignedIdentityNv = OpenTK.Graphics.OpenGL.All.SignedIdentityNv; + var _SignedNegateNv = OpenTK.Graphics.OpenGL.All.SignedNegateNv; + var _ScaleByTwoNv = OpenTK.Graphics.OpenGL.All.ScaleByTwoNv; + var _ScaleByFourNv = OpenTK.Graphics.OpenGL.All.ScaleByFourNv; + var _ScaleByOneHalfNv = OpenTK.Graphics.OpenGL.All.ScaleByOneHalfNv; + var _BiasByNegativeOneHalfNv = OpenTK.Graphics.OpenGL.All.BiasByNegativeOneHalfNv; + var _CombinerInputNv = OpenTK.Graphics.OpenGL.All.CombinerInputNv; + var _CombinerMappingNv = OpenTK.Graphics.OpenGL.All.CombinerMappingNv; + var _CombinerComponentUsageNv = OpenTK.Graphics.OpenGL.All.CombinerComponentUsageNv; + var _CombinerAbDotProductNv = OpenTK.Graphics.OpenGL.All.CombinerAbDotProductNv; + var _CombinerCdDotProductNv = OpenTK.Graphics.OpenGL.All.CombinerCdDotProductNv; + var _CombinerMuxSumNv = OpenTK.Graphics.OpenGL.All.CombinerMuxSumNv; + var _CombinerScaleNv = OpenTK.Graphics.OpenGL.All.CombinerScaleNv; + var _CombinerBiasNv = OpenTK.Graphics.OpenGL.All.CombinerBiasNv; + var _CombinerAbOutputNv = OpenTK.Graphics.OpenGL.All.CombinerAbOutputNv; + var _CombinerCdOutputNv = OpenTK.Graphics.OpenGL.All.CombinerCdOutputNv; + var _CombinerSumOutputNv = OpenTK.Graphics.OpenGL.All.CombinerSumOutputNv; + var _MaxGeneralCombinersNv = OpenTK.Graphics.OpenGL.All.MaxGeneralCombinersNv; + var _NumGeneralCombinersNv = OpenTK.Graphics.OpenGL.All.NumGeneralCombinersNv; + var _ColorSumClampNv = OpenTK.Graphics.OpenGL.All.ColorSumClampNv; + var _Combiner0Nv = OpenTK.Graphics.OpenGL.All.Combiner0Nv; + var _Combiner1Nv = OpenTK.Graphics.OpenGL.All.Combiner1Nv; + var _Combiner2Nv = OpenTK.Graphics.OpenGL.All.Combiner2Nv; + var _Combiner3Nv = OpenTK.Graphics.OpenGL.All.Combiner3Nv; + var _Combiner4Nv = OpenTK.Graphics.OpenGL.All.Combiner4Nv; + var _Combiner5Nv = OpenTK.Graphics.OpenGL.All.Combiner5Nv; + var _Combiner6Nv = OpenTK.Graphics.OpenGL.All.Combiner6Nv; + var _Combiner7Nv = OpenTK.Graphics.OpenGL.All.Combiner7Nv; + var _PrimitiveRestartNv = OpenTK.Graphics.OpenGL.All.PrimitiveRestartNv; + var _PrimitiveRestartIndexNv = OpenTK.Graphics.OpenGL.All.PrimitiveRestartIndexNv; + var _FogDistanceModeNv = OpenTK.Graphics.OpenGL.All.FogDistanceModeNv; + var _EyeRadialNv = OpenTK.Graphics.OpenGL.All.EyeRadialNv; + var _EyePlaneAbsoluteNv = OpenTK.Graphics.OpenGL.All.EyePlaneAbsoluteNv; + var _EmbossLightNv = OpenTK.Graphics.OpenGL.All.EmbossLightNv; + var _EmbossConstantNv = OpenTK.Graphics.OpenGL.All.EmbossConstantNv; + var _EmbossMapNv = OpenTK.Graphics.OpenGL.All.EmbossMapNv; + var _RedMinClampIngr = OpenTK.Graphics.OpenGL.All.RedMinClampIngr; + var _GreenMinClampIngr = OpenTK.Graphics.OpenGL.All.GreenMinClampIngr; + var _BlueMinClampIngr = OpenTK.Graphics.OpenGL.All.BlueMinClampIngr; + var _AlphaMinClampIngr = OpenTK.Graphics.OpenGL.All.AlphaMinClampIngr; + var _RedMaxClampIngr = OpenTK.Graphics.OpenGL.All.RedMaxClampIngr; + var _GreenMaxClampIngr = OpenTK.Graphics.OpenGL.All.GreenMaxClampIngr; + var _BlueMaxClampIngr = OpenTK.Graphics.OpenGL.All.BlueMaxClampIngr; + var _AlphaMaxClampIngr = OpenTK.Graphics.OpenGL.All.AlphaMaxClampIngr; + var _InterlaceReadIngr = OpenTK.Graphics.OpenGL.All.InterlaceReadIngr; + var _Combine = OpenTK.Graphics.OpenGL.All.Combine; + var _CombineArb = OpenTK.Graphics.OpenGL.All.CombineArb; + var _CombineExt = OpenTK.Graphics.OpenGL.All.CombineExt; + var _CombineRgb = OpenTK.Graphics.OpenGL.All.CombineRgb; + var _CombineRgbArb = OpenTK.Graphics.OpenGL.All.CombineRgbArb; + var _CombineRgbExt = OpenTK.Graphics.OpenGL.All.CombineRgbExt; + var _CombineAlpha = OpenTK.Graphics.OpenGL.All.CombineAlpha; + var _CombineAlphaArb = OpenTK.Graphics.OpenGL.All.CombineAlphaArb; + var _CombineAlphaExt = OpenTK.Graphics.OpenGL.All.CombineAlphaExt; + var _RgbScale = OpenTK.Graphics.OpenGL.All.RgbScale; + var _RgbScaleArb = OpenTK.Graphics.OpenGL.All.RgbScaleArb; + var _RgbScaleExt = OpenTK.Graphics.OpenGL.All.RgbScaleExt; + var _AddSigned = OpenTK.Graphics.OpenGL.All.AddSigned; + var _AddSignedArb = OpenTK.Graphics.OpenGL.All.AddSignedArb; + var _AddSignedExt = OpenTK.Graphics.OpenGL.All.AddSignedExt; + var _Interpolate = OpenTK.Graphics.OpenGL.All.Interpolate; + var _InterpolateArb = OpenTK.Graphics.OpenGL.All.InterpolateArb; + var _InterpolateExt = OpenTK.Graphics.OpenGL.All.InterpolateExt; + var _Constant = OpenTK.Graphics.OpenGL.All.Constant; + var _ConstantArb = OpenTK.Graphics.OpenGL.All.ConstantArb; + var _ConstantExt = OpenTK.Graphics.OpenGL.All.ConstantExt; + var _PrimaryColor = OpenTK.Graphics.OpenGL.All.PrimaryColor; + var _PrimaryColorArb = OpenTK.Graphics.OpenGL.All.PrimaryColorArb; + var _PrimaryColorExt = OpenTK.Graphics.OpenGL.All.PrimaryColorExt; + var _Previous = OpenTK.Graphics.OpenGL.All.Previous; + var _PreviousArb = OpenTK.Graphics.OpenGL.All.PreviousArb; + var _PreviousExt = OpenTK.Graphics.OpenGL.All.PreviousExt; + var _Source0Rgb = OpenTK.Graphics.OpenGL.All.Source0Rgb; + var _Source0RgbArb = OpenTK.Graphics.OpenGL.All.Source0RgbArb; + var _Source0RgbExt = OpenTK.Graphics.OpenGL.All.Source0RgbExt; + var _Src0Rgb = OpenTK.Graphics.OpenGL.All.Src0Rgb; + var _Source1Rgb = OpenTK.Graphics.OpenGL.All.Source1Rgb; + var _Source1RgbArb = OpenTK.Graphics.OpenGL.All.Source1RgbArb; + var _Source1RgbExt = OpenTK.Graphics.OpenGL.All.Source1RgbExt; + var _Src1Rgb = OpenTK.Graphics.OpenGL.All.Src1Rgb; + var _Source2Rgb = OpenTK.Graphics.OpenGL.All.Source2Rgb; + var _Source2RgbArb = OpenTK.Graphics.OpenGL.All.Source2RgbArb; + var _Source2RgbExt = OpenTK.Graphics.OpenGL.All.Source2RgbExt; + var _Src2Rgb = OpenTK.Graphics.OpenGL.All.Src2Rgb; + var _Source3RgbNv = OpenTK.Graphics.OpenGL.All.Source3RgbNv; + var _Source0Alpha = OpenTK.Graphics.OpenGL.All.Source0Alpha; + var _Source0AlphaArb = OpenTK.Graphics.OpenGL.All.Source0AlphaArb; + var _Source0AlphaExt = OpenTK.Graphics.OpenGL.All.Source0AlphaExt; + var _Src0Alpha = OpenTK.Graphics.OpenGL.All.Src0Alpha; + var _Source1Alpha = OpenTK.Graphics.OpenGL.All.Source1Alpha; + var _Source1AlphaArb = OpenTK.Graphics.OpenGL.All.Source1AlphaArb; + var _Source1AlphaExt = OpenTK.Graphics.OpenGL.All.Source1AlphaExt; + var _Src1Alpha = OpenTK.Graphics.OpenGL.All.Src1Alpha; + var _Source2Alpha = OpenTK.Graphics.OpenGL.All.Source2Alpha; + var _Source2AlphaArb = OpenTK.Graphics.OpenGL.All.Source2AlphaArb; + var _Source2AlphaExt = OpenTK.Graphics.OpenGL.All.Source2AlphaExt; + var _Src2Alpha = OpenTK.Graphics.OpenGL.All.Src2Alpha; + var _Source3AlphaNv = OpenTK.Graphics.OpenGL.All.Source3AlphaNv; + var _Operand0Rgb = OpenTK.Graphics.OpenGL.All.Operand0Rgb; + var _Operand0RgbArb = OpenTK.Graphics.OpenGL.All.Operand0RgbArb; + var _Operand0RgbExt = OpenTK.Graphics.OpenGL.All.Operand0RgbExt; + var _Operand1Rgb = OpenTK.Graphics.OpenGL.All.Operand1Rgb; + var _Operand1RgbArb = OpenTK.Graphics.OpenGL.All.Operand1RgbArb; + var _Operand1RgbExt = OpenTK.Graphics.OpenGL.All.Operand1RgbExt; + var _Operand2Rgb = OpenTK.Graphics.OpenGL.All.Operand2Rgb; + var _Operand2RgbArb = OpenTK.Graphics.OpenGL.All.Operand2RgbArb; + var _Operand2RgbExt = OpenTK.Graphics.OpenGL.All.Operand2RgbExt; + var _Operand3RgbNv = OpenTK.Graphics.OpenGL.All.Operand3RgbNv; + var _Operand0Alpha = OpenTK.Graphics.OpenGL.All.Operand0Alpha; + var _Operand0AlphaArb = OpenTK.Graphics.OpenGL.All.Operand0AlphaArb; + var _Operand0AlphaExt = OpenTK.Graphics.OpenGL.All.Operand0AlphaExt; + var _Operand1Alpha = OpenTK.Graphics.OpenGL.All.Operand1Alpha; + var _Operand1AlphaArb = OpenTK.Graphics.OpenGL.All.Operand1AlphaArb; + var _Operand1AlphaExt = OpenTK.Graphics.OpenGL.All.Operand1AlphaExt; + var _Operand2Alpha = OpenTK.Graphics.OpenGL.All.Operand2Alpha; + var _Operand2AlphaArb = OpenTK.Graphics.OpenGL.All.Operand2AlphaArb; + var _Operand2AlphaExt = OpenTK.Graphics.OpenGL.All.Operand2AlphaExt; + var _Operand3AlphaNv = OpenTK.Graphics.OpenGL.All.Operand3AlphaNv; + var _PackSubsampleRateSgix = OpenTK.Graphics.OpenGL.All.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.OpenGL.All.UnpackSubsampleRateSgix; + var _PixelSubsample4444Sgix = OpenTK.Graphics.OpenGL.All.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.OpenGL.All.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.OpenGL.All.PixelSubsample4242Sgix; + var _PerturbExt = OpenTK.Graphics.OpenGL.All.PerturbExt; + var _TextureNormalExt = OpenTK.Graphics.OpenGL.All.TextureNormalExt; + var _LightModelSpecularVectorApple = OpenTK.Graphics.OpenGL.All.LightModelSpecularVectorApple; + var _TransformHintApple = OpenTK.Graphics.OpenGL.All.TransformHintApple; + var _UnpackClientStorageApple = OpenTK.Graphics.OpenGL.All.UnpackClientStorageApple; + var _BufferObjectApple = OpenTK.Graphics.OpenGL.All.BufferObjectApple; + var _StorageClientApple = OpenTK.Graphics.OpenGL.All.StorageClientApple; + var _VertexArrayBinding = OpenTK.Graphics.OpenGL.All.VertexArrayBinding; + var _VertexArrayBindingApple = OpenTK.Graphics.OpenGL.All.VertexArrayBindingApple; + var _TextureRangeLengthApple = OpenTK.Graphics.OpenGL.All.TextureRangeLengthApple; + var _TextureRangePointerApple = OpenTK.Graphics.OpenGL.All.TextureRangePointerApple; + var _Ycbcr422Apple = OpenTK.Graphics.OpenGL.All.Ycbcr422Apple; + var _UnsignedShort88Apple = OpenTK.Graphics.OpenGL.All.UnsignedShort88Apple; + var _UnsignedShort88Mesa = OpenTK.Graphics.OpenGL.All.UnsignedShort88Mesa; + var _UnsignedShort88RevApple = OpenTK.Graphics.OpenGL.All.UnsignedShort88RevApple; + var _UnsignedShort88RevMesa = OpenTK.Graphics.OpenGL.All.UnsignedShort88RevMesa; + var _TextureStorageHintApple = OpenTK.Graphics.OpenGL.All.TextureStorageHintApple; + var _StoragePrivateApple = OpenTK.Graphics.OpenGL.All.StoragePrivateApple; + var _StorageCachedApple = OpenTK.Graphics.OpenGL.All.StorageCachedApple; + var _StorageSharedApple = OpenTK.Graphics.OpenGL.All.StorageSharedApple; + var _ReplacementCodeArraySun = OpenTK.Graphics.OpenGL.All.ReplacementCodeArraySun; + var _ReplacementCodeArrayTypeSun = OpenTK.Graphics.OpenGL.All.ReplacementCodeArrayTypeSun; + var _ReplacementCodeArrayStrideSun = OpenTK.Graphics.OpenGL.All.ReplacementCodeArrayStrideSun; + var _ReplacementCodeArrayPointerSun = OpenTK.Graphics.OpenGL.All.ReplacementCodeArrayPointerSun; + var _R1uiV3fSun = OpenTK.Graphics.OpenGL.All.R1uiV3fSun; + var _R1uiC4ubV3fSun = OpenTK.Graphics.OpenGL.All.R1uiC4ubV3fSun; + var _R1uiC3fV3fSun = OpenTK.Graphics.OpenGL.All.R1uiC3fV3fSun; + var _R1uiN3fV3fSun = OpenTK.Graphics.OpenGL.All.R1uiN3fV3fSun; + var _R1uiC4fN3fV3fSun = OpenTK.Graphics.OpenGL.All.R1uiC4fN3fV3fSun; + var _R1uiT2fV3fSun = OpenTK.Graphics.OpenGL.All.R1uiT2fV3fSun; + var _R1uiT2fN3fV3fSun = OpenTK.Graphics.OpenGL.All.R1uiT2fN3fV3fSun; + var _R1uiT2fC4fN3fV3fSun = OpenTK.Graphics.OpenGL.All.R1uiT2fC4fN3fV3fSun; + var _SliceAccumSun = OpenTK.Graphics.OpenGL.All.SliceAccumSun; + var _QuadMeshSun = OpenTK.Graphics.OpenGL.All.QuadMeshSun; + var _TriangleMeshSun = OpenTK.Graphics.OpenGL.All.TriangleMeshSun; + var _VertexProgram = OpenTK.Graphics.OpenGL.All.VertexProgram; + var _VertexProgramArb = OpenTK.Graphics.OpenGL.All.VertexProgramArb; + var _VertexProgramNv = OpenTK.Graphics.OpenGL.All.VertexProgramNv; + var _VertexStateProgramNv = OpenTK.Graphics.OpenGL.All.VertexStateProgramNv; + var _ArrayEnabled = OpenTK.Graphics.OpenGL.All.ArrayEnabled; + var _VertexAttribArrayEnabled = OpenTK.Graphics.OpenGL.All.VertexAttribArrayEnabled; + var _VertexAttribArrayEnabledArb = OpenTK.Graphics.OpenGL.All.VertexAttribArrayEnabledArb; + var _AttribArraySizeNv = OpenTK.Graphics.OpenGL.All.AttribArraySizeNv; + var _VertexAttribArraySize = OpenTK.Graphics.OpenGL.All.VertexAttribArraySize; + var _VertexAttribArraySizeArb = OpenTK.Graphics.OpenGL.All.VertexAttribArraySizeArb; + var _AttribArrayStrideNv = OpenTK.Graphics.OpenGL.All.AttribArrayStrideNv; + var _VertexAttribArrayStride = OpenTK.Graphics.OpenGL.All.VertexAttribArrayStride; + var _VertexAttribArrayStrideArb = OpenTK.Graphics.OpenGL.All.VertexAttribArrayStrideArb; + var _ArrayType = OpenTK.Graphics.OpenGL.All.ArrayType; + var _AttribArrayTypeNv = OpenTK.Graphics.OpenGL.All.AttribArrayTypeNv; + var _VertexAttribArrayType = OpenTK.Graphics.OpenGL.All.VertexAttribArrayType; + var _VertexAttribArrayTypeArb = OpenTK.Graphics.OpenGL.All.VertexAttribArrayTypeArb; + var _CurrentAttribNv = OpenTK.Graphics.OpenGL.All.CurrentAttribNv; + var _CurrentVertexAttrib = OpenTK.Graphics.OpenGL.All.CurrentVertexAttrib; + var _CurrentVertexAttribArb = OpenTK.Graphics.OpenGL.All.CurrentVertexAttribArb; + var _ProgramLength = OpenTK.Graphics.OpenGL.All.ProgramLength; + var _ProgramLengthArb = OpenTK.Graphics.OpenGL.All.ProgramLengthArb; + var _ProgramLengthNv = OpenTK.Graphics.OpenGL.All.ProgramLengthNv; + var _ProgramString = OpenTK.Graphics.OpenGL.All.ProgramString; + var _ProgramStringArb = OpenTK.Graphics.OpenGL.All.ProgramStringArb; + var _ProgramStringNv = OpenTK.Graphics.OpenGL.All.ProgramStringNv; + var _ModelviewProjectionNv = OpenTK.Graphics.OpenGL.All.ModelviewProjectionNv; + var _IdentityNv = OpenTK.Graphics.OpenGL.All.IdentityNv; + var _InverseNv = OpenTK.Graphics.OpenGL.All.InverseNv; + var _TransposeNv = OpenTK.Graphics.OpenGL.All.TransposeNv; + var _InverseTransposeNv = OpenTK.Graphics.OpenGL.All.InverseTransposeNv; + var _MaxProgramMatrixStackDepthArb = OpenTK.Graphics.OpenGL.All.MaxProgramMatrixStackDepthArb; + var _MaxTrackMatrixStackDepthNv = OpenTK.Graphics.OpenGL.All.MaxTrackMatrixStackDepthNv; + var _MaxProgramMatricesArb = OpenTK.Graphics.OpenGL.All.MaxProgramMatricesArb; + var _MaxTrackMatricesNv = OpenTK.Graphics.OpenGL.All.MaxTrackMatricesNv; + var _Matrix0Nv = OpenTK.Graphics.OpenGL.All.Matrix0Nv; + var _Matrix1Nv = OpenTK.Graphics.OpenGL.All.Matrix1Nv; + var _Matrix2Nv = OpenTK.Graphics.OpenGL.All.Matrix2Nv; + var _Matrix3Nv = OpenTK.Graphics.OpenGL.All.Matrix3Nv; + var _Matrix4Nv = OpenTK.Graphics.OpenGL.All.Matrix4Nv; + var _Matrix5Nv = OpenTK.Graphics.OpenGL.All.Matrix5Nv; + var _Matrix6Nv = OpenTK.Graphics.OpenGL.All.Matrix6Nv; + var _Matrix7Nv = OpenTK.Graphics.OpenGL.All.Matrix7Nv; + var _CurrentMatrixStackDepthArb = OpenTK.Graphics.OpenGL.All.CurrentMatrixStackDepthArb; + var _CurrentMatrixStackDepthNv = OpenTK.Graphics.OpenGL.All.CurrentMatrixStackDepthNv; + var _CurrentMatrixArb = OpenTK.Graphics.OpenGL.All.CurrentMatrixArb; + var _CurrentMatrixNv = OpenTK.Graphics.OpenGL.All.CurrentMatrixNv; + var _ProgramPointSize = OpenTK.Graphics.OpenGL.All.ProgramPointSize; + var _ProgramPointSizeArb = OpenTK.Graphics.OpenGL.All.ProgramPointSizeArb; + var _ProgramPointSizeExt = OpenTK.Graphics.OpenGL.All.ProgramPointSizeExt; + var _VertexProgramPointSize = OpenTK.Graphics.OpenGL.All.VertexProgramPointSize; + var _VertexProgramPointSizeArb = OpenTK.Graphics.OpenGL.All.VertexProgramPointSizeArb; + var _VertexProgramPointSizeNv = OpenTK.Graphics.OpenGL.All.VertexProgramPointSizeNv; + var _VertexProgramTwoSide = OpenTK.Graphics.OpenGL.All.VertexProgramTwoSide; + var _VertexProgramTwoSideArb = OpenTK.Graphics.OpenGL.All.VertexProgramTwoSideArb; + var _VertexProgramTwoSideNv = OpenTK.Graphics.OpenGL.All.VertexProgramTwoSideNv; + var _ProgramParameterNv = OpenTK.Graphics.OpenGL.All.ProgramParameterNv; + var _ArrayPointer = OpenTK.Graphics.OpenGL.All.ArrayPointer; + var _AttribArrayPointerNv = OpenTK.Graphics.OpenGL.All.AttribArrayPointerNv; + var _VertexAttribArrayPointer = OpenTK.Graphics.OpenGL.All.VertexAttribArrayPointer; + var _VertexAttribArrayPointerArb = OpenTK.Graphics.OpenGL.All.VertexAttribArrayPointerArb; + var _ProgramTargetNv = OpenTK.Graphics.OpenGL.All.ProgramTargetNv; + var _ProgramResidentNv = OpenTK.Graphics.OpenGL.All.ProgramResidentNv; + var _TrackMatrixNv = OpenTK.Graphics.OpenGL.All.TrackMatrixNv; + var _TrackMatrixTransformNv = OpenTK.Graphics.OpenGL.All.TrackMatrixTransformNv; + var _VertexProgramBindingNv = OpenTK.Graphics.OpenGL.All.VertexProgramBindingNv; + var _ProgramErrorPositionArb = OpenTK.Graphics.OpenGL.All.ProgramErrorPositionArb; + var _ProgramErrorPositionNv = OpenTK.Graphics.OpenGL.All.ProgramErrorPositionNv; + var _OffsetTextureRectangleNv = OpenTK.Graphics.OpenGL.All.OffsetTextureRectangleNv; + var _OffsetTextureRectangleScaleNv = OpenTK.Graphics.OpenGL.All.OffsetTextureRectangleScaleNv; + var _DotProductTextureRectangleNv = OpenTK.Graphics.OpenGL.All.DotProductTextureRectangleNv; + var _DepthClamp = OpenTK.Graphics.OpenGL.All.DepthClamp; + var _DepthClampNv = OpenTK.Graphics.OpenGL.All.DepthClampNv; + var _VertexAttribArray0Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray0Nv; + var _VertexAttribArray1Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray1Nv; + var _VertexAttribArray2Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray2Nv; + var _VertexAttribArray3Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray3Nv; + var _VertexAttribArray4Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray4Nv; + var _VertexAttribArray5Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray5Nv; + var _VertexAttribArray6Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray6Nv; + var _VertexAttribArray7Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray7Nv; + var _VertexAttribArray8Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray8Nv; + var _VertexAttribArray9Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray9Nv; + var _VertexAttribArray10Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray10Nv; + var _VertexAttribArray11Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray11Nv; + var _VertexAttribArray12Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray12Nv; + var _VertexAttribArray13Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray13Nv; + var _VertexAttribArray14Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray14Nv; + var _VertexAttribArray15Nv = OpenTK.Graphics.OpenGL.All.VertexAttribArray15Nv; + var _Map1VertexAttrib04Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib04Nv; + var _Map1VertexAttrib14Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib14Nv; + var _Map1VertexAttrib24Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib24Nv; + var _Map1VertexAttrib34Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib34Nv; + var _Map1VertexAttrib44Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib44Nv; + var _Map1VertexAttrib54Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib54Nv; + var _Map1VertexAttrib64Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib64Nv; + var _Map1VertexAttrib74Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib74Nv; + var _Map1VertexAttrib84Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib84Nv; + var _Map1VertexAttrib94Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib94Nv; + var _Map1VertexAttrib104Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib104Nv; + var _Map1VertexAttrib114Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib114Nv; + var _Map1VertexAttrib124Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib124Nv; + var _Map1VertexAttrib134Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib134Nv; + var _Map1VertexAttrib144Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib144Nv; + var _Map1VertexAttrib154Nv = OpenTK.Graphics.OpenGL.All.Map1VertexAttrib154Nv; + var _Map2VertexAttrib04Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib04Nv; + var _Map2VertexAttrib14Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib14Nv; + var _Map2VertexAttrib24Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib24Nv; + var _Map2VertexAttrib34Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib34Nv; + var _Map2VertexAttrib44Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib44Nv; + var _Map2VertexAttrib54Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib54Nv; + var _Map2VertexAttrib64Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib64Nv; + var _Map2VertexAttrib74Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib74Nv; + var _ProgramBinding = OpenTK.Graphics.OpenGL.All.ProgramBinding; + var _ProgramBindingArb = OpenTK.Graphics.OpenGL.All.ProgramBindingArb; + var _Map2VertexAttrib84Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib84Nv; + var _Map2VertexAttrib94Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib94Nv; + var _Map2VertexAttrib104Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib104Nv; + var _Map2VertexAttrib114Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib114Nv; + var _Map2VertexAttrib124Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib124Nv; + var _Map2VertexAttrib134Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib134Nv; + var _Map2VertexAttrib144Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib144Nv; + var _Map2VertexAttrib154Nv = OpenTK.Graphics.OpenGL.All.Map2VertexAttrib154Nv; + var _TextureCompressedImageSize = OpenTK.Graphics.OpenGL.All.TextureCompressedImageSize; + var _TextureCompressedImageSizeArb = OpenTK.Graphics.OpenGL.All.TextureCompressedImageSizeArb; + var _TextureCompressed = OpenTK.Graphics.OpenGL.All.TextureCompressed; + var _TextureCompressedArb = OpenTK.Graphics.OpenGL.All.TextureCompressedArb; + var _NumCompressedTextureFormats = OpenTK.Graphics.OpenGL.All.NumCompressedTextureFormats; + var _NumCompressedTextureFormatsArb = OpenTK.Graphics.OpenGL.All.NumCompressedTextureFormatsArb; + var _CompressedTextureFormats = OpenTK.Graphics.OpenGL.All.CompressedTextureFormats; + var _CompressedTextureFormatsArb = OpenTK.Graphics.OpenGL.All.CompressedTextureFormatsArb; + var _MaxVertexUnitsArb = OpenTK.Graphics.OpenGL.All.MaxVertexUnitsArb; + var _ActiveVertexUnitsArb = OpenTK.Graphics.OpenGL.All.ActiveVertexUnitsArb; + var _WeightSumUnityArb = OpenTK.Graphics.OpenGL.All.WeightSumUnityArb; + var _VertexBlendArb = OpenTK.Graphics.OpenGL.All.VertexBlendArb; + var _CurrentWeightArb = OpenTK.Graphics.OpenGL.All.CurrentWeightArb; + var _WeightArrayTypeArb = OpenTK.Graphics.OpenGL.All.WeightArrayTypeArb; + var _WeightArrayStrideArb = OpenTK.Graphics.OpenGL.All.WeightArrayStrideArb; + var _WeightArraySizeArb = OpenTK.Graphics.OpenGL.All.WeightArraySizeArb; + var _WeightArrayPointerArb = OpenTK.Graphics.OpenGL.All.WeightArrayPointerArb; + var _WeightArrayArb = OpenTK.Graphics.OpenGL.All.WeightArrayArb; + var _Dot3Rgb = OpenTK.Graphics.OpenGL.All.Dot3Rgb; + var _Dot3RgbArb = OpenTK.Graphics.OpenGL.All.Dot3RgbArb; + var _Dot3Rgba = OpenTK.Graphics.OpenGL.All.Dot3Rgba; + var _Dot3RgbaArb = OpenTK.Graphics.OpenGL.All.Dot3RgbaArb; + var _CompressedRgbFxt13Dfx = OpenTK.Graphics.OpenGL.All.CompressedRgbFxt13Dfx; + var _CompressedRgbaFxt13Dfx = OpenTK.Graphics.OpenGL.All.CompressedRgbaFxt13Dfx; + var _Multisample3Dfx = OpenTK.Graphics.OpenGL.All.Multisample3Dfx; + var _SampleBuffers3Dfx = OpenTK.Graphics.OpenGL.All.SampleBuffers3Dfx; + var _Samples3Dfx = OpenTK.Graphics.OpenGL.All.Samples3Dfx; + var _Eval2DNv = OpenTK.Graphics.OpenGL.All.Eval2DNv; + var _EvalTriangular2DNv = OpenTK.Graphics.OpenGL.All.EvalTriangular2DNv; + var _MapTessellationNv = OpenTK.Graphics.OpenGL.All.MapTessellationNv; + var _MapAttribUOrderNv = OpenTK.Graphics.OpenGL.All.MapAttribUOrderNv; + var _MapAttribVOrderNv = OpenTK.Graphics.OpenGL.All.MapAttribVOrderNv; + var _EvalFractionalTessellationNv = OpenTK.Graphics.OpenGL.All.EvalFractionalTessellationNv; + var _EvalVertexAttrib0Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib0Nv; + var _EvalVertexAttrib1Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib1Nv; + var _EvalVertexAttrib2Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib2Nv; + var _EvalVertexAttrib3Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib3Nv; + var _EvalVertexAttrib4Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib4Nv; + var _EvalVertexAttrib5Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib5Nv; + var _EvalVertexAttrib6Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib6Nv; + var _EvalVertexAttrib7Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib7Nv; + var _EvalVertexAttrib8Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib8Nv; + var _EvalVertexAttrib9Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib9Nv; + var _EvalVertexAttrib10Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib10Nv; + var _EvalVertexAttrib11Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib11Nv; + var _EvalVertexAttrib12Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib12Nv; + var _EvalVertexAttrib13Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib13Nv; + var _EvalVertexAttrib14Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib14Nv; + var _EvalVertexAttrib15Nv = OpenTK.Graphics.OpenGL.All.EvalVertexAttrib15Nv; + var _MaxMapTessellationNv = OpenTK.Graphics.OpenGL.All.MaxMapTessellationNv; + var _MaxRationalEvalOrderNv = OpenTK.Graphics.OpenGL.All.MaxRationalEvalOrderNv; + var _MaxProgramPatchAttribsNv = OpenTK.Graphics.OpenGL.All.MaxProgramPatchAttribsNv; + var _RgbaUnsignedDotProductMappingNv = OpenTK.Graphics.OpenGL.All.RgbaUnsignedDotProductMappingNv; + var _UnsignedIntS8S888Nv = OpenTK.Graphics.OpenGL.All.UnsignedIntS8S888Nv; + var _UnsignedInt88S8S8RevNv = OpenTK.Graphics.OpenGL.All.UnsignedInt88S8S8RevNv; + var _DsdtMagIntensityNv = OpenTK.Graphics.OpenGL.All.DsdtMagIntensityNv; + var _ShaderConsistentNv = OpenTK.Graphics.OpenGL.All.ShaderConsistentNv; + var _TextureShaderNv = OpenTK.Graphics.OpenGL.All.TextureShaderNv; + var _ShaderOperationNv = OpenTK.Graphics.OpenGL.All.ShaderOperationNv; + var _CullModesNv = OpenTK.Graphics.OpenGL.All.CullModesNv; + var _OffsetTexture2DMatrixNv = OpenTK.Graphics.OpenGL.All.OffsetTexture2DMatrixNv; + var _OffsetTextureMatrixNv = OpenTK.Graphics.OpenGL.All.OffsetTextureMatrixNv; + var _OffsetTexture2DScaleNv = OpenTK.Graphics.OpenGL.All.OffsetTexture2DScaleNv; + var _OffsetTextureScaleNv = OpenTK.Graphics.OpenGL.All.OffsetTextureScaleNv; + var _OffsetTexture2DBiasNv = OpenTK.Graphics.OpenGL.All.OffsetTexture2DBiasNv; + var _OffsetTextureBiasNv = OpenTK.Graphics.OpenGL.All.OffsetTextureBiasNv; + var _PreviousTextureInputNv = OpenTK.Graphics.OpenGL.All.PreviousTextureInputNv; + var _ConstEyeNv = OpenTK.Graphics.OpenGL.All.ConstEyeNv; + var _PassThroughNv = OpenTK.Graphics.OpenGL.All.PassThroughNv; + var _CullFragmentNv = OpenTK.Graphics.OpenGL.All.CullFragmentNv; + var _OffsetTexture2DNv = OpenTK.Graphics.OpenGL.All.OffsetTexture2DNv; + var _DependentArTexture2DNv = OpenTK.Graphics.OpenGL.All.DependentArTexture2DNv; + var _DependentGbTexture2DNv = OpenTK.Graphics.OpenGL.All.DependentGbTexture2DNv; + var _SurfaceStateNv = OpenTK.Graphics.OpenGL.All.SurfaceStateNv; + var _DotProductNv = OpenTK.Graphics.OpenGL.All.DotProductNv; + var _DotProductDepthReplaceNv = OpenTK.Graphics.OpenGL.All.DotProductDepthReplaceNv; + var _DotProductTexture2DNv = OpenTK.Graphics.OpenGL.All.DotProductTexture2DNv; + var _DotProductTexture3DNv = OpenTK.Graphics.OpenGL.All.DotProductTexture3DNv; + var _DotProductTextureCubeMapNv = OpenTK.Graphics.OpenGL.All.DotProductTextureCubeMapNv; + var _DotProductDiffuseCubeMapNv = OpenTK.Graphics.OpenGL.All.DotProductDiffuseCubeMapNv; + var _DotProductReflectCubeMapNv = OpenTK.Graphics.OpenGL.All.DotProductReflectCubeMapNv; + var _DotProductConstEyeReflectCubeMapNv = OpenTK.Graphics.OpenGL.All.DotProductConstEyeReflectCubeMapNv; + var _HiloNv = OpenTK.Graphics.OpenGL.All.HiloNv; + var _DsdtNv = OpenTK.Graphics.OpenGL.All.DsdtNv; + var _DsdtMagNv = OpenTK.Graphics.OpenGL.All.DsdtMagNv; + var _DsdtMagVibNv = OpenTK.Graphics.OpenGL.All.DsdtMagVibNv; + var _Hilo16Nv = OpenTK.Graphics.OpenGL.All.Hilo16Nv; + var _SignedHiloNv = OpenTK.Graphics.OpenGL.All.SignedHiloNv; + var _SignedHilo16Nv = OpenTK.Graphics.OpenGL.All.SignedHilo16Nv; + var _SignedRgbaNv = OpenTK.Graphics.OpenGL.All.SignedRgbaNv; + var _SignedRgba8Nv = OpenTK.Graphics.OpenGL.All.SignedRgba8Nv; + var _SurfaceRegisteredNv = OpenTK.Graphics.OpenGL.All.SurfaceRegisteredNv; + var _SignedRgbNv = OpenTK.Graphics.OpenGL.All.SignedRgbNv; + var _SignedRgb8Nv = OpenTK.Graphics.OpenGL.All.SignedRgb8Nv; + var _SurfaceMappedNv = OpenTK.Graphics.OpenGL.All.SurfaceMappedNv; + var _SignedLuminanceNv = OpenTK.Graphics.OpenGL.All.SignedLuminanceNv; + var _SignedLuminance8Nv = OpenTK.Graphics.OpenGL.All.SignedLuminance8Nv; + var _SignedLuminanceAlphaNv = OpenTK.Graphics.OpenGL.All.SignedLuminanceAlphaNv; + var _SignedLuminance8Alpha8Nv = OpenTK.Graphics.OpenGL.All.SignedLuminance8Alpha8Nv; + var _SignedAlphaNv = OpenTK.Graphics.OpenGL.All.SignedAlphaNv; + var _SignedAlpha8Nv = OpenTK.Graphics.OpenGL.All.SignedAlpha8Nv; + var _SignedIntensityNv = OpenTK.Graphics.OpenGL.All.SignedIntensityNv; + var _SignedIntensity8Nv = OpenTK.Graphics.OpenGL.All.SignedIntensity8Nv; + var _Dsdt8Nv = OpenTK.Graphics.OpenGL.All.Dsdt8Nv; + var _Dsdt8Mag8Nv = OpenTK.Graphics.OpenGL.All.Dsdt8Mag8Nv; + var _Dsdt8Mag8Intensity8Nv = OpenTK.Graphics.OpenGL.All.Dsdt8Mag8Intensity8Nv; + var _SignedRgbUnsignedAlphaNv = OpenTK.Graphics.OpenGL.All.SignedRgbUnsignedAlphaNv; + var _SignedRgb8UnsignedAlpha8Nv = OpenTK.Graphics.OpenGL.All.SignedRgb8UnsignedAlpha8Nv; + var _HiScaleNv = OpenTK.Graphics.OpenGL.All.HiScaleNv; + var _LoScaleNv = OpenTK.Graphics.OpenGL.All.LoScaleNv; + var _DsScaleNv = OpenTK.Graphics.OpenGL.All.DsScaleNv; + var _DtScaleNv = OpenTK.Graphics.OpenGL.All.DtScaleNv; + var _MagnitudeScaleNv = OpenTK.Graphics.OpenGL.All.MagnitudeScaleNv; + var _VibranceScaleNv = OpenTK.Graphics.OpenGL.All.VibranceScaleNv; + var _HiBiasNv = OpenTK.Graphics.OpenGL.All.HiBiasNv; + var _LoBiasNv = OpenTK.Graphics.OpenGL.All.LoBiasNv; + var _DsBiasNv = OpenTK.Graphics.OpenGL.All.DsBiasNv; + var _DtBiasNv = OpenTK.Graphics.OpenGL.All.DtBiasNv; + var _MagnitudeBiasNv = OpenTK.Graphics.OpenGL.All.MagnitudeBiasNv; + var _VibranceBiasNv = OpenTK.Graphics.OpenGL.All.VibranceBiasNv; + var _TextureBorderValuesNv = OpenTK.Graphics.OpenGL.All.TextureBorderValuesNv; + var _TextureHiSizeNv = OpenTK.Graphics.OpenGL.All.TextureHiSizeNv; + var _TextureLoSizeNv = OpenTK.Graphics.OpenGL.All.TextureLoSizeNv; + var _TextureDsSizeNv = OpenTK.Graphics.OpenGL.All.TextureDsSizeNv; + var _TextureDtSizeNv = OpenTK.Graphics.OpenGL.All.TextureDtSizeNv; + var _TextureMagSizeNv = OpenTK.Graphics.OpenGL.All.TextureMagSizeNv; + var _Modelview2Arb = OpenTK.Graphics.OpenGL.All.Modelview2Arb; + var _Modelview3Arb = OpenTK.Graphics.OpenGL.All.Modelview3Arb; + var _Modelview4Arb = OpenTK.Graphics.OpenGL.All.Modelview4Arb; + var _Modelview5Arb = OpenTK.Graphics.OpenGL.All.Modelview5Arb; + var _Modelview6Arb = OpenTK.Graphics.OpenGL.All.Modelview6Arb; + var _Modelview7Arb = OpenTK.Graphics.OpenGL.All.Modelview7Arb; + var _Modelview8Arb = OpenTK.Graphics.OpenGL.All.Modelview8Arb; + var _Modelview9Arb = OpenTK.Graphics.OpenGL.All.Modelview9Arb; + var _Modelview10Arb = OpenTK.Graphics.OpenGL.All.Modelview10Arb; + var _Modelview11Arb = OpenTK.Graphics.OpenGL.All.Modelview11Arb; + var _Modelview12Arb = OpenTK.Graphics.OpenGL.All.Modelview12Arb; + var _Modelview13Arb = OpenTK.Graphics.OpenGL.All.Modelview13Arb; + var _Modelview14Arb = OpenTK.Graphics.OpenGL.All.Modelview14Arb; + var _Modelview15Arb = OpenTK.Graphics.OpenGL.All.Modelview15Arb; + var _Modelview16Arb = OpenTK.Graphics.OpenGL.All.Modelview16Arb; + var _Modelview17Arb = OpenTK.Graphics.OpenGL.All.Modelview17Arb; + var _Modelview18Arb = OpenTK.Graphics.OpenGL.All.Modelview18Arb; + var _Modelview19Arb = OpenTK.Graphics.OpenGL.All.Modelview19Arb; + var _Modelview20Arb = OpenTK.Graphics.OpenGL.All.Modelview20Arb; + var _Modelview21Arb = OpenTK.Graphics.OpenGL.All.Modelview21Arb; + var _Modelview22Arb = OpenTK.Graphics.OpenGL.All.Modelview22Arb; + var _Modelview23Arb = OpenTK.Graphics.OpenGL.All.Modelview23Arb; + var _Modelview24Arb = OpenTK.Graphics.OpenGL.All.Modelview24Arb; + var _Modelview25Arb = OpenTK.Graphics.OpenGL.All.Modelview25Arb; + var _Modelview26Arb = OpenTK.Graphics.OpenGL.All.Modelview26Arb; + var _Modelview27Arb = OpenTK.Graphics.OpenGL.All.Modelview27Arb; + var _Modelview28Arb = OpenTK.Graphics.OpenGL.All.Modelview28Arb; + var _Modelview29Arb = OpenTK.Graphics.OpenGL.All.Modelview29Arb; + var _Modelview30Arb = OpenTK.Graphics.OpenGL.All.Modelview30Arb; + var _Modelview31Arb = OpenTK.Graphics.OpenGL.All.Modelview31Arb; + var _Dot3RgbExt = OpenTK.Graphics.OpenGL.All.Dot3RgbExt; + var _Dot3RgbaExt = OpenTK.Graphics.OpenGL.All.Dot3RgbaExt; + var _ProgramBinaryLength = OpenTK.Graphics.OpenGL.All.ProgramBinaryLength; + var _MirrorClampAti = OpenTK.Graphics.OpenGL.All.MirrorClampAti; + var _MirrorClampExt = OpenTK.Graphics.OpenGL.All.MirrorClampExt; + var _MirrorClampToEdge = OpenTK.Graphics.OpenGL.All.MirrorClampToEdge; + var _MirrorClampToEdgeAti = OpenTK.Graphics.OpenGL.All.MirrorClampToEdgeAti; + var _MirrorClampToEdgeExt = OpenTK.Graphics.OpenGL.All.MirrorClampToEdgeExt; + var _ModulateAddAti = OpenTK.Graphics.OpenGL.All.ModulateAddAti; + var _ModulateSignedAddAti = OpenTK.Graphics.OpenGL.All.ModulateSignedAddAti; + var _ModulateSubtractAti = OpenTK.Graphics.OpenGL.All.ModulateSubtractAti; + var _SetAmd = OpenTK.Graphics.OpenGL.All.SetAmd; + var _ReplaceValueAmd = OpenTK.Graphics.OpenGL.All.ReplaceValueAmd; + var _StencilOpValueAmd = OpenTK.Graphics.OpenGL.All.StencilOpValueAmd; + var _StencilBackOpValueAmd = OpenTK.Graphics.OpenGL.All.StencilBackOpValueAmd; + var _VertexAttribArrayLong = OpenTK.Graphics.OpenGL.All.VertexAttribArrayLong; + var _OcclusionQueryEventMaskAmd = OpenTK.Graphics.OpenGL.All.OcclusionQueryEventMaskAmd; + var _YcbcrMesa = OpenTK.Graphics.OpenGL.All.YcbcrMesa; + var _PackInvertMesa = OpenTK.Graphics.OpenGL.All.PackInvertMesa; + var _Texture1DStackMesax = OpenTK.Graphics.OpenGL.All.Texture1DStackMesax; + var _Texture2DStackMesax = OpenTK.Graphics.OpenGL.All.Texture2DStackMesax; + var _ProxyTexture1DStackMesax = OpenTK.Graphics.OpenGL.All.ProxyTexture1DStackMesax; + var _ProxyTexture2DStackMesax = OpenTK.Graphics.OpenGL.All.ProxyTexture2DStackMesax; + var _Texture1DStackBindingMesax = OpenTK.Graphics.OpenGL.All.Texture1DStackBindingMesax; + var _Texture2DStackBindingMesax = OpenTK.Graphics.OpenGL.All.Texture2DStackBindingMesax; + var _StaticAti = OpenTK.Graphics.OpenGL.All.StaticAti; + var _DynamicAti = OpenTK.Graphics.OpenGL.All.DynamicAti; + var _PreserveAti = OpenTK.Graphics.OpenGL.All.PreserveAti; + var _DiscardAti = OpenTK.Graphics.OpenGL.All.DiscardAti; + var _BufferSize = OpenTK.Graphics.OpenGL.All.BufferSize; + var _BufferSizeArb = OpenTK.Graphics.OpenGL.All.BufferSizeArb; + var _ObjectBufferSizeAti = OpenTK.Graphics.OpenGL.All.ObjectBufferSizeAti; + var _BufferUsage = OpenTK.Graphics.OpenGL.All.BufferUsage; + var _BufferUsageArb = OpenTK.Graphics.OpenGL.All.BufferUsageArb; + var _ObjectBufferUsageAti = OpenTK.Graphics.OpenGL.All.ObjectBufferUsageAti; + var _ArrayObjectBufferAti = OpenTK.Graphics.OpenGL.All.ArrayObjectBufferAti; + var _ArrayObjectOffsetAti = OpenTK.Graphics.OpenGL.All.ArrayObjectOffsetAti; + var _ElementArrayAti = OpenTK.Graphics.OpenGL.All.ElementArrayAti; + var _ElementArrayTypeAti = OpenTK.Graphics.OpenGL.All.ElementArrayTypeAti; + var _ElementArrayPointerAti = OpenTK.Graphics.OpenGL.All.ElementArrayPointerAti; + var _MaxVertexStreamsAti = OpenTK.Graphics.OpenGL.All.MaxVertexStreamsAti; + var _VertexStream0Ati = OpenTK.Graphics.OpenGL.All.VertexStream0Ati; + var _VertexStream1Ati = OpenTK.Graphics.OpenGL.All.VertexStream1Ati; + var _VertexStream2Ati = OpenTK.Graphics.OpenGL.All.VertexStream2Ati; + var _VertexStream3Ati = OpenTK.Graphics.OpenGL.All.VertexStream3Ati; + var _VertexStream4Ati = OpenTK.Graphics.OpenGL.All.VertexStream4Ati; + var _VertexStream5Ati = OpenTK.Graphics.OpenGL.All.VertexStream5Ati; + var _VertexStream6Ati = OpenTK.Graphics.OpenGL.All.VertexStream6Ati; + var _VertexStream7Ati = OpenTK.Graphics.OpenGL.All.VertexStream7Ati; + var _VertexSourceAti = OpenTK.Graphics.OpenGL.All.VertexSourceAti; + var _BumpRotMatrixAti = OpenTK.Graphics.OpenGL.All.BumpRotMatrixAti; + var _BumpRotMatrixSizeAti = OpenTK.Graphics.OpenGL.All.BumpRotMatrixSizeAti; + var _BumpNumTexUnitsAti = OpenTK.Graphics.OpenGL.All.BumpNumTexUnitsAti; + var _BumpTexUnitsAti = OpenTK.Graphics.OpenGL.All.BumpTexUnitsAti; + var _DudvAti = OpenTK.Graphics.OpenGL.All.DudvAti; + var _Du8Dv8Ati = OpenTK.Graphics.OpenGL.All.Du8Dv8Ati; + var _BumpEnvmapAti = OpenTK.Graphics.OpenGL.All.BumpEnvmapAti; + var _BumpTargetAti = OpenTK.Graphics.OpenGL.All.BumpTargetAti; + var _VertexShaderExt = OpenTK.Graphics.OpenGL.All.VertexShaderExt; + var _VertexShaderBindingExt = OpenTK.Graphics.OpenGL.All.VertexShaderBindingExt; + var _OpIndexExt = OpenTK.Graphics.OpenGL.All.OpIndexExt; + var _OpNegateExt = OpenTK.Graphics.OpenGL.All.OpNegateExt; + var _OpDot3Ext = OpenTK.Graphics.OpenGL.All.OpDot3Ext; + var _OpDot4Ext = OpenTK.Graphics.OpenGL.All.OpDot4Ext; + var _OpMulExt = OpenTK.Graphics.OpenGL.All.OpMulExt; + var _OpAddExt = OpenTK.Graphics.OpenGL.All.OpAddExt; + var _OpMaddExt = OpenTK.Graphics.OpenGL.All.OpMaddExt; + var _OpFracExt = OpenTK.Graphics.OpenGL.All.OpFracExt; + var _OpMaxExt = OpenTK.Graphics.OpenGL.All.OpMaxExt; + var _OpMinExt = OpenTK.Graphics.OpenGL.All.OpMinExt; + var _OpSetGeExt = OpenTK.Graphics.OpenGL.All.OpSetGeExt; + var _OpSetLtExt = OpenTK.Graphics.OpenGL.All.OpSetLtExt; + var _OpClampExt = OpenTK.Graphics.OpenGL.All.OpClampExt; + var _OpFloorExt = OpenTK.Graphics.OpenGL.All.OpFloorExt; + var _OpRoundExt = OpenTK.Graphics.OpenGL.All.OpRoundExt; + var _OpExpBase2Ext = OpenTK.Graphics.OpenGL.All.OpExpBase2Ext; + var _OpLogBase2Ext = OpenTK.Graphics.OpenGL.All.OpLogBase2Ext; + var _OpPowerExt = OpenTK.Graphics.OpenGL.All.OpPowerExt; + var _OpRecipExt = OpenTK.Graphics.OpenGL.All.OpRecipExt; + var _OpRecipSqrtExt = OpenTK.Graphics.OpenGL.All.OpRecipSqrtExt; + var _OpSubExt = OpenTK.Graphics.OpenGL.All.OpSubExt; + var _OpCrossProductExt = OpenTK.Graphics.OpenGL.All.OpCrossProductExt; + var _OpMultiplyMatrixExt = OpenTK.Graphics.OpenGL.All.OpMultiplyMatrixExt; + var _OpMovExt = OpenTK.Graphics.OpenGL.All.OpMovExt; + var _OutputVertexExt = OpenTK.Graphics.OpenGL.All.OutputVertexExt; + var _OutputColor0Ext = OpenTK.Graphics.OpenGL.All.OutputColor0Ext; + var _OutputColor1Ext = OpenTK.Graphics.OpenGL.All.OutputColor1Ext; + var _OutputTextureCoord0Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord0Ext; + var _OutputTextureCoord1Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord1Ext; + var _OutputTextureCoord2Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord2Ext; + var _OutputTextureCoord3Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord3Ext; + var _OutputTextureCoord4Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord4Ext; + var _OutputTextureCoord5Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord5Ext; + var _OutputTextureCoord6Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord6Ext; + var _OutputTextureCoord7Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord7Ext; + var _OutputTextureCoord8Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord8Ext; + var _OutputTextureCoord9Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord9Ext; + var _OutputTextureCoord10Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord10Ext; + var _OutputTextureCoord11Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord11Ext; + var _OutputTextureCoord12Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord12Ext; + var _OutputTextureCoord13Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord13Ext; + var _OutputTextureCoord14Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord14Ext; + var _OutputTextureCoord15Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord15Ext; + var _OutputTextureCoord16Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord16Ext; + var _OutputTextureCoord17Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord17Ext; + var _OutputTextureCoord18Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord18Ext; + var _OutputTextureCoord19Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord19Ext; + var _OutputTextureCoord20Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord20Ext; + var _OutputTextureCoord21Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord21Ext; + var _OutputTextureCoord22Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord22Ext; + var _OutputTextureCoord23Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord23Ext; + var _OutputTextureCoord24Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord24Ext; + var _OutputTextureCoord25Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord25Ext; + var _OutputTextureCoord26Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord26Ext; + var _OutputTextureCoord27Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord27Ext; + var _OutputTextureCoord28Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord28Ext; + var _OutputTextureCoord29Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord29Ext; + var _OutputTextureCoord30Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord30Ext; + var _OutputTextureCoord31Ext = OpenTK.Graphics.OpenGL.All.OutputTextureCoord31Ext; + var _OutputFogExt = OpenTK.Graphics.OpenGL.All.OutputFogExt; + var _ScalarExt = OpenTK.Graphics.OpenGL.All.ScalarExt; + var _VectorExt = OpenTK.Graphics.OpenGL.All.VectorExt; + var _MatrixExt = OpenTK.Graphics.OpenGL.All.MatrixExt; + var _VariantExt = OpenTK.Graphics.OpenGL.All.VariantExt; + var _InvariantExt = OpenTK.Graphics.OpenGL.All.InvariantExt; + var _LocalConstantExt = OpenTK.Graphics.OpenGL.All.LocalConstantExt; + var _LocalExt = OpenTK.Graphics.OpenGL.All.LocalExt; + var _MaxVertexShaderInstructionsExt = OpenTK.Graphics.OpenGL.All.MaxVertexShaderInstructionsExt; + var _MaxVertexShaderVariantsExt = OpenTK.Graphics.OpenGL.All.MaxVertexShaderVariantsExt; + var _MaxVertexShaderInvariantsExt = OpenTK.Graphics.OpenGL.All.MaxVertexShaderInvariantsExt; + var _MaxVertexShaderLocalConstantsExt = OpenTK.Graphics.OpenGL.All.MaxVertexShaderLocalConstantsExt; + var _MaxVertexShaderLocalsExt = OpenTK.Graphics.OpenGL.All.MaxVertexShaderLocalsExt; + var _MaxOptimizedVertexShaderInstructionsExt = OpenTK.Graphics.OpenGL.All.MaxOptimizedVertexShaderInstructionsExt; + var _MaxOptimizedVertexShaderVariantsExt = OpenTK.Graphics.OpenGL.All.MaxOptimizedVertexShaderVariantsExt; + var _MaxOptimizedVertexShaderLocalConstantsExt = OpenTK.Graphics.OpenGL.All.MaxOptimizedVertexShaderLocalConstantsExt; + var _MaxOptimizedVertexShaderInvariantsExt = OpenTK.Graphics.OpenGL.All.MaxOptimizedVertexShaderInvariantsExt; + var _MaxOptimizedVertexShaderLocalsExt = OpenTK.Graphics.OpenGL.All.MaxOptimizedVertexShaderLocalsExt; + var _VertexShaderInstructionsExt = OpenTK.Graphics.OpenGL.All.VertexShaderInstructionsExt; + var _VertexShaderVariantsExt = OpenTK.Graphics.OpenGL.All.VertexShaderVariantsExt; + var _VertexShaderInvariantsExt = OpenTK.Graphics.OpenGL.All.VertexShaderInvariantsExt; + var _VertexShaderLocalConstantsExt = OpenTK.Graphics.OpenGL.All.VertexShaderLocalConstantsExt; + var _VertexShaderLocalsExt = OpenTK.Graphics.OpenGL.All.VertexShaderLocalsExt; + var _VertexShaderOptimizedExt = OpenTK.Graphics.OpenGL.All.VertexShaderOptimizedExt; + var _XExt = OpenTK.Graphics.OpenGL.All.XExt; + var _YExt = OpenTK.Graphics.OpenGL.All.YExt; + var _ZExt = OpenTK.Graphics.OpenGL.All.ZExt; + var _WExt = OpenTK.Graphics.OpenGL.All.WExt; + var _NegativeXExt = OpenTK.Graphics.OpenGL.All.NegativeXExt; + var _NegativeYExt = OpenTK.Graphics.OpenGL.All.NegativeYExt; + var _NegativeZExt = OpenTK.Graphics.OpenGL.All.NegativeZExt; + var _NegativeWExt = OpenTK.Graphics.OpenGL.All.NegativeWExt; + var _ZeroExt = OpenTK.Graphics.OpenGL.All.ZeroExt; + var _OneExt = OpenTK.Graphics.OpenGL.All.OneExt; + var _NegativeOneExt = OpenTK.Graphics.OpenGL.All.NegativeOneExt; + var _NormalizedRangeExt = OpenTK.Graphics.OpenGL.All.NormalizedRangeExt; + var _FullRangeExt = OpenTK.Graphics.OpenGL.All.FullRangeExt; + var _CurrentVertexExt = OpenTK.Graphics.OpenGL.All.CurrentVertexExt; + var _MvpMatrixExt = OpenTK.Graphics.OpenGL.All.MvpMatrixExt; + var _VariantValueExt = OpenTK.Graphics.OpenGL.All.VariantValueExt; + var _VariantDatatypeExt = OpenTK.Graphics.OpenGL.All.VariantDatatypeExt; + var _VariantArrayStrideExt = OpenTK.Graphics.OpenGL.All.VariantArrayStrideExt; + var _VariantArrayTypeExt = OpenTK.Graphics.OpenGL.All.VariantArrayTypeExt; + var _VariantArrayExt = OpenTK.Graphics.OpenGL.All.VariantArrayExt; + var _VariantArrayPointerExt = OpenTK.Graphics.OpenGL.All.VariantArrayPointerExt; + var _InvariantValueExt = OpenTK.Graphics.OpenGL.All.InvariantValueExt; + var _InvariantDatatypeExt = OpenTK.Graphics.OpenGL.All.InvariantDatatypeExt; + var _LocalConstantValueExt = OpenTK.Graphics.OpenGL.All.LocalConstantValueExt; + var _LocalConstantDatatypeExt = OpenTK.Graphics.OpenGL.All.LocalConstantDatatypeExt; + var _PnTrianglesAti = OpenTK.Graphics.OpenGL.All.PnTrianglesAti; + var _MaxPnTrianglesTesselationLevelAti = OpenTK.Graphics.OpenGL.All.MaxPnTrianglesTesselationLevelAti; + var _PnTrianglesPointModeAti = OpenTK.Graphics.OpenGL.All.PnTrianglesPointModeAti; + var _PnTrianglesNormalModeAti = OpenTK.Graphics.OpenGL.All.PnTrianglesNormalModeAti; + var _PnTrianglesTesselationLevelAti = OpenTK.Graphics.OpenGL.All.PnTrianglesTesselationLevelAti; + var _PnTrianglesPointModeLinearAti = OpenTK.Graphics.OpenGL.All.PnTrianglesPointModeLinearAti; + var _PnTrianglesPointModeCubicAti = OpenTK.Graphics.OpenGL.All.PnTrianglesPointModeCubicAti; + var _PnTrianglesNormalModeLinearAti = OpenTK.Graphics.OpenGL.All.PnTrianglesNormalModeLinearAti; + var _PnTrianglesNormalModeQuadraticAti = OpenTK.Graphics.OpenGL.All.PnTrianglesNormalModeQuadraticAti; + var _VboFreeMemoryAti = OpenTK.Graphics.OpenGL.All.VboFreeMemoryAti; + var _TextureFreeMemoryAti = OpenTK.Graphics.OpenGL.All.TextureFreeMemoryAti; + var _RenderbufferFreeMemoryAti = OpenTK.Graphics.OpenGL.All.RenderbufferFreeMemoryAti; + var _NumProgramBinaryFormats = OpenTK.Graphics.OpenGL.All.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.OpenGL.All.ProgramBinaryFormats; + var _StencilBackFunc = OpenTK.Graphics.OpenGL.All.StencilBackFunc; + var _StencilBackFuncAti = OpenTK.Graphics.OpenGL.All.StencilBackFuncAti; + var _StencilBackFail = OpenTK.Graphics.OpenGL.All.StencilBackFail; + var _StencilBackFailAti = OpenTK.Graphics.OpenGL.All.StencilBackFailAti; + var _StencilBackPassDepthFail = OpenTK.Graphics.OpenGL.All.StencilBackPassDepthFail; + var _StencilBackPassDepthFailAti = OpenTK.Graphics.OpenGL.All.StencilBackPassDepthFailAti; + var _StencilBackPassDepthPass = OpenTK.Graphics.OpenGL.All.StencilBackPassDepthPass; + var _StencilBackPassDepthPassAti = OpenTK.Graphics.OpenGL.All.StencilBackPassDepthPassAti; + var _FragmentProgram = OpenTK.Graphics.OpenGL.All.FragmentProgram; + var _FragmentProgramArb = OpenTK.Graphics.OpenGL.All.FragmentProgramArb; + var _ProgramAluInstructionsArb = OpenTK.Graphics.OpenGL.All.ProgramAluInstructionsArb; + var _ProgramTexInstructionsArb = OpenTK.Graphics.OpenGL.All.ProgramTexInstructionsArb; + var _ProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL.All.ProgramTexIndirectionsArb; + var _ProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL.All.ProgramNativeAluInstructionsArb; + var _ProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL.All.ProgramNativeTexInstructionsArb; + var _ProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL.All.ProgramNativeTexIndirectionsArb; + var _MaxProgramAluInstructionsArb = OpenTK.Graphics.OpenGL.All.MaxProgramAluInstructionsArb; + var _MaxProgramTexInstructionsArb = OpenTK.Graphics.OpenGL.All.MaxProgramTexInstructionsArb; + var _MaxProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL.All.MaxProgramTexIndirectionsArb; + var _MaxProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL.All.MaxProgramNativeAluInstructionsArb; + var _MaxProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL.All.MaxProgramNativeTexInstructionsArb; + var _MaxProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL.All.MaxProgramNativeTexIndirectionsArb; + var _Rgba32f = OpenTK.Graphics.OpenGL.All.Rgba32f; + var _Rgba32fArb = OpenTK.Graphics.OpenGL.All.Rgba32fArb; + var _RgbaFloat32Apple = OpenTK.Graphics.OpenGL.All.RgbaFloat32Apple; + var _RgbaFloat32Ati = OpenTK.Graphics.OpenGL.All.RgbaFloat32Ati; + var _Rgb32f = OpenTK.Graphics.OpenGL.All.Rgb32f; + var _Rgb32fArb = OpenTK.Graphics.OpenGL.All.Rgb32fArb; + var _RgbFloat32Apple = OpenTK.Graphics.OpenGL.All.RgbFloat32Apple; + var _RgbFloat32Ati = OpenTK.Graphics.OpenGL.All.RgbFloat32Ati; + var _Alpha32fArb = OpenTK.Graphics.OpenGL.All.Alpha32fArb; + var _AlphaFloat32Apple = OpenTK.Graphics.OpenGL.All.AlphaFloat32Apple; + var _AlphaFloat32Ati = OpenTK.Graphics.OpenGL.All.AlphaFloat32Ati; + var _Intensity32fArb = OpenTK.Graphics.OpenGL.All.Intensity32fArb; + var _IntensityFloat32Apple = OpenTK.Graphics.OpenGL.All.IntensityFloat32Apple; + var _IntensityFloat32Ati = OpenTK.Graphics.OpenGL.All.IntensityFloat32Ati; + var _Luminance32fArb = OpenTK.Graphics.OpenGL.All.Luminance32fArb; + var _LuminanceFloat32Apple = OpenTK.Graphics.OpenGL.All.LuminanceFloat32Apple; + var _LuminanceFloat32Ati = OpenTK.Graphics.OpenGL.All.LuminanceFloat32Ati; + var _LuminanceAlpha32fArb = OpenTK.Graphics.OpenGL.All.LuminanceAlpha32fArb; + var _LuminanceAlphaFloat32Apple = OpenTK.Graphics.OpenGL.All.LuminanceAlphaFloat32Apple; + var _LuminanceAlphaFloat32Ati = OpenTK.Graphics.OpenGL.All.LuminanceAlphaFloat32Ati; + var _Rgba16f = OpenTK.Graphics.OpenGL.All.Rgba16f; + var _Rgba16fArb = OpenTK.Graphics.OpenGL.All.Rgba16fArb; + var _RgbaFloat16Apple = OpenTK.Graphics.OpenGL.All.RgbaFloat16Apple; + var _RgbaFloat16Ati = OpenTK.Graphics.OpenGL.All.RgbaFloat16Ati; + var _Rgb16f = OpenTK.Graphics.OpenGL.All.Rgb16f; + var _Rgb16fArb = OpenTK.Graphics.OpenGL.All.Rgb16fArb; + var _RgbFloat16Apple = OpenTK.Graphics.OpenGL.All.RgbFloat16Apple; + var _RgbFloat16Ati = OpenTK.Graphics.OpenGL.All.RgbFloat16Ati; + var _Alpha16fArb = OpenTK.Graphics.OpenGL.All.Alpha16fArb; + var _AlphaFloat16Apple = OpenTK.Graphics.OpenGL.All.AlphaFloat16Apple; + var _AlphaFloat16Ati = OpenTK.Graphics.OpenGL.All.AlphaFloat16Ati; + var _Intensity16fArb = OpenTK.Graphics.OpenGL.All.Intensity16fArb; + var _IntensityFloat16Apple = OpenTK.Graphics.OpenGL.All.IntensityFloat16Apple; + var _IntensityFloat16Ati = OpenTK.Graphics.OpenGL.All.IntensityFloat16Ati; + var _Luminance16fArb = OpenTK.Graphics.OpenGL.All.Luminance16fArb; + var _LuminanceFloat16Apple = OpenTK.Graphics.OpenGL.All.LuminanceFloat16Apple; + var _LuminanceFloat16Ati = OpenTK.Graphics.OpenGL.All.LuminanceFloat16Ati; + var _LuminanceAlpha16fArb = OpenTK.Graphics.OpenGL.All.LuminanceAlpha16fArb; + var _LuminanceAlphaFloat16Apple = OpenTK.Graphics.OpenGL.All.LuminanceAlphaFloat16Apple; + var _LuminanceAlphaFloat16Ati = OpenTK.Graphics.OpenGL.All.LuminanceAlphaFloat16Ati; + var _RgbaFloatMode = OpenTK.Graphics.OpenGL.All.RgbaFloatMode; + var _RgbaFloatModeArb = OpenTK.Graphics.OpenGL.All.RgbaFloatModeArb; + var _RgbaFloatModeAti = OpenTK.Graphics.OpenGL.All.RgbaFloatModeAti; + var _MaxDrawBuffers = OpenTK.Graphics.OpenGL.All.MaxDrawBuffers; + var _MaxDrawBuffersArb = OpenTK.Graphics.OpenGL.All.MaxDrawBuffersArb; + var _MaxDrawBuffersAti = OpenTK.Graphics.OpenGL.All.MaxDrawBuffersAti; + var _DrawBuffer0 = OpenTK.Graphics.OpenGL.All.DrawBuffer0; + var _DrawBuffer0Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer0Arb; + var _DrawBuffer0Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer0Ati; + var _DrawBuffer1 = OpenTK.Graphics.OpenGL.All.DrawBuffer1; + var _DrawBuffer1Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer1Arb; + var _DrawBuffer1Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer1Ati; + var _DrawBuffer2 = OpenTK.Graphics.OpenGL.All.DrawBuffer2; + var _DrawBuffer2Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer2Arb; + var _DrawBuffer2Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer2Ati; + var _DrawBuffer3 = OpenTK.Graphics.OpenGL.All.DrawBuffer3; + var _DrawBuffer3Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer3Arb; + var _DrawBuffer3Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer3Ati; + var _DrawBuffer4 = OpenTK.Graphics.OpenGL.All.DrawBuffer4; + var _DrawBuffer4Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer4Arb; + var _DrawBuffer4Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer4Ati; + var _DrawBuffer5 = OpenTK.Graphics.OpenGL.All.DrawBuffer5; + var _DrawBuffer5Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer5Arb; + var _DrawBuffer5Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer5Ati; + var _DrawBuffer6 = OpenTK.Graphics.OpenGL.All.DrawBuffer6; + var _DrawBuffer6Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer6Arb; + var _DrawBuffer6Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer6Ati; + var _DrawBuffer7 = OpenTK.Graphics.OpenGL.All.DrawBuffer7; + var _DrawBuffer7Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer7Arb; + var _DrawBuffer7Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer7Ati; + var _DrawBuffer8 = OpenTK.Graphics.OpenGL.All.DrawBuffer8; + var _DrawBuffer8Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer8Arb; + var _DrawBuffer8Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer8Ati; + var _DrawBuffer9 = OpenTK.Graphics.OpenGL.All.DrawBuffer9; + var _DrawBuffer9Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer9Arb; + var _DrawBuffer9Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer9Ati; + var _DrawBuffer10 = OpenTK.Graphics.OpenGL.All.DrawBuffer10; + var _DrawBuffer10Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer10Arb; + var _DrawBuffer10Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer10Ati; + var _DrawBuffer11 = OpenTK.Graphics.OpenGL.All.DrawBuffer11; + var _DrawBuffer11Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer11Arb; + var _DrawBuffer11Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer11Ati; + var _DrawBuffer12 = OpenTK.Graphics.OpenGL.All.DrawBuffer12; + var _DrawBuffer12Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer12Arb; + var _DrawBuffer12Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer12Ati; + var _DrawBuffer13 = OpenTK.Graphics.OpenGL.All.DrawBuffer13; + var _DrawBuffer13Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer13Arb; + var _DrawBuffer13Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer13Ati; + var _DrawBuffer14 = OpenTK.Graphics.OpenGL.All.DrawBuffer14; + var _DrawBuffer14Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer14Arb; + var _DrawBuffer14Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer14Ati; + var _DrawBuffer15 = OpenTK.Graphics.OpenGL.All.DrawBuffer15; + var _DrawBuffer15Arb = OpenTK.Graphics.OpenGL.All.DrawBuffer15Arb; + var _DrawBuffer15Ati = OpenTK.Graphics.OpenGL.All.DrawBuffer15Ati; + var _ColorClearUnclampedValueAti = OpenTK.Graphics.OpenGL.All.ColorClearUnclampedValueAti; + var _BlendEquationAlpha = OpenTK.Graphics.OpenGL.All.BlendEquationAlpha; + var _BlendEquationAlphaExt = OpenTK.Graphics.OpenGL.All.BlendEquationAlphaExt; + var _SubsampleDistanceAmd = OpenTK.Graphics.OpenGL.All.SubsampleDistanceAmd; + var _MatrixPaletteArb = OpenTK.Graphics.OpenGL.All.MatrixPaletteArb; + var _MaxMatrixPaletteStackDepthArb = OpenTK.Graphics.OpenGL.All.MaxMatrixPaletteStackDepthArb; + var _MaxPaletteMatricesArb = OpenTK.Graphics.OpenGL.All.MaxPaletteMatricesArb; + var _CurrentPaletteMatrixArb = OpenTK.Graphics.OpenGL.All.CurrentPaletteMatrixArb; + var _MatrixIndexArrayArb = OpenTK.Graphics.OpenGL.All.MatrixIndexArrayArb; + var _CurrentMatrixIndexArb = OpenTK.Graphics.OpenGL.All.CurrentMatrixIndexArb; + var _MatrixIndexArraySizeArb = OpenTK.Graphics.OpenGL.All.MatrixIndexArraySizeArb; + var _MatrixIndexArrayTypeArb = OpenTK.Graphics.OpenGL.All.MatrixIndexArrayTypeArb; + var _MatrixIndexArrayStrideArb = OpenTK.Graphics.OpenGL.All.MatrixIndexArrayStrideArb; + var _MatrixIndexArrayPointerArb = OpenTK.Graphics.OpenGL.All.MatrixIndexArrayPointerArb; + var _TextureDepthSize = OpenTK.Graphics.OpenGL.All.TextureDepthSize; + var _TextureDepthSizeArb = OpenTK.Graphics.OpenGL.All.TextureDepthSizeArb; + var _DepthTextureMode = OpenTK.Graphics.OpenGL.All.DepthTextureMode; + var _DepthTextureModeArb = OpenTK.Graphics.OpenGL.All.DepthTextureModeArb; + var _TextureCompareMode = OpenTK.Graphics.OpenGL.All.TextureCompareMode; + var _TextureCompareModeArb = OpenTK.Graphics.OpenGL.All.TextureCompareModeArb; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL.All.TextureCompareFunc; + var _TextureCompareFuncArb = OpenTK.Graphics.OpenGL.All.TextureCompareFuncArb; + var _CompareRefDepthToTextureExt = OpenTK.Graphics.OpenGL.All.CompareRefDepthToTextureExt; + var _CompareRefToTexture = OpenTK.Graphics.OpenGL.All.CompareRefToTexture; + var _CompareRToTexture = OpenTK.Graphics.OpenGL.All.CompareRToTexture; + var _CompareRToTextureArb = OpenTK.Graphics.OpenGL.All.CompareRToTextureArb; + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL.All.TextureCubeMapSeamless; + var _OffsetProjectiveTexture2DNv = OpenTK.Graphics.OpenGL.All.OffsetProjectiveTexture2DNv; + var _OffsetProjectiveTexture2DScaleNv = OpenTK.Graphics.OpenGL.All.OffsetProjectiveTexture2DScaleNv; + var _OffsetProjectiveTextureRectangleNv = OpenTK.Graphics.OpenGL.All.OffsetProjectiveTextureRectangleNv; + var _OffsetProjectiveTextureRectangleScaleNv = OpenTK.Graphics.OpenGL.All.OffsetProjectiveTextureRectangleScaleNv; + var _OffsetHiloTexture2DNv = OpenTK.Graphics.OpenGL.All.OffsetHiloTexture2DNv; + var _OffsetHiloTextureRectangleNv = OpenTK.Graphics.OpenGL.All.OffsetHiloTextureRectangleNv; + var _OffsetHiloProjectiveTexture2DNv = OpenTK.Graphics.OpenGL.All.OffsetHiloProjectiveTexture2DNv; + var _OffsetHiloProjectiveTextureRectangleNv = OpenTK.Graphics.OpenGL.All.OffsetHiloProjectiveTextureRectangleNv; + var _DependentHiloTexture2DNv = OpenTK.Graphics.OpenGL.All.DependentHiloTexture2DNv; + var _DependentRgbTexture3DNv = OpenTK.Graphics.OpenGL.All.DependentRgbTexture3DNv; + var _DependentRgbTextureCubeMapNv = OpenTK.Graphics.OpenGL.All.DependentRgbTextureCubeMapNv; + var _DotProductPassThroughNv = OpenTK.Graphics.OpenGL.All.DotProductPassThroughNv; + var _DotProductTexture1DNv = OpenTK.Graphics.OpenGL.All.DotProductTexture1DNv; + var _DotProductAffineDepthReplaceNv = OpenTK.Graphics.OpenGL.All.DotProductAffineDepthReplaceNv; + var _Hilo8Nv = OpenTK.Graphics.OpenGL.All.Hilo8Nv; + var _SignedHilo8Nv = OpenTK.Graphics.OpenGL.All.SignedHilo8Nv; + var _ForceBlueToOneNv = OpenTK.Graphics.OpenGL.All.ForceBlueToOneNv; + var _PointSprite = OpenTK.Graphics.OpenGL.All.PointSprite; + var _PointSpriteArb = OpenTK.Graphics.OpenGL.All.PointSpriteArb; + var _PointSpriteNv = OpenTK.Graphics.OpenGL.All.PointSpriteNv; + var _CoordReplace = OpenTK.Graphics.OpenGL.All.CoordReplace; + var _CoordReplaceArb = OpenTK.Graphics.OpenGL.All.CoordReplaceArb; + var _CoordReplaceNv = OpenTK.Graphics.OpenGL.All.CoordReplaceNv; + var _PointSpriteRModeNv = OpenTK.Graphics.OpenGL.All.PointSpriteRModeNv; + var _PixelCounterBitsNv = OpenTK.Graphics.OpenGL.All.PixelCounterBitsNv; + var _QueryCounterBits = OpenTK.Graphics.OpenGL.All.QueryCounterBits; + var _QueryCounterBitsArb = OpenTK.Graphics.OpenGL.All.QueryCounterBitsArb; + var _CurrentOcclusionQueryIdNv = OpenTK.Graphics.OpenGL.All.CurrentOcclusionQueryIdNv; + var _CurrentQuery = OpenTK.Graphics.OpenGL.All.CurrentQuery; + var _CurrentQueryArb = OpenTK.Graphics.OpenGL.All.CurrentQueryArb; + var _PixelCountNv = OpenTK.Graphics.OpenGL.All.PixelCountNv; + var _QueryResult = OpenTK.Graphics.OpenGL.All.QueryResult; + var _QueryResultArb = OpenTK.Graphics.OpenGL.All.QueryResultArb; + var _PixelCountAvailableNv = OpenTK.Graphics.OpenGL.All.PixelCountAvailableNv; + var _QueryResultAvailable = OpenTK.Graphics.OpenGL.All.QueryResultAvailable; + var _QueryResultAvailableArb = OpenTK.Graphics.OpenGL.All.QueryResultAvailableArb; + var _MaxFragmentProgramLocalParametersNv = OpenTK.Graphics.OpenGL.All.MaxFragmentProgramLocalParametersNv; + var _MaxVertexAttribs = OpenTK.Graphics.OpenGL.All.MaxVertexAttribs; + var _MaxVertexAttribsArb = OpenTK.Graphics.OpenGL.All.MaxVertexAttribsArb; + var _ArrayNormalized = OpenTK.Graphics.OpenGL.All.ArrayNormalized; + var _VertexAttribArrayNormalized = OpenTK.Graphics.OpenGL.All.VertexAttribArrayNormalized; + var _VertexAttribArrayNormalizedArb = OpenTK.Graphics.OpenGL.All.VertexAttribArrayNormalizedArb; + var _MaxTessControlInputComponents = OpenTK.Graphics.OpenGL.All.MaxTessControlInputComponents; + var _MaxTessEvaluationInputComponents = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationInputComponents; + var _DepthStencilToRgbaNv = OpenTK.Graphics.OpenGL.All.DepthStencilToRgbaNv; + var _DepthStencilToBgraNv = OpenTK.Graphics.OpenGL.All.DepthStencilToBgraNv; + var _FragmentProgramNv = OpenTK.Graphics.OpenGL.All.FragmentProgramNv; + var _MaxTextureCoords = OpenTK.Graphics.OpenGL.All.MaxTextureCoords; + var _MaxTextureCoordsArb = OpenTK.Graphics.OpenGL.All.MaxTextureCoordsArb; + var _MaxTextureCoordsNv = OpenTK.Graphics.OpenGL.All.MaxTextureCoordsNv; + var _MaxTextureImageUnits = OpenTK.Graphics.OpenGL.All.MaxTextureImageUnits; + var _MaxTextureImageUnitsArb = OpenTK.Graphics.OpenGL.All.MaxTextureImageUnitsArb; + var _MaxTextureImageUnitsNv = OpenTK.Graphics.OpenGL.All.MaxTextureImageUnitsNv; + var _FragmentProgramBindingNv = OpenTK.Graphics.OpenGL.All.FragmentProgramBindingNv; + var _ProgramErrorStringArb = OpenTK.Graphics.OpenGL.All.ProgramErrorStringArb; + var _ProgramErrorStringNv = OpenTK.Graphics.OpenGL.All.ProgramErrorStringNv; + var _ProgramFormatAsciiArb = OpenTK.Graphics.OpenGL.All.ProgramFormatAsciiArb; + var _ProgramFormat = OpenTK.Graphics.OpenGL.All.ProgramFormat; + var _ProgramFormatArb = OpenTK.Graphics.OpenGL.All.ProgramFormatArb; + var _WritePixelDataRangeNv = OpenTK.Graphics.OpenGL.All.WritePixelDataRangeNv; + var _ReadPixelDataRangeNv = OpenTK.Graphics.OpenGL.All.ReadPixelDataRangeNv; + var _WritePixelDataRangeLengthNv = OpenTK.Graphics.OpenGL.All.WritePixelDataRangeLengthNv; + var _ReadPixelDataRangeLengthNv = OpenTK.Graphics.OpenGL.All.ReadPixelDataRangeLengthNv; + var _WritePixelDataRangePointerNv = OpenTK.Graphics.OpenGL.All.WritePixelDataRangePointerNv; + var _ReadPixelDataRangePointerNv = OpenTK.Graphics.OpenGL.All.ReadPixelDataRangePointerNv; + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL.All.GeometryShaderInvocations; + var _FloatRNv = OpenTK.Graphics.OpenGL.All.FloatRNv; + var _FloatRgNv = OpenTK.Graphics.OpenGL.All.FloatRgNv; + var _FloatRgbNv = OpenTK.Graphics.OpenGL.All.FloatRgbNv; + var _FloatRgbaNv = OpenTK.Graphics.OpenGL.All.FloatRgbaNv; + var _FloatR16Nv = OpenTK.Graphics.OpenGL.All.FloatR16Nv; + var _FloatR32Nv = OpenTK.Graphics.OpenGL.All.FloatR32Nv; + var _FloatRg16Nv = OpenTK.Graphics.OpenGL.All.FloatRg16Nv; + var _FloatRg32Nv = OpenTK.Graphics.OpenGL.All.FloatRg32Nv; + var _FloatRgb16Nv = OpenTK.Graphics.OpenGL.All.FloatRgb16Nv; + var _FloatRgb32Nv = OpenTK.Graphics.OpenGL.All.FloatRgb32Nv; + var _FloatRgba16Nv = OpenTK.Graphics.OpenGL.All.FloatRgba16Nv; + var _FloatRgba32Nv = OpenTK.Graphics.OpenGL.All.FloatRgba32Nv; + var _TextureFloatComponentsNv = OpenTK.Graphics.OpenGL.All.TextureFloatComponentsNv; + var _FloatClearColorValueNv = OpenTK.Graphics.OpenGL.All.FloatClearColorValueNv; + var _FloatRgbaModeNv = OpenTK.Graphics.OpenGL.All.FloatRgbaModeNv; + var _TextureUnsignedRemapModeNv = OpenTK.Graphics.OpenGL.All.TextureUnsignedRemapModeNv; + var _DepthBoundsTestExt = OpenTK.Graphics.OpenGL.All.DepthBoundsTestExt; + var _DepthBoundsExt = OpenTK.Graphics.OpenGL.All.DepthBoundsExt; + var _ArrayBuffer = OpenTK.Graphics.OpenGL.All.ArrayBuffer; + var _ArrayBufferArb = OpenTK.Graphics.OpenGL.All.ArrayBufferArb; + var _ElementArrayBuffer = OpenTK.Graphics.OpenGL.All.ElementArrayBuffer; + var _ElementArrayBufferArb = OpenTK.Graphics.OpenGL.All.ElementArrayBufferArb; + var _ArrayBufferBinding = OpenTK.Graphics.OpenGL.All.ArrayBufferBinding; + var _ArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.ArrayBufferBindingArb; + var _ElementArrayBufferBinding = OpenTK.Graphics.OpenGL.All.ElementArrayBufferBinding; + var _ElementArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.ElementArrayBufferBindingArb; + var _VertexArrayBufferBinding = OpenTK.Graphics.OpenGL.All.VertexArrayBufferBinding; + var _VertexArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.VertexArrayBufferBindingArb; + var _NormalArrayBufferBinding = OpenTK.Graphics.OpenGL.All.NormalArrayBufferBinding; + var _NormalArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.NormalArrayBufferBindingArb; + var _ColorArrayBufferBinding = OpenTK.Graphics.OpenGL.All.ColorArrayBufferBinding; + var _ColorArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.ColorArrayBufferBindingArb; + var _IndexArrayBufferBinding = OpenTK.Graphics.OpenGL.All.IndexArrayBufferBinding; + var _IndexArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.IndexArrayBufferBindingArb; + var _TextureCoordArrayBufferBinding = OpenTK.Graphics.OpenGL.All.TextureCoordArrayBufferBinding; + var _TextureCoordArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.TextureCoordArrayBufferBindingArb; + var _EdgeFlagArrayBufferBinding = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayBufferBinding; + var _EdgeFlagArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayBufferBindingArb; + var _SecondaryColorArrayBufferBinding = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayBufferBinding; + var _SecondaryColorArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayBufferBindingArb; + var _FogCoordArrayBufferBinding = OpenTK.Graphics.OpenGL.All.FogCoordArrayBufferBinding; + var _FogCoordinateArrayBufferBinding = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayBufferBinding; + var _FogCoordinateArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayBufferBindingArb; + var _WeightArrayBufferBinding = OpenTK.Graphics.OpenGL.All.WeightArrayBufferBinding; + var _WeightArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.WeightArrayBufferBindingArb; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.OpenGL.All.VertexAttribArrayBufferBinding; + var _VertexAttribArrayBufferBindingArb = OpenTK.Graphics.OpenGL.All.VertexAttribArrayBufferBindingArb; + var _ProgramInstruction = OpenTK.Graphics.OpenGL.All.ProgramInstruction; + var _ProgramInstructionsArb = OpenTK.Graphics.OpenGL.All.ProgramInstructionsArb; + var _MaxProgramInstructions = OpenTK.Graphics.OpenGL.All.MaxProgramInstructions; + var _MaxProgramInstructionsArb = OpenTK.Graphics.OpenGL.All.MaxProgramInstructionsArb; + var _ProgramNativeInstructions = OpenTK.Graphics.OpenGL.All.ProgramNativeInstructions; + var _ProgramNativeInstructionsArb = OpenTK.Graphics.OpenGL.All.ProgramNativeInstructionsArb; + var _MaxProgramNativeInstructions = OpenTK.Graphics.OpenGL.All.MaxProgramNativeInstructions; + var _MaxProgramNativeInstructionsArb = OpenTK.Graphics.OpenGL.All.MaxProgramNativeInstructionsArb; + var _ProgramTemporaries = OpenTK.Graphics.OpenGL.All.ProgramTemporaries; + var _ProgramTemporariesArb = OpenTK.Graphics.OpenGL.All.ProgramTemporariesArb; + var _MaxProgramTemporaries = OpenTK.Graphics.OpenGL.All.MaxProgramTemporaries; + var _MaxProgramTemporariesArb = OpenTK.Graphics.OpenGL.All.MaxProgramTemporariesArb; + var _ProgramNativeTemporaries = OpenTK.Graphics.OpenGL.All.ProgramNativeTemporaries; + var _ProgramNativeTemporariesArb = OpenTK.Graphics.OpenGL.All.ProgramNativeTemporariesArb; + var _MaxProgramNativeTemporaries = OpenTK.Graphics.OpenGL.All.MaxProgramNativeTemporaries; + var _MaxProgramNativeTemporariesArb = OpenTK.Graphics.OpenGL.All.MaxProgramNativeTemporariesArb; + var _ProgramParameters = OpenTK.Graphics.OpenGL.All.ProgramParameters; + var _ProgramParametersArb = OpenTK.Graphics.OpenGL.All.ProgramParametersArb; + var _MaxProgramParameters = OpenTK.Graphics.OpenGL.All.MaxProgramParameters; + var _MaxProgramParametersArb = OpenTK.Graphics.OpenGL.All.MaxProgramParametersArb; + var _ProgramNativeParameters = OpenTK.Graphics.OpenGL.All.ProgramNativeParameters; + var _ProgramNativeParametersArb = OpenTK.Graphics.OpenGL.All.ProgramNativeParametersArb; + var _MaxProgramNativeParameters = OpenTK.Graphics.OpenGL.All.MaxProgramNativeParameters; + var _MaxProgramNativeParametersArb = OpenTK.Graphics.OpenGL.All.MaxProgramNativeParametersArb; + var _ProgramAttribs = OpenTK.Graphics.OpenGL.All.ProgramAttribs; + var _ProgramAttribsArb = OpenTK.Graphics.OpenGL.All.ProgramAttribsArb; + var _MaxProgramAttribs = OpenTK.Graphics.OpenGL.All.MaxProgramAttribs; + var _MaxProgramAttribsArb = OpenTK.Graphics.OpenGL.All.MaxProgramAttribsArb; + var _ProgramNativeAttribs = OpenTK.Graphics.OpenGL.All.ProgramNativeAttribs; + var _ProgramNativeAttribsArb = OpenTK.Graphics.OpenGL.All.ProgramNativeAttribsArb; + var _MaxProgramNativeAttribs = OpenTK.Graphics.OpenGL.All.MaxProgramNativeAttribs; + var _MaxProgramNativeAttribsArb = OpenTK.Graphics.OpenGL.All.MaxProgramNativeAttribsArb; + var _ProgramAddressRegisters = OpenTK.Graphics.OpenGL.All.ProgramAddressRegisters; + var _ProgramAddressRegistersArb = OpenTK.Graphics.OpenGL.All.ProgramAddressRegistersArb; + var _MaxProgramAddressRegisters = OpenTK.Graphics.OpenGL.All.MaxProgramAddressRegisters; + var _MaxProgramAddressRegistersArb = OpenTK.Graphics.OpenGL.All.MaxProgramAddressRegistersArb; + var _ProgramNativeAddressRegisters = OpenTK.Graphics.OpenGL.All.ProgramNativeAddressRegisters; + var _ProgramNativeAddressRegistersArb = OpenTK.Graphics.OpenGL.All.ProgramNativeAddressRegistersArb; + var _MaxProgramNativeAddressRegisters = OpenTK.Graphics.OpenGL.All.MaxProgramNativeAddressRegisters; + var _MaxProgramNativeAddressRegistersArb = OpenTK.Graphics.OpenGL.All.MaxProgramNativeAddressRegistersArb; + var _MaxProgramLocalParameters = OpenTK.Graphics.OpenGL.All.MaxProgramLocalParameters; + var _MaxProgramLocalParametersArb = OpenTK.Graphics.OpenGL.All.MaxProgramLocalParametersArb; + var _MaxProgramEnvParameters = OpenTK.Graphics.OpenGL.All.MaxProgramEnvParameters; + var _MaxProgramEnvParametersArb = OpenTK.Graphics.OpenGL.All.MaxProgramEnvParametersArb; + var _ProgramUnderNativeLimits = OpenTK.Graphics.OpenGL.All.ProgramUnderNativeLimits; + var _ProgramUnderNativeLimitsArb = OpenTK.Graphics.OpenGL.All.ProgramUnderNativeLimitsArb; + var _TransposeCurrentMatrixArb = OpenTK.Graphics.OpenGL.All.TransposeCurrentMatrixArb; + var _ReadOnly = OpenTK.Graphics.OpenGL.All.ReadOnly; + var _ReadOnlyArb = OpenTK.Graphics.OpenGL.All.ReadOnlyArb; + var _WriteOnly = OpenTK.Graphics.OpenGL.All.WriteOnly; + var _WriteOnlyArb = OpenTK.Graphics.OpenGL.All.WriteOnlyArb; + var _ReadWrite = OpenTK.Graphics.OpenGL.All.ReadWrite; + var _ReadWriteArb = OpenTK.Graphics.OpenGL.All.ReadWriteArb; + var _BufferAccess = OpenTK.Graphics.OpenGL.All.BufferAccess; + var _BufferAccessArb = OpenTK.Graphics.OpenGL.All.BufferAccessArb; + var _BufferMapped = OpenTK.Graphics.OpenGL.All.BufferMapped; + var _BufferMappedArb = OpenTK.Graphics.OpenGL.All.BufferMappedArb; + var _BufferMapPointer = OpenTK.Graphics.OpenGL.All.BufferMapPointer; + var _BufferMapPointerArb = OpenTK.Graphics.OpenGL.All.BufferMapPointerArb; + var _WriteDiscardNv = OpenTK.Graphics.OpenGL.All.WriteDiscardNv; + var _TimeElapsed = OpenTK.Graphics.OpenGL.All.TimeElapsed; + var _TimeElapsedExt = OpenTK.Graphics.OpenGL.All.TimeElapsedExt; + var _Matrix0 = OpenTK.Graphics.OpenGL.All.Matrix0; + var _Matrix0Arb = OpenTK.Graphics.OpenGL.All.Matrix0Arb; + var _Matrix1 = OpenTK.Graphics.OpenGL.All.Matrix1; + var _Matrix1Arb = OpenTK.Graphics.OpenGL.All.Matrix1Arb; + var _Matrix2 = OpenTK.Graphics.OpenGL.All.Matrix2; + var _Matrix2Arb = OpenTK.Graphics.OpenGL.All.Matrix2Arb; + var _Matrix3 = OpenTK.Graphics.OpenGL.All.Matrix3; + var _Matrix3Arb = OpenTK.Graphics.OpenGL.All.Matrix3Arb; + var _Matrix4 = OpenTK.Graphics.OpenGL.All.Matrix4; + var _Matrix4Arb = OpenTK.Graphics.OpenGL.All.Matrix4Arb; + var _Matrix5 = OpenTK.Graphics.OpenGL.All.Matrix5; + var _Matrix5Arb = OpenTK.Graphics.OpenGL.All.Matrix5Arb; + var _Matrix6 = OpenTK.Graphics.OpenGL.All.Matrix6; + var _Matrix6Arb = OpenTK.Graphics.OpenGL.All.Matrix6Arb; + var _Matrix7 = OpenTK.Graphics.OpenGL.All.Matrix7; + var _Matrix7Arb = OpenTK.Graphics.OpenGL.All.Matrix7Arb; + var _Matrix8 = OpenTK.Graphics.OpenGL.All.Matrix8; + var _Matrix8Arb = OpenTK.Graphics.OpenGL.All.Matrix8Arb; + var _Matrix9 = OpenTK.Graphics.OpenGL.All.Matrix9; + var _Matrix9Arb = OpenTK.Graphics.OpenGL.All.Matrix9Arb; + var _Matrix10 = OpenTK.Graphics.OpenGL.All.Matrix10; + var _Matrix10Arb = OpenTK.Graphics.OpenGL.All.Matrix10Arb; + var _Matrix11 = OpenTK.Graphics.OpenGL.All.Matrix11; + var _Matrix11Arb = OpenTK.Graphics.OpenGL.All.Matrix11Arb; + var _Matrix12 = OpenTK.Graphics.OpenGL.All.Matrix12; + var _Matrix12Arb = OpenTK.Graphics.OpenGL.All.Matrix12Arb; + var _Matrix13 = OpenTK.Graphics.OpenGL.All.Matrix13; + var _Matrix13Arb = OpenTK.Graphics.OpenGL.All.Matrix13Arb; + var _Matrix14 = OpenTK.Graphics.OpenGL.All.Matrix14; + var _Matrix14Arb = OpenTK.Graphics.OpenGL.All.Matrix14Arb; + var _Matrix15 = OpenTK.Graphics.OpenGL.All.Matrix15; + var _Matrix15Arb = OpenTK.Graphics.OpenGL.All.Matrix15Arb; + var _Matrix16 = OpenTK.Graphics.OpenGL.All.Matrix16; + var _Matrix16Arb = OpenTK.Graphics.OpenGL.All.Matrix16Arb; + var _Matrix17 = OpenTK.Graphics.OpenGL.All.Matrix17; + var _Matrix17Arb = OpenTK.Graphics.OpenGL.All.Matrix17Arb; + var _Matrix18 = OpenTK.Graphics.OpenGL.All.Matrix18; + var _Matrix18Arb = OpenTK.Graphics.OpenGL.All.Matrix18Arb; + var _Matrix19 = OpenTK.Graphics.OpenGL.All.Matrix19; + var _Matrix19Arb = OpenTK.Graphics.OpenGL.All.Matrix19Arb; + var _Matrix20 = OpenTK.Graphics.OpenGL.All.Matrix20; + var _Matrix20Arb = OpenTK.Graphics.OpenGL.All.Matrix20Arb; + var _Matrix21 = OpenTK.Graphics.OpenGL.All.Matrix21; + var _Matrix21Arb = OpenTK.Graphics.OpenGL.All.Matrix21Arb; + var _Matrix22 = OpenTK.Graphics.OpenGL.All.Matrix22; + var _Matrix22Arb = OpenTK.Graphics.OpenGL.All.Matrix22Arb; + var _Matrix23 = OpenTK.Graphics.OpenGL.All.Matrix23; + var _Matrix23Arb = OpenTK.Graphics.OpenGL.All.Matrix23Arb; + var _Matrix24 = OpenTK.Graphics.OpenGL.All.Matrix24; + var _Matrix24Arb = OpenTK.Graphics.OpenGL.All.Matrix24Arb; + var _Matrix25 = OpenTK.Graphics.OpenGL.All.Matrix25; + var _Matrix25Arb = OpenTK.Graphics.OpenGL.All.Matrix25Arb; + var _Matrix26 = OpenTK.Graphics.OpenGL.All.Matrix26; + var _Matrix26Arb = OpenTK.Graphics.OpenGL.All.Matrix26Arb; + var _Matrix27 = OpenTK.Graphics.OpenGL.All.Matrix27; + var _Matrix27Arb = OpenTK.Graphics.OpenGL.All.Matrix27Arb; + var _Matrix28 = OpenTK.Graphics.OpenGL.All.Matrix28; + var _Matrix28Arb = OpenTK.Graphics.OpenGL.All.Matrix28Arb; + var _Matrix29 = OpenTK.Graphics.OpenGL.All.Matrix29; + var _Matrix29Arb = OpenTK.Graphics.OpenGL.All.Matrix29Arb; + var _Matrix30 = OpenTK.Graphics.OpenGL.All.Matrix30; + var _Matrix30Arb = OpenTK.Graphics.OpenGL.All.Matrix30Arb; + var _Matrix31 = OpenTK.Graphics.OpenGL.All.Matrix31; + var _Matrix31Arb = OpenTK.Graphics.OpenGL.All.Matrix31Arb; + var _StreamDraw = OpenTK.Graphics.OpenGL.All.StreamDraw; + var _StreamDrawArb = OpenTK.Graphics.OpenGL.All.StreamDrawArb; + var _StreamRead = OpenTK.Graphics.OpenGL.All.StreamRead; + var _StreamReadArb = OpenTK.Graphics.OpenGL.All.StreamReadArb; + var _StreamCopy = OpenTK.Graphics.OpenGL.All.StreamCopy; + var _StreamCopyArb = OpenTK.Graphics.OpenGL.All.StreamCopyArb; + var _StaticDraw = OpenTK.Graphics.OpenGL.All.StaticDraw; + var _StaticDrawArb = OpenTK.Graphics.OpenGL.All.StaticDrawArb; + var _StaticRead = OpenTK.Graphics.OpenGL.All.StaticRead; + var _StaticReadArb = OpenTK.Graphics.OpenGL.All.StaticReadArb; + var _StaticCopy = OpenTK.Graphics.OpenGL.All.StaticCopy; + var _StaticCopyArb = OpenTK.Graphics.OpenGL.All.StaticCopyArb; + var _DynamicDraw = OpenTK.Graphics.OpenGL.All.DynamicDraw; + var _DynamicDrawArb = OpenTK.Graphics.OpenGL.All.DynamicDrawArb; + var _DynamicRead = OpenTK.Graphics.OpenGL.All.DynamicRead; + var _DynamicReadArb = OpenTK.Graphics.OpenGL.All.DynamicReadArb; + var _DynamicCopy = OpenTK.Graphics.OpenGL.All.DynamicCopy; + var _DynamicCopyArb = OpenTK.Graphics.OpenGL.All.DynamicCopyArb; + var _PixelPackBuffer = OpenTK.Graphics.OpenGL.All.PixelPackBuffer; + var _PixelPackBufferArb = OpenTK.Graphics.OpenGL.All.PixelPackBufferArb; + var _PixelPackBufferExt = OpenTK.Graphics.OpenGL.All.PixelPackBufferExt; + var _PixelUnpackBuffer = OpenTK.Graphics.OpenGL.All.PixelUnpackBuffer; + var _PixelUnpackBufferArb = OpenTK.Graphics.OpenGL.All.PixelUnpackBufferArb; + var _PixelUnpackBufferExt = OpenTK.Graphics.OpenGL.All.PixelUnpackBufferExt; + var _PixelPackBufferBinding = OpenTK.Graphics.OpenGL.All.PixelPackBufferBinding; + var _PixelPackBufferBindingArb = OpenTK.Graphics.OpenGL.All.PixelPackBufferBindingArb; + var _PixelPackBufferBindingExt = OpenTK.Graphics.OpenGL.All.PixelPackBufferBindingExt; + var _PixelUnpackBufferBinding = OpenTK.Graphics.OpenGL.All.PixelUnpackBufferBinding; + var _PixelUnpackBufferBindingArb = OpenTK.Graphics.OpenGL.All.PixelUnpackBufferBindingArb; + var _PixelUnpackBufferBindingExt = OpenTK.Graphics.OpenGL.All.PixelUnpackBufferBindingExt; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL.All.Depth24Stencil8; + var _Depth24Stencil8Ext = OpenTK.Graphics.OpenGL.All.Depth24Stencil8Ext; + var _TextureStencilSize = OpenTK.Graphics.OpenGL.All.TextureStencilSize; + var _TextureStencilSizeExt = OpenTK.Graphics.OpenGL.All.TextureStencilSizeExt; + var _StencilTagBitsExt = OpenTK.Graphics.OpenGL.All.StencilTagBitsExt; + var _StencilClearTagValueExt = OpenTK.Graphics.OpenGL.All.StencilClearTagValueExt; + var _MaxProgramExecInstructionsNv = OpenTK.Graphics.OpenGL.All.MaxProgramExecInstructionsNv; + var _MaxProgramCallDepthNv = OpenTK.Graphics.OpenGL.All.MaxProgramCallDepthNv; + var _MaxProgramIfDepthNv = OpenTK.Graphics.OpenGL.All.MaxProgramIfDepthNv; + var _MaxProgramLoopDepthNv = OpenTK.Graphics.OpenGL.All.MaxProgramLoopDepthNv; + var _MaxProgramLoopCountNv = OpenTK.Graphics.OpenGL.All.MaxProgramLoopCountNv; + var _Src1Color = OpenTK.Graphics.OpenGL.All.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL.All.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL.All.OneMinusSrc1Alpha; + var _MaxDualSourceDrawBuffers = OpenTK.Graphics.OpenGL.All.MaxDualSourceDrawBuffers; + var _VertexAttribArrayInteger = OpenTK.Graphics.OpenGL.All.VertexAttribArrayInteger; + var _VertexAttribArrayIntegerExt = OpenTK.Graphics.OpenGL.All.VertexAttribArrayIntegerExt; + var _VertexAttribArrayIntegerNv = OpenTK.Graphics.OpenGL.All.VertexAttribArrayIntegerNv; + var _ArrayDivisor = OpenTK.Graphics.OpenGL.All.ArrayDivisor; + var _VertexAttribArrayDivisor = OpenTK.Graphics.OpenGL.All.VertexAttribArrayDivisor; + var _VertexAttribArrayDivisorArb = OpenTK.Graphics.OpenGL.All.VertexAttribArrayDivisorArb; + var _MaxArrayTextureLayers = OpenTK.Graphics.OpenGL.All.MaxArrayTextureLayers; + var _MaxArrayTextureLayersExt = OpenTK.Graphics.OpenGL.All.MaxArrayTextureLayersExt; + var _MinProgramTexelOffset = OpenTK.Graphics.OpenGL.All.MinProgramTexelOffset; + var _MinProgramTexelOffsetExt = OpenTK.Graphics.OpenGL.All.MinProgramTexelOffsetExt; + var _MinProgramTexelOffsetNv = OpenTK.Graphics.OpenGL.All.MinProgramTexelOffsetNv; + var _MaxProgramTexelOffset = OpenTK.Graphics.OpenGL.All.MaxProgramTexelOffset; + var _MaxProgramTexelOffsetExt = OpenTK.Graphics.OpenGL.All.MaxProgramTexelOffsetExt; + var _MaxProgramTexelOffsetNv = OpenTK.Graphics.OpenGL.All.MaxProgramTexelOffsetNv; + var _ProgramAttribComponentsNv = OpenTK.Graphics.OpenGL.All.ProgramAttribComponentsNv; + var _ProgramResultComponentsNv = OpenTK.Graphics.OpenGL.All.ProgramResultComponentsNv; + var _MaxProgramAttribComponentsNv = OpenTK.Graphics.OpenGL.All.MaxProgramAttribComponentsNv; + var _MaxProgramResultComponentsNv = OpenTK.Graphics.OpenGL.All.MaxProgramResultComponentsNv; + var _StencilTestTwoSideExt = OpenTK.Graphics.OpenGL.All.StencilTestTwoSideExt; + var _ActiveStencilFaceExt = OpenTK.Graphics.OpenGL.All.ActiveStencilFaceExt; + var _MirrorClampToBorderExt = OpenTK.Graphics.OpenGL.All.MirrorClampToBorderExt; + var _SamplesPassed = OpenTK.Graphics.OpenGL.All.SamplesPassed; + var _SamplesPassedArb = OpenTK.Graphics.OpenGL.All.SamplesPassedArb; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL.All.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL.All.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL.All.GeometryOutputType; + var _SamplerBinding = OpenTK.Graphics.OpenGL.All.SamplerBinding; + var _ClampVertexColor = OpenTK.Graphics.OpenGL.All.ClampVertexColor; + var _ClampVertexColorArb = OpenTK.Graphics.OpenGL.All.ClampVertexColorArb; + var _ClampFragmentColor = OpenTK.Graphics.OpenGL.All.ClampFragmentColor; + var _ClampFragmentColorArb = OpenTK.Graphics.OpenGL.All.ClampFragmentColorArb; + var _ClampReadColor = OpenTK.Graphics.OpenGL.All.ClampReadColor; + var _ClampReadColorArb = OpenTK.Graphics.OpenGL.All.ClampReadColorArb; + var _FixedOnly = OpenTK.Graphics.OpenGL.All.FixedOnly; + var _FixedOnlyArb = OpenTK.Graphics.OpenGL.All.FixedOnlyArb; + var _TessControlProgramNv = OpenTK.Graphics.OpenGL.All.TessControlProgramNv; + var _TessEvaluationProgramNv = OpenTK.Graphics.OpenGL.All.TessEvaluationProgramNv; + var _FragmentShaderAti = OpenTK.Graphics.OpenGL.All.FragmentShaderAti; + var _Reg0Ati = OpenTK.Graphics.OpenGL.All.Reg0Ati; + var _Reg1Ati = OpenTK.Graphics.OpenGL.All.Reg1Ati; + var _Reg2Ati = OpenTK.Graphics.OpenGL.All.Reg2Ati; + var _Reg3Ati = OpenTK.Graphics.OpenGL.All.Reg3Ati; + var _Reg4Ati = OpenTK.Graphics.OpenGL.All.Reg4Ati; + var _Reg5Ati = OpenTK.Graphics.OpenGL.All.Reg5Ati; + var _Reg6Ati = OpenTK.Graphics.OpenGL.All.Reg6Ati; + var _Reg7Ati = OpenTK.Graphics.OpenGL.All.Reg7Ati; + var _Reg8Ati = OpenTK.Graphics.OpenGL.All.Reg8Ati; + var _Reg9Ati = OpenTK.Graphics.OpenGL.All.Reg9Ati; + var _Reg10Ati = OpenTK.Graphics.OpenGL.All.Reg10Ati; + var _Reg11Ati = OpenTK.Graphics.OpenGL.All.Reg11Ati; + var _Reg12Ati = OpenTK.Graphics.OpenGL.All.Reg12Ati; + var _Reg13Ati = OpenTK.Graphics.OpenGL.All.Reg13Ati; + var _Reg14Ati = OpenTK.Graphics.OpenGL.All.Reg14Ati; + var _Reg15Ati = OpenTK.Graphics.OpenGL.All.Reg15Ati; + var _Reg16Ati = OpenTK.Graphics.OpenGL.All.Reg16Ati; + var _Reg17Ati = OpenTK.Graphics.OpenGL.All.Reg17Ati; + var _Reg18Ati = OpenTK.Graphics.OpenGL.All.Reg18Ati; + var _Reg19Ati = OpenTK.Graphics.OpenGL.All.Reg19Ati; + var _Reg20Ati = OpenTK.Graphics.OpenGL.All.Reg20Ati; + var _Reg21Ati = OpenTK.Graphics.OpenGL.All.Reg21Ati; + var _Reg22Ati = OpenTK.Graphics.OpenGL.All.Reg22Ati; + var _Reg23Ati = OpenTK.Graphics.OpenGL.All.Reg23Ati; + var _Reg24Ati = OpenTK.Graphics.OpenGL.All.Reg24Ati; + var _Reg25Ati = OpenTK.Graphics.OpenGL.All.Reg25Ati; + var _Reg26Ati = OpenTK.Graphics.OpenGL.All.Reg26Ati; + var _Reg27Ati = OpenTK.Graphics.OpenGL.All.Reg27Ati; + var _Reg28Ati = OpenTK.Graphics.OpenGL.All.Reg28Ati; + var _Reg29Ati = OpenTK.Graphics.OpenGL.All.Reg29Ati; + var _Reg30Ati = OpenTK.Graphics.OpenGL.All.Reg30Ati; + var _Reg31Ati = OpenTK.Graphics.OpenGL.All.Reg31Ati; + var _Con0Ati = OpenTK.Graphics.OpenGL.All.Con0Ati; + var _Con1Ati = OpenTK.Graphics.OpenGL.All.Con1Ati; + var _Con2Ati = OpenTK.Graphics.OpenGL.All.Con2Ati; + var _Con3Ati = OpenTK.Graphics.OpenGL.All.Con3Ati; + var _Con4Ati = OpenTK.Graphics.OpenGL.All.Con4Ati; + var _Con5Ati = OpenTK.Graphics.OpenGL.All.Con5Ati; + var _Con6Ati = OpenTK.Graphics.OpenGL.All.Con6Ati; + var _Con7Ati = OpenTK.Graphics.OpenGL.All.Con7Ati; + var _Con8Ati = OpenTK.Graphics.OpenGL.All.Con8Ati; + var _Con9Ati = OpenTK.Graphics.OpenGL.All.Con9Ati; + var _Con10Ati = OpenTK.Graphics.OpenGL.All.Con10Ati; + var _Con11Ati = OpenTK.Graphics.OpenGL.All.Con11Ati; + var _Con12Ati = OpenTK.Graphics.OpenGL.All.Con12Ati; + var _Con13Ati = OpenTK.Graphics.OpenGL.All.Con13Ati; + var _Con14Ati = OpenTK.Graphics.OpenGL.All.Con14Ati; + var _Con15Ati = OpenTK.Graphics.OpenGL.All.Con15Ati; + var _Con16Ati = OpenTK.Graphics.OpenGL.All.Con16Ati; + var _Con17Ati = OpenTK.Graphics.OpenGL.All.Con17Ati; + var _Con18Ati = OpenTK.Graphics.OpenGL.All.Con18Ati; + var _Con19Ati = OpenTK.Graphics.OpenGL.All.Con19Ati; + var _Con20Ati = OpenTK.Graphics.OpenGL.All.Con20Ati; + var _Con21Ati = OpenTK.Graphics.OpenGL.All.Con21Ati; + var _Con22Ati = OpenTK.Graphics.OpenGL.All.Con22Ati; + var _Con23Ati = OpenTK.Graphics.OpenGL.All.Con23Ati; + var _Con24Ati = OpenTK.Graphics.OpenGL.All.Con24Ati; + var _Con25Ati = OpenTK.Graphics.OpenGL.All.Con25Ati; + var _Con26Ati = OpenTK.Graphics.OpenGL.All.Con26Ati; + var _Con27Ati = OpenTK.Graphics.OpenGL.All.Con27Ati; + var _Con28Ati = OpenTK.Graphics.OpenGL.All.Con28Ati; + var _Con29Ati = OpenTK.Graphics.OpenGL.All.Con29Ati; + var _Con30Ati = OpenTK.Graphics.OpenGL.All.Con30Ati; + var _Con31Ati = OpenTK.Graphics.OpenGL.All.Con31Ati; + var _MovAti = OpenTK.Graphics.OpenGL.All.MovAti; + var _AddAti = OpenTK.Graphics.OpenGL.All.AddAti; + var _MulAti = OpenTK.Graphics.OpenGL.All.MulAti; + var _SubAti = OpenTK.Graphics.OpenGL.All.SubAti; + var _Dot3Ati = OpenTK.Graphics.OpenGL.All.Dot3Ati; + var _Dot4Ati = OpenTK.Graphics.OpenGL.All.Dot4Ati; + var _MadAti = OpenTK.Graphics.OpenGL.All.MadAti; + var _LerpAti = OpenTK.Graphics.OpenGL.All.LerpAti; + var _CndAti = OpenTK.Graphics.OpenGL.All.CndAti; + var _Cnd0Ati = OpenTK.Graphics.OpenGL.All.Cnd0Ati; + var _Dot2AddAti = OpenTK.Graphics.OpenGL.All.Dot2AddAti; + var _SecondaryInterpolatorAti = OpenTK.Graphics.OpenGL.All.SecondaryInterpolatorAti; + var _NumFragmentRegistersAti = OpenTK.Graphics.OpenGL.All.NumFragmentRegistersAti; + var _NumFragmentConstantsAti = OpenTK.Graphics.OpenGL.All.NumFragmentConstantsAti; + var _NumPassesAti = OpenTK.Graphics.OpenGL.All.NumPassesAti; + var _NumInstructionsPerPassAti = OpenTK.Graphics.OpenGL.All.NumInstructionsPerPassAti; + var _NumInstructionsTotalAti = OpenTK.Graphics.OpenGL.All.NumInstructionsTotalAti; + var _NumInputInterpolatorComponentsAti = OpenTK.Graphics.OpenGL.All.NumInputInterpolatorComponentsAti; + var _NumLoopbackComponentsAti = OpenTK.Graphics.OpenGL.All.NumLoopbackComponentsAti; + var _ColorAlphaPairingAti = OpenTK.Graphics.OpenGL.All.ColorAlphaPairingAti; + var _SwizzleStrAti = OpenTK.Graphics.OpenGL.All.SwizzleStrAti; + var _SwizzleStqAti = OpenTK.Graphics.OpenGL.All.SwizzleStqAti; + var _SwizzleStrDrAti = OpenTK.Graphics.OpenGL.All.SwizzleStrDrAti; + var _SwizzleStqDqAti = OpenTK.Graphics.OpenGL.All.SwizzleStqDqAti; + var _SwizzleStrqAti = OpenTK.Graphics.OpenGL.All.SwizzleStrqAti; + var _SwizzleStrqDqAti = OpenTK.Graphics.OpenGL.All.SwizzleStrqDqAti; + var _InterlaceOml = OpenTK.Graphics.OpenGL.All.InterlaceOml; + var _InterlaceReadOml = OpenTK.Graphics.OpenGL.All.InterlaceReadOml; + var _FormatSubsample2424Oml = OpenTK.Graphics.OpenGL.All.FormatSubsample2424Oml; + var _FormatSubsample244244Oml = OpenTK.Graphics.OpenGL.All.FormatSubsample244244Oml; + var _PackResampleOml = OpenTK.Graphics.OpenGL.All.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.OpenGL.All.UnpackResampleOml; + var _ResampleReplicateOml = OpenTK.Graphics.OpenGL.All.ResampleReplicateOml; + var _ResampleZeroFillOml = OpenTK.Graphics.OpenGL.All.ResampleZeroFillOml; + var _ResampleAverageOml = OpenTK.Graphics.OpenGL.All.ResampleAverageOml; + var _ResampleDecimateOml = OpenTK.Graphics.OpenGL.All.ResampleDecimateOml; + var _VertexAttribMap1Apple = OpenTK.Graphics.OpenGL.All.VertexAttribMap1Apple; + var _VertexAttribMap2Apple = OpenTK.Graphics.OpenGL.All.VertexAttribMap2Apple; + var _VertexAttribMap1SizeApple = OpenTK.Graphics.OpenGL.All.VertexAttribMap1SizeApple; + var _VertexAttribMap1CoeffApple = OpenTK.Graphics.OpenGL.All.VertexAttribMap1CoeffApple; + var _VertexAttribMap1OrderApple = OpenTK.Graphics.OpenGL.All.VertexAttribMap1OrderApple; + var _VertexAttribMap1DomainApple = OpenTK.Graphics.OpenGL.All.VertexAttribMap1DomainApple; + var _VertexAttribMap2SizeApple = OpenTK.Graphics.OpenGL.All.VertexAttribMap2SizeApple; + var _VertexAttribMap2CoeffApple = OpenTK.Graphics.OpenGL.All.VertexAttribMap2CoeffApple; + var _VertexAttribMap2OrderApple = OpenTK.Graphics.OpenGL.All.VertexAttribMap2OrderApple; + var _VertexAttribMap2DomainApple = OpenTK.Graphics.OpenGL.All.VertexAttribMap2DomainApple; + var _DrawPixelsApple = OpenTK.Graphics.OpenGL.All.DrawPixelsApple; + var _FenceApple = OpenTK.Graphics.OpenGL.All.FenceApple; + var _ElementArrayApple = OpenTK.Graphics.OpenGL.All.ElementArrayApple; + var _ElementArrayTypeApple = OpenTK.Graphics.OpenGL.All.ElementArrayTypeApple; + var _ElementArrayPointerApple = OpenTK.Graphics.OpenGL.All.ElementArrayPointerApple; + var _ColorFloatApple = OpenTK.Graphics.OpenGL.All.ColorFloatApple; + var _UniformBuffer = OpenTK.Graphics.OpenGL.All.UniformBuffer; + var _BufferSerializedModifyApple = OpenTK.Graphics.OpenGL.All.BufferSerializedModifyApple; + var _BufferFlushingUnmapApple = OpenTK.Graphics.OpenGL.All.BufferFlushingUnmapApple; + var _AuxDepthStencilApple = OpenTK.Graphics.OpenGL.All.AuxDepthStencilApple; + var _PackRowBytesApple = OpenTK.Graphics.OpenGL.All.PackRowBytesApple; + var _UnpackRowBytesApple = OpenTK.Graphics.OpenGL.All.UnpackRowBytesApple; + var _ReleasedApple = OpenTK.Graphics.OpenGL.All.ReleasedApple; + var _VolatileApple = OpenTK.Graphics.OpenGL.All.VolatileApple; + var _RetainedApple = OpenTK.Graphics.OpenGL.All.RetainedApple; + var _UndefinedApple = OpenTK.Graphics.OpenGL.All.UndefinedApple; + var _PurgeableApple = OpenTK.Graphics.OpenGL.All.PurgeableApple; + var _Rgb422Apple = OpenTK.Graphics.OpenGL.All.Rgb422Apple; + var _UniformBufferBinding = OpenTK.Graphics.OpenGL.All.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.OpenGL.All.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.OpenGL.All.UniformBufferSize; + var _MaxVertexUniformBlocks = OpenTK.Graphics.OpenGL.All.MaxVertexUniformBlocks; + var _MaxGeometryUniformBlocks = OpenTK.Graphics.OpenGL.All.MaxGeometryUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.OpenGL.All.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.OpenGL.All.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.OpenGL.All.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.OpenGL.All.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.OpenGL.All.MaxCombinedVertexUniformComponents; + var _MaxCombinedGeometryUniformComponents = OpenTK.Graphics.OpenGL.All.MaxCombinedGeometryUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.OpenGL.All.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.OpenGL.All.UniformBufferOffsetAlignment; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL.All.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL.All.ActiveUniformBlocks; + var _UniformType = OpenTK.Graphics.OpenGL.All.UniformType; + var _UniformSize = OpenTK.Graphics.OpenGL.All.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL.All.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.OpenGL.All.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.OpenGL.All.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.OpenGL.All.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.OpenGL.All.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.OpenGL.All.UniformIsRowMajor; + var _UniformBlockBinding = OpenTK.Graphics.OpenGL.All.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.OpenGL.All.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.OpenGL.All.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.OpenGL.All.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.OpenGL.All.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.OpenGL.All.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByGeometryShader = OpenTK.Graphics.OpenGL.All.UniformBlockReferencedByGeometryShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.OpenGL.All.UniformBlockReferencedByFragmentShader; + var _TextureSrgbDecodeExt = OpenTK.Graphics.OpenGL.All.TextureSrgbDecodeExt; + var _DecodeExt = OpenTK.Graphics.OpenGL.All.DecodeExt; + var _SkipDecodeExt = OpenTK.Graphics.OpenGL.All.SkipDecodeExt; + var _ProgramPipelineObjectExt = OpenTK.Graphics.OpenGL.All.ProgramPipelineObjectExt; + var _RgbRaw422Apple = OpenTK.Graphics.OpenGL.All.RgbRaw422Apple; + var _FragmentShader = OpenTK.Graphics.OpenGL.All.FragmentShader; + var _FragmentShaderArb = OpenTK.Graphics.OpenGL.All.FragmentShaderArb; + var _VertexShader = OpenTK.Graphics.OpenGL.All.VertexShader; + var _VertexShaderArb = OpenTK.Graphics.OpenGL.All.VertexShaderArb; + var _ProgramObjectArb = OpenTK.Graphics.OpenGL.All.ProgramObjectArb; + var _ProgramObjectExt = OpenTK.Graphics.OpenGL.All.ProgramObjectExt; + var _ShaderObjectArb = OpenTK.Graphics.OpenGL.All.ShaderObjectArb; + var _ShaderObjectExt = OpenTK.Graphics.OpenGL.All.ShaderObjectExt; + var _MaxFragmentUniformComponents = OpenTK.Graphics.OpenGL.All.MaxFragmentUniformComponents; + var _MaxFragmentUniformComponentsArb = OpenTK.Graphics.OpenGL.All.MaxFragmentUniformComponentsArb; + var _MaxVertexUniformComponents = OpenTK.Graphics.OpenGL.All.MaxVertexUniformComponents; + var _MaxVertexUniformComponentsArb = OpenTK.Graphics.OpenGL.All.MaxVertexUniformComponentsArb; + var _MaxVaryingComponents = OpenTK.Graphics.OpenGL.All.MaxVaryingComponents; + var _MaxVaryingComponentsExt = OpenTK.Graphics.OpenGL.All.MaxVaryingComponentsExt; + var _MaxVaryingFloats = OpenTK.Graphics.OpenGL.All.MaxVaryingFloats; + var _MaxVaryingFloatsArb = OpenTK.Graphics.OpenGL.All.MaxVaryingFloatsArb; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.OpenGL.All.MaxVertexTextureImageUnits; + var _MaxVertexTextureImageUnitsArb = OpenTK.Graphics.OpenGL.All.MaxVertexTextureImageUnitsArb; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.OpenGL.All.MaxCombinedTextureImageUnits; + var _MaxCombinedTextureImageUnitsArb = OpenTK.Graphics.OpenGL.All.MaxCombinedTextureImageUnitsArb; + var _ObjectTypeArb = OpenTK.Graphics.OpenGL.All.ObjectTypeArb; + var _ObjectSubtypeArb = OpenTK.Graphics.OpenGL.All.ObjectSubtypeArb; + var _ShaderType = OpenTK.Graphics.OpenGL.All.ShaderType; + var _FloatVec2 = OpenTK.Graphics.OpenGL.All.FloatVec2; + var _FloatVec2Arb = OpenTK.Graphics.OpenGL.All.FloatVec2Arb; + var _FloatVec3 = OpenTK.Graphics.OpenGL.All.FloatVec3; + var _FloatVec3Arb = OpenTK.Graphics.OpenGL.All.FloatVec3Arb; + var _FloatVec4 = OpenTK.Graphics.OpenGL.All.FloatVec4; + var _FloatVec4Arb = OpenTK.Graphics.OpenGL.All.FloatVec4Arb; + var _IntVec2 = OpenTK.Graphics.OpenGL.All.IntVec2; + var _IntVec2Arb = OpenTK.Graphics.OpenGL.All.IntVec2Arb; + var _IntVec3 = OpenTK.Graphics.OpenGL.All.IntVec3; + var _IntVec3Arb = OpenTK.Graphics.OpenGL.All.IntVec3Arb; + var _IntVec4 = OpenTK.Graphics.OpenGL.All.IntVec4; + var _IntVec4Arb = OpenTK.Graphics.OpenGL.All.IntVec4Arb; + var _Bool = OpenTK.Graphics.OpenGL.All.Bool; + var _BoolArb = OpenTK.Graphics.OpenGL.All.BoolArb; + var _BoolVec2 = OpenTK.Graphics.OpenGL.All.BoolVec2; + var _BoolVec2Arb = OpenTK.Graphics.OpenGL.All.BoolVec2Arb; + var _BoolVec3 = OpenTK.Graphics.OpenGL.All.BoolVec3; + var _BoolVec3Arb = OpenTK.Graphics.OpenGL.All.BoolVec3Arb; + var _BoolVec4 = OpenTK.Graphics.OpenGL.All.BoolVec4; + var _BoolVec4Arb = OpenTK.Graphics.OpenGL.All.BoolVec4Arb; + var _FloatMat2 = OpenTK.Graphics.OpenGL.All.FloatMat2; + var _FloatMat2Arb = OpenTK.Graphics.OpenGL.All.FloatMat2Arb; + var _FloatMat3 = OpenTK.Graphics.OpenGL.All.FloatMat3; + var _FloatMat3Arb = OpenTK.Graphics.OpenGL.All.FloatMat3Arb; + var _FloatMat4 = OpenTK.Graphics.OpenGL.All.FloatMat4; + var _FloatMat4Arb = OpenTK.Graphics.OpenGL.All.FloatMat4Arb; + var _Sampler1D = OpenTK.Graphics.OpenGL.All.Sampler1D; + var _Sampler1DArb = OpenTK.Graphics.OpenGL.All.Sampler1DArb; + var _Sampler2D = OpenTK.Graphics.OpenGL.All.Sampler2D; + var _Sampler2DArb = OpenTK.Graphics.OpenGL.All.Sampler2DArb; + var _Sampler3D = OpenTK.Graphics.OpenGL.All.Sampler3D; + var _Sampler3DArb = OpenTK.Graphics.OpenGL.All.Sampler3DArb; + var _SamplerCube = OpenTK.Graphics.OpenGL.All.SamplerCube; + var _SamplerCubeArb = OpenTK.Graphics.OpenGL.All.SamplerCubeArb; + var _Sampler1DShadow = OpenTK.Graphics.OpenGL.All.Sampler1DShadow; + var _Sampler1DShadowArb = OpenTK.Graphics.OpenGL.All.Sampler1DShadowArb; + var _Sampler2DShadow = OpenTK.Graphics.OpenGL.All.Sampler2DShadow; + var _Sampler2DShadowArb = OpenTK.Graphics.OpenGL.All.Sampler2DShadowArb; + var _Sampler2DRect = OpenTK.Graphics.OpenGL.All.Sampler2DRect; + var _Sampler2DRectArb = OpenTK.Graphics.OpenGL.All.Sampler2DRectArb; + var _Sampler2DRectShadow = OpenTK.Graphics.OpenGL.All.Sampler2DRectShadow; + var _Sampler2DRectShadowArb = OpenTK.Graphics.OpenGL.All.Sampler2DRectShadowArb; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL.All.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL.All.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL.All.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL.All.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL.All.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL.All.FloatMat4x3; + var _DeleteStatus = OpenTK.Graphics.OpenGL.All.DeleteStatus; + var _ObjectDeleteStatusArb = OpenTK.Graphics.OpenGL.All.ObjectDeleteStatusArb; + var _CompileStatus = OpenTK.Graphics.OpenGL.All.CompileStatus; + var _ObjectCompileStatusArb = OpenTK.Graphics.OpenGL.All.ObjectCompileStatusArb; + var _LinkStatus = OpenTK.Graphics.OpenGL.All.LinkStatus; + var _ObjectLinkStatusArb = OpenTK.Graphics.OpenGL.All.ObjectLinkStatusArb; + var _ObjectValidateStatusArb = OpenTK.Graphics.OpenGL.All.ObjectValidateStatusArb; + var _ValidateStatus = OpenTK.Graphics.OpenGL.All.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL.All.InfoLogLength; + var _ObjectInfoLogLengthArb = OpenTK.Graphics.OpenGL.All.ObjectInfoLogLengthArb; + var _AttachedShaders = OpenTK.Graphics.OpenGL.All.AttachedShaders; + var _ObjectAttachedObjectsArb = OpenTK.Graphics.OpenGL.All.ObjectAttachedObjectsArb; + var _ActiveUniforms = OpenTK.Graphics.OpenGL.All.ActiveUniforms; + var _ObjectActiveUniformsArb = OpenTK.Graphics.OpenGL.All.ObjectActiveUniformsArb; + var _ActiveUniformMaxLength = OpenTK.Graphics.OpenGL.All.ActiveUniformMaxLength; + var _ObjectActiveUniformMaxLengthArb = OpenTK.Graphics.OpenGL.All.ObjectActiveUniformMaxLengthArb; + var _ObjectShaderSourceLengthArb = OpenTK.Graphics.OpenGL.All.ObjectShaderSourceLengthArb; + var _ShaderSourceLength = OpenTK.Graphics.OpenGL.All.ShaderSourceLength; + var _ActiveAttributes = OpenTK.Graphics.OpenGL.All.ActiveAttributes; + var _ObjectActiveAttributesArb = OpenTK.Graphics.OpenGL.All.ObjectActiveAttributesArb; + var _ActiveAttributeMaxLength = OpenTK.Graphics.OpenGL.All.ActiveAttributeMaxLength; + var _ObjectActiveAttributeMaxLengthArb = OpenTK.Graphics.OpenGL.All.ObjectActiveAttributeMaxLengthArb; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.OpenGL.All.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.OpenGL.All.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.OpenGL.All.FragmentShaderDerivativeHintOes; + var _ShadingLanguageVersion = OpenTK.Graphics.OpenGL.All.ShadingLanguageVersion; + var _ShadingLanguageVersionArb = OpenTK.Graphics.OpenGL.All.ShadingLanguageVersionArb; + var _ActiveProgramExt = OpenTK.Graphics.OpenGL.All.ActiveProgramExt; + var _CurrentProgram = OpenTK.Graphics.OpenGL.All.CurrentProgram; + var _Palette4Rgb8Oes = OpenTK.Graphics.OpenGL.All.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.OpenGL.All.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.OpenGL.All.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.OpenGL.All.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.OpenGL.All.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.OpenGL.All.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.OpenGL.All.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.OpenGL.All.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.OpenGL.All.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.OpenGL.All.Palette8Rgb5A1Oes; + var _ImplementationColorReadType = OpenTK.Graphics.OpenGL.All.ImplementationColorReadType; + var _ImplementationColorReadTypeOes = OpenTK.Graphics.OpenGL.All.ImplementationColorReadTypeOes; + var _ImplementationColorReadFormat = OpenTK.Graphics.OpenGL.All.ImplementationColorReadFormat; + var _ImplementationColorReadFormatOes = OpenTK.Graphics.OpenGL.All.ImplementationColorReadFormatOes; + var _CounterTypeAmd = OpenTK.Graphics.OpenGL.All.CounterTypeAmd; + var _CounterRangeAmd = OpenTK.Graphics.OpenGL.All.CounterRangeAmd; + var _UnsignedInt64Amd = OpenTK.Graphics.OpenGL.All.UnsignedInt64Amd; + var _PercentageAmd = OpenTK.Graphics.OpenGL.All.PercentageAmd; + var _PerfmonResultAvailableAmd = OpenTK.Graphics.OpenGL.All.PerfmonResultAvailableAmd; + var _PerfmonResultSizeAmd = OpenTK.Graphics.OpenGL.All.PerfmonResultSizeAmd; + var _PerfmonResultAmd = OpenTK.Graphics.OpenGL.All.PerfmonResultAmd; + var _TextureRedType = OpenTK.Graphics.OpenGL.All.TextureRedType; + var _TextureRedTypeArb = OpenTK.Graphics.OpenGL.All.TextureRedTypeArb; + var _TextureGreenType = OpenTK.Graphics.OpenGL.All.TextureGreenType; + var _TextureGreenTypeArb = OpenTK.Graphics.OpenGL.All.TextureGreenTypeArb; + var _TextureBlueType = OpenTK.Graphics.OpenGL.All.TextureBlueType; + var _TextureBlueTypeArb = OpenTK.Graphics.OpenGL.All.TextureBlueTypeArb; + var _TextureAlphaType = OpenTK.Graphics.OpenGL.All.TextureAlphaType; + var _TextureAlphaTypeArb = OpenTK.Graphics.OpenGL.All.TextureAlphaTypeArb; + var _TextureLuminanceType = OpenTK.Graphics.OpenGL.All.TextureLuminanceType; + var _TextureLuminanceTypeArb = OpenTK.Graphics.OpenGL.All.TextureLuminanceTypeArb; + var _TextureIntensityType = OpenTK.Graphics.OpenGL.All.TextureIntensityType; + var _TextureIntensityTypeArb = OpenTK.Graphics.OpenGL.All.TextureIntensityTypeArb; + var _TextureDepthType = OpenTK.Graphics.OpenGL.All.TextureDepthType; + var _TextureDepthTypeArb = OpenTK.Graphics.OpenGL.All.TextureDepthTypeArb; + var _UnsignedNormalized = OpenTK.Graphics.OpenGL.All.UnsignedNormalized; + var _UnsignedNormalizedArb = OpenTK.Graphics.OpenGL.All.UnsignedNormalizedArb; + var _Texture1DArray = OpenTK.Graphics.OpenGL.All.Texture1DArray; + var _Texture1DArrayExt = OpenTK.Graphics.OpenGL.All.Texture1DArrayExt; + var _ProxyTexture1DArray = OpenTK.Graphics.OpenGL.All.ProxyTexture1DArray; + var _ProxyTexture1DArrayExt = OpenTK.Graphics.OpenGL.All.ProxyTexture1DArrayExt; + var _Texture2DArray = OpenTK.Graphics.OpenGL.All.Texture2DArray; + var _Texture2DArrayExt = OpenTK.Graphics.OpenGL.All.Texture2DArrayExt; + var _ProxyTexture2DArray = OpenTK.Graphics.OpenGL.All.ProxyTexture2DArray; + var _ProxyTexture2DArrayExt = OpenTK.Graphics.OpenGL.All.ProxyTexture2DArrayExt; + var _TextureBinding1DArray = OpenTK.Graphics.OpenGL.All.TextureBinding1DArray; + var _TextureBinding1DArrayExt = OpenTK.Graphics.OpenGL.All.TextureBinding1DArrayExt; + var _TextureBinding2DArray = OpenTK.Graphics.OpenGL.All.TextureBinding2DArray; + var _TextureBinding2DArrayExt = OpenTK.Graphics.OpenGL.All.TextureBinding2DArrayExt; + var _GeometryProgramNv = OpenTK.Graphics.OpenGL.All.GeometryProgramNv; + var _MaxProgramOutputVerticesNv = OpenTK.Graphics.OpenGL.All.MaxProgramOutputVerticesNv; + var _MaxProgramTotalOutputComponentsNv = OpenTK.Graphics.OpenGL.All.MaxProgramTotalOutputComponentsNv; + var _MaxGeometryTextureImageUnits = OpenTK.Graphics.OpenGL.All.MaxGeometryTextureImageUnits; + var _MaxGeometryTextureImageUnitsArb = OpenTK.Graphics.OpenGL.All.MaxGeometryTextureImageUnitsArb; + var _MaxGeometryTextureImageUnitsExt = OpenTK.Graphics.OpenGL.All.MaxGeometryTextureImageUnitsExt; + var _TextureBuffer = OpenTK.Graphics.OpenGL.All.TextureBuffer; + var _TextureBufferArb = OpenTK.Graphics.OpenGL.All.TextureBufferArb; + var _TextureBufferBinding = OpenTK.Graphics.OpenGL.All.TextureBufferBinding; + var _TextureBufferExt = OpenTK.Graphics.OpenGL.All.TextureBufferExt; + var _MaxTextureBufferSize = OpenTK.Graphics.OpenGL.All.MaxTextureBufferSize; + var _MaxTextureBufferSizeArb = OpenTK.Graphics.OpenGL.All.MaxTextureBufferSizeArb; + var _MaxTextureBufferSizeExt = OpenTK.Graphics.OpenGL.All.MaxTextureBufferSizeExt; + var _TextureBindingBuffer = OpenTK.Graphics.OpenGL.All.TextureBindingBuffer; + var _TextureBindingBufferArb = OpenTK.Graphics.OpenGL.All.TextureBindingBufferArb; + var _TextureBindingBufferExt = OpenTK.Graphics.OpenGL.All.TextureBindingBufferExt; + var _TextureBufferDataStoreBinding = OpenTK.Graphics.OpenGL.All.TextureBufferDataStoreBinding; + var _TextureBufferDataStoreBindingArb = OpenTK.Graphics.OpenGL.All.TextureBufferDataStoreBindingArb; + var _TextureBufferDataStoreBindingExt = OpenTK.Graphics.OpenGL.All.TextureBufferDataStoreBindingExt; + var _TextureBufferFormatArb = OpenTK.Graphics.OpenGL.All.TextureBufferFormatArb; + var _TextureBufferFormatExt = OpenTK.Graphics.OpenGL.All.TextureBufferFormatExt; + var _AnySamplesPassed = OpenTK.Graphics.OpenGL.All.AnySamplesPassed; + var _SampleShading = OpenTK.Graphics.OpenGL.All.SampleShading; + var _SampleShadingArb = OpenTK.Graphics.OpenGL.All.SampleShadingArb; + var _MinSampleShadingValue = OpenTK.Graphics.OpenGL.All.MinSampleShadingValue; + var _MinSampleShadingValueArb = OpenTK.Graphics.OpenGL.All.MinSampleShadingValueArb; + var _R11fG11fB10f = OpenTK.Graphics.OpenGL.All.R11fG11fB10f; + var _R11fG11fB10fExt = OpenTK.Graphics.OpenGL.All.R11fG11fB10fExt; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL.All.UnsignedInt10F11F11FRev; + var _UnsignedInt10F11F11FRevExt = OpenTK.Graphics.OpenGL.All.UnsignedInt10F11F11FRevExt; + var _RgbaSignedComponentsExt = OpenTK.Graphics.OpenGL.All.RgbaSignedComponentsExt; + var _Rgb9E5 = OpenTK.Graphics.OpenGL.All.Rgb9E5; + var _Rgb9E5Ext = OpenTK.Graphics.OpenGL.All.Rgb9E5Ext; + var _UnsignedInt5999Rev = OpenTK.Graphics.OpenGL.All.UnsignedInt5999Rev; + var _UnsignedInt5999RevExt = OpenTK.Graphics.OpenGL.All.UnsignedInt5999RevExt; + var _TextureSharedSize = OpenTK.Graphics.OpenGL.All.TextureSharedSize; + var _TextureSharedSizeExt = OpenTK.Graphics.OpenGL.All.TextureSharedSizeExt; + var _Srgb = OpenTK.Graphics.OpenGL.All.Srgb; + var _SrgbExt = OpenTK.Graphics.OpenGL.All.SrgbExt; + var _Srgb8 = OpenTK.Graphics.OpenGL.All.Srgb8; + var _Srgb8Ext = OpenTK.Graphics.OpenGL.All.Srgb8Ext; + var _SrgbAlpha = OpenTK.Graphics.OpenGL.All.SrgbAlpha; + var _SrgbAlphaExt = OpenTK.Graphics.OpenGL.All.SrgbAlphaExt; + var _Srgb8Alpha8 = OpenTK.Graphics.OpenGL.All.Srgb8Alpha8; + var _Srgb8Alpha8Ext = OpenTK.Graphics.OpenGL.All.Srgb8Alpha8Ext; + var _SluminanceAlpha = OpenTK.Graphics.OpenGL.All.SluminanceAlpha; + var _SluminanceAlphaExt = OpenTK.Graphics.OpenGL.All.SluminanceAlphaExt; + var _Sluminance8Alpha8 = OpenTK.Graphics.OpenGL.All.Sluminance8Alpha8; + var _Sluminance8Alpha8Ext = OpenTK.Graphics.OpenGL.All.Sluminance8Alpha8Ext; + var _Sluminance = OpenTK.Graphics.OpenGL.All.Sluminance; + var _SluminanceExt = OpenTK.Graphics.OpenGL.All.SluminanceExt; + var _Sluminance8 = OpenTK.Graphics.OpenGL.All.Sluminance8; + var _Sluminance8Ext = OpenTK.Graphics.OpenGL.All.Sluminance8Ext; + var _CompressedSrgb = OpenTK.Graphics.OpenGL.All.CompressedSrgb; + var _CompressedSrgbExt = OpenTK.Graphics.OpenGL.All.CompressedSrgbExt; + var _CompressedSrgbAlpha = OpenTK.Graphics.OpenGL.All.CompressedSrgbAlpha; + var _CompressedSrgbAlphaExt = OpenTK.Graphics.OpenGL.All.CompressedSrgbAlphaExt; + var _CompressedSluminance = OpenTK.Graphics.OpenGL.All.CompressedSluminance; + var _CompressedSluminanceExt = OpenTK.Graphics.OpenGL.All.CompressedSluminanceExt; + var _CompressedSluminanceAlpha = OpenTK.Graphics.OpenGL.All.CompressedSluminanceAlpha; + var _CompressedSluminanceAlphaExt = OpenTK.Graphics.OpenGL.All.CompressedSluminanceAlphaExt; + var _CompressedSrgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL.All.CompressedSrgbS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt1Ext = OpenTK.Graphics.OpenGL.All.CompressedSrgbAlphaS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt3Ext = OpenTK.Graphics.OpenGL.All.CompressedSrgbAlphaS3tcDxt3Ext; + var _CompressedSrgbAlphaS3tcDxt5Ext = OpenTK.Graphics.OpenGL.All.CompressedSrgbAlphaS3tcDxt5Ext; + var _CompressedLuminanceLatc1Ext = OpenTK.Graphics.OpenGL.All.CompressedLuminanceLatc1Ext; + var _CompressedSignedLuminanceLatc1Ext = OpenTK.Graphics.OpenGL.All.CompressedSignedLuminanceLatc1Ext; + var _CompressedLuminanceAlphaLatc2Ext = OpenTK.Graphics.OpenGL.All.CompressedLuminanceAlphaLatc2Ext; + var _CompressedSignedLuminanceAlphaLatc2Ext = OpenTK.Graphics.OpenGL.All.CompressedSignedLuminanceAlphaLatc2Ext; + var _TessControlProgramParameterBufferNv = OpenTK.Graphics.OpenGL.All.TessControlProgramParameterBufferNv; + var _TessEvaluationProgramParameterBufferNv = OpenTK.Graphics.OpenGL.All.TessEvaluationProgramParameterBufferNv; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.OpenGL.All.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackVaryingMaxLengthExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackVaryingMaxLengthExt; + var _BackPrimaryColorNv = OpenTK.Graphics.OpenGL.All.BackPrimaryColorNv; + var _BackSecondaryColorNv = OpenTK.Graphics.OpenGL.All.BackSecondaryColorNv; + var _TextureCoordNv = OpenTK.Graphics.OpenGL.All.TextureCoordNv; + var _ClipDistanceNv = OpenTK.Graphics.OpenGL.All.ClipDistanceNv; + var _VertexIdNv = OpenTK.Graphics.OpenGL.All.VertexIdNv; + var _PrimitiveIdNv = OpenTK.Graphics.OpenGL.All.PrimitiveIdNv; + var _GenericAttribNv = OpenTK.Graphics.OpenGL.All.GenericAttribNv; + var _TransformFeedbackAttribsNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackAttribsNv; + var _TransformFeedbackBufferMode = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferMode; + var _TransformFeedbackBufferModeExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferModeExt; + var _TransformFeedbackBufferModeNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferModeNv; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackSeparateComponents; + var _MaxTransformFeedbackSeparateComponentsExt = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackSeparateComponentsExt; + var _MaxTransformFeedbackSeparateComponentsNv = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackSeparateComponentsNv; + var _ActiveVaryingsNv = OpenTK.Graphics.OpenGL.All.ActiveVaryingsNv; + var _ActiveVaryingMaxLengthNv = OpenTK.Graphics.OpenGL.All.ActiveVaryingMaxLengthNv; + var _TransformFeedbackVaryings = OpenTK.Graphics.OpenGL.All.TransformFeedbackVaryings; + var _TransformFeedbackVaryingsExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackVaryingsExt; + var _TransformFeedbackVaryingsNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackVaryingsNv; + var _TransformFeedbackBufferStart = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferStart; + var _TransformFeedbackBufferStartExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferStartExt; + var _TransformFeedbackBufferStartNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferStartNv; + var _TransformFeedbackBufferSize = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferSize; + var _TransformFeedbackBufferSizeExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferSizeExt; + var _TransformFeedbackBufferSizeNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferSizeNv; + var _TransformFeedbackRecordNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackRecordNv; + var _PrimitivesGenerated = OpenTK.Graphics.OpenGL.All.PrimitivesGenerated; + var _PrimitivesGeneratedExt = OpenTK.Graphics.OpenGL.All.PrimitivesGeneratedExt; + var _PrimitivesGeneratedNv = OpenTK.Graphics.OpenGL.All.PrimitivesGeneratedNv; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.OpenGL.All.TransformFeedbackPrimitivesWritten; + var _TransformFeedbackPrimitivesWrittenExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackPrimitivesWrittenExt; + var _TransformFeedbackPrimitivesWrittenNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackPrimitivesWrittenNv; + var _RasterizerDiscard = OpenTK.Graphics.OpenGL.All.RasterizerDiscard; + var _RasterizerDiscardExt = OpenTK.Graphics.OpenGL.All.RasterizerDiscardExt; + var _RasterizerDiscardNv = OpenTK.Graphics.OpenGL.All.RasterizerDiscardNv; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackInterleavedComponentsExt = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackInterleavedComponentsExt; + var _MaxTransformFeedbackInterleavedComponentsNv = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackInterleavedComponentsNv; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackSeparateAttribs; + var _MaxTransformFeedbackSeparateAttribsExt = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackSeparateAttribsExt; + var _MaxTransformFeedbackSeparateAttribsNv = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackSeparateAttribsNv; + var _InterleavedAttribs = OpenTK.Graphics.OpenGL.All.InterleavedAttribs; + var _InterleavedAttribsExt = OpenTK.Graphics.OpenGL.All.InterleavedAttribsExt; + var _InterleavedAttribsNv = OpenTK.Graphics.OpenGL.All.InterleavedAttribsNv; + var _SeparateAttribs = OpenTK.Graphics.OpenGL.All.SeparateAttribs; + var _SeparateAttribsExt = OpenTK.Graphics.OpenGL.All.SeparateAttribsExt; + var _SeparateAttribsNv = OpenTK.Graphics.OpenGL.All.SeparateAttribsNv; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL.All.TransformFeedbackBuffer; + var _TransformFeedbackBufferExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferExt; + var _TransformFeedbackBufferNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferNv; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferBinding; + var _TransformFeedbackBufferBindingExt = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferBindingExt; + var _TransformFeedbackBufferBindingNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferBindingNv; + var _PointSpriteCoordOrigin = OpenTK.Graphics.OpenGL.All.PointSpriteCoordOrigin; + var _LowerLeft = OpenTK.Graphics.OpenGL.All.LowerLeft; + var _UpperLeft = OpenTK.Graphics.OpenGL.All.UpperLeft; + var _StencilBackRef = OpenTK.Graphics.OpenGL.All.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.OpenGL.All.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.OpenGL.All.StencilBackWritemask; + var _DrawFramebufferBinding = OpenTK.Graphics.OpenGL.All.DrawFramebufferBinding; + var _DrawFramebufferBindingExt = OpenTK.Graphics.OpenGL.All.DrawFramebufferBindingExt; + var _FramebufferBinding = OpenTK.Graphics.OpenGL.All.FramebufferBinding; + var _FramebufferBindingExt = OpenTK.Graphics.OpenGL.All.FramebufferBindingExt; + var _RenderbufferBinding = OpenTK.Graphics.OpenGL.All.RenderbufferBinding; + var _RenderbufferBindingExt = OpenTK.Graphics.OpenGL.All.RenderbufferBindingExt; + var _ReadFramebuffer = OpenTK.Graphics.OpenGL.All.ReadFramebuffer; + var _ReadFramebufferExt = OpenTK.Graphics.OpenGL.All.ReadFramebufferExt; + var _DrawFramebuffer = OpenTK.Graphics.OpenGL.All.DrawFramebuffer; + var _DrawFramebufferExt = OpenTK.Graphics.OpenGL.All.DrawFramebufferExt; + var _ReadFramebufferBinding = OpenTK.Graphics.OpenGL.All.ReadFramebufferBinding; + var _ReadFramebufferBindingExt = OpenTK.Graphics.OpenGL.All.ReadFramebufferBindingExt; + var _RenderbufferCoverageSamplesNv = OpenTK.Graphics.OpenGL.All.RenderbufferCoverageSamplesNv; + var _RenderbufferSamples = OpenTK.Graphics.OpenGL.All.RenderbufferSamples; + var _RenderbufferSamplesExt = OpenTK.Graphics.OpenGL.All.RenderbufferSamplesExt; + var _DepthComponent32f = OpenTK.Graphics.OpenGL.All.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL.All.Depth32fStencil8; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectTypeExt = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentObjectTypeExt; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentObjectName; + var _FramebufferAttachmentObjectNameExt = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentObjectNameExt; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureLevelExt = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentTextureLevelExt; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureCubeMapFaceExt = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentTextureCubeMapFaceExt; + var _FramebufferAttachmentTexture3DZoffsetExt = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentTexture3DZoffsetExt; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentTextureLayer; + var _FramebufferAttachmentTextureLayerExt = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentTextureLayerExt; + var _FramebufferComplete = OpenTK.Graphics.OpenGL.All.FramebufferComplete; + var _FramebufferCompleteExt = OpenTK.Graphics.OpenGL.All.FramebufferCompleteExt; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteAttachment; + var _FramebufferIncompleteAttachmentExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteAttachmentExt; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteMissingAttachmentExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteMissingAttachmentExt; + var _FramebufferIncompleteDimensionsExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteDimensionsExt; + var _FramebufferIncompleteFormatsExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteFormatsExt; + var _FramebufferIncompleteDrawBuffer = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteDrawBuffer; + var _FramebufferIncompleteDrawBufferExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteDrawBufferExt; + var _FramebufferIncompleteReadBuffer = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteReadBuffer; + var _FramebufferIncompleteReadBufferExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteReadBufferExt; + var _FramebufferUnsupported = OpenTK.Graphics.OpenGL.All.FramebufferUnsupported; + var _FramebufferUnsupportedExt = OpenTK.Graphics.OpenGL.All.FramebufferUnsupportedExt; + var _MaxColorAttachments = OpenTK.Graphics.OpenGL.All.MaxColorAttachments; + var _MaxColorAttachmentsExt = OpenTK.Graphics.OpenGL.All.MaxColorAttachmentsExt; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL.All.ColorAttachment0; + var _ColorAttachment0Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment0Ext; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL.All.ColorAttachment1; + var _ColorAttachment1Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment1Ext; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL.All.ColorAttachment2; + var _ColorAttachment2Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment2Ext; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL.All.ColorAttachment3; + var _ColorAttachment3Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment3Ext; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL.All.ColorAttachment4; + var _ColorAttachment4Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment4Ext; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL.All.ColorAttachment5; + var _ColorAttachment5Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment5Ext; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL.All.ColorAttachment6; + var _ColorAttachment6Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment6Ext; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL.All.ColorAttachment7; + var _ColorAttachment7Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment7Ext; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL.All.ColorAttachment8; + var _ColorAttachment8Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment8Ext; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL.All.ColorAttachment9; + var _ColorAttachment9Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment9Ext; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL.All.ColorAttachment10; + var _ColorAttachment10Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment10Ext; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL.All.ColorAttachment11; + var _ColorAttachment11Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment11Ext; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL.All.ColorAttachment12; + var _ColorAttachment12Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment12Ext; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL.All.ColorAttachment13; + var _ColorAttachment13Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment13Ext; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL.All.ColorAttachment14; + var _ColorAttachment14Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment14Ext; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL.All.ColorAttachment15; + var _ColorAttachment15Ext = OpenTK.Graphics.OpenGL.All.ColorAttachment15Ext; + var _DepthAttachment = OpenTK.Graphics.OpenGL.All.DepthAttachment; + var _DepthAttachmentExt = OpenTK.Graphics.OpenGL.All.DepthAttachmentExt; + var _StencilAttachment = OpenTK.Graphics.OpenGL.All.StencilAttachment; + var _StencilAttachmentExt = OpenTK.Graphics.OpenGL.All.StencilAttachmentExt; + var _Framebuffer = OpenTK.Graphics.OpenGL.All.Framebuffer; + var _FramebufferExt = OpenTK.Graphics.OpenGL.All.FramebufferExt; + var _Renderbuffer = OpenTK.Graphics.OpenGL.All.Renderbuffer; + var _RenderbufferExt = OpenTK.Graphics.OpenGL.All.RenderbufferExt; + var _RenderbufferWidth = OpenTK.Graphics.OpenGL.All.RenderbufferWidth; + var _RenderbufferWidthExt = OpenTK.Graphics.OpenGL.All.RenderbufferWidthExt; + var _RenderbufferHeight = OpenTK.Graphics.OpenGL.All.RenderbufferHeight; + var _RenderbufferHeightExt = OpenTK.Graphics.OpenGL.All.RenderbufferHeightExt; + var _RenderbufferInternalFormat = OpenTK.Graphics.OpenGL.All.RenderbufferInternalFormat; + var _RenderbufferInternalFormatExt = OpenTK.Graphics.OpenGL.All.RenderbufferInternalFormatExt; + var _StencilIndex1 = OpenTK.Graphics.OpenGL.All.StencilIndex1; + var _StencilIndex1Ext = OpenTK.Graphics.OpenGL.All.StencilIndex1Ext; + var _StencilIndex4 = OpenTK.Graphics.OpenGL.All.StencilIndex4; + var _StencilIndex4Ext = OpenTK.Graphics.OpenGL.All.StencilIndex4Ext; + var _StencilIndex8 = OpenTK.Graphics.OpenGL.All.StencilIndex8; + var _StencilIndex8Ext = OpenTK.Graphics.OpenGL.All.StencilIndex8Ext; + var _StencilIndex16 = OpenTK.Graphics.OpenGL.All.StencilIndex16; + var _StencilIndex16Ext = OpenTK.Graphics.OpenGL.All.StencilIndex16Ext; + var _RenderbufferRedSize = OpenTK.Graphics.OpenGL.All.RenderbufferRedSize; + var _RenderbufferRedSizeExt = OpenTK.Graphics.OpenGL.All.RenderbufferRedSizeExt; + var _RenderbufferGreenSize = OpenTK.Graphics.OpenGL.All.RenderbufferGreenSize; + var _RenderbufferGreenSizeExt = OpenTK.Graphics.OpenGL.All.RenderbufferGreenSizeExt; + var _RenderbufferBlueSize = OpenTK.Graphics.OpenGL.All.RenderbufferBlueSize; + var _RenderbufferBlueSizeExt = OpenTK.Graphics.OpenGL.All.RenderbufferBlueSizeExt; + var _RenderbufferAlphaSize = OpenTK.Graphics.OpenGL.All.RenderbufferAlphaSize; + var _RenderbufferAlphaSizeExt = OpenTK.Graphics.OpenGL.All.RenderbufferAlphaSizeExt; + var _RenderbufferDepthSize = OpenTK.Graphics.OpenGL.All.RenderbufferDepthSize; + var _RenderbufferDepthSizeExt = OpenTK.Graphics.OpenGL.All.RenderbufferDepthSizeExt; + var _RenderbufferStencilSize = OpenTK.Graphics.OpenGL.All.RenderbufferStencilSize; + var _RenderbufferStencilSizeExt = OpenTK.Graphics.OpenGL.All.RenderbufferStencilSizeExt; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteMultisample; + var _FramebufferIncompleteMultisampleExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteMultisampleExt; + var _MaxSamples = OpenTK.Graphics.OpenGL.All.MaxSamples; + var _MaxSamplesExt = OpenTK.Graphics.OpenGL.All.MaxSamplesExt; + var _Rgb565 = OpenTK.Graphics.OpenGL.All.Rgb565; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.OpenGL.All.PrimitiveRestartFixedIndex; + var _AnySamplesPassedConservative = OpenTK.Graphics.OpenGL.All.AnySamplesPassedConservative; + var _MaxElementIndex = OpenTK.Graphics.OpenGL.All.MaxElementIndex; + var _Rgba32ui = OpenTK.Graphics.OpenGL.All.Rgba32ui; + var _Rgba32uiExt = OpenTK.Graphics.OpenGL.All.Rgba32uiExt; + var _Rgb32ui = OpenTK.Graphics.OpenGL.All.Rgb32ui; + var _Rgb32uiExt = OpenTK.Graphics.OpenGL.All.Rgb32uiExt; + var _Alpha32uiExt = OpenTK.Graphics.OpenGL.All.Alpha32uiExt; + var _Intensity32uiExt = OpenTK.Graphics.OpenGL.All.Intensity32uiExt; + var _Luminance32uiExt = OpenTK.Graphics.OpenGL.All.Luminance32uiExt; + var _LuminanceAlpha32uiExt = OpenTK.Graphics.OpenGL.All.LuminanceAlpha32uiExt; + var _Rgba16ui = OpenTK.Graphics.OpenGL.All.Rgba16ui; + var _Rgba16uiExt = OpenTK.Graphics.OpenGL.All.Rgba16uiExt; + var _Rgb16ui = OpenTK.Graphics.OpenGL.All.Rgb16ui; + var _Rgb16uiExt = OpenTK.Graphics.OpenGL.All.Rgb16uiExt; + var _Alpha16uiExt = OpenTK.Graphics.OpenGL.All.Alpha16uiExt; + var _Intensity16uiExt = OpenTK.Graphics.OpenGL.All.Intensity16uiExt; + var _Luminance16uiExt = OpenTK.Graphics.OpenGL.All.Luminance16uiExt; + var _LuminanceAlpha16uiExt = OpenTK.Graphics.OpenGL.All.LuminanceAlpha16uiExt; + var _Rgba8ui = OpenTK.Graphics.OpenGL.All.Rgba8ui; + var _Rgba8uiExt = OpenTK.Graphics.OpenGL.All.Rgba8uiExt; + var _Rgb8ui = OpenTK.Graphics.OpenGL.All.Rgb8ui; + var _Rgb8uiExt = OpenTK.Graphics.OpenGL.All.Rgb8uiExt; + var _Alpha8uiExt = OpenTK.Graphics.OpenGL.All.Alpha8uiExt; + var _Intensity8uiExt = OpenTK.Graphics.OpenGL.All.Intensity8uiExt; + var _Luminance8uiExt = OpenTK.Graphics.OpenGL.All.Luminance8uiExt; + var _LuminanceAlpha8uiExt = OpenTK.Graphics.OpenGL.All.LuminanceAlpha8uiExt; + var _Rgba32i = OpenTK.Graphics.OpenGL.All.Rgba32i; + var _Rgba32iExt = OpenTK.Graphics.OpenGL.All.Rgba32iExt; + var _Rgb32i = OpenTK.Graphics.OpenGL.All.Rgb32i; + var _Rgb32iExt = OpenTK.Graphics.OpenGL.All.Rgb32iExt; + var _Alpha32iExt = OpenTK.Graphics.OpenGL.All.Alpha32iExt; + var _Intensity32iExt = OpenTK.Graphics.OpenGL.All.Intensity32iExt; + var _Luminance32iExt = OpenTK.Graphics.OpenGL.All.Luminance32iExt; + var _LuminanceAlpha32iExt = OpenTK.Graphics.OpenGL.All.LuminanceAlpha32iExt; + var _Rgba16i = OpenTK.Graphics.OpenGL.All.Rgba16i; + var _Rgba16iExt = OpenTK.Graphics.OpenGL.All.Rgba16iExt; + var _Rgb16i = OpenTK.Graphics.OpenGL.All.Rgb16i; + var _Rgb16iExt = OpenTK.Graphics.OpenGL.All.Rgb16iExt; + var _Alpha16iExt = OpenTK.Graphics.OpenGL.All.Alpha16iExt; + var _Intensity16iExt = OpenTK.Graphics.OpenGL.All.Intensity16iExt; + var _Luminance16iExt = OpenTK.Graphics.OpenGL.All.Luminance16iExt; + var _LuminanceAlpha16iExt = OpenTK.Graphics.OpenGL.All.LuminanceAlpha16iExt; + var _Rgba8i = OpenTK.Graphics.OpenGL.All.Rgba8i; + var _Rgba8iExt = OpenTK.Graphics.OpenGL.All.Rgba8iExt; + var _Rgb8i = OpenTK.Graphics.OpenGL.All.Rgb8i; + var _Rgb8iExt = OpenTK.Graphics.OpenGL.All.Rgb8iExt; + var _Alpha8iExt = OpenTK.Graphics.OpenGL.All.Alpha8iExt; + var _Intensity8iExt = OpenTK.Graphics.OpenGL.All.Intensity8iExt; + var _Luminance8iExt = OpenTK.Graphics.OpenGL.All.Luminance8iExt; + var _LuminanceAlpha8iExt = OpenTK.Graphics.OpenGL.All.LuminanceAlpha8iExt; + var _RedInteger = OpenTK.Graphics.OpenGL.All.RedInteger; + var _RedIntegerExt = OpenTK.Graphics.OpenGL.All.RedIntegerExt; + var _GreenInteger = OpenTK.Graphics.OpenGL.All.GreenInteger; + var _GreenIntegerExt = OpenTK.Graphics.OpenGL.All.GreenIntegerExt; + var _BlueInteger = OpenTK.Graphics.OpenGL.All.BlueInteger; + var _BlueIntegerExt = OpenTK.Graphics.OpenGL.All.BlueIntegerExt; + var _AlphaInteger = OpenTK.Graphics.OpenGL.All.AlphaInteger; + var _AlphaIntegerExt = OpenTK.Graphics.OpenGL.All.AlphaIntegerExt; + var _RgbInteger = OpenTK.Graphics.OpenGL.All.RgbInteger; + var _RgbIntegerExt = OpenTK.Graphics.OpenGL.All.RgbIntegerExt; + var _RgbaInteger = OpenTK.Graphics.OpenGL.All.RgbaInteger; + var _RgbaIntegerExt = OpenTK.Graphics.OpenGL.All.RgbaIntegerExt; + var _BgrInteger = OpenTK.Graphics.OpenGL.All.BgrInteger; + var _BgrIntegerExt = OpenTK.Graphics.OpenGL.All.BgrIntegerExt; + var _BgraInteger = OpenTK.Graphics.OpenGL.All.BgraInteger; + var _BgraIntegerExt = OpenTK.Graphics.OpenGL.All.BgraIntegerExt; + var _LuminanceIntegerExt = OpenTK.Graphics.OpenGL.All.LuminanceIntegerExt; + var _LuminanceAlphaIntegerExt = OpenTK.Graphics.OpenGL.All.LuminanceAlphaIntegerExt; + var _RgbaIntegerModeExt = OpenTK.Graphics.OpenGL.All.RgbaIntegerModeExt; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.All.Int2101010Rev; + var _MaxProgramParameterBufferBindingsNv = OpenTK.Graphics.OpenGL.All.MaxProgramParameterBufferBindingsNv; + var _MaxProgramParameterBufferSizeNv = OpenTK.Graphics.OpenGL.All.MaxProgramParameterBufferSizeNv; + var _VertexProgramParameterBufferNv = OpenTK.Graphics.OpenGL.All.VertexProgramParameterBufferNv; + var _GeometryProgramParameterBufferNv = OpenTK.Graphics.OpenGL.All.GeometryProgramParameterBufferNv; + var _FragmentProgramParameterBufferNv = OpenTK.Graphics.OpenGL.All.FragmentProgramParameterBufferNv; + var _MaxProgramGenericAttribsNv = OpenTK.Graphics.OpenGL.All.MaxProgramGenericAttribsNv; + var _MaxProgramGenericResultsNv = OpenTK.Graphics.OpenGL.All.MaxProgramGenericResultsNv; + var _FramebufferAttachmentLayered = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentLayered; + var _FramebufferAttachmentLayeredArb = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentLayeredArb; + var _FramebufferAttachmentLayeredExt = OpenTK.Graphics.OpenGL.All.FramebufferAttachmentLayeredExt; + var _FramebufferIncompleteLayerTargets = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteLayerTargets; + var _FramebufferIncompleteLayerTargetsArb = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteLayerTargetsArb; + var _FramebufferIncompleteLayerTargetsExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteLayerTargetsExt; + var _FramebufferIncompleteLayerCount = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteLayerCount; + var _FramebufferIncompleteLayerCountArb = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteLayerCountArb; + var _FramebufferIncompleteLayerCountExt = OpenTK.Graphics.OpenGL.All.FramebufferIncompleteLayerCountExt; + var _LayerNv = OpenTK.Graphics.OpenGL.All.LayerNv; + var _DepthComponent32fNv = OpenTK.Graphics.OpenGL.All.DepthComponent32fNv; + var _Depth32fStencil8Nv = OpenTK.Graphics.OpenGL.All.Depth32fStencil8Nv; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL.All.Float32UnsignedInt248Rev; + var _Float32UnsignedInt248RevNv = OpenTK.Graphics.OpenGL.All.Float32UnsignedInt248RevNv; + var _ShaderIncludeArb = OpenTK.Graphics.OpenGL.All.ShaderIncludeArb; + var _DepthBufferFloatModeNv = OpenTK.Graphics.OpenGL.All.DepthBufferFloatModeNv; + var _FramebufferSrgb = OpenTK.Graphics.OpenGL.All.FramebufferSrgb; + var _FramebufferSrgbExt = OpenTK.Graphics.OpenGL.All.FramebufferSrgbExt; + var _FramebufferSrgbCapableExt = OpenTK.Graphics.OpenGL.All.FramebufferSrgbCapableExt; + var _CompressedRedRgtc1 = OpenTK.Graphics.OpenGL.All.CompressedRedRgtc1; + var _CompressedRedRgtc1Ext = OpenTK.Graphics.OpenGL.All.CompressedRedRgtc1Ext; + var _CompressedSignedRedRgtc1 = OpenTK.Graphics.OpenGL.All.CompressedSignedRedRgtc1; + var _CompressedSignedRedRgtc1Ext = OpenTK.Graphics.OpenGL.All.CompressedSignedRedRgtc1Ext; + var _CompressedRedGreenRgtc2Ext = OpenTK.Graphics.OpenGL.All.CompressedRedGreenRgtc2Ext; + var _CompressedRgRgtc2 = OpenTK.Graphics.OpenGL.All.CompressedRgRgtc2; + var _CompressedSignedRedGreenRgtc2Ext = OpenTK.Graphics.OpenGL.All.CompressedSignedRedGreenRgtc2Ext; + var _CompressedSignedRgRgtc2 = OpenTK.Graphics.OpenGL.All.CompressedSignedRgRgtc2; + var _Sampler1DArray = OpenTK.Graphics.OpenGL.All.Sampler1DArray; + var _Sampler1DArrayExt = OpenTK.Graphics.OpenGL.All.Sampler1DArrayExt; + var _Sampler2DArray = OpenTK.Graphics.OpenGL.All.Sampler2DArray; + var _Sampler2DArrayExt = OpenTK.Graphics.OpenGL.All.Sampler2DArrayExt; + var _SamplerBuffer = OpenTK.Graphics.OpenGL.All.SamplerBuffer; + var _SamplerBufferExt = OpenTK.Graphics.OpenGL.All.SamplerBufferExt; + var _Sampler1DArrayShadow = OpenTK.Graphics.OpenGL.All.Sampler1DArrayShadow; + var _Sampler1DArrayShadowExt = OpenTK.Graphics.OpenGL.All.Sampler1DArrayShadowExt; + var _Sampler2DArrayShadow = OpenTK.Graphics.OpenGL.All.Sampler2DArrayShadow; + var _Sampler2DArrayShadowExt = OpenTK.Graphics.OpenGL.All.Sampler2DArrayShadowExt; + var _SamplerCubeShadow = OpenTK.Graphics.OpenGL.All.SamplerCubeShadow; + var _SamplerCubeShadowExt = OpenTK.Graphics.OpenGL.All.SamplerCubeShadowExt; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL.All.UnsignedIntVec2; + var _UnsignedIntVec2Ext = OpenTK.Graphics.OpenGL.All.UnsignedIntVec2Ext; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL.All.UnsignedIntVec3; + var _UnsignedIntVec3Ext = OpenTK.Graphics.OpenGL.All.UnsignedIntVec3Ext; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL.All.UnsignedIntVec4; + var _UnsignedIntVec4Ext = OpenTK.Graphics.OpenGL.All.UnsignedIntVec4Ext; + var _IntSampler1D = OpenTK.Graphics.OpenGL.All.IntSampler1D; + var _IntSampler1DExt = OpenTK.Graphics.OpenGL.All.IntSampler1DExt; + var _IntSampler2D = OpenTK.Graphics.OpenGL.All.IntSampler2D; + var _IntSampler2DExt = OpenTK.Graphics.OpenGL.All.IntSampler2DExt; + var _IntSampler3D = OpenTK.Graphics.OpenGL.All.IntSampler3D; + var _IntSampler3DExt = OpenTK.Graphics.OpenGL.All.IntSampler3DExt; + var _IntSamplerCube = OpenTK.Graphics.OpenGL.All.IntSamplerCube; + var _IntSamplerCubeExt = OpenTK.Graphics.OpenGL.All.IntSamplerCubeExt; + var _IntSampler2DRect = OpenTK.Graphics.OpenGL.All.IntSampler2DRect; + var _IntSampler2DRectExt = OpenTK.Graphics.OpenGL.All.IntSampler2DRectExt; + var _IntSampler1DArray = OpenTK.Graphics.OpenGL.All.IntSampler1DArray; + var _IntSampler1DArrayExt = OpenTK.Graphics.OpenGL.All.IntSampler1DArrayExt; + var _IntSampler2DArray = OpenTK.Graphics.OpenGL.All.IntSampler2DArray; + var _IntSampler2DArrayExt = OpenTK.Graphics.OpenGL.All.IntSampler2DArrayExt; + var _IntSamplerBuffer = OpenTK.Graphics.OpenGL.All.IntSamplerBuffer; + var _IntSamplerBufferExt = OpenTK.Graphics.OpenGL.All.IntSamplerBufferExt; + var _UnsignedIntSampler1D = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler1D; + var _UnsignedIntSampler1DExt = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler1DExt; + var _UnsignedIntSampler2D = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler2D; + var _UnsignedIntSampler2DExt = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler2DExt; + var _UnsignedIntSampler3D = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler3D; + var _UnsignedIntSampler3DExt = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler3DExt; + var _UnsignedIntSamplerCube = OpenTK.Graphics.OpenGL.All.UnsignedIntSamplerCube; + var _UnsignedIntSamplerCubeExt = OpenTK.Graphics.OpenGL.All.UnsignedIntSamplerCubeExt; + var _UnsignedIntSampler2DRect = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler2DRect; + var _UnsignedIntSampler2DRectExt = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler2DRectExt; + var _UnsignedIntSampler1DArray = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler1DArray; + var _UnsignedIntSampler1DArrayExt = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler1DArrayExt; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler2DArray; + var _UnsignedIntSampler2DArrayExt = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler2DArrayExt; + var _UnsignedIntSamplerBuffer = OpenTK.Graphics.OpenGL.All.UnsignedIntSamplerBuffer; + var _UnsignedIntSamplerBufferExt = OpenTK.Graphics.OpenGL.All.UnsignedIntSamplerBufferExt; + var _GeometryShader = OpenTK.Graphics.OpenGL.All.GeometryShader; + var _GeometryShaderArb = OpenTK.Graphics.OpenGL.All.GeometryShaderArb; + var _GeometryShaderExt = OpenTK.Graphics.OpenGL.All.GeometryShaderExt; + var _GeometryVerticesOutArb = OpenTK.Graphics.OpenGL.All.GeometryVerticesOutArb; + var _GeometryVerticesOutExt = OpenTK.Graphics.OpenGL.All.GeometryVerticesOutExt; + var _GeometryInputTypeArb = OpenTK.Graphics.OpenGL.All.GeometryInputTypeArb; + var _GeometryInputTypeExt = OpenTK.Graphics.OpenGL.All.GeometryInputTypeExt; + var _GeometryOutputTypeArb = OpenTK.Graphics.OpenGL.All.GeometryOutputTypeArb; + var _GeometryOutputTypeExt = OpenTK.Graphics.OpenGL.All.GeometryOutputTypeExt; + var _MaxGeometryVaryingComponents = OpenTK.Graphics.OpenGL.All.MaxGeometryVaryingComponents; + var _MaxGeometryVaryingComponentsArb = OpenTK.Graphics.OpenGL.All.MaxGeometryVaryingComponentsArb; + var _MaxGeometryVaryingComponentsExt = OpenTK.Graphics.OpenGL.All.MaxGeometryVaryingComponentsExt; + var _MaxVertexVaryingComponents = OpenTK.Graphics.OpenGL.All.MaxVertexVaryingComponents; + var _MaxVertexVaryingComponentsArb = OpenTK.Graphics.OpenGL.All.MaxVertexVaryingComponentsArb; + var _MaxVertexVaryingComponentsExt = OpenTK.Graphics.OpenGL.All.MaxVertexVaryingComponentsExt; + var _MaxGeometryUniformComponents = OpenTK.Graphics.OpenGL.All.MaxGeometryUniformComponents; + var _MaxGeometryUniformComponentsArb = OpenTK.Graphics.OpenGL.All.MaxGeometryUniformComponentsArb; + var _MaxGeometryUniformComponentsExt = OpenTK.Graphics.OpenGL.All.MaxGeometryUniformComponentsExt; + var _MaxGeometryOutputVertices = OpenTK.Graphics.OpenGL.All.MaxGeometryOutputVertices; + var _MaxGeometryOutputVerticesArb = OpenTK.Graphics.OpenGL.All.MaxGeometryOutputVerticesArb; + var _MaxGeometryOutputVerticesExt = OpenTK.Graphics.OpenGL.All.MaxGeometryOutputVerticesExt; + var _MaxGeometryTotalOutputComponents = OpenTK.Graphics.OpenGL.All.MaxGeometryTotalOutputComponents; + var _MaxGeometryTotalOutputComponentsArb = OpenTK.Graphics.OpenGL.All.MaxGeometryTotalOutputComponentsArb; + var _MaxGeometryTotalOutputComponentsExt = OpenTK.Graphics.OpenGL.All.MaxGeometryTotalOutputComponentsExt; + var _MaxVertexBindableUniformsExt = OpenTK.Graphics.OpenGL.All.MaxVertexBindableUniformsExt; + var _MaxFragmentBindableUniformsExt = OpenTK.Graphics.OpenGL.All.MaxFragmentBindableUniformsExt; + var _MaxGeometryBindableUniformsExt = OpenTK.Graphics.OpenGL.All.MaxGeometryBindableUniformsExt; + var _ActiveSubroutines = OpenTK.Graphics.OpenGL.All.ActiveSubroutines; + var _ActiveSubroutineUniforms = OpenTK.Graphics.OpenGL.All.ActiveSubroutineUniforms; + var _MaxSubroutines = OpenTK.Graphics.OpenGL.All.MaxSubroutines; + var _MaxSubroutineUniformLocations = OpenTK.Graphics.OpenGL.All.MaxSubroutineUniformLocations; + var _NamedStringLengthArb = OpenTK.Graphics.OpenGL.All.NamedStringLengthArb; + var _NamedStringTypeArb = OpenTK.Graphics.OpenGL.All.NamedStringTypeArb; + var _MaxBindableUniformSizeExt = OpenTK.Graphics.OpenGL.All.MaxBindableUniformSizeExt; + var _UniformBufferExt = OpenTK.Graphics.OpenGL.All.UniformBufferExt; + var _UniformBufferBindingExt = OpenTK.Graphics.OpenGL.All.UniformBufferBindingExt; + var _LowFloat = OpenTK.Graphics.OpenGL.All.LowFloat; + var _MediumFloat = OpenTK.Graphics.OpenGL.All.MediumFloat; + var _HighFloat = OpenTK.Graphics.OpenGL.All.HighFloat; + var _LowInt = OpenTK.Graphics.OpenGL.All.LowInt; + var _MediumInt = OpenTK.Graphics.OpenGL.All.MediumInt; + var _HighInt = OpenTK.Graphics.OpenGL.All.HighInt; + var _ShaderBinaryFormats = OpenTK.Graphics.OpenGL.All.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.OpenGL.All.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.OpenGL.All.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.OpenGL.All.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.OpenGL.All.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.OpenGL.All.MaxFragmentUniformVectors; + var _RenderbufferColorSamplesNv = OpenTK.Graphics.OpenGL.All.RenderbufferColorSamplesNv; + var _MaxMultisampleCoverageModesNv = OpenTK.Graphics.OpenGL.All.MaxMultisampleCoverageModesNv; + var _MultisampleCoverageModesNv = OpenTK.Graphics.OpenGL.All.MultisampleCoverageModesNv; + var _QueryWait = OpenTK.Graphics.OpenGL.All.QueryWait; + var _QueryWaitNv = OpenTK.Graphics.OpenGL.All.QueryWaitNv; + var _QueryNoWait = OpenTK.Graphics.OpenGL.All.QueryNoWait; + var _QueryNoWaitNv = OpenTK.Graphics.OpenGL.All.QueryNoWaitNv; + var _QueryByRegionWait = OpenTK.Graphics.OpenGL.All.QueryByRegionWait; + var _QueryByRegionWaitNv = OpenTK.Graphics.OpenGL.All.QueryByRegionWaitNv; + var _QueryByRegionNoWait = OpenTK.Graphics.OpenGL.All.QueryByRegionNoWait; + var _QueryByRegionNoWaitNv = OpenTK.Graphics.OpenGL.All.QueryByRegionNoWaitNv; + var _MaxCombinedTessControlUniformComponents = OpenTK.Graphics.OpenGL.All.MaxCombinedTessControlUniformComponents; + var _MaxCombinedTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL.All.MaxCombinedTessEvaluationUniformComponents; + var _ColorSamplesNv = OpenTK.Graphics.OpenGL.All.ColorSamplesNv; + var _TransformFeedback = OpenTK.Graphics.OpenGL.All.TransformFeedback; + var _TransformFeedbackNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackNv; + var _TransformFeedbackBufferPaused = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferPaused; + var _TransformFeedbackBufferPausedNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferPausedNv; + var _TransformFeedbackPaused = OpenTK.Graphics.OpenGL.All.TransformFeedbackPaused; + var _TransformFeedbackActive = OpenTK.Graphics.OpenGL.All.TransformFeedbackActive; + var _TransformFeedbackBufferActive = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferActive; + var _TransformFeedbackBufferActiveNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferActiveNv; + var _TransformFeedbackBinding = OpenTK.Graphics.OpenGL.All.TransformFeedbackBinding; + var _TransformFeedbackBindingNv = OpenTK.Graphics.OpenGL.All.TransformFeedbackBindingNv; + var _FrameNv = OpenTK.Graphics.OpenGL.All.FrameNv; + var _FieldsNv = OpenTK.Graphics.OpenGL.All.FieldsNv; + var _CurrentTimeNv = OpenTK.Graphics.OpenGL.All.CurrentTimeNv; + var _Timestamp = OpenTK.Graphics.OpenGL.All.Timestamp; + var _NumFillStreamsNv = OpenTK.Graphics.OpenGL.All.NumFillStreamsNv; + var _PresentTimeNv = OpenTK.Graphics.OpenGL.All.PresentTimeNv; + var _PresentDurationNv = OpenTK.Graphics.OpenGL.All.PresentDurationNv; + var _ProgramMatrixExt = OpenTK.Graphics.OpenGL.All.ProgramMatrixExt; + var _TransposeProgramMatrixExt = OpenTK.Graphics.OpenGL.All.TransposeProgramMatrixExt; + var _ProgramMatrixStackDepthExt = OpenTK.Graphics.OpenGL.All.ProgramMatrixStackDepthExt; + var _TextureSwizzleR = OpenTK.Graphics.OpenGL.All.TextureSwizzleR; + var _TextureSwizzleRExt = OpenTK.Graphics.OpenGL.All.TextureSwizzleRExt; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL.All.TextureSwizzleG; + var _TextureSwizzleGExt = OpenTK.Graphics.OpenGL.All.TextureSwizzleGExt; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL.All.TextureSwizzleB; + var _TextureSwizzleBExt = OpenTK.Graphics.OpenGL.All.TextureSwizzleBExt; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL.All.TextureSwizzleA; + var _TextureSwizzleAExt = OpenTK.Graphics.OpenGL.All.TextureSwizzleAExt; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL.All.TextureSwizzleRgba; + var _TextureSwizzleRgbaExt = OpenTK.Graphics.OpenGL.All.TextureSwizzleRgbaExt; + var _ActiveSubroutineUniformLocations = OpenTK.Graphics.OpenGL.All.ActiveSubroutineUniformLocations; + var _ActiveSubroutineMaxLength = OpenTK.Graphics.OpenGL.All.ActiveSubroutineMaxLength; + var _ActiveSubroutineUniformMaxLength = OpenTK.Graphics.OpenGL.All.ActiveSubroutineUniformMaxLength; + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL.All.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL.All.CompatibleSubroutines; + var _QuadsFollowProvokingVertexConvention = OpenTK.Graphics.OpenGL.All.QuadsFollowProvokingVertexConvention; + var _QuadsFollowProvokingVertexConventionExt = OpenTK.Graphics.OpenGL.All.QuadsFollowProvokingVertexConventionExt; + var _FirstVertexConvention = OpenTK.Graphics.OpenGL.All.FirstVertexConvention; + var _FirstVertexConventionExt = OpenTK.Graphics.OpenGL.All.FirstVertexConventionExt; + var _LastVertexConvention = OpenTK.Graphics.OpenGL.All.LastVertexConvention; + var _LastVertexConventionExt = OpenTK.Graphics.OpenGL.All.LastVertexConventionExt; + var _ProvokingVertex = OpenTK.Graphics.OpenGL.All.ProvokingVertex; + var _ProvokingVertexExt = OpenTK.Graphics.OpenGL.All.ProvokingVertexExt; + var _SamplePosition = OpenTK.Graphics.OpenGL.All.SamplePosition; + var _SamplePositionNv = OpenTK.Graphics.OpenGL.All.SamplePositionNv; + var _SampleMask = OpenTK.Graphics.OpenGL.All.SampleMask; + var _SampleMaskNv = OpenTK.Graphics.OpenGL.All.SampleMaskNv; + var _SampleMaskValue = OpenTK.Graphics.OpenGL.All.SampleMaskValue; + var _SampleMaskValueNv = OpenTK.Graphics.OpenGL.All.SampleMaskValueNv; + var _TextureBindingRenderbufferNv = OpenTK.Graphics.OpenGL.All.TextureBindingRenderbufferNv; + var _TextureRenderbufferDataStoreBindingNv = OpenTK.Graphics.OpenGL.All.TextureRenderbufferDataStoreBindingNv; + var _TextureRenderbufferNv = OpenTK.Graphics.OpenGL.All.TextureRenderbufferNv; + var _SamplerRenderbufferNv = OpenTK.Graphics.OpenGL.All.SamplerRenderbufferNv; + var _IntSamplerRenderbufferNv = OpenTK.Graphics.OpenGL.All.IntSamplerRenderbufferNv; + var _UnsignedIntSamplerRenderbufferNv = OpenTK.Graphics.OpenGL.All.UnsignedIntSamplerRenderbufferNv; + var _MaxSampleMaskWords = OpenTK.Graphics.OpenGL.All.MaxSampleMaskWords; + var _MaxSampleMaskWordsNv = OpenTK.Graphics.OpenGL.All.MaxSampleMaskWordsNv; + var _MaxGeometryProgramInvocationsNv = OpenTK.Graphics.OpenGL.All.MaxGeometryProgramInvocationsNv; + var _MaxGeometryShaderInvocations = OpenTK.Graphics.OpenGL.All.MaxGeometryShaderInvocations; + var _MinFragmentInterpolationOffset = OpenTK.Graphics.OpenGL.All.MinFragmentInterpolationOffset; + var _MinFragmentInterpolationOffsetNv = OpenTK.Graphics.OpenGL.All.MinFragmentInterpolationOffsetNv; + var _MaxFragmentInterpolationOffset = OpenTK.Graphics.OpenGL.All.MaxFragmentInterpolationOffset; + var _MaxFragmentInterpolationOffsetNv = OpenTK.Graphics.OpenGL.All.MaxFragmentInterpolationOffsetNv; + var _FragmentInterpolationOffsetBits = OpenTK.Graphics.OpenGL.All.FragmentInterpolationOffsetBits; + var _FragmentProgramInterpolationOffsetBitsNv = OpenTK.Graphics.OpenGL.All.FragmentProgramInterpolationOffsetBitsNv; + var _MinProgramTextureGatherOffset = OpenTK.Graphics.OpenGL.All.MinProgramTextureGatherOffset; + var _MinProgramTextureGatherOffsetArb = OpenTK.Graphics.OpenGL.All.MinProgramTextureGatherOffsetArb; + var _MinProgramTextureGatherOffsetNv = OpenTK.Graphics.OpenGL.All.MinProgramTextureGatherOffsetNv; + var _MaxProgramTextureGatherOffset = OpenTK.Graphics.OpenGL.All.MaxProgramTextureGatherOffset; + var _MaxProgramTextureGatherOffsetArb = OpenTK.Graphics.OpenGL.All.MaxProgramTextureGatherOffsetArb; + var _MaxProgramTextureGatherOffsetNv = OpenTK.Graphics.OpenGL.All.MaxProgramTextureGatherOffsetNv; + var _MaxTransformFeedbackBuffers = OpenTK.Graphics.OpenGL.All.MaxTransformFeedbackBuffers; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL.All.MaxVertexStreams; + var _PatchVertices = OpenTK.Graphics.OpenGL.All.PatchVertices; + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL.All.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL.All.PatchDefaultOuterLevel; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL.All.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL.All.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL.All.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL.All.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL.All.TessGenPointMode; + var _Isolines = OpenTK.Graphics.OpenGL.All.Isolines; + var _FractionalOdd = OpenTK.Graphics.OpenGL.All.FractionalOdd; + var _FractionalEven = OpenTK.Graphics.OpenGL.All.FractionalEven; + var _MaxPatchVertices = OpenTK.Graphics.OpenGL.All.MaxPatchVertices; + var _MaxTessGenLevel = OpenTK.Graphics.OpenGL.All.MaxTessGenLevel; + var _MaxTessControlUniformComponents = OpenTK.Graphics.OpenGL.All.MaxTessControlUniformComponents; + var _MaxTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationUniformComponents; + var _MaxTessControlTextureImageUnits = OpenTK.Graphics.OpenGL.All.MaxTessControlTextureImageUnits; + var _MaxTessEvaluationTextureImageUnits = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationTextureImageUnits; + var _MaxTessControlOutputComponents = OpenTK.Graphics.OpenGL.All.MaxTessControlOutputComponents; + var _MaxTessPatchComponents = OpenTK.Graphics.OpenGL.All.MaxTessPatchComponents; + var _MaxTessControlTotalOutputComponents = OpenTK.Graphics.OpenGL.All.MaxTessControlTotalOutputComponents; + var _MaxTessEvaluationOutputComponents = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationOutputComponents; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL.All.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL.All.TessControlShader; + var _MaxTessControlUniformBlocks = OpenTK.Graphics.OpenGL.All.MaxTessControlUniformBlocks; + var _MaxTessEvaluationUniformBlocks = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationUniformBlocks; + var _CompressedRgbaBptcUnorm = OpenTK.Graphics.OpenGL.All.CompressedRgbaBptcUnorm; + var _CompressedRgbaBptcUnormArb = OpenTK.Graphics.OpenGL.All.CompressedRgbaBptcUnormArb; + var _CompressedSrgbAlphaBptcUnorm = OpenTK.Graphics.OpenGL.All.CompressedSrgbAlphaBptcUnorm; + var _CompressedSrgbAlphaBptcUnormArb = OpenTK.Graphics.OpenGL.All.CompressedSrgbAlphaBptcUnormArb; + var _CompressedRgbBptcSignedFloat = OpenTK.Graphics.OpenGL.All.CompressedRgbBptcSignedFloat; + var _CompressedRgbBptcSignedFloatArb = OpenTK.Graphics.OpenGL.All.CompressedRgbBptcSignedFloatArb; + var _CompressedRgbBptcUnsignedFloat = OpenTK.Graphics.OpenGL.All.CompressedRgbBptcUnsignedFloat; + var _CompressedRgbBptcUnsignedFloatArb = OpenTK.Graphics.OpenGL.All.CompressedRgbBptcUnsignedFloatArb; + var _BufferGpuAddressNv = OpenTK.Graphics.OpenGL.All.BufferGpuAddressNv; + var _VertexAttribArrayUnifiedNv = OpenTK.Graphics.OpenGL.All.VertexAttribArrayUnifiedNv; + var _ElementArrayUnifiedNv = OpenTK.Graphics.OpenGL.All.ElementArrayUnifiedNv; + var _VertexAttribArrayAddressNv = OpenTK.Graphics.OpenGL.All.VertexAttribArrayAddressNv; + var _VertexArrayAddressNv = OpenTK.Graphics.OpenGL.All.VertexArrayAddressNv; + var _NormalArrayAddressNv = OpenTK.Graphics.OpenGL.All.NormalArrayAddressNv; + var _ColorArrayAddressNv = OpenTK.Graphics.OpenGL.All.ColorArrayAddressNv; + var _IndexArrayAddressNv = OpenTK.Graphics.OpenGL.All.IndexArrayAddressNv; + var _TextureCoordArrayAddressNv = OpenTK.Graphics.OpenGL.All.TextureCoordArrayAddressNv; + var _EdgeFlagArrayAddressNv = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayAddressNv; + var _SecondaryColorArrayAddressNv = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayAddressNv; + var _FogCoordArrayAddressNv = OpenTK.Graphics.OpenGL.All.FogCoordArrayAddressNv; + var _ElementArrayAddressNv = OpenTK.Graphics.OpenGL.All.ElementArrayAddressNv; + var _VertexAttribArrayLengthNv = OpenTK.Graphics.OpenGL.All.VertexAttribArrayLengthNv; + var _VertexArrayLengthNv = OpenTK.Graphics.OpenGL.All.VertexArrayLengthNv; + var _NormalArrayLengthNv = OpenTK.Graphics.OpenGL.All.NormalArrayLengthNv; + var _ColorArrayLengthNv = OpenTK.Graphics.OpenGL.All.ColorArrayLengthNv; + var _IndexArrayLengthNv = OpenTK.Graphics.OpenGL.All.IndexArrayLengthNv; + var _TextureCoordArrayLengthNv = OpenTK.Graphics.OpenGL.All.TextureCoordArrayLengthNv; + var _EdgeFlagArrayLengthNv = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayLengthNv; + var _SecondaryColorArrayLengthNv = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayLengthNv; + var _FogCoordArrayLengthNv = OpenTK.Graphics.OpenGL.All.FogCoordArrayLengthNv; + var _ElementArrayLengthNv = OpenTK.Graphics.OpenGL.All.ElementArrayLengthNv; + var _GpuAddressNv = OpenTK.Graphics.OpenGL.All.GpuAddressNv; + var _MaxShaderBufferAddressNv = OpenTK.Graphics.OpenGL.All.MaxShaderBufferAddressNv; + var _CopyReadBuffer = OpenTK.Graphics.OpenGL.All.CopyReadBuffer; + var _CopyReadBufferBinding = OpenTK.Graphics.OpenGL.All.CopyReadBufferBinding; + var _CopyWriteBuffer = OpenTK.Graphics.OpenGL.All.CopyWriteBuffer; + var _CopyWriteBufferBinding = OpenTK.Graphics.OpenGL.All.CopyWriteBufferBinding; + var _MaxImageUnits = OpenTK.Graphics.OpenGL.All.MaxImageUnits; + var _MaxImageUnitsExt = OpenTK.Graphics.OpenGL.All.MaxImageUnitsExt; + var _MaxCombinedImageUnitsAndFragmentOutputs = OpenTK.Graphics.OpenGL.All.MaxCombinedImageUnitsAndFragmentOutputs; + var _MaxCombinedImageUnitsAndFragmentOutputsExt = OpenTK.Graphics.OpenGL.All.MaxCombinedImageUnitsAndFragmentOutputsExt; + var _MaxCombinedShaderOutputResources = OpenTK.Graphics.OpenGL.All.MaxCombinedShaderOutputResources; + var _ImageBindingName = OpenTK.Graphics.OpenGL.All.ImageBindingName; + var _ImageBindingNameExt = OpenTK.Graphics.OpenGL.All.ImageBindingNameExt; + var _ImageBindingLevel = OpenTK.Graphics.OpenGL.All.ImageBindingLevel; + var _ImageBindingLevelExt = OpenTK.Graphics.OpenGL.All.ImageBindingLevelExt; + var _ImageBindingLayered = OpenTK.Graphics.OpenGL.All.ImageBindingLayered; + var _ImageBindingLayeredExt = OpenTK.Graphics.OpenGL.All.ImageBindingLayeredExt; + var _ImageBindingLayer = OpenTK.Graphics.OpenGL.All.ImageBindingLayer; + var _ImageBindingLayerExt = OpenTK.Graphics.OpenGL.All.ImageBindingLayerExt; + var _ImageBindingAccess = OpenTK.Graphics.OpenGL.All.ImageBindingAccess; + var _ImageBindingAccessExt = OpenTK.Graphics.OpenGL.All.ImageBindingAccessExt; + var _DrawIndirectBuffer = OpenTK.Graphics.OpenGL.All.DrawIndirectBuffer; + var _DrawIndirectUnifiedNv = OpenTK.Graphics.OpenGL.All.DrawIndirectUnifiedNv; + var _DrawIndirectAddressNv = OpenTK.Graphics.OpenGL.All.DrawIndirectAddressNv; + var _DrawIndirectLengthNv = OpenTK.Graphics.OpenGL.All.DrawIndirectLengthNv; + var _DrawIndirectBufferBinding = OpenTK.Graphics.OpenGL.All.DrawIndirectBufferBinding; + var _MaxProgramSubroutineParametersNv = OpenTK.Graphics.OpenGL.All.MaxProgramSubroutineParametersNv; + var _MaxProgramSubroutineNumNv = OpenTK.Graphics.OpenGL.All.MaxProgramSubroutineNumNv; + var _DoubleMat2 = OpenTK.Graphics.OpenGL.All.DoubleMat2; + var _DoubleMat2Ext = OpenTK.Graphics.OpenGL.All.DoubleMat2Ext; + var _DoubleMat3 = OpenTK.Graphics.OpenGL.All.DoubleMat3; + var _DoubleMat3Ext = OpenTK.Graphics.OpenGL.All.DoubleMat3Ext; + var _DoubleMat4 = OpenTK.Graphics.OpenGL.All.DoubleMat4; + var _DoubleMat4Ext = OpenTK.Graphics.OpenGL.All.DoubleMat4Ext; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL.All.DoubleMat2x3; + var _DoubleMat2x3Ext = OpenTK.Graphics.OpenGL.All.DoubleMat2x3Ext; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL.All.DoubleMat2x4; + var _DoubleMat2x4Ext = OpenTK.Graphics.OpenGL.All.DoubleMat2x4Ext; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL.All.DoubleMat3x2; + var _DoubleMat3x2Ext = OpenTK.Graphics.OpenGL.All.DoubleMat3x2Ext; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL.All.DoubleMat3x4; + var _DoubleMat3x4Ext = OpenTK.Graphics.OpenGL.All.DoubleMat3x4Ext; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL.All.DoubleMat4x2; + var _DoubleMat4x2Ext = OpenTK.Graphics.OpenGL.All.DoubleMat4x2Ext; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL.All.DoubleMat4x3; + var _DoubleMat4x3Ext = OpenTK.Graphics.OpenGL.All.DoubleMat4x3Ext; + var _VertexBindingBuffer = OpenTK.Graphics.OpenGL.All.VertexBindingBuffer; + var _RedSnorm = OpenTK.Graphics.OpenGL.All.RedSnorm; + var _RgSnorm = OpenTK.Graphics.OpenGL.All.RgSnorm; + var _RgbSnorm = OpenTK.Graphics.OpenGL.All.RgbSnorm; + var _RgbaSnorm = OpenTK.Graphics.OpenGL.All.RgbaSnorm; + var _R8Snorm = OpenTK.Graphics.OpenGL.All.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.OpenGL.All.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.OpenGL.All.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.OpenGL.All.Rgba8Snorm; + var _R16Snorm = OpenTK.Graphics.OpenGL.All.R16Snorm; + var _Rg16Snorm = OpenTK.Graphics.OpenGL.All.Rg16Snorm; + var _Rgb16Snorm = OpenTK.Graphics.OpenGL.All.Rgb16Snorm; + var _Rgba16Snorm = OpenTK.Graphics.OpenGL.All.Rgba16Snorm; + var _SignedNormalized = OpenTK.Graphics.OpenGL.All.SignedNormalized; + var _PrimitiveRestart = OpenTK.Graphics.OpenGL.All.PrimitiveRestart; + var _PrimitiveRestartIndex = OpenTK.Graphics.OpenGL.All.PrimitiveRestartIndex; + var _MaxProgramTextureGatherComponentsArb = OpenTK.Graphics.OpenGL.All.MaxProgramTextureGatherComponentsArb; + var _BinningControlHintQcom = OpenTK.Graphics.OpenGL.All.BinningControlHintQcom; + var _Int8Nv = OpenTK.Graphics.OpenGL.All.Int8Nv; + var _Int8Vec2Nv = OpenTK.Graphics.OpenGL.All.Int8Vec2Nv; + var _Int8Vec3Nv = OpenTK.Graphics.OpenGL.All.Int8Vec3Nv; + var _Int8Vec4Nv = OpenTK.Graphics.OpenGL.All.Int8Vec4Nv; + var _Int16Nv = OpenTK.Graphics.OpenGL.All.Int16Nv; + var _Int16Vec2Nv = OpenTK.Graphics.OpenGL.All.Int16Vec2Nv; + var _Int16Vec3Nv = OpenTK.Graphics.OpenGL.All.Int16Vec3Nv; + var _Int16Vec4Nv = OpenTK.Graphics.OpenGL.All.Int16Vec4Nv; + var _Int64Vec2Nv = OpenTK.Graphics.OpenGL.All.Int64Vec2Nv; + var _Int64Vec3Nv = OpenTK.Graphics.OpenGL.All.Int64Vec3Nv; + var _Int64Vec4Nv = OpenTK.Graphics.OpenGL.All.Int64Vec4Nv; + var _UnsignedInt8Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt8Nv; + var _UnsignedInt8Vec2Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt8Vec2Nv; + var _UnsignedInt8Vec3Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt8Vec3Nv; + var _UnsignedInt8Vec4Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt8Vec4Nv; + var _UnsignedInt16Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt16Nv; + var _UnsignedInt16Vec2Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt16Vec2Nv; + var _UnsignedInt16Vec3Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt16Vec3Nv; + var _UnsignedInt16Vec4Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt16Vec4Nv; + var _UnsignedInt64Vec2Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt64Vec2Nv; + var _UnsignedInt64Vec3Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt64Vec3Nv; + var _UnsignedInt64Vec4Nv = OpenTK.Graphics.OpenGL.All.UnsignedInt64Vec4Nv; + var _Float16Nv = OpenTK.Graphics.OpenGL.All.Float16Nv; + var _Float16Vec2Nv = OpenTK.Graphics.OpenGL.All.Float16Vec2Nv; + var _Float16Vec3Nv = OpenTK.Graphics.OpenGL.All.Float16Vec3Nv; + var _Float16Vec4Nv = OpenTK.Graphics.OpenGL.All.Float16Vec4Nv; + var _DoubleVec2 = OpenTK.Graphics.OpenGL.All.DoubleVec2; + var _DoubleVec2Ext = OpenTK.Graphics.OpenGL.All.DoubleVec2Ext; + var _DoubleVec3 = OpenTK.Graphics.OpenGL.All.DoubleVec3; + var _DoubleVec3Ext = OpenTK.Graphics.OpenGL.All.DoubleVec3Ext; + var _DoubleVec4 = OpenTK.Graphics.OpenGL.All.DoubleVec4; + var _DoubleVec4Ext = OpenTK.Graphics.OpenGL.All.DoubleVec4Ext; + var _SamplerBufferAmd = OpenTK.Graphics.OpenGL.All.SamplerBufferAmd; + var _IntSamplerBufferAmd = OpenTK.Graphics.OpenGL.All.IntSamplerBufferAmd; + var _UnsignedIntSamplerBufferAmd = OpenTK.Graphics.OpenGL.All.UnsignedIntSamplerBufferAmd; + var _TessellationModeAmd = OpenTK.Graphics.OpenGL.All.TessellationModeAmd; + var _TessellationFactorAmd = OpenTK.Graphics.OpenGL.All.TessellationFactorAmd; + var _DiscreteAmd = OpenTK.Graphics.OpenGL.All.DiscreteAmd; + var _ContinuousAmd = OpenTK.Graphics.OpenGL.All.ContinuousAmd; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL.All.TextureCubeMapArray; + var _TextureCubeMapArrayArb = OpenTK.Graphics.OpenGL.All.TextureCubeMapArrayArb; + var _TextureBindingCubeMapArray = OpenTK.Graphics.OpenGL.All.TextureBindingCubeMapArray; + var _TextureBindingCubeMapArrayArb = OpenTK.Graphics.OpenGL.All.TextureBindingCubeMapArrayArb; + var _ProxyTextureCubeMapArray = OpenTK.Graphics.OpenGL.All.ProxyTextureCubeMapArray; + var _ProxyTextureCubeMapArrayArb = OpenTK.Graphics.OpenGL.All.ProxyTextureCubeMapArrayArb; + var _SamplerCubeMapArray = OpenTK.Graphics.OpenGL.All.SamplerCubeMapArray; + var _SamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL.All.SamplerCubeMapArrayArb; + var _SamplerCubeMapArrayShadow = OpenTK.Graphics.OpenGL.All.SamplerCubeMapArrayShadow; + var _SamplerCubeMapArrayShadowArb = OpenTK.Graphics.OpenGL.All.SamplerCubeMapArrayShadowArb; + var _IntSamplerCubeMapArray = OpenTK.Graphics.OpenGL.All.IntSamplerCubeMapArray; + var _IntSamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL.All.IntSamplerCubeMapArrayArb; + var _UnsignedIntSamplerCubeMapArray = OpenTK.Graphics.OpenGL.All.UnsignedIntSamplerCubeMapArray; + var _UnsignedIntSamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL.All.UnsignedIntSamplerCubeMapArrayArb; + var _AlphaSnorm = OpenTK.Graphics.OpenGL.All.AlphaSnorm; + var _LuminanceSnorm = OpenTK.Graphics.OpenGL.All.LuminanceSnorm; + var _LuminanceAlphaSnorm = OpenTK.Graphics.OpenGL.All.LuminanceAlphaSnorm; + var _IntensitySnorm = OpenTK.Graphics.OpenGL.All.IntensitySnorm; + var _Alpha8Snorm = OpenTK.Graphics.OpenGL.All.Alpha8Snorm; + var _Luminance8Snorm = OpenTK.Graphics.OpenGL.All.Luminance8Snorm; + var _Luminance8Alpha8Snorm = OpenTK.Graphics.OpenGL.All.Luminance8Alpha8Snorm; + var _Intensity8Snorm = OpenTK.Graphics.OpenGL.All.Intensity8Snorm; + var _Alpha16Snorm = OpenTK.Graphics.OpenGL.All.Alpha16Snorm; + var _Luminance16Snorm = OpenTK.Graphics.OpenGL.All.Luminance16Snorm; + var _Luminance16Alpha16Snorm = OpenTK.Graphics.OpenGL.All.Luminance16Alpha16Snorm; + var _Intensity16Snorm = OpenTK.Graphics.OpenGL.All.Intensity16Snorm; + var _FactorMinAmd = OpenTK.Graphics.OpenGL.All.FactorMinAmd; + var _FactorMaxAmd = OpenTK.Graphics.OpenGL.All.FactorMaxAmd; + var _DepthClampNearAmd = OpenTK.Graphics.OpenGL.All.DepthClampNearAmd; + var _DepthClampFarAmd = OpenTK.Graphics.OpenGL.All.DepthClampFarAmd; + var _VideoBufferNv = OpenTK.Graphics.OpenGL.All.VideoBufferNv; + var _VideoBufferBindingNv = OpenTK.Graphics.OpenGL.All.VideoBufferBindingNv; + var _FieldUpperNv = OpenTK.Graphics.OpenGL.All.FieldUpperNv; + var _FieldLowerNv = OpenTK.Graphics.OpenGL.All.FieldLowerNv; + var _NumVideoCaptureStreamsNv = OpenTK.Graphics.OpenGL.All.NumVideoCaptureStreamsNv; + var _NextVideoCaptureBufferStatusNv = OpenTK.Graphics.OpenGL.All.NextVideoCaptureBufferStatusNv; + var _VideoCaptureTo422SupportedNv = OpenTK.Graphics.OpenGL.All.VideoCaptureTo422SupportedNv; + var _LastVideoCaptureStatusNv = OpenTK.Graphics.OpenGL.All.LastVideoCaptureStatusNv; + var _VideoBufferPitchNv = OpenTK.Graphics.OpenGL.All.VideoBufferPitchNv; + var _VideoColorConversionMatrixNv = OpenTK.Graphics.OpenGL.All.VideoColorConversionMatrixNv; + var _VideoColorConversionMaxNv = OpenTK.Graphics.OpenGL.All.VideoColorConversionMaxNv; + var _VideoColorConversionMinNv = OpenTK.Graphics.OpenGL.All.VideoColorConversionMinNv; + var _VideoColorConversionOffsetNv = OpenTK.Graphics.OpenGL.All.VideoColorConversionOffsetNv; + var _VideoBufferInternalFormatNv = OpenTK.Graphics.OpenGL.All.VideoBufferInternalFormatNv; + var _PartialSuccessNv = OpenTK.Graphics.OpenGL.All.PartialSuccessNv; + var _SuccessNv = OpenTK.Graphics.OpenGL.All.SuccessNv; + var _FailureNv = OpenTK.Graphics.OpenGL.All.FailureNv; + var _Ycbycr8422Nv = OpenTK.Graphics.OpenGL.All.Ycbycr8422Nv; + var _Ycbaycr8A4224Nv = OpenTK.Graphics.OpenGL.All.Ycbaycr8A4224Nv; + var _Z6y10z6cb10z6y10z6cr10422Nv = OpenTK.Graphics.OpenGL.All.Z6y10z6cb10z6y10z6cr10422Nv; + var _Z6y10z6cb10z6A10z6y10z6cr10z6A104224Nv = OpenTK.Graphics.OpenGL.All.Z6y10z6cb10z6A10z6y10z6cr10z6A104224Nv; + var _Z4y12z4cb12z4y12z4cr12422Nv = OpenTK.Graphics.OpenGL.All.Z4y12z4cb12z4y12z4cr12422Nv; + var _Z4y12z4cb12z4A12z4y12z4cr12z4A124224Nv = OpenTK.Graphics.OpenGL.All.Z4y12z4cb12z4A12z4y12z4cr12z4A124224Nv; + var _Z4y12z4cb12z4cr12444Nv = OpenTK.Graphics.OpenGL.All.Z4y12z4cb12z4cr12444Nv; + var _VideoCaptureFrameWidthNv = OpenTK.Graphics.OpenGL.All.VideoCaptureFrameWidthNv; + var _VideoCaptureFrameHeightNv = OpenTK.Graphics.OpenGL.All.VideoCaptureFrameHeightNv; + var _VideoCaptureFieldUpperHeightNv = OpenTK.Graphics.OpenGL.All.VideoCaptureFieldUpperHeightNv; + var _VideoCaptureFieldLowerHeightNv = OpenTK.Graphics.OpenGL.All.VideoCaptureFieldLowerHeightNv; + var _VideoCaptureSurfaceOriginNv = OpenTK.Graphics.OpenGL.All.VideoCaptureSurfaceOriginNv; + var _TextureCoverageSamplesNv = OpenTK.Graphics.OpenGL.All.TextureCoverageSamplesNv; + var _TextureColorSamplesNv = OpenTK.Graphics.OpenGL.All.TextureColorSamplesNv; + var _GpuMemoryInfoDedicatedVidmemNvx = OpenTK.Graphics.OpenGL.All.GpuMemoryInfoDedicatedVidmemNvx; + var _GpuMemoryInfoTotalAvailableMemoryNvx = OpenTK.Graphics.OpenGL.All.GpuMemoryInfoTotalAvailableMemoryNvx; + var _GpuMemoryInfoCurrentAvailableVidmemNvx = OpenTK.Graphics.OpenGL.All.GpuMemoryInfoCurrentAvailableVidmemNvx; + var _GpuMemoryInfoEvictionCountNvx = OpenTK.Graphics.OpenGL.All.GpuMemoryInfoEvictionCountNvx; + var _GpuMemoryInfoEvictedMemoryNvx = OpenTK.Graphics.OpenGL.All.GpuMemoryInfoEvictedMemoryNvx; + var _Image1D = OpenTK.Graphics.OpenGL.All.Image1D; + var _Image1DExt = OpenTK.Graphics.OpenGL.All.Image1DExt; + var _Image2D = OpenTK.Graphics.OpenGL.All.Image2D; + var _Image2DExt = OpenTK.Graphics.OpenGL.All.Image2DExt; + var _Image3D = OpenTK.Graphics.OpenGL.All.Image3D; + var _Image3DExt = OpenTK.Graphics.OpenGL.All.Image3DExt; + var _Image2DRect = OpenTK.Graphics.OpenGL.All.Image2DRect; + var _Image2DRectExt = OpenTK.Graphics.OpenGL.All.Image2DRectExt; + var _ImageCube = OpenTK.Graphics.OpenGL.All.ImageCube; + var _ImageCubeExt = OpenTK.Graphics.OpenGL.All.ImageCubeExt; + var _ImageBuffer = OpenTK.Graphics.OpenGL.All.ImageBuffer; + var _ImageBufferExt = OpenTK.Graphics.OpenGL.All.ImageBufferExt; + var _Image1DArray = OpenTK.Graphics.OpenGL.All.Image1DArray; + var _Image1DArrayExt = OpenTK.Graphics.OpenGL.All.Image1DArrayExt; + var _Image2DArray = OpenTK.Graphics.OpenGL.All.Image2DArray; + var _Image2DArrayExt = OpenTK.Graphics.OpenGL.All.Image2DArrayExt; + var _ImageCubeMapArray = OpenTK.Graphics.OpenGL.All.ImageCubeMapArray; + var _ImageCubeMapArrayExt = OpenTK.Graphics.OpenGL.All.ImageCubeMapArrayExt; + var _Image2DMultisample = OpenTK.Graphics.OpenGL.All.Image2DMultisample; + var _Image2DMultisampleExt = OpenTK.Graphics.OpenGL.All.Image2DMultisampleExt; + var _Image2DMultisampleArray = OpenTK.Graphics.OpenGL.All.Image2DMultisampleArray; + var _Image2DMultisampleArrayExt = OpenTK.Graphics.OpenGL.All.Image2DMultisampleArrayExt; + var _IntImage1D = OpenTK.Graphics.OpenGL.All.IntImage1D; + var _IntImage1DExt = OpenTK.Graphics.OpenGL.All.IntImage1DExt; + var _IntImage2D = OpenTK.Graphics.OpenGL.All.IntImage2D; + var _IntImage2DExt = OpenTK.Graphics.OpenGL.All.IntImage2DExt; + var _IntImage3D = OpenTK.Graphics.OpenGL.All.IntImage3D; + var _IntImage3DExt = OpenTK.Graphics.OpenGL.All.IntImage3DExt; + var _IntImage2DRect = OpenTK.Graphics.OpenGL.All.IntImage2DRect; + var _IntImage2DRectExt = OpenTK.Graphics.OpenGL.All.IntImage2DRectExt; + var _IntImageCube = OpenTK.Graphics.OpenGL.All.IntImageCube; + var _IntImageCubeExt = OpenTK.Graphics.OpenGL.All.IntImageCubeExt; + var _IntImageBuffer = OpenTK.Graphics.OpenGL.All.IntImageBuffer; + var _IntImageBufferExt = OpenTK.Graphics.OpenGL.All.IntImageBufferExt; + var _IntImage1DArray = OpenTK.Graphics.OpenGL.All.IntImage1DArray; + var _IntImage1DArrayExt = OpenTK.Graphics.OpenGL.All.IntImage1DArrayExt; + var _IntImage2DArray = OpenTK.Graphics.OpenGL.All.IntImage2DArray; + var _IntImage2DArrayExt = OpenTK.Graphics.OpenGL.All.IntImage2DArrayExt; + var _IntImageCubeMapArray = OpenTK.Graphics.OpenGL.All.IntImageCubeMapArray; + var _IntImageCubeMapArrayExt = OpenTK.Graphics.OpenGL.All.IntImageCubeMapArrayExt; + var _IntImage2DMultisample = OpenTK.Graphics.OpenGL.All.IntImage2DMultisample; + var _IntImage2DMultisampleExt = OpenTK.Graphics.OpenGL.All.IntImage2DMultisampleExt; + var _IntImage2DMultisampleArray = OpenTK.Graphics.OpenGL.All.IntImage2DMultisampleArray; + var _IntImage2DMultisampleArrayExt = OpenTK.Graphics.OpenGL.All.IntImage2DMultisampleArrayExt; + var _UnsignedIntImage1D = OpenTK.Graphics.OpenGL.All.UnsignedIntImage1D; + var _UnsignedIntImage1DExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImage1DExt; + var _UnsignedIntImage2D = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2D; + var _UnsignedIntImage2DExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DExt; + var _UnsignedIntImage3D = OpenTK.Graphics.OpenGL.All.UnsignedIntImage3D; + var _UnsignedIntImage3DExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImage3DExt; + var _UnsignedIntImage2DRect = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DRect; + var _UnsignedIntImage2DRectExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DRectExt; + var _UnsignedIntImageCube = OpenTK.Graphics.OpenGL.All.UnsignedIntImageCube; + var _UnsignedIntImageCubeExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImageCubeExt; + var _UnsignedIntImageBuffer = OpenTK.Graphics.OpenGL.All.UnsignedIntImageBuffer; + var _UnsignedIntImageBufferExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImageBufferExt; + var _UnsignedIntImage1DArray = OpenTK.Graphics.OpenGL.All.UnsignedIntImage1DArray; + var _UnsignedIntImage1DArrayExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImage1DArrayExt; + var _UnsignedIntImage2DArray = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DArray; + var _UnsignedIntImage2DArrayExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DArrayExt; + var _UnsignedIntImageCubeMapArray = OpenTK.Graphics.OpenGL.All.UnsignedIntImageCubeMapArray; + var _UnsignedIntImageCubeMapArrayExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImageCubeMapArrayExt; + var _UnsignedIntImage2DMultisample = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DMultisample; + var _UnsignedIntImage2DMultisampleExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DMultisampleExt; + var _UnsignedIntImage2DMultisampleArray = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DMultisampleArray; + var _UnsignedIntImage2DMultisampleArrayExt = OpenTK.Graphics.OpenGL.All.UnsignedIntImage2DMultisampleArrayExt; + var _MaxImageSamples = OpenTK.Graphics.OpenGL.All.MaxImageSamples; + var _MaxImageSamplesExt = OpenTK.Graphics.OpenGL.All.MaxImageSamplesExt; + var _ImageBindingFormat = OpenTK.Graphics.OpenGL.All.ImageBindingFormat; + var _ImageBindingFormatExt = OpenTK.Graphics.OpenGL.All.ImageBindingFormatExt; + var _Rgb10A2ui = OpenTK.Graphics.OpenGL.All.Rgb10A2ui; + var _PathFormatSvgNv = OpenTK.Graphics.OpenGL.All.PathFormatSvgNv; + var _PathFormatPsNv = OpenTK.Graphics.OpenGL.All.PathFormatPsNv; + var _StandardFontNameNv = OpenTK.Graphics.OpenGL.All.StandardFontNameNv; + var _SystemFontNameNv = OpenTK.Graphics.OpenGL.All.SystemFontNameNv; + var _FileNameNv = OpenTK.Graphics.OpenGL.All.FileNameNv; + var _PathStrokeWidthNv = OpenTK.Graphics.OpenGL.All.PathStrokeWidthNv; + var _PathEndCapsNv = OpenTK.Graphics.OpenGL.All.PathEndCapsNv; + var _PathInitialEndCapNv = OpenTK.Graphics.OpenGL.All.PathInitialEndCapNv; + var _PathTerminalEndCapNv = OpenTK.Graphics.OpenGL.All.PathTerminalEndCapNv; + var _PathJoinStyleNv = OpenTK.Graphics.OpenGL.All.PathJoinStyleNv; + var _PathMiterLimitNv = OpenTK.Graphics.OpenGL.All.PathMiterLimitNv; + var _PathDashCapsNv = OpenTK.Graphics.OpenGL.All.PathDashCapsNv; + var _PathInitialDashCapNv = OpenTK.Graphics.OpenGL.All.PathInitialDashCapNv; + var _PathTerminalDashCapNv = OpenTK.Graphics.OpenGL.All.PathTerminalDashCapNv; + var _PathDashOffsetNv = OpenTK.Graphics.OpenGL.All.PathDashOffsetNv; + var _PathClientLengthNv = OpenTK.Graphics.OpenGL.All.PathClientLengthNv; + var _PathFillModeNv = OpenTK.Graphics.OpenGL.All.PathFillModeNv; + var _PathFillMaskNv = OpenTK.Graphics.OpenGL.All.PathFillMaskNv; + var _PathFillCoverModeNv = OpenTK.Graphics.OpenGL.All.PathFillCoverModeNv; + var _PathStrokeCoverModeNv = OpenTK.Graphics.OpenGL.All.PathStrokeCoverModeNv; + var _PathStrokeMaskNv = OpenTK.Graphics.OpenGL.All.PathStrokeMaskNv; + var _CountUpNv = OpenTK.Graphics.OpenGL.All.CountUpNv; + var _CountDownNv = OpenTK.Graphics.OpenGL.All.CountDownNv; + var _PathObjectBoundingBoxNv = OpenTK.Graphics.OpenGL.All.PathObjectBoundingBoxNv; + var _ConvexHullNv = OpenTK.Graphics.OpenGL.All.ConvexHullNv; + var _BoundingBoxNv = OpenTK.Graphics.OpenGL.All.BoundingBoxNv; + var _TranslateXNv = OpenTK.Graphics.OpenGL.All.TranslateXNv; + var _TranslateYNv = OpenTK.Graphics.OpenGL.All.TranslateYNv; + var _Translate2DNv = OpenTK.Graphics.OpenGL.All.Translate2DNv; + var _Translate3DNv = OpenTK.Graphics.OpenGL.All.Translate3DNv; + var _Affine2DNv = OpenTK.Graphics.OpenGL.All.Affine2DNv; + var _Affine3DNv = OpenTK.Graphics.OpenGL.All.Affine3DNv; + var _TransposeAffine2DNv = OpenTK.Graphics.OpenGL.All.TransposeAffine2DNv; + var _TransposeAffine3DNv = OpenTK.Graphics.OpenGL.All.TransposeAffine3DNv; + var _Utf8Nv = OpenTK.Graphics.OpenGL.All.Utf8Nv; + var _Utf16Nv = OpenTK.Graphics.OpenGL.All.Utf16Nv; + var _BoundingBoxOfBoundingBoxesNv = OpenTK.Graphics.OpenGL.All.BoundingBoxOfBoundingBoxesNv; + var _PathCommandCountNv = OpenTK.Graphics.OpenGL.All.PathCommandCountNv; + var _PathCoordCountNv = OpenTK.Graphics.OpenGL.All.PathCoordCountNv; + var _PathDashArrayCountNv = OpenTK.Graphics.OpenGL.All.PathDashArrayCountNv; + var _PathComputedLengthNv = OpenTK.Graphics.OpenGL.All.PathComputedLengthNv; + var _PathFillBoundingBoxNv = OpenTK.Graphics.OpenGL.All.PathFillBoundingBoxNv; + var _PathStrokeBoundingBoxNv = OpenTK.Graphics.OpenGL.All.PathStrokeBoundingBoxNv; + var _SquareNv = OpenTK.Graphics.OpenGL.All.SquareNv; + var _RoundNv = OpenTK.Graphics.OpenGL.All.RoundNv; + var _TriangularNv = OpenTK.Graphics.OpenGL.All.TriangularNv; + var _BevelNv = OpenTK.Graphics.OpenGL.All.BevelNv; + var _MiterRevertNv = OpenTK.Graphics.OpenGL.All.MiterRevertNv; + var _MiterTruncateNv = OpenTK.Graphics.OpenGL.All.MiterTruncateNv; + var _SkipMissingGlyphNv = OpenTK.Graphics.OpenGL.All.SkipMissingGlyphNv; + var _UseMissingGlyphNv = OpenTK.Graphics.OpenGL.All.UseMissingGlyphNv; + var _PathErrorPositionNv = OpenTK.Graphics.OpenGL.All.PathErrorPositionNv; + var _PathFogGenModeNv = OpenTK.Graphics.OpenGL.All.PathFogGenModeNv; + var _AccumAdjacentPairsNv = OpenTK.Graphics.OpenGL.All.AccumAdjacentPairsNv; + var _AdjacentPairsNv = OpenTK.Graphics.OpenGL.All.AdjacentPairsNv; + var _FirstToRestNv = OpenTK.Graphics.OpenGL.All.FirstToRestNv; + var _PathGenModeNv = OpenTK.Graphics.OpenGL.All.PathGenModeNv; + var _PathGenCoeffNv = OpenTK.Graphics.OpenGL.All.PathGenCoeffNv; + var _PathGenColorFormatNv = OpenTK.Graphics.OpenGL.All.PathGenColorFormatNv; + var _PathGenComponentsNv = OpenTK.Graphics.OpenGL.All.PathGenComponentsNv; + var _PathDashOffsetResetNv = OpenTK.Graphics.OpenGL.All.PathDashOffsetResetNv; + var _MoveToResetsNv = OpenTK.Graphics.OpenGL.All.MoveToResetsNv; + var _MoveToContinuesNv = OpenTK.Graphics.OpenGL.All.MoveToContinuesNv; + var _PathStencilFuncNv = OpenTK.Graphics.OpenGL.All.PathStencilFuncNv; + var _PathStencilRefNv = OpenTK.Graphics.OpenGL.All.PathStencilRefNv; + var _PathStencilValueMaskNv = OpenTK.Graphics.OpenGL.All.PathStencilValueMaskNv; + var _ScaledResolveFastestExt = OpenTK.Graphics.OpenGL.All.ScaledResolveFastestExt; + var _ScaledResolveNicestExt = OpenTK.Graphics.OpenGL.All.ScaledResolveNicestExt; + var _MinMapBufferAlignment = OpenTK.Graphics.OpenGL.All.MinMapBufferAlignment; + var _PathStencilDepthOffsetFactorNv = OpenTK.Graphics.OpenGL.All.PathStencilDepthOffsetFactorNv; + var _PathStencilDepthOffsetUnitsNv = OpenTK.Graphics.OpenGL.All.PathStencilDepthOffsetUnitsNv; + var _PathCoverDepthFuncNv = OpenTK.Graphics.OpenGL.All.PathCoverDepthFuncNv; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL.All.ImageFormatCompatibilityType; + var _ImageFormatCompatibilityBySize = OpenTK.Graphics.OpenGL.All.ImageFormatCompatibilityBySize; + var _ImageFormatCompatibilityByClass = OpenTK.Graphics.OpenGL.All.ImageFormatCompatibilityByClass; + var _MaxVertexImageUniforms = OpenTK.Graphics.OpenGL.All.MaxVertexImageUniforms; + var _MaxTessControlImageUniforms = OpenTK.Graphics.OpenGL.All.MaxTessControlImageUniforms; + var _MaxTessEvaluationImageUniforms = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationImageUniforms; + var _MaxGeometryImageUniforms = OpenTK.Graphics.OpenGL.All.MaxGeometryImageUniforms; + var _MaxFragmentImageUniforms = OpenTK.Graphics.OpenGL.All.MaxFragmentImageUniforms; + var _MaxCombinedImageUniforms = OpenTK.Graphics.OpenGL.All.MaxCombinedImageUniforms; + var _MaxDeep3DTextureWidthHeightNv = OpenTK.Graphics.OpenGL.All.MaxDeep3DTextureWidthHeightNv; + var _MaxDeep3DTextureDepthNv = OpenTK.Graphics.OpenGL.All.MaxDeep3DTextureDepthNv; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL.All.ShaderStorageBuffer; + var _ShaderStorageBufferBinding = OpenTK.Graphics.OpenGL.All.ShaderStorageBufferBinding; + var _ShaderStorageBufferStart = OpenTK.Graphics.OpenGL.All.ShaderStorageBufferStart; + var _ShaderStorageBufferSize = OpenTK.Graphics.OpenGL.All.ShaderStorageBufferSize; + var _MaxVertexShaderStorageBlocks = OpenTK.Graphics.OpenGL.All.MaxVertexShaderStorageBlocks; + var _MaxGeometryShaderStorageBlocks = OpenTK.Graphics.OpenGL.All.MaxGeometryShaderStorageBlocks; + var _MaxTessControlShaderStorageBlocks = OpenTK.Graphics.OpenGL.All.MaxTessControlShaderStorageBlocks; + var _MaxTessEvaluationShaderStorageBlocks = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationShaderStorageBlocks; + var _MaxFragmentShaderStorageBlocks = OpenTK.Graphics.OpenGL.All.MaxFragmentShaderStorageBlocks; + var _MaxComputeShaderStorageBlocks = OpenTK.Graphics.OpenGL.All.MaxComputeShaderStorageBlocks; + var _MaxCombinedShaderStorageBlocks = OpenTK.Graphics.OpenGL.All.MaxCombinedShaderStorageBlocks; + var _MaxShaderStorageBufferBindings = OpenTK.Graphics.OpenGL.All.MaxShaderStorageBufferBindings; + var _MaxShaderStorageBlockSize = OpenTK.Graphics.OpenGL.All.MaxShaderStorageBlockSize; + var _ShaderStorageBufferOffsetAlignment = OpenTK.Graphics.OpenGL.All.ShaderStorageBufferOffsetAlignment; + var _SyncX11FenceExt = OpenTK.Graphics.OpenGL.All.SyncX11FenceExt; + var _DepthStencilTextureMode = OpenTK.Graphics.OpenGL.All.DepthStencilTextureMode; + var _MaxComputeFixedGroupInvocationsArb = OpenTK.Graphics.OpenGL.All.MaxComputeFixedGroupInvocationsArb; + var _MaxComputeWorkGroupInvocations = OpenTK.Graphics.OpenGL.All.MaxComputeWorkGroupInvocations; + var _UniformBlockReferencedByComputeShader = OpenTK.Graphics.OpenGL.All.UniformBlockReferencedByComputeShader; + var _AtomicCounterBufferReferencedByComputeShader = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferReferencedByComputeShader; + var _DispatchIndirectBuffer = OpenTK.Graphics.OpenGL.All.DispatchIndirectBuffer; + var _DispatchIndirectBufferBinding = OpenTK.Graphics.OpenGL.All.DispatchIndirectBufferBinding; + var _ComputeProgramNv = OpenTK.Graphics.OpenGL.All.ComputeProgramNv; + var _ComputeProgramParameterBufferNv = OpenTK.Graphics.OpenGL.All.ComputeProgramParameterBufferNv; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.All.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL.All.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.All.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL.All.ProxyTexture2DMultisampleArray; + var _TextureBinding2DMultisample = OpenTK.Graphics.OpenGL.All.TextureBinding2DMultisample; + var _TextureBinding2DMultisampleArray = OpenTK.Graphics.OpenGL.All.TextureBinding2DMultisampleArray; + var _TextureSamples = OpenTK.Graphics.OpenGL.All.TextureSamples; + var _TextureFixedSampleLocations = OpenTK.Graphics.OpenGL.All.TextureFixedSampleLocations; + var _Sampler2DMultisample = OpenTK.Graphics.OpenGL.All.Sampler2DMultisample; + var _IntSampler2DMultisample = OpenTK.Graphics.OpenGL.All.IntSampler2DMultisample; + var _UnsignedIntSampler2DMultisample = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler2DMultisample; + var _Sampler2DMultisampleArray = OpenTK.Graphics.OpenGL.All.Sampler2DMultisampleArray; + var _IntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL.All.IntSampler2DMultisampleArray; + var _UnsignedIntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL.All.UnsignedIntSampler2DMultisampleArray; + var _MaxColorTextureSamples = OpenTK.Graphics.OpenGL.All.MaxColorTextureSamples; + var _MaxDepthTextureSamples = OpenTK.Graphics.OpenGL.All.MaxDepthTextureSamples; + var _MaxIntegerSamples = OpenTK.Graphics.OpenGL.All.MaxIntegerSamples; + var _MaxServerWaitTimeout = OpenTK.Graphics.OpenGL.All.MaxServerWaitTimeout; + var _ObjectType = OpenTK.Graphics.OpenGL.All.ObjectType; + var _SyncCondition = OpenTK.Graphics.OpenGL.All.SyncCondition; + var _SyncStatus = OpenTK.Graphics.OpenGL.All.SyncStatus; + var _SyncFlags = OpenTK.Graphics.OpenGL.All.SyncFlags; + var _SyncFence = OpenTK.Graphics.OpenGL.All.SyncFence; + var _SyncGpuCommandsComplete = OpenTK.Graphics.OpenGL.All.SyncGpuCommandsComplete; + var _Unsignaled = OpenTK.Graphics.OpenGL.All.Unsignaled; + var _Signaled = OpenTK.Graphics.OpenGL.All.Signaled; + var _AlreadySignaled = OpenTK.Graphics.OpenGL.All.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.OpenGL.All.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.OpenGL.All.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.OpenGL.All.WaitFailed; + var _BufferAccessFlags = OpenTK.Graphics.OpenGL.All.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.OpenGL.All.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.OpenGL.All.BufferMapOffset; + var _MaxVertexOutputComponents = OpenTK.Graphics.OpenGL.All.MaxVertexOutputComponents; + var _MaxGeometryInputComponents = OpenTK.Graphics.OpenGL.All.MaxGeometryInputComponents; + var _MaxGeometryOutputComponents = OpenTK.Graphics.OpenGL.All.MaxGeometryOutputComponents; + var _MaxFragmentInputComponents = OpenTK.Graphics.OpenGL.All.MaxFragmentInputComponents; + var _ContextProfileMask = OpenTK.Graphics.OpenGL.All.ContextProfileMask; + var _UnpackCompressedBlockWidth = OpenTK.Graphics.OpenGL.All.UnpackCompressedBlockWidth; + var _UnpackCompressedBlockHeight = OpenTK.Graphics.OpenGL.All.UnpackCompressedBlockHeight; + var _UnpackCompressedBlockDepth = OpenTK.Graphics.OpenGL.All.UnpackCompressedBlockDepth; + var _UnpackCompressedBlockSize = OpenTK.Graphics.OpenGL.All.UnpackCompressedBlockSize; + var _PackCompressedBlockWidth = OpenTK.Graphics.OpenGL.All.PackCompressedBlockWidth; + var _PackCompressedBlockHeight = OpenTK.Graphics.OpenGL.All.PackCompressedBlockHeight; + var _PackCompressedBlockDepth = OpenTK.Graphics.OpenGL.All.PackCompressedBlockDepth; + var _PackCompressedBlockSize = OpenTK.Graphics.OpenGL.All.PackCompressedBlockSize; + var _TextureImmutableFormat = OpenTK.Graphics.OpenGL.All.TextureImmutableFormat; + var _MaxDebugMessageLength = OpenTK.Graphics.OpenGL.All.MaxDebugMessageLength; + var _MaxDebugMessageLengthAmd = OpenTK.Graphics.OpenGL.All.MaxDebugMessageLengthAmd; + var _MaxDebugMessageLengthArb = OpenTK.Graphics.OpenGL.All.MaxDebugMessageLengthArb; + var _MaxDebugMessageLengthKhr = OpenTK.Graphics.OpenGL.All.MaxDebugMessageLengthKhr; + var _MaxDebugLoggedMessages = OpenTK.Graphics.OpenGL.All.MaxDebugLoggedMessages; + var _MaxDebugLoggedMessagesAmd = OpenTK.Graphics.OpenGL.All.MaxDebugLoggedMessagesAmd; + var _MaxDebugLoggedMessagesArb = OpenTK.Graphics.OpenGL.All.MaxDebugLoggedMessagesArb; + var _MaxDebugLoggedMessagesKhr = OpenTK.Graphics.OpenGL.All.MaxDebugLoggedMessagesKhr; + var _DebugLoggedMessages = OpenTK.Graphics.OpenGL.All.DebugLoggedMessages; + var _DebugLoggedMessagesAmd = OpenTK.Graphics.OpenGL.All.DebugLoggedMessagesAmd; + var _DebugLoggedMessagesArb = OpenTK.Graphics.OpenGL.All.DebugLoggedMessagesArb; + var _DebugLoggedMessagesKhr = OpenTK.Graphics.OpenGL.All.DebugLoggedMessagesKhr; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL.All.DebugSeverityHigh; + var _DebugSeverityHighAmd = OpenTK.Graphics.OpenGL.All.DebugSeverityHighAmd; + var _DebugSeverityHighArb = OpenTK.Graphics.OpenGL.All.DebugSeverityHighArb; + var _DebugSeverityHighKhr = OpenTK.Graphics.OpenGL.All.DebugSeverityHighKhr; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL.All.DebugSeverityMedium; + var _DebugSeverityMediumAmd = OpenTK.Graphics.OpenGL.All.DebugSeverityMediumAmd; + var _DebugSeverityMediumArb = OpenTK.Graphics.OpenGL.All.DebugSeverityMediumArb; + var _DebugSeverityMediumKhr = OpenTK.Graphics.OpenGL.All.DebugSeverityMediumKhr; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL.All.DebugSeverityLow; + var _DebugSeverityLowAmd = OpenTK.Graphics.OpenGL.All.DebugSeverityLowAmd; + var _DebugSeverityLowArb = OpenTK.Graphics.OpenGL.All.DebugSeverityLowArb; + var _DebugSeverityLowKhr = OpenTK.Graphics.OpenGL.All.DebugSeverityLowKhr; + var _DebugCategoryApiErrorAmd = OpenTK.Graphics.OpenGL.All.DebugCategoryApiErrorAmd; + var _DebugCategoryWindowSystemAmd = OpenTK.Graphics.OpenGL.All.DebugCategoryWindowSystemAmd; + var _DebugCategoryDeprecationAmd = OpenTK.Graphics.OpenGL.All.DebugCategoryDeprecationAmd; + var _DebugCategoryUndefinedBehaviorAmd = OpenTK.Graphics.OpenGL.All.DebugCategoryUndefinedBehaviorAmd; + var _DebugCategoryPerformanceAmd = OpenTK.Graphics.OpenGL.All.DebugCategoryPerformanceAmd; + var _DebugCategoryShaderCompilerAmd = OpenTK.Graphics.OpenGL.All.DebugCategoryShaderCompilerAmd; + var _DebugCategoryApplicationAmd = OpenTK.Graphics.OpenGL.All.DebugCategoryApplicationAmd; + var _DebugCategoryOtherAmd = OpenTK.Graphics.OpenGL.All.DebugCategoryOtherAmd; + var _BufferObjectExt = OpenTK.Graphics.OpenGL.All.BufferObjectExt; + var _DataBufferAmd = OpenTK.Graphics.OpenGL.All.DataBufferAmd; + var _PerformanceMonitorAmd = OpenTK.Graphics.OpenGL.All.PerformanceMonitorAmd; + var _QueryObjectAmd = OpenTK.Graphics.OpenGL.All.QueryObjectAmd; + var _QueryObjectExt = OpenTK.Graphics.OpenGL.All.QueryObjectExt; + var _VertexArrayObjectAmd = OpenTK.Graphics.OpenGL.All.VertexArrayObjectAmd; + var _VertexArrayObjectExt = OpenTK.Graphics.OpenGL.All.VertexArrayObjectExt; + var _SamplerObjectAmd = OpenTK.Graphics.OpenGL.All.SamplerObjectAmd; + var _ExternalVirtualMemoryBufferAmd = OpenTK.Graphics.OpenGL.All.ExternalVirtualMemoryBufferAmd; + var _QueryBuffer = OpenTK.Graphics.OpenGL.All.QueryBuffer; + var _QueryBufferAmd = OpenTK.Graphics.OpenGL.All.QueryBufferAmd; + var _QueryBufferBinding = OpenTK.Graphics.OpenGL.All.QueryBufferBinding; + var _QueryBufferBindingAmd = OpenTK.Graphics.OpenGL.All.QueryBufferBindingAmd; + var _QueryResultNoWait = OpenTK.Graphics.OpenGL.All.QueryResultNoWait; + var _QueryResultNoWaitAmd = OpenTK.Graphics.OpenGL.All.QueryResultNoWaitAmd; + var _VirtualPageSizeXAmd = OpenTK.Graphics.OpenGL.All.VirtualPageSizeXAmd; + var _VirtualPageSizeXArb = OpenTK.Graphics.OpenGL.All.VirtualPageSizeXArb; + var _VirtualPageSizeYAmd = OpenTK.Graphics.OpenGL.All.VirtualPageSizeYAmd; + var _VirtualPageSizeYArb = OpenTK.Graphics.OpenGL.All.VirtualPageSizeYArb; + var _VirtualPageSizeZAmd = OpenTK.Graphics.OpenGL.All.VirtualPageSizeZAmd; + var _VirtualPageSizeZArb = OpenTK.Graphics.OpenGL.All.VirtualPageSizeZArb; + var _MaxSparseTextureSizeAmd = OpenTK.Graphics.OpenGL.All.MaxSparseTextureSizeAmd; + var _MaxSparseTextureSizeArb = OpenTK.Graphics.OpenGL.All.MaxSparseTextureSizeArb; + var _MaxSparse3DTextureSizeAmd = OpenTK.Graphics.OpenGL.All.MaxSparse3DTextureSizeAmd; + var _MaxSparse3DTextureSizeArb = OpenTK.Graphics.OpenGL.All.MaxSparse3DTextureSizeArb; + var _MaxSparseArrayTextureLayers = OpenTK.Graphics.OpenGL.All.MaxSparseArrayTextureLayers; + var _MaxSparseArrayTextureLayersArb = OpenTK.Graphics.OpenGL.All.MaxSparseArrayTextureLayersArb; + var _MinSparseLevelAmd = OpenTK.Graphics.OpenGL.All.MinSparseLevelAmd; + var _MinSparseLevelArb = OpenTK.Graphics.OpenGL.All.MinSparseLevelArb; + var _MinLodWarningAmd = OpenTK.Graphics.OpenGL.All.MinLodWarningAmd; + var _TextureBufferOffset = OpenTK.Graphics.OpenGL.All.TextureBufferOffset; + var _TextureBufferSize = OpenTK.Graphics.OpenGL.All.TextureBufferSize; + var _TextureBufferOffsetAlignment = OpenTK.Graphics.OpenGL.All.TextureBufferOffsetAlignment; + var _StreamRasterizationAmd = OpenTK.Graphics.OpenGL.All.StreamRasterizationAmd; + var _VertexElementSwizzleAmd = OpenTK.Graphics.OpenGL.All.VertexElementSwizzleAmd; + var _VertexIdSwizzleAmd = OpenTK.Graphics.OpenGL.All.VertexIdSwizzleAmd; + var _TextureSparseArb = OpenTK.Graphics.OpenGL.All.TextureSparseArb; + var _VirtualPageSizeIndexArb = OpenTK.Graphics.OpenGL.All.VirtualPageSizeIndexArb; + var _NumVirtualPageSizesArb = OpenTK.Graphics.OpenGL.All.NumVirtualPageSizesArb; + var _SparseTextureFullArrayCubeMipmapsArb = OpenTK.Graphics.OpenGL.All.SparseTextureFullArrayCubeMipmapsArb; + var _ComputeShader = OpenTK.Graphics.OpenGL.All.ComputeShader; + var _MaxComputeUniformBlocks = OpenTK.Graphics.OpenGL.All.MaxComputeUniformBlocks; + var _MaxComputeTextureImageUnits = OpenTK.Graphics.OpenGL.All.MaxComputeTextureImageUnits; + var _MaxComputeImageUniforms = OpenTK.Graphics.OpenGL.All.MaxComputeImageUniforms; + var _MaxComputeWorkGroupCount = OpenTK.Graphics.OpenGL.All.MaxComputeWorkGroupCount; + var _MaxComputeFixedGroupSizeArb = OpenTK.Graphics.OpenGL.All.MaxComputeFixedGroupSizeArb; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL.All.MaxComputeWorkGroupSize; + var _CompressedR11Eac = OpenTK.Graphics.OpenGL.All.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.OpenGL.All.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.OpenGL.All.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.OpenGL.All.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.OpenGL.All.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL.All.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL.All.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.OpenGL.All.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Etc2Eac; + var _BlendPremultipliedSrcNv = OpenTK.Graphics.OpenGL.All.BlendPremultipliedSrcNv; + var _BlendOverlapNv = OpenTK.Graphics.OpenGL.All.BlendOverlapNv; + var _UncorrelatedNv = OpenTK.Graphics.OpenGL.All.UncorrelatedNv; + var _DisjointNv = OpenTK.Graphics.OpenGL.All.DisjointNv; + var _ConjointNv = OpenTK.Graphics.OpenGL.All.ConjointNv; + var _BlendAdvancedCoherentNv = OpenTK.Graphics.OpenGL.All.BlendAdvancedCoherentNv; + var _SrcNv = OpenTK.Graphics.OpenGL.All.SrcNv; + var _DstNv = OpenTK.Graphics.OpenGL.All.DstNv; + var _SrcOverNv = OpenTK.Graphics.OpenGL.All.SrcOverNv; + var _DstOverNv = OpenTK.Graphics.OpenGL.All.DstOverNv; + var _SrcInNv = OpenTK.Graphics.OpenGL.All.SrcInNv; + var _DstInNv = OpenTK.Graphics.OpenGL.All.DstInNv; + var _SrcOutNv = OpenTK.Graphics.OpenGL.All.SrcOutNv; + var _DstOutNv = OpenTK.Graphics.OpenGL.All.DstOutNv; + var _SrcAtopNv = OpenTK.Graphics.OpenGL.All.SrcAtopNv; + var _DstAtopNv = OpenTK.Graphics.OpenGL.All.DstAtopNv; + var _PlusNv = OpenTK.Graphics.OpenGL.All.PlusNv; + var _PlusDarkerNv = OpenTK.Graphics.OpenGL.All.PlusDarkerNv; + var _MultiplyNv = OpenTK.Graphics.OpenGL.All.MultiplyNv; + var _ScreenNv = OpenTK.Graphics.OpenGL.All.ScreenNv; + var _OverlayNv = OpenTK.Graphics.OpenGL.All.OverlayNv; + var _DarkenNv = OpenTK.Graphics.OpenGL.All.DarkenNv; + var _LightenNv = OpenTK.Graphics.OpenGL.All.LightenNv; + var _ColordodgeNv = OpenTK.Graphics.OpenGL.All.ColordodgeNv; + var _ColorburnNv = OpenTK.Graphics.OpenGL.All.ColorburnNv; + var _HardlightNv = OpenTK.Graphics.OpenGL.All.HardlightNv; + var _SoftlightNv = OpenTK.Graphics.OpenGL.All.SoftlightNv; + var _DifferenceNv = OpenTK.Graphics.OpenGL.All.DifferenceNv; + var _MinusNv = OpenTK.Graphics.OpenGL.All.MinusNv; + var _ExclusionNv = OpenTK.Graphics.OpenGL.All.ExclusionNv; + var _ContrastNv = OpenTK.Graphics.OpenGL.All.ContrastNv; + var _InvertRgbNv = OpenTK.Graphics.OpenGL.All.InvertRgbNv; + var _LineardodgeNv = OpenTK.Graphics.OpenGL.All.LineardodgeNv; + var _LinearburnNv = OpenTK.Graphics.OpenGL.All.LinearburnNv; + var _VividlightNv = OpenTK.Graphics.OpenGL.All.VividlightNv; + var _LinearlightNv = OpenTK.Graphics.OpenGL.All.LinearlightNv; + var _PinlightNv = OpenTK.Graphics.OpenGL.All.PinlightNv; + var _HardmixNv = OpenTK.Graphics.OpenGL.All.HardmixNv; + var _HslHueNv = OpenTK.Graphics.OpenGL.All.HslHueNv; + var _HslSaturationNv = OpenTK.Graphics.OpenGL.All.HslSaturationNv; + var _HslColorNv = OpenTK.Graphics.OpenGL.All.HslColorNv; + var _HslLuminosityNv = OpenTK.Graphics.OpenGL.All.HslLuminosityNv; + var _PlusClampedNv = OpenTK.Graphics.OpenGL.All.PlusClampedNv; + var _PlusClampedAlphaNv = OpenTK.Graphics.OpenGL.All.PlusClampedAlphaNv; + var _MinusClampedNv = OpenTK.Graphics.OpenGL.All.MinusClampedNv; + var _InvertOvgNv = OpenTK.Graphics.OpenGL.All.InvertOvgNv; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL.All.AtomicCounterBuffer; + var _AtomicCounterBufferBinding = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferBinding; + var _AtomicCounterBufferStart = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferStart; + var _AtomicCounterBufferSize = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferSize; + var _AtomicCounterBufferDataSize = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferDataSize; + var _AtomicCounterBufferActiveAtomicCounters = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferActiveAtomicCounters; + var _AtomicCounterBufferActiveAtomicCounterIndices = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferActiveAtomicCounterIndices; + var _AtomicCounterBufferReferencedByVertexShader = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferReferencedByVertexShader; + var _AtomicCounterBufferReferencedByTessControlShader = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferReferencedByTessControlShader; + var _AtomicCounterBufferReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferReferencedByTessEvaluationShader; + var _AtomicCounterBufferReferencedByGeometryShader = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferReferencedByGeometryShader; + var _AtomicCounterBufferReferencedByFragmentShader = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferReferencedByFragmentShader; + var _MaxVertexAtomicCounterBuffers = OpenTK.Graphics.OpenGL.All.MaxVertexAtomicCounterBuffers; + var _MaxTessControlAtomicCounterBuffers = OpenTK.Graphics.OpenGL.All.MaxTessControlAtomicCounterBuffers; + var _MaxTessEvaluationAtomicCounterBuffers = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationAtomicCounterBuffers; + var _MaxGeometryAtomicCounterBuffers = OpenTK.Graphics.OpenGL.All.MaxGeometryAtomicCounterBuffers; + var _MaxFragmentAtomicCounterBuffers = OpenTK.Graphics.OpenGL.All.MaxFragmentAtomicCounterBuffers; + var _MaxCombinedAtomicCounterBuffers = OpenTK.Graphics.OpenGL.All.MaxCombinedAtomicCounterBuffers; + var _MaxVertexAtomicCounters = OpenTK.Graphics.OpenGL.All.MaxVertexAtomicCounters; + var _MaxTessControlAtomicCounters = OpenTK.Graphics.OpenGL.All.MaxTessControlAtomicCounters; + var _MaxTessEvaluationAtomicCounters = OpenTK.Graphics.OpenGL.All.MaxTessEvaluationAtomicCounters; + var _MaxGeometryAtomicCounters = OpenTK.Graphics.OpenGL.All.MaxGeometryAtomicCounters; + var _MaxFragmentAtomicCounters = OpenTK.Graphics.OpenGL.All.MaxFragmentAtomicCounters; + var _MaxCombinedAtomicCounters = OpenTK.Graphics.OpenGL.All.MaxCombinedAtomicCounters; + var _MaxAtomicCounterBufferSize = OpenTK.Graphics.OpenGL.All.MaxAtomicCounterBufferSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL.All.ActiveAtomicCounterBuffers; + var _UniformAtomicCounterBufferIndex = OpenTK.Graphics.OpenGL.All.UniformAtomicCounterBufferIndex; + var _UnsignedIntAtomicCounter = OpenTK.Graphics.OpenGL.All.UnsignedIntAtomicCounter; + var _MaxAtomicCounterBufferBindings = OpenTK.Graphics.OpenGL.All.MaxAtomicCounterBufferBindings; + var _DebugOutput = OpenTK.Graphics.OpenGL.All.DebugOutput; + var _DebugOutputKhr = OpenTK.Graphics.OpenGL.All.DebugOutputKhr; + var _Uniform = OpenTK.Graphics.OpenGL.All.Uniform; + var _UniformBlock = OpenTK.Graphics.OpenGL.All.UniformBlock; + var _ProgramInput = OpenTK.Graphics.OpenGL.All.ProgramInput; + var _ProgramOutput = OpenTK.Graphics.OpenGL.All.ProgramOutput; + var _BufferVariable = OpenTK.Graphics.OpenGL.All.BufferVariable; + var _ShaderStorageBlock = OpenTK.Graphics.OpenGL.All.ShaderStorageBlock; + var _IsPerPatch = OpenTK.Graphics.OpenGL.All.IsPerPatch; + var _VertexSubroutine = OpenTK.Graphics.OpenGL.All.VertexSubroutine; + var _TessControlSubroutine = OpenTK.Graphics.OpenGL.All.TessControlSubroutine; + var _TessEvaluationSubroutine = OpenTK.Graphics.OpenGL.All.TessEvaluationSubroutine; + var _GeometrySubroutine = OpenTK.Graphics.OpenGL.All.GeometrySubroutine; + var _FragmentSubroutine = OpenTK.Graphics.OpenGL.All.FragmentSubroutine; + var _ComputeSubroutine = OpenTK.Graphics.OpenGL.All.ComputeSubroutine; + var _VertexSubroutineUniform = OpenTK.Graphics.OpenGL.All.VertexSubroutineUniform; + var _TessControlSubroutineUniform = OpenTK.Graphics.OpenGL.All.TessControlSubroutineUniform; + var _TessEvaluationSubroutineUniform = OpenTK.Graphics.OpenGL.All.TessEvaluationSubroutineUniform; + var _GeometrySubroutineUniform = OpenTK.Graphics.OpenGL.All.GeometrySubroutineUniform; + var _FragmentSubroutineUniform = OpenTK.Graphics.OpenGL.All.FragmentSubroutineUniform; + var _ComputeSubroutineUniform = OpenTK.Graphics.OpenGL.All.ComputeSubroutineUniform; + var _TransformFeedbackVarying = OpenTK.Graphics.OpenGL.All.TransformFeedbackVarying; + var _ActiveResources = OpenTK.Graphics.OpenGL.All.ActiveResources; + var _MaxNameLength = OpenTK.Graphics.OpenGL.All.MaxNameLength; + var _MaxNumActiveVariables = OpenTK.Graphics.OpenGL.All.MaxNumActiveVariables; + var _MaxNumCompatibleSubroutines = OpenTK.Graphics.OpenGL.All.MaxNumCompatibleSubroutines; + var _NameLength = OpenTK.Graphics.OpenGL.All.NameLength; + var _Type = OpenTK.Graphics.OpenGL.All.Type; + var _ArraySize = OpenTK.Graphics.OpenGL.All.ArraySize; + var _Offset = OpenTK.Graphics.OpenGL.All.Offset; + var _BlockIndex = OpenTK.Graphics.OpenGL.All.BlockIndex; + var _ArrayStride = OpenTK.Graphics.OpenGL.All.ArrayStride; + var _MatrixStride = OpenTK.Graphics.OpenGL.All.MatrixStride; + var _IsRowMajor = OpenTK.Graphics.OpenGL.All.IsRowMajor; + var _AtomicCounterBufferIndex = OpenTK.Graphics.OpenGL.All.AtomicCounterBufferIndex; + var _BufferBinding = OpenTK.Graphics.OpenGL.All.BufferBinding; + var _BufferDataSize = OpenTK.Graphics.OpenGL.All.BufferDataSize; + var _NumActiveVariables = OpenTK.Graphics.OpenGL.All.NumActiveVariables; + var _ActiveVariables = OpenTK.Graphics.OpenGL.All.ActiveVariables; + var _ReferencedByVertexShader = OpenTK.Graphics.OpenGL.All.ReferencedByVertexShader; + var _ReferencedByTessControlShader = OpenTK.Graphics.OpenGL.All.ReferencedByTessControlShader; + var _ReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.All.ReferencedByTessEvaluationShader; + var _ReferencedByGeometryShader = OpenTK.Graphics.OpenGL.All.ReferencedByGeometryShader; + var _ReferencedByFragmentShader = OpenTK.Graphics.OpenGL.All.ReferencedByFragmentShader; + var _ReferencedByComputeShader = OpenTK.Graphics.OpenGL.All.ReferencedByComputeShader; + var _TopLevelArraySize = OpenTK.Graphics.OpenGL.All.TopLevelArraySize; + var _TopLevelArrayStride = OpenTK.Graphics.OpenGL.All.TopLevelArrayStride; + var _Location = OpenTK.Graphics.OpenGL.All.Location; + var _LocationIndex = OpenTK.Graphics.OpenGL.All.LocationIndex; + var _FramebufferDefaultWidth = OpenTK.Graphics.OpenGL.All.FramebufferDefaultWidth; + var _FramebufferDefaultHeight = OpenTK.Graphics.OpenGL.All.FramebufferDefaultHeight; + var _FramebufferDefaultLayers = OpenTK.Graphics.OpenGL.All.FramebufferDefaultLayers; + var _FramebufferDefaultSamples = OpenTK.Graphics.OpenGL.All.FramebufferDefaultSamples; + var _FramebufferDefaultFixedSampleLocations = OpenTK.Graphics.OpenGL.All.FramebufferDefaultFixedSampleLocations; + var _MaxFramebufferWidth = OpenTK.Graphics.OpenGL.All.MaxFramebufferWidth; + var _MaxFramebufferHeight = OpenTK.Graphics.OpenGL.All.MaxFramebufferHeight; + var _MaxFramebufferLayers = OpenTK.Graphics.OpenGL.All.MaxFramebufferLayers; + var _MaxFramebufferSamples = OpenTK.Graphics.OpenGL.All.MaxFramebufferSamples; + var _WarpSizeNv = OpenTK.Graphics.OpenGL.All.WarpSizeNv; + var _WarpsPerSmNv = OpenTK.Graphics.OpenGL.All.WarpsPerSmNv; + var _SmCountNv = OpenTK.Graphics.OpenGL.All.SmCountNv; + var _MaxComputeVariableGroupInvocationsArb = OpenTK.Graphics.OpenGL.All.MaxComputeVariableGroupInvocationsArb; + var _MaxComputeVariableGroupSizeArb = OpenTK.Graphics.OpenGL.All.MaxComputeVariableGroupSizeArb; + var _LocationComponent = OpenTK.Graphics.OpenGL.All.LocationComponent; + var _TransformFeedbackBufferIndex = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferIndex; + var _TransformFeedbackBufferStride = OpenTK.Graphics.OpenGL.All.TransformFeedbackBufferStride; + var _ClearTexture = OpenTK.Graphics.OpenGL.All.ClearTexture; + var _NumSampleCounts = OpenTK.Graphics.OpenGL.All.NumSampleCounts; + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.OpenGL.All.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.OpenGL.All.CompressedSrgb8Alpha8Astc12X12Khr; + var _PerfqueryCounterEventIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterEventIntel; + var _PerfqueryCounterDurationNormIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterDurationNormIntel; + var _PerfqueryCounterDurationRawIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterDurationRawIntel; + var _PerfqueryCounterThroughputIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterThroughputIntel; + var _PerfqueryCounterRawIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterRawIntel; + var _PerfqueryCounterTimestampIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterTimestampIntel; + var _PerfqueryCounterDataUint32Intel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterDataUint32Intel; + var _PerfqueryCounterDataUint64Intel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterDataUint64Intel; + var _PerfqueryCounterDataFloatIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterDataFloatIntel; + var _PerfqueryCounterDataDoubleIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterDataDoubleIntel; + var _PerfqueryCounterDataBool32Intel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterDataBool32Intel; + var _PerfqueryQueryNameLengthMaxIntel = OpenTK.Graphics.OpenGL.All.PerfqueryQueryNameLengthMaxIntel; + var _PerfqueryCounterNameLengthMaxIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterNameLengthMaxIntel; + var _PerfqueryCounterDescLengthMaxIntel = OpenTK.Graphics.OpenGL.All.PerfqueryCounterDescLengthMaxIntel; + var _PerfqueryGpaExtendedCountersIntel = OpenTK.Graphics.OpenGL.All.PerfqueryGpaExtendedCountersIntel; + var _RestartPathNv = OpenTK.Graphics.OpenGL.All.RestartPathNv; + var _DupFirstCubicCurveToNv = OpenTK.Graphics.OpenGL.All.DupFirstCubicCurveToNv; + var _DupLastCubicCurveToNv = OpenTK.Graphics.OpenGL.All.DupLastCubicCurveToNv; + var _RectNv = OpenTK.Graphics.OpenGL.All.RectNv; + var _CircularCcwArcToNv = OpenTK.Graphics.OpenGL.All.CircularCcwArcToNv; + var _CircularCwArcToNv = OpenTK.Graphics.OpenGL.All.CircularCwArcToNv; + var _CircularTangentArcToNv = OpenTK.Graphics.OpenGL.All.CircularTangentArcToNv; + var _ArcToNv = OpenTK.Graphics.OpenGL.All.ArcToNv; + var _RelativeArcToNv = OpenTK.Graphics.OpenGL.All.RelativeArcToNv; + var _AllAttribBits = OpenTK.Graphics.OpenGL.All.AllAttribBits; + var _AllBarrierBits = OpenTK.Graphics.OpenGL.All.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.OpenGL.All.AllBarrierBitsExt; + var _AllShaderBits = OpenTK.Graphics.OpenGL.All.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.OpenGL.All.AllShaderBitsExt; + var _ClientAllAttribBits = OpenTK.Graphics.OpenGL.All.ClientAllAttribBits; + var _InvalidIndex = OpenTK.Graphics.OpenGL.All.InvalidIndex; + var _QueryAllEventBitsAmd = OpenTK.Graphics.OpenGL.All.QueryAllEventBitsAmd; + var _TimeoutIgnored = OpenTK.Graphics.OpenGL.All.TimeoutIgnored; + var _LayoutLinearIntel = OpenTK.Graphics.OpenGL.All.LayoutLinearIntel; + var _One = OpenTK.Graphics.OpenGL.All.One; + var _True = OpenTK.Graphics.OpenGL.All.True; + var _CullVertexIbm = OpenTK.Graphics.OpenGL.All.CullVertexIbm; + var _AllStaticDataIbm = OpenTK.Graphics.OpenGL.All.AllStaticDataIbm; + var _StaticVertexArrayIbm = OpenTK.Graphics.OpenGL.All.StaticVertexArrayIbm; + var _VertexArrayListIbm = OpenTK.Graphics.OpenGL.All.VertexArrayListIbm; + var _NormalArrayListIbm = OpenTK.Graphics.OpenGL.All.NormalArrayListIbm; + var _ColorArrayListIbm = OpenTK.Graphics.OpenGL.All.ColorArrayListIbm; + var _IndexArrayListIbm = OpenTK.Graphics.OpenGL.All.IndexArrayListIbm; + var _TextureCoordArrayListIbm = OpenTK.Graphics.OpenGL.All.TextureCoordArrayListIbm; + var _EdgeFlagArrayListIbm = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayListIbm; + var _FogCoordinateArrayListIbm = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayListIbm; + var _SecondaryColorArrayListIbm = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayListIbm; + var _VertexArrayListStrideIbm = OpenTK.Graphics.OpenGL.All.VertexArrayListStrideIbm; + var _NormalArrayListStrideIbm = OpenTK.Graphics.OpenGL.All.NormalArrayListStrideIbm; + var _ColorArrayListStrideIbm = OpenTK.Graphics.OpenGL.All.ColorArrayListStrideIbm; + var _IndexArrayListStrideIbm = OpenTK.Graphics.OpenGL.All.IndexArrayListStrideIbm; + var _TextureCoordArrayListStrideIbm = OpenTK.Graphics.OpenGL.All.TextureCoordArrayListStrideIbm; + var _EdgeFlagArrayListStrideIbm = OpenTK.Graphics.OpenGL.All.EdgeFlagArrayListStrideIbm; + var _FogCoordinateArrayListStrideIbm = OpenTK.Graphics.OpenGL.All.FogCoordinateArrayListStrideIbm; + var _SecondaryColorArrayListStrideIbm = OpenTK.Graphics.OpenGL.All.SecondaryColorArrayListStrideIbm; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.OpenGL.All.LayoutLinearCpuCachedIntel; + var _Two = OpenTK.Graphics.OpenGL.All.Two; + var _NextBufferNv = OpenTK.Graphics.OpenGL.All.NextBufferNv; + var _Three = OpenTK.Graphics.OpenGL.All.Three; + var _SkipComponents4Nv = OpenTK.Graphics.OpenGL.All.SkipComponents4Nv; + var _Four = OpenTK.Graphics.OpenGL.All.Four; + var _SkipComponents3Nv = OpenTK.Graphics.OpenGL.All.SkipComponents3Nv; + var _SkipComponents2Nv = OpenTK.Graphics.OpenGL.All.SkipComponents2Nv; + var _SkipComponents1Nv = OpenTK.Graphics.OpenGL.All.SkipComponents1Nv; +} +static void Test_AlphaFunction_10245() { + var _Never = OpenTK.Graphics.OpenGL.AlphaFunction.Never; + var _Less = OpenTK.Graphics.OpenGL.AlphaFunction.Less; + var _Equal = OpenTK.Graphics.OpenGL.AlphaFunction.Equal; + var _Lequal = OpenTK.Graphics.OpenGL.AlphaFunction.Lequal; + var _Greater = OpenTK.Graphics.OpenGL.AlphaFunction.Greater; + var _Notequal = OpenTK.Graphics.OpenGL.AlphaFunction.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL.AlphaFunction.Gequal; + var _Always = OpenTK.Graphics.OpenGL.AlphaFunction.Always; +} +static void Test_AmdBlendMinmaxFactor_10246() { + var _FactorMinAmd = OpenTK.Graphics.OpenGL.AmdBlendMinmaxFactor.FactorMinAmd; + var _FactorMaxAmd = OpenTK.Graphics.OpenGL.AmdBlendMinmaxFactor.FactorMaxAmd; +} +static void Test_AmdConservativeDepth_10247() { +} +static void Test_AmdDebugOutput_10248() { + var _MaxDebugMessageLengthAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.MaxDebugMessageLengthAmd; + var _MaxDebugLoggedMessagesAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.MaxDebugLoggedMessagesAmd; + var _DebugLoggedMessagesAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugLoggedMessagesAmd; + var _DebugSeverityHighAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugSeverityHighAmd; + var _DebugSeverityMediumAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugSeverityMediumAmd; + var _DebugSeverityLowAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugSeverityLowAmd; + var _DebugCategoryApiErrorAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugCategoryApiErrorAmd; + var _DebugCategoryWindowSystemAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugCategoryWindowSystemAmd; + var _DebugCategoryDeprecationAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugCategoryDeprecationAmd; + var _DebugCategoryUndefinedBehaviorAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugCategoryUndefinedBehaviorAmd; + var _DebugCategoryPerformanceAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugCategoryPerformanceAmd; + var _DebugCategoryShaderCompilerAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugCategoryShaderCompilerAmd; + var _DebugCategoryApplicationAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugCategoryApplicationAmd; + var _DebugCategoryOtherAmd = OpenTK.Graphics.OpenGL.AmdDebugOutput.DebugCategoryOtherAmd; +} +static void Test_AmdDepthClampSeparate_10249() { + var _DepthClampNearAmd = OpenTK.Graphics.OpenGL.AmdDepthClampSeparate.DepthClampNearAmd; + var _DepthClampFarAmd = OpenTK.Graphics.OpenGL.AmdDepthClampSeparate.DepthClampFarAmd; +} +static void Test_AmdDrawBuffersBlend_10250() { +} +static void Test_AmdGcnShader_10251() { +} +static void Test_AmdGpuShaderInt64_10252() { + var _Int64Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int64Nv; + var _UnsignedInt64Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt64Nv; + var _Int8Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int8Nv; + var _Int8Vec2Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int8Vec2Nv; + var _Int8Vec3Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int8Vec3Nv; + var _Int8Vec4Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int8Vec4Nv; + var _Int16Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int16Nv; + var _Int16Vec2Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int16Vec2Nv; + var _Int16Vec3Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int16Vec3Nv; + var _Int16Vec4Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int16Vec4Nv; + var _Int64Vec2Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int64Vec2Nv; + var _Int64Vec3Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int64Vec3Nv; + var _Int64Vec4Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Int64Vec4Nv; + var _UnsignedInt8Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt8Nv; + var _UnsignedInt8Vec2Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt8Vec2Nv; + var _UnsignedInt8Vec3Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt8Vec3Nv; + var _UnsignedInt8Vec4Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt8Vec4Nv; + var _UnsignedInt16Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt16Nv; + var _UnsignedInt16Vec2Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt16Vec2Nv; + var _UnsignedInt16Vec3Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt16Vec3Nv; + var _UnsignedInt16Vec4Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt16Vec4Nv; + var _UnsignedInt64Vec2Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt64Vec2Nv; + var _UnsignedInt64Vec3Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt64Vec3Nv; + var _UnsignedInt64Vec4Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.UnsignedInt64Vec4Nv; + var _Float16Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Float16Nv; + var _Float16Vec2Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Float16Vec2Nv; + var _Float16Vec3Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Float16Vec3Nv; + var _Float16Vec4Nv = OpenTK.Graphics.OpenGL.AmdGpuShaderInt64.Float16Vec4Nv; +} +static void Test_AmdInterleavedElements_10253() { + var _Red = OpenTK.Graphics.OpenGL.AmdInterleavedElements.Red; + var _Green = OpenTK.Graphics.OpenGL.AmdInterleavedElements.Green; + var _Blue = OpenTK.Graphics.OpenGL.AmdInterleavedElements.Blue; + var _Alpha = OpenTK.Graphics.OpenGL.AmdInterleavedElements.Alpha; + var _Rg8ui = OpenTK.Graphics.OpenGL.AmdInterleavedElements.Rg8ui; + var _Rg16ui = OpenTK.Graphics.OpenGL.AmdInterleavedElements.Rg16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL.AmdInterleavedElements.Rgba8ui; + var _VertexElementSwizzleAmd = OpenTK.Graphics.OpenGL.AmdInterleavedElements.VertexElementSwizzleAmd; + var _VertexIdSwizzleAmd = OpenTK.Graphics.OpenGL.AmdInterleavedElements.VertexIdSwizzleAmd; +} +static void Test_AmdMultiDrawIndirect_10254() { +} +static void Test_AmdNameGenDelete_10255() { + var _DataBufferAmd = OpenTK.Graphics.OpenGL.AmdNameGenDelete.DataBufferAmd; + var _PerformanceMonitorAmd = OpenTK.Graphics.OpenGL.AmdNameGenDelete.PerformanceMonitorAmd; + var _QueryObjectAmd = OpenTK.Graphics.OpenGL.AmdNameGenDelete.QueryObjectAmd; + var _VertexArrayObjectAmd = OpenTK.Graphics.OpenGL.AmdNameGenDelete.VertexArrayObjectAmd; + var _SamplerObjectAmd = OpenTK.Graphics.OpenGL.AmdNameGenDelete.SamplerObjectAmd; +} +static void Test_AmdOcclusionQueryEvent_10256() { + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.OpenGL.AmdOcclusionQueryEvent.QueryDepthPassEventBitAmd; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.OpenGL.AmdOcclusionQueryEvent.QueryDepthFailEventBitAmd; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.OpenGL.AmdOcclusionQueryEvent.QueryStencilFailEventBitAmd; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.OpenGL.AmdOcclusionQueryEvent.QueryDepthBoundsFailEventBitAmd; + var _OcclusionQueryEventMaskAmd = OpenTK.Graphics.OpenGL.AmdOcclusionQueryEvent.OcclusionQueryEventMaskAmd; + var _QueryAllEventBitsAmd = OpenTK.Graphics.OpenGL.AmdOcclusionQueryEvent.QueryAllEventBitsAmd; +} +static void Test_AmdPerformanceMonitor_10257() { + var _CounterTypeAmd = OpenTK.Graphics.OpenGL.AmdPerformanceMonitor.CounterTypeAmd; + var _CounterRangeAmd = OpenTK.Graphics.OpenGL.AmdPerformanceMonitor.CounterRangeAmd; + var _UnsignedInt64Amd = OpenTK.Graphics.OpenGL.AmdPerformanceMonitor.UnsignedInt64Amd; + var _PercentageAmd = OpenTK.Graphics.OpenGL.AmdPerformanceMonitor.PercentageAmd; + var _PerfmonResultAvailableAmd = OpenTK.Graphics.OpenGL.AmdPerformanceMonitor.PerfmonResultAvailableAmd; + var _PerfmonResultSizeAmd = OpenTK.Graphics.OpenGL.AmdPerformanceMonitor.PerfmonResultSizeAmd; + var _PerfmonResultAmd = OpenTK.Graphics.OpenGL.AmdPerformanceMonitor.PerfmonResultAmd; +} +static void Test_AmdPinnedMemory_10258() { + var _ExternalVirtualMemoryBufferAmd = OpenTK.Graphics.OpenGL.AmdPinnedMemory.ExternalVirtualMemoryBufferAmd; +} +static void Test_AmdQueryBufferObject_10259() { + var _QueryBufferAmd = OpenTK.Graphics.OpenGL.AmdQueryBufferObject.QueryBufferAmd; + var _QueryBufferBindingAmd = OpenTK.Graphics.OpenGL.AmdQueryBufferObject.QueryBufferBindingAmd; + var _QueryResultNoWaitAmd = OpenTK.Graphics.OpenGL.AmdQueryBufferObject.QueryResultNoWaitAmd; +} +static void Test_AmdSamplePositions_10260() { + var _SubsampleDistanceAmd = OpenTK.Graphics.OpenGL.AmdSamplePositions.SubsampleDistanceAmd; +} +static void Test_AmdSeamlessCubemapPerTexture_10261() { + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL.AmdSeamlessCubemapPerTexture.TextureCubeMapSeamless; +} +static void Test_AmdShaderAtomicCounterOps_10262() { +} +static void Test_AmdShaderStencilExport_10263() { +} +static void Test_AmdShaderTrinaryMinmax_10264() { +} +static void Test_AmdSparseTexture_10265() { + var _TextureStorageSparseBitAmd = OpenTK.Graphics.OpenGL.AmdSparseTexture.TextureStorageSparseBitAmd; + var _VirtualPageSizeXAmd = OpenTK.Graphics.OpenGL.AmdSparseTexture.VirtualPageSizeXAmd; + var _VirtualPageSizeYAmd = OpenTK.Graphics.OpenGL.AmdSparseTexture.VirtualPageSizeYAmd; + var _VirtualPageSizeZAmd = OpenTK.Graphics.OpenGL.AmdSparseTexture.VirtualPageSizeZAmd; + var _MaxSparseTextureSizeAmd = OpenTK.Graphics.OpenGL.AmdSparseTexture.MaxSparseTextureSizeAmd; + var _MaxSparse3DTextureSizeAmd = OpenTK.Graphics.OpenGL.AmdSparseTexture.MaxSparse3DTextureSizeAmd; + var _MaxSparseArrayTextureLayers = OpenTK.Graphics.OpenGL.AmdSparseTexture.MaxSparseArrayTextureLayers; + var _MinSparseLevelAmd = OpenTK.Graphics.OpenGL.AmdSparseTexture.MinSparseLevelAmd; + var _MinLodWarningAmd = OpenTK.Graphics.OpenGL.AmdSparseTexture.MinLodWarningAmd; +} +static void Test_AmdStencilOperationExtended_10266() { + var _SetAmd = OpenTK.Graphics.OpenGL.AmdStencilOperationExtended.SetAmd; + var _ReplaceValueAmd = OpenTK.Graphics.OpenGL.AmdStencilOperationExtended.ReplaceValueAmd; + var _StencilOpValueAmd = OpenTK.Graphics.OpenGL.AmdStencilOperationExtended.StencilOpValueAmd; + var _StencilBackOpValueAmd = OpenTK.Graphics.OpenGL.AmdStencilOperationExtended.StencilBackOpValueAmd; +} +static void Test_AmdTextureTexture4_10267() { +} +static void Test_AmdTransformFeedback3LinesTriangles_10268() { +} +static void Test_AmdTransformFeedback4_10269() { + var _StreamRasterizationAmd = OpenTK.Graphics.OpenGL.AmdTransformFeedback4.StreamRasterizationAmd; +} +static void Test_AmdVertexShaderLayer_10270() { +} +static void Test_AmdVertexShaderTesselator_10271() { + var _SamplerBufferAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTesselator.SamplerBufferAmd; + var _IntSamplerBufferAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTesselator.IntSamplerBufferAmd; + var _UnsignedIntSamplerBufferAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTesselator.UnsignedIntSamplerBufferAmd; + var _TessellationModeAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTesselator.TessellationModeAmd; + var _TessellationFactorAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTesselator.TessellationFactorAmd; + var _DiscreteAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTesselator.DiscreteAmd; + var _ContinuousAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTesselator.ContinuousAmd; +} +static void Test_AmdVertexShaderTessellator_10272() { + var _SamplerBufferAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator.SamplerBufferAmd; + var _IntSamplerBufferAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator.IntSamplerBufferAmd; + var _UnsignedIntSamplerBufferAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator.UnsignedIntSamplerBufferAmd; + var _TessellationModeAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator.TessellationModeAmd; + var _TessellationFactorAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator.TessellationFactorAmd; + var _DiscreteAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator.DiscreteAmd; + var _ContinuousAmd = OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator.ContinuousAmd; +} +static void Test_AmdVertexShaderViewportIndex_10273() { +} +static void Test_AppleAuxDepthStencil_10274() { + var _AuxDepthStencilApple = OpenTK.Graphics.OpenGL.AppleAuxDepthStencil.AuxDepthStencilApple; +} +static void Test_AppleClientStorage_10275() { + var _UnpackClientStorageApple = OpenTK.Graphics.OpenGL.AppleClientStorage.UnpackClientStorageApple; +} +static void Test_AppleElementArray_10276() { + var _ElementArrayApple = OpenTK.Graphics.OpenGL.AppleElementArray.ElementArrayApple; + var _ElementArrayTypeApple = OpenTK.Graphics.OpenGL.AppleElementArray.ElementArrayTypeApple; + var _ElementArrayPointerApple = OpenTK.Graphics.OpenGL.AppleElementArray.ElementArrayPointerApple; +} +static void Test_AppleFence_10277() { + var _DrawPixelsApple = OpenTK.Graphics.OpenGL.AppleFence.DrawPixelsApple; + var _FenceApple = OpenTK.Graphics.OpenGL.AppleFence.FenceApple; +} +static void Test_AppleFloatPixels_10278() { + var _HalfApple = OpenTK.Graphics.OpenGL.AppleFloatPixels.HalfApple; + var _RgbaFloat32Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.RgbaFloat32Apple; + var _RgbFloat32Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.RgbFloat32Apple; + var _AlphaFloat32Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.AlphaFloat32Apple; + var _IntensityFloat32Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.IntensityFloat32Apple; + var _LuminanceFloat32Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.LuminanceFloat32Apple; + var _LuminanceAlphaFloat32Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.LuminanceAlphaFloat32Apple; + var _RgbaFloat16Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.RgbaFloat16Apple; + var _RgbFloat16Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.RgbFloat16Apple; + var _AlphaFloat16Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.AlphaFloat16Apple; + var _IntensityFloat16Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.IntensityFloat16Apple; + var _LuminanceFloat16Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.LuminanceFloat16Apple; + var _LuminanceAlphaFloat16Apple = OpenTK.Graphics.OpenGL.AppleFloatPixels.LuminanceAlphaFloat16Apple; + var _ColorFloatApple = OpenTK.Graphics.OpenGL.AppleFloatPixels.ColorFloatApple; +} +static void Test_AppleFlushBufferRange_10279() { + var _BufferSerializedModifyApple = OpenTK.Graphics.OpenGL.AppleFlushBufferRange.BufferSerializedModifyApple; + var _BufferFlushingUnmapApple = OpenTK.Graphics.OpenGL.AppleFlushBufferRange.BufferFlushingUnmapApple; +} +static void Test_AppleObjectPurgeable_10280() { + var _BufferObjectApple = OpenTK.Graphics.OpenGL.AppleObjectPurgeable.BufferObjectApple; + var _ReleasedApple = OpenTK.Graphics.OpenGL.AppleObjectPurgeable.ReleasedApple; + var _VolatileApple = OpenTK.Graphics.OpenGL.AppleObjectPurgeable.VolatileApple; + var _RetainedApple = OpenTK.Graphics.OpenGL.AppleObjectPurgeable.RetainedApple; + var _UndefinedApple = OpenTK.Graphics.OpenGL.AppleObjectPurgeable.UndefinedApple; + var _PurgeableApple = OpenTK.Graphics.OpenGL.AppleObjectPurgeable.PurgeableApple; +} +static void Test_AppleRgb422_10281() { + var _UnsignedShort88Apple = OpenTK.Graphics.OpenGL.AppleRgb422.UnsignedShort88Apple; + var _UnsignedShort88RevApple = OpenTK.Graphics.OpenGL.AppleRgb422.UnsignedShort88RevApple; + var _Rgb422Apple = OpenTK.Graphics.OpenGL.AppleRgb422.Rgb422Apple; + var _RgbRaw422Apple = OpenTK.Graphics.OpenGL.AppleRgb422.RgbRaw422Apple; +} +static void Test_AppleRowBytes_10282() { + var _PackRowBytesApple = OpenTK.Graphics.OpenGL.AppleRowBytes.PackRowBytesApple; + var _UnpackRowBytesApple = OpenTK.Graphics.OpenGL.AppleRowBytes.UnpackRowBytesApple; +} +static void Test_AppleSpecularVector_10283() { + var _LightModelSpecularVectorApple = OpenTK.Graphics.OpenGL.AppleSpecularVector.LightModelSpecularVectorApple; +} +static void Test_AppleTextureRange_10284() { + var _TextureRangeLengthApple = OpenTK.Graphics.OpenGL.AppleTextureRange.TextureRangeLengthApple; + var _TextureRangePointerApple = OpenTK.Graphics.OpenGL.AppleTextureRange.TextureRangePointerApple; + var _TextureStorageHintApple = OpenTK.Graphics.OpenGL.AppleTextureRange.TextureStorageHintApple; + var _StoragePrivateApple = OpenTK.Graphics.OpenGL.AppleTextureRange.StoragePrivateApple; + var _StorageCachedApple = OpenTK.Graphics.OpenGL.AppleTextureRange.StorageCachedApple; + var _StorageSharedApple = OpenTK.Graphics.OpenGL.AppleTextureRange.StorageSharedApple; +} +static void Test_AppleTransformHint_10285() { + var _TransformHintApple = OpenTK.Graphics.OpenGL.AppleTransformHint.TransformHintApple; +} +static void Test_AppleVertexArrayObject_10286() { + var _VertexArrayBindingApple = OpenTK.Graphics.OpenGL.AppleVertexArrayObject.VertexArrayBindingApple; +} +static void Test_AppleVertexArrayRange_10287() { + var _VertexArrayRangeApple = OpenTK.Graphics.OpenGL.AppleVertexArrayRange.VertexArrayRangeApple; + var _VertexArrayRangeLengthApple = OpenTK.Graphics.OpenGL.AppleVertexArrayRange.VertexArrayRangeLengthApple; + var _VertexArrayStorageHintApple = OpenTK.Graphics.OpenGL.AppleVertexArrayRange.VertexArrayStorageHintApple; + var _VertexArrayRangePointerApple = OpenTK.Graphics.OpenGL.AppleVertexArrayRange.VertexArrayRangePointerApple; + var _StorageClientApple = OpenTK.Graphics.OpenGL.AppleVertexArrayRange.StorageClientApple; + var _StorageCachedApple = OpenTK.Graphics.OpenGL.AppleVertexArrayRange.StorageCachedApple; + var _StorageSharedApple = OpenTK.Graphics.OpenGL.AppleVertexArrayRange.StorageSharedApple; +} +static void Test_AppleVertexProgramEvaluators_10288() { + var _VertexAttribMap1Apple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap1Apple; + var _VertexAttribMap2Apple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap2Apple; + var _VertexAttribMap1SizeApple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap1SizeApple; + var _VertexAttribMap1CoeffApple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap1CoeffApple; + var _VertexAttribMap1OrderApple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap1OrderApple; + var _VertexAttribMap1DomainApple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap1DomainApple; + var _VertexAttribMap2SizeApple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap2SizeApple; + var _VertexAttribMap2CoeffApple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap2CoeffApple; + var _VertexAttribMap2OrderApple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap2OrderApple; + var _VertexAttribMap2DomainApple = OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators.VertexAttribMap2DomainApple; +} +static void Test_AppleYcbcr422_10289() { + var _Ycbcr422Apple = OpenTK.Graphics.OpenGL.AppleYcbcr422.Ycbcr422Apple; + var _UnsignedShort88Apple = OpenTK.Graphics.OpenGL.AppleYcbcr422.UnsignedShort88Apple; + var _UnsignedShort88RevApple = OpenTK.Graphics.OpenGL.AppleYcbcr422.UnsignedShort88RevApple; +} +static void Test_ArbArraysOfArrays_10290() { +} +static void Test_ArbBaseInstance_10291() { +} +static void Test_ArbBindlessTexture_10292() { + var _UnsignedInt64Arb = OpenTK.Graphics.OpenGL.ArbBindlessTexture.UnsignedInt64Arb; +} +static void Test_ArbBlendFuncExtended_10293() { + var _Src1Alpha = OpenTK.Graphics.OpenGL.ArbBlendFuncExtended.Src1Alpha; + var _Src1Color = OpenTK.Graphics.OpenGL.ArbBlendFuncExtended.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL.ArbBlendFuncExtended.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL.ArbBlendFuncExtended.OneMinusSrc1Alpha; + var _MaxDualSourceDrawBuffers = OpenTK.Graphics.OpenGL.ArbBlendFuncExtended.MaxDualSourceDrawBuffers; +} +static void Test_ArbBufferStorage_10294() { + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL.ArbBufferStorage.ClientMappedBufferBarrierBit; + var _MapReadBit = OpenTK.Graphics.OpenGL.ArbBufferStorage.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL.ArbBufferStorage.MapWriteBit; + var _MapPersistentBit = OpenTK.Graphics.OpenGL.ArbBufferStorage.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL.ArbBufferStorage.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL.ArbBufferStorage.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.OpenGL.ArbBufferStorage.ClientStorageBit; + var _BufferImmutableStorage = OpenTK.Graphics.OpenGL.ArbBufferStorage.BufferImmutableStorage; + var _BufferStorageFlags = OpenTK.Graphics.OpenGL.ArbBufferStorage.BufferStorageFlags; +} +static void Test_ArbClearBufferObject_10295() { +} +static void Test_ArbClearTexture_10296() { + var _ClearTexture = OpenTK.Graphics.OpenGL.ArbClearTexture.ClearTexture; +} +static void Test_ArbClEvent_10297() { + var _SyncClEventArb = OpenTK.Graphics.OpenGL.ArbClEvent.SyncClEventArb; + var _SyncClEventCompleteArb = OpenTK.Graphics.OpenGL.ArbClEvent.SyncClEventCompleteArb; +} +static void Test_ArbColorBufferFloat_10298() { + var _RgbaFloatModeArb = OpenTK.Graphics.OpenGL.ArbColorBufferFloat.RgbaFloatModeArb; + var _ClampVertexColorArb = OpenTK.Graphics.OpenGL.ArbColorBufferFloat.ClampVertexColorArb; + var _ClampFragmentColorArb = OpenTK.Graphics.OpenGL.ArbColorBufferFloat.ClampFragmentColorArb; + var _ClampReadColorArb = OpenTK.Graphics.OpenGL.ArbColorBufferFloat.ClampReadColorArb; + var _FixedOnlyArb = OpenTK.Graphics.OpenGL.ArbColorBufferFloat.FixedOnlyArb; +} +static void Test_ArbCompatibility_10299() { +} +static void Test_ArbCompressedTexturePixelStorage_10300() { + var _UnpackCompressedBlockWidth = OpenTK.Graphics.OpenGL.ArbCompressedTexturePixelStorage.UnpackCompressedBlockWidth; + var _UnpackCompressedBlockHeight = OpenTK.Graphics.OpenGL.ArbCompressedTexturePixelStorage.UnpackCompressedBlockHeight; + var _UnpackCompressedBlockDepth = OpenTK.Graphics.OpenGL.ArbCompressedTexturePixelStorage.UnpackCompressedBlockDepth; + var _UnpackCompressedBlockSize = OpenTK.Graphics.OpenGL.ArbCompressedTexturePixelStorage.UnpackCompressedBlockSize; + var _PackCompressedBlockWidth = OpenTK.Graphics.OpenGL.ArbCompressedTexturePixelStorage.PackCompressedBlockWidth; + var _PackCompressedBlockHeight = OpenTK.Graphics.OpenGL.ArbCompressedTexturePixelStorage.PackCompressedBlockHeight; + var _PackCompressedBlockDepth = OpenTK.Graphics.OpenGL.ArbCompressedTexturePixelStorage.PackCompressedBlockDepth; + var _PackCompressedBlockSize = OpenTK.Graphics.OpenGL.ArbCompressedTexturePixelStorage.PackCompressedBlockSize; +} +static void Test_ArbComputeShader_10301() { + var _ComputeShaderBit = OpenTK.Graphics.OpenGL.ArbComputeShader.ComputeShaderBit; + var _MaxComputeSharedMemorySize = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeSharedMemorySize; + var _MaxComputeUniformComponents = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeUniformComponents; + var _MaxComputeAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeAtomicCounterBuffers; + var _MaxComputeAtomicCounters = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeAtomicCounters; + var _MaxCombinedComputeUniformComponents = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxCombinedComputeUniformComponents; + var _ComputeWorkGroupSize = OpenTK.Graphics.OpenGL.ArbComputeShader.ComputeWorkGroupSize; + var _MaxComputeWorkGroupInvocations = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeWorkGroupInvocations; + var _UniformBlockReferencedByComputeShader = OpenTK.Graphics.OpenGL.ArbComputeShader.UniformBlockReferencedByComputeShader; + var _AtomicCounterBufferReferencedByComputeShader = OpenTK.Graphics.OpenGL.ArbComputeShader.AtomicCounterBufferReferencedByComputeShader; + var _DispatchIndirectBuffer = OpenTK.Graphics.OpenGL.ArbComputeShader.DispatchIndirectBuffer; + var _DispatchIndirectBufferBinding = OpenTK.Graphics.OpenGL.ArbComputeShader.DispatchIndirectBufferBinding; + var _ComputeShader = OpenTK.Graphics.OpenGL.ArbComputeShader.ComputeShader; + var _MaxComputeUniformBlocks = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeUniformBlocks; + var _MaxComputeTextureImageUnits = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeTextureImageUnits; + var _MaxComputeImageUniforms = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeImageUniforms; + var _MaxComputeWorkGroupCount = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeWorkGroupCount; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL.ArbComputeShader.MaxComputeWorkGroupSize; +} +static void Test_ArbComputeVariableGroupSize_10302() { + var _MaxComputeFixedGroupInvocationsArb = OpenTK.Graphics.OpenGL.ArbComputeVariableGroupSize.MaxComputeFixedGroupInvocationsArb; + var _MaxComputeFixedGroupSizeArb = OpenTK.Graphics.OpenGL.ArbComputeVariableGroupSize.MaxComputeFixedGroupSizeArb; + var _MaxComputeVariableGroupInvocationsArb = OpenTK.Graphics.OpenGL.ArbComputeVariableGroupSize.MaxComputeVariableGroupInvocationsArb; + var _MaxComputeVariableGroupSizeArb = OpenTK.Graphics.OpenGL.ArbComputeVariableGroupSize.MaxComputeVariableGroupSizeArb; +} +static void Test_ArbConservativeDepth_10303() { +} +static void Test_ArbCopyBuffer_10304() { + var _CopyReadBuffer = OpenTK.Graphics.OpenGL.ArbCopyBuffer.CopyReadBuffer; + var _CopyReadBufferBinding = OpenTK.Graphics.OpenGL.ArbCopyBuffer.CopyReadBufferBinding; + var _CopyWriteBuffer = OpenTK.Graphics.OpenGL.ArbCopyBuffer.CopyWriteBuffer; + var _CopyWriteBufferBinding = OpenTK.Graphics.OpenGL.ArbCopyBuffer.CopyWriteBufferBinding; +} +static void Test_ArbCopyImage_10305() { +} +static void Test_ArbDebugOutput_10306() { + var _DebugOutputSynchronousArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugOutputSynchronousArb; + var _DebugNextLoggedMessageLengthArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugNextLoggedMessageLengthArb; + var _DebugCallbackFunctionArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugCallbackFunctionArb; + var _DebugCallbackUserParamArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugCallbackUserParamArb; + var _DebugSourceApiArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSourceApiArb; + var _DebugSourceWindowSystemArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSourceWindowSystemArb; + var _DebugSourceShaderCompilerArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSourceShaderCompilerArb; + var _DebugSourceThirdPartyArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSourceThirdPartyArb; + var _DebugSourceApplicationArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSourceApplicationArb; + var _DebugSourceOtherArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSourceOtherArb; + var _DebugTypeErrorArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugTypeErrorArb; + var _DebugTypeDeprecatedBehaviorArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugTypeDeprecatedBehaviorArb; + var _DebugTypeUndefinedBehaviorArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugTypeUndefinedBehaviorArb; + var _DebugTypePortabilityArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugTypePortabilityArb; + var _DebugTypePerformanceArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugTypePerformanceArb; + var _DebugTypeOtherArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugTypeOtherArb; + var _MaxDebugMessageLengthArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.MaxDebugMessageLengthArb; + var _MaxDebugLoggedMessagesArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.MaxDebugLoggedMessagesArb; + var _DebugLoggedMessagesArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugLoggedMessagesArb; + var _DebugSeverityHighArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSeverityHighArb; + var _DebugSeverityMediumArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSeverityMediumArb; + var _DebugSeverityLowArb = OpenTK.Graphics.OpenGL.ArbDebugOutput.DebugSeverityLowArb; +} +static void Test_ArbDepthBufferFloat_10307() { + var _DepthComponent32f = OpenTK.Graphics.OpenGL.ArbDepthBufferFloat.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL.ArbDepthBufferFloat.Depth32fStencil8; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL.ArbDepthBufferFloat.Float32UnsignedInt248Rev; +} +static void Test_ArbDepthClamp_10308() { + var _DepthClamp = OpenTK.Graphics.OpenGL.ArbDepthClamp.DepthClamp; +} +static void Test_ArbDepthTexture_10309() { + var _DepthComponent16Arb = OpenTK.Graphics.OpenGL.ArbDepthTexture.DepthComponent16Arb; + var _DepthComponent24Arb = OpenTK.Graphics.OpenGL.ArbDepthTexture.DepthComponent24Arb; + var _DepthComponent32Arb = OpenTK.Graphics.OpenGL.ArbDepthTexture.DepthComponent32Arb; + var _TextureDepthSizeArb = OpenTK.Graphics.OpenGL.ArbDepthTexture.TextureDepthSizeArb; + var _DepthTextureModeArb = OpenTK.Graphics.OpenGL.ArbDepthTexture.DepthTextureModeArb; +} +static void Test_ArbDrawBuffers_10310() { + var _MaxDrawBuffersArb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.MaxDrawBuffersArb; + var _DrawBuffer0Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer0Arb; + var _DrawBuffer1Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer1Arb; + var _DrawBuffer2Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer2Arb; + var _DrawBuffer3Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer3Arb; + var _DrawBuffer4Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer4Arb; + var _DrawBuffer5Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer5Arb; + var _DrawBuffer6Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer6Arb; + var _DrawBuffer7Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer7Arb; + var _DrawBuffer8Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer8Arb; + var _DrawBuffer9Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer9Arb; + var _DrawBuffer10Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer10Arb; + var _DrawBuffer11Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer11Arb; + var _DrawBuffer12Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer12Arb; + var _DrawBuffer13Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer13Arb; + var _DrawBuffer14Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer14Arb; + var _DrawBuffer15Arb = OpenTK.Graphics.OpenGL.ArbDrawBuffers.DrawBuffer15Arb; +} +static void Test_ArbDrawBuffersBlend_10311() { +} +static void Test_ArbDrawElementsBaseVertex_10312() { +} +static void Test_ArbDrawIndirect_10313() { + var _DrawIndirectBuffer = OpenTK.Graphics.OpenGL.ArbDrawIndirect.DrawIndirectBuffer; + var _DrawIndirectBufferBinding = OpenTK.Graphics.OpenGL.ArbDrawIndirect.DrawIndirectBufferBinding; +} +static void Test_ArbDrawInstanced_10314() { +} +static void Test_ArbEnhancedLayouts_10315() { + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL.ArbEnhancedLayouts.TransformFeedbackBuffer; + var _LocationComponent = OpenTK.Graphics.OpenGL.ArbEnhancedLayouts.LocationComponent; + var _TransformFeedbackBufferIndex = OpenTK.Graphics.OpenGL.ArbEnhancedLayouts.TransformFeedbackBufferIndex; + var _TransformFeedbackBufferStride = OpenTK.Graphics.OpenGL.ArbEnhancedLayouts.TransformFeedbackBufferStride; +} +static void Test_ArbEs2Compatibility_10316() { + var _Fixed = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.Fixed; + var _ImplementationColorReadType = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.ImplementationColorReadFormat; + var _Rgb565 = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.Rgb565; + var _LowFloat = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.LowFloat; + var _MediumFloat = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.MediumFloat; + var _HighFloat = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.HighFloat; + var _LowInt = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.LowInt; + var _MediumInt = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.MediumInt; + var _HighInt = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.HighInt; + var _ShaderBinaryFormats = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.OpenGL.ArbEs2Compatibility.MaxFragmentUniformVectors; +} +static void Test_ArbEs3Compatibility_10317() { + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.PrimitiveRestartFixedIndex; + var _AnySamplesPassedConservative = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.AnySamplesPassedConservative; + var _MaxElementIndex = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.MaxElementIndex; + var _CompressedR11Eac = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.OpenGL.ArbEs3Compatibility.CompressedSrgb8Alpha8Etc2Eac; +} +static void Test_ArbExplicitAttribLocation_10318() { +} +static void Test_ArbExplicitUniformLocation_10319() { + var _MaxUniformLocations = OpenTK.Graphics.OpenGL.ArbExplicitUniformLocation.MaxUniformLocations; +} +static void Test_ArbFragmentCoordConventions_10320() { +} +static void Test_ArbFragmentLayerViewport_10321() { +} +static void Test_ArbFragmentProgram_10322() { + var _ProgramLengthArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramLengthArb; + var _ProgramStringArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramStringArb; + var _MaxProgramMatrixStackDepthArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramMatrixStackDepthArb; + var _MaxProgramMatricesArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramMatricesArb; + var _CurrentMatrixStackDepthArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.CurrentMatrixStackDepthArb; + var _CurrentMatrixArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.CurrentMatrixArb; + var _ProgramErrorPositionArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramErrorPositionArb; + var _ProgramBindingArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramBindingArb; + var _FragmentProgramArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.FragmentProgramArb; + var _ProgramAluInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramAluInstructionsArb; + var _ProgramTexInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramTexInstructionsArb; + var _ProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramTexIndirectionsArb; + var _ProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramNativeAluInstructionsArb; + var _ProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramNativeTexInstructionsArb; + var _ProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramNativeTexIndirectionsArb; + var _MaxProgramAluInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramAluInstructionsArb; + var _MaxProgramTexInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramTexInstructionsArb; + var _MaxProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramTexIndirectionsArb; + var _MaxProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramNativeAluInstructionsArb; + var _MaxProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramNativeTexInstructionsArb; + var _MaxProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramNativeTexIndirectionsArb; + var _MaxTextureCoordsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxTextureCoordsArb; + var _MaxTextureImageUnitsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxTextureImageUnitsArb; + var _ProgramErrorStringArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramErrorStringArb; + var _ProgramFormatAsciiArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramFormatAsciiArb; + var _ProgramFormatArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramFormatArb; + var _ProgramInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramInstructionsArb; + var _MaxProgramInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramInstructionsArb; + var _ProgramNativeInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramNativeInstructionsArb; + var _MaxProgramNativeInstructionsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramNativeInstructionsArb; + var _ProgramTemporariesArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramTemporariesArb; + var _MaxProgramTemporariesArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramTemporariesArb; + var _ProgramNativeTemporariesArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramNativeTemporariesArb; + var _MaxProgramNativeTemporariesArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramNativeTemporariesArb; + var _ProgramParametersArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramParametersArb; + var _MaxProgramParametersArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramParametersArb; + var _ProgramNativeParametersArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramNativeParametersArb; + var _MaxProgramNativeParametersArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramNativeParametersArb; + var _ProgramAttribsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramAttribsArb; + var _MaxProgramAttribsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramAttribsArb; + var _ProgramNativeAttribsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramNativeAttribsArb; + var _MaxProgramNativeAttribsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramNativeAttribsArb; + var _MaxProgramLocalParametersArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramLocalParametersArb; + var _MaxProgramEnvParametersArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.MaxProgramEnvParametersArb; + var _ProgramUnderNativeLimitsArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.ProgramUnderNativeLimitsArb; + var _TransposeCurrentMatrixArb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.TransposeCurrentMatrixArb; + var _Matrix0Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix0Arb; + var _Matrix1Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix1Arb; + var _Matrix2Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix2Arb; + var _Matrix3Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix3Arb; + var _Matrix4Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix4Arb; + var _Matrix5Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix5Arb; + var _Matrix6Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix6Arb; + var _Matrix7Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix7Arb; + var _Matrix8Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix8Arb; + var _Matrix9Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix9Arb; + var _Matrix10Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix10Arb; + var _Matrix11Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix11Arb; + var _Matrix12Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix12Arb; + var _Matrix13Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix13Arb; + var _Matrix14Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix14Arb; + var _Matrix15Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix15Arb; + var _Matrix16Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix16Arb; + var _Matrix17Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix17Arb; + var _Matrix18Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix18Arb; + var _Matrix19Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix19Arb; + var _Matrix20Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix20Arb; + var _Matrix21Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix21Arb; + var _Matrix22Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix22Arb; + var _Matrix23Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix23Arb; + var _Matrix24Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix24Arb; + var _Matrix25Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix25Arb; + var _Matrix26Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix26Arb; + var _Matrix27Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix27Arb; + var _Matrix28Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix28Arb; + var _Matrix29Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix29Arb; + var _Matrix30Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix30Arb; + var _Matrix31Arb = OpenTK.Graphics.OpenGL.ArbFragmentProgram.Matrix31Arb; +} +static void Test_ArbFragmentProgramShadow_10323() { +} +static void Test_ArbFragmentShader_10324() { + var _FragmentShaderArb = OpenTK.Graphics.OpenGL.ArbFragmentShader.FragmentShaderArb; + var _MaxFragmentUniformComponentsArb = OpenTK.Graphics.OpenGL.ArbFragmentShader.MaxFragmentUniformComponentsArb; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.OpenGL.ArbFragmentShader.FragmentShaderDerivativeHintArb; +} +static void Test_ArbFramebufferNoAttachments_10325() { + var _FramebufferDefaultWidth = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.FramebufferDefaultWidth; + var _FramebufferDefaultHeight = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.FramebufferDefaultHeight; + var _FramebufferDefaultLayers = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.FramebufferDefaultLayers; + var _FramebufferDefaultSamples = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.FramebufferDefaultSamples; + var _FramebufferDefaultFixedSampleLocations = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.FramebufferDefaultFixedSampleLocations; + var _MaxFramebufferWidth = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.MaxFramebufferWidth; + var _MaxFramebufferHeight = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.MaxFramebufferHeight; + var _MaxFramebufferLayers = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.MaxFramebufferLayers; + var _MaxFramebufferSamples = OpenTK.Graphics.OpenGL.ArbFramebufferNoAttachments.MaxFramebufferSamples; +} +static void Test_ArbFramebufferObject_10326() { + var _InvalidFramebufferOperation = OpenTK.Graphics.OpenGL.ArbFramebufferObject.InvalidFramebufferOperation; + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentStencilSize; + var _FramebufferDefault = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferDefault; + var _FramebufferUndefined = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferUndefined; + var _DepthStencilAttachment = OpenTK.Graphics.OpenGL.ArbFramebufferObject.DepthStencilAttachment; + var _Index = OpenTK.Graphics.OpenGL.ArbFramebufferObject.Index; + var _MaxRenderbufferSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.MaxRenderbufferSize; + var _DepthStencil = OpenTK.Graphics.OpenGL.ArbFramebufferObject.DepthStencil; + var _UnsignedInt248 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.UnsignedInt248; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.Depth24Stencil8; + var _TextureStencilSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.TextureStencilSize; + var _TextureRedType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.TextureRedType; + var _TextureGreenType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.TextureGreenType; + var _TextureBlueType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.TextureBlueType; + var _TextureAlphaType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.TextureAlphaType; + var _TextureLuminanceType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.TextureLuminanceType; + var _TextureIntensityType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.TextureIntensityType; + var _TextureDepthType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.TextureDepthType; + var _UnsignedNormalized = OpenTK.Graphics.OpenGL.ArbFramebufferObject.UnsignedNormalized; + var _DrawFramebufferBinding = OpenTK.Graphics.OpenGL.ArbFramebufferObject.DrawFramebufferBinding; + var _FramebufferBinding = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferBinding; + var _ReadFramebuffer = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.OpenGL.ArbFramebufferObject.DrawFramebuffer; + var _ReadFramebufferBinding = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ReadFramebufferBinding; + var _RenderbufferSamples = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferSamples; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferAttachmentTextureLayer; + var _FramebufferComplete = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDrawBuffer = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferIncompleteDrawBuffer; + var _FramebufferIncompleteReadBuffer = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferIncompleteReadBuffer; + var _FramebufferUnsupported = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferUnsupported; + var _MaxColorAttachments = OpenTK.Graphics.OpenGL.ArbFramebufferObject.MaxColorAttachments; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.ColorAttachment15; + var _DepthAttachment = OpenTK.Graphics.OpenGL.ArbFramebufferObject.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.OpenGL.ArbFramebufferObject.StencilAttachment; + var _Framebuffer = OpenTK.Graphics.OpenGL.ArbFramebufferObject.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL.ArbFramebufferObject.Renderbuffer; + var _RenderbufferWidth = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferInternalFormat; + var _StencilIndex1 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.StencilIndex1; + var _StencilIndex4 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.StencilIndex4; + var _StencilIndex8 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.StencilIndex8; + var _StencilIndex16 = OpenTK.Graphics.OpenGL.ArbFramebufferObject.StencilIndex16; + var _RenderbufferRedSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.OpenGL.ArbFramebufferObject.RenderbufferStencilSize; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.OpenGL.ArbFramebufferObject.FramebufferIncompleteMultisample; + var _MaxSamples = OpenTK.Graphics.OpenGL.ArbFramebufferObject.MaxSamples; +} +static void Test_ArbFramebufferSrgb_10327() { + var _FramebufferSrgb = OpenTK.Graphics.OpenGL.ArbFramebufferSrgb.FramebufferSrgb; +} +static void Test_ArbGeometryShader4_10328() { + var _LinesAdjacencyArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.LinesAdjacencyArb; + var _LineStripAdjacencyArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.LineStripAdjacencyArb; + var _TrianglesAdjacencyArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.TrianglesAdjacencyArb; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.TriangleStripAdjacencyArb; + var _ProgramPointSizeArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.ProgramPointSizeArb; + var _MaxVaryingComponents = OpenTK.Graphics.OpenGL.ArbGeometryShader4.MaxVaryingComponents; + var _MaxGeometryTextureImageUnitsArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.MaxGeometryTextureImageUnitsArb; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL.ArbGeometryShader4.FramebufferAttachmentTextureLayer; + var _FramebufferAttachmentLayeredArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.FramebufferAttachmentLayeredArb; + var _FramebufferIncompleteLayerTargetsArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.FramebufferIncompleteLayerTargetsArb; + var _FramebufferIncompleteLayerCountArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.FramebufferIncompleteLayerCountArb; + var _GeometryShaderArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.GeometryShaderArb; + var _GeometryVerticesOutArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.GeometryVerticesOutArb; + var _GeometryInputTypeArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.GeometryInputTypeArb; + var _GeometryOutputTypeArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.GeometryOutputTypeArb; + var _MaxGeometryVaryingComponentsArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.MaxGeometryVaryingComponentsArb; + var _MaxVertexVaryingComponentsArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.MaxVertexVaryingComponentsArb; + var _MaxGeometryUniformComponentsArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.MaxGeometryUniformComponentsArb; + var _MaxGeometryOutputVerticesArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.MaxGeometryOutputVerticesArb; + var _MaxGeometryTotalOutputComponentsArb = OpenTK.Graphics.OpenGL.ArbGeometryShader4.MaxGeometryTotalOutputComponentsArb; +} +static void Test_ArbGetProgramBinary_10329() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.ArbGetProgramBinary.ProgramBinaryRetrievableHint; + var _ProgramBinaryLength = OpenTK.Graphics.OpenGL.ArbGetProgramBinary.ProgramBinaryLength; + var _NumProgramBinaryFormats = OpenTK.Graphics.OpenGL.ArbGetProgramBinary.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.OpenGL.ArbGetProgramBinary.ProgramBinaryFormats; +} +static void Test_ArbGpuShader5_10330() { + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL.ArbGpuShader5.GeometryShaderInvocations; + var _MaxGeometryShaderInvocations = OpenTK.Graphics.OpenGL.ArbGpuShader5.MaxGeometryShaderInvocations; + var _MinFragmentInterpolationOffset = OpenTK.Graphics.OpenGL.ArbGpuShader5.MinFragmentInterpolationOffset; + var _MaxFragmentInterpolationOffset = OpenTK.Graphics.OpenGL.ArbGpuShader5.MaxFragmentInterpolationOffset; + var _FragmentInterpolationOffsetBits = OpenTK.Graphics.OpenGL.ArbGpuShader5.FragmentInterpolationOffsetBits; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL.ArbGpuShader5.MaxVertexStreams; +} +static void Test_ArbGpuShaderFp64_10331() { + var _Double = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.Double; + var _DoubleMat2 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL.ArbGpuShaderFp64.DoubleVec4; +} +static void Test_ArbHalfFloatPixel_10332() { + var _HalfFloatArb = OpenTK.Graphics.OpenGL.ArbHalfFloatPixel.HalfFloatArb; +} +static void Test_ArbHalfFloatVertex_10333() { + var _HalfFloat = OpenTK.Graphics.OpenGL.ArbHalfFloatVertex.HalfFloat; +} +static void Test_ArbImaging_10334() { + var _ConstantColor = OpenTK.Graphics.OpenGL.ArbImaging.ConstantColor; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL.ArbImaging.OneMinusConstantColor; + var _ConstantAlpha = OpenTK.Graphics.OpenGL.ArbImaging.ConstantAlpha; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL.ArbImaging.OneMinusConstantAlpha; + var _BlendColor = OpenTK.Graphics.OpenGL.ArbImaging.BlendColor; + var _FuncAdd = OpenTK.Graphics.OpenGL.ArbImaging.FuncAdd; + var _Min = OpenTK.Graphics.OpenGL.ArbImaging.Min; + var _Max = OpenTK.Graphics.OpenGL.ArbImaging.Max; + var _BlendEquation = OpenTK.Graphics.OpenGL.ArbImaging.BlendEquation; + var _FuncSubtract = OpenTK.Graphics.OpenGL.ArbImaging.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.OpenGL.ArbImaging.FuncReverseSubtract; + var _Convolution1D = OpenTK.Graphics.OpenGL.ArbImaging.Convolution1D; + var _Convolution2D = OpenTK.Graphics.OpenGL.ArbImaging.Convolution2D; + var _Separable2D = OpenTK.Graphics.OpenGL.ArbImaging.Separable2D; + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL.ArbImaging.ConvolutionBorderMode; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL.ArbImaging.ConvolutionFilterScale; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL.ArbImaging.ConvolutionFilterBias; + var _Reduce = OpenTK.Graphics.OpenGL.ArbImaging.Reduce; + var _ConvolutionFormat = OpenTK.Graphics.OpenGL.ArbImaging.ConvolutionFormat; + var _ConvolutionWidth = OpenTK.Graphics.OpenGL.ArbImaging.ConvolutionWidth; + var _ConvolutionHeight = OpenTK.Graphics.OpenGL.ArbImaging.ConvolutionHeight; + var _MaxConvolutionWidth = OpenTK.Graphics.OpenGL.ArbImaging.MaxConvolutionWidth; + var _MaxConvolutionHeight = OpenTK.Graphics.OpenGL.ArbImaging.MaxConvolutionHeight; + var _PostConvolutionRedScale = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionRedScale; + var _PostConvolutionGreenScale = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionGreenScale; + var _PostConvolutionBlueScale = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionBlueScale; + var _PostConvolutionAlphaScale = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionAlphaScale; + var _PostConvolutionRedBias = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionRedBias; + var _PostConvolutionGreenBias = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionGreenBias; + var _PostConvolutionBlueBias = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionBlueBias; + var _PostConvolutionAlphaBias = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionAlphaBias; + var _Histogram = OpenTK.Graphics.OpenGL.ArbImaging.Histogram; + var _ProxyHistogram = OpenTK.Graphics.OpenGL.ArbImaging.ProxyHistogram; + var _HistogramWidth = OpenTK.Graphics.OpenGL.ArbImaging.HistogramWidth; + var _HistogramFormat = OpenTK.Graphics.OpenGL.ArbImaging.HistogramFormat; + var _HistogramRedSize = OpenTK.Graphics.OpenGL.ArbImaging.HistogramRedSize; + var _HistogramGreenSize = OpenTK.Graphics.OpenGL.ArbImaging.HistogramGreenSize; + var _HistogramBlueSize = OpenTK.Graphics.OpenGL.ArbImaging.HistogramBlueSize; + var _HistogramAlphaSize = OpenTK.Graphics.OpenGL.ArbImaging.HistogramAlphaSize; + var _HistogramLuminanceSize = OpenTK.Graphics.OpenGL.ArbImaging.HistogramLuminanceSize; + var _HistogramSink = OpenTK.Graphics.OpenGL.ArbImaging.HistogramSink; + var _Minmax = OpenTK.Graphics.OpenGL.ArbImaging.Minmax; + var _MinmaxFormat = OpenTK.Graphics.OpenGL.ArbImaging.MinmaxFormat; + var _MinmaxSink = OpenTK.Graphics.OpenGL.ArbImaging.MinmaxSink; + var _TableTooLarge = OpenTK.Graphics.OpenGL.ArbImaging.TableTooLarge; + var _ColorMatrix = OpenTK.Graphics.OpenGL.ArbImaging.ColorMatrix; + var _ColorMatrixStackDepth = OpenTK.Graphics.OpenGL.ArbImaging.ColorMatrixStackDepth; + var _MaxColorMatrixStackDepth = OpenTK.Graphics.OpenGL.ArbImaging.MaxColorMatrixStackDepth; + var _PostColorMatrixRedScale = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixRedScale; + var _PostColorMatrixGreenScale = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixGreenScale; + var _PostColorMatrixBlueScale = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixBlueScale; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixAlphaScale; + var _PostColorMatrixRedBias = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixRedBias; + var _PostColorMatrixGreenBias = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixGreenBias; + var _PostColorMatrixBlueBias = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixBlueBias; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixAlphaBias; + var _ColorTable = OpenTK.Graphics.OpenGL.ArbImaging.ColorTable; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL.ArbImaging.PostConvolutionColorTable; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL.ArbImaging.PostColorMatrixColorTable; + var _ProxyColorTable = OpenTK.Graphics.OpenGL.ArbImaging.ProxyColorTable; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.OpenGL.ArbImaging.ProxyPostConvolutionColorTable; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.OpenGL.ArbImaging.ProxyPostColorMatrixColorTable; + var _ColorTableScale = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableScale; + var _ColorTableBias = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableBias; + var _ColorTableFormat = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableFormat; + var _ColorTableWidth = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableWidth; + var _ColorTableRedSize = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableRedSize; + var _ColorTableGreenSize = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableGreenSize; + var _ColorTableBlueSize = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableBlueSize; + var _ColorTableAlphaSize = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableAlphaSize; + var _ColorTableLuminanceSize = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableLuminanceSize; + var _ColorTableIntensitySize = OpenTK.Graphics.OpenGL.ArbImaging.ColorTableIntensitySize; + var _ConstantBorder = OpenTK.Graphics.OpenGL.ArbImaging.ConstantBorder; + var _ReplicateBorder = OpenTK.Graphics.OpenGL.ArbImaging.ReplicateBorder; + var _ConvolutionBorderColor = OpenTK.Graphics.OpenGL.ArbImaging.ConvolutionBorderColor; +} +static void Test_ArbIndirectParameters_10335() { + var _ParameterBufferArb = OpenTK.Graphics.OpenGL.ArbIndirectParameters.ParameterBufferArb; + var _ParameterBufferBindingArb = OpenTK.Graphics.OpenGL.ArbIndirectParameters.ParameterBufferBindingArb; +} +static void Test_ArbInstancedArrays_10336() { + var _VertexAttribArrayDivisorArb = OpenTK.Graphics.OpenGL.ArbInstancedArrays.VertexAttribArrayDivisorArb; +} +static void Test_ArbInternalformatQuery_10337() { + var _NumSampleCounts = OpenTK.Graphics.OpenGL.ArbInternalformatQuery.NumSampleCounts; +} +static void Test_ArbInternalformatQuery2_10338() { + var _Texture1D = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Texture2D; + var _Texture3D = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Texture3D; + var _Samples = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Samples; + var _InternalformatSupported = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatSupported; + var _InternalformatPreferred = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatPreferred; + var _InternalformatRedSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatRedSize; + var _InternalformatGreenSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatGreenSize; + var _InternalformatBlueSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatBlueSize; + var _InternalformatAlphaSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatAlphaSize; + var _InternalformatDepthSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatDepthSize; + var _InternalformatStencilSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatStencilSize; + var _InternalformatSharedSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatSharedSize; + var _InternalformatRedType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatRedType; + var _InternalformatGreenType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatGreenType; + var _InternalformatBlueType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatBlueType; + var _InternalformatAlphaType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatAlphaType; + var _InternalformatDepthType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatDepthType; + var _InternalformatStencilType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.InternalformatStencilType; + var _MaxWidth = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.MaxWidth; + var _MaxHeight = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.MaxHeight; + var _MaxDepth = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.MaxDepth; + var _MaxLayers = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.MaxLayers; + var _MaxCombinedDimensions = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.MaxCombinedDimensions; + var _ColorComponents = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ColorComponents; + var _DepthComponents = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.DepthComponents; + var _StencilComponents = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.StencilComponents; + var _ColorRenderable = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ColorRenderable; + var _DepthRenderable = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.DepthRenderable; + var _StencilRenderable = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.StencilRenderable; + var _FramebufferRenderable = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.FramebufferRenderable; + var _FramebufferRenderableLayered = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.FramebufferRenderableLayered; + var _FramebufferBlend = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.FramebufferBlend; + var _ReadPixels = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ReadPixels; + var _ReadPixelsFormat = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ReadPixelsFormat; + var _ReadPixelsType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ReadPixelsType; + var _TextureImageFormat = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureImageFormat; + var _TextureImageType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureImageType; + var _GetTextureImageFormat = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.GetTextureImageFormat; + var _GetTextureImageType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.GetTextureImageType; + var _Mipmap = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Mipmap; + var _ManualGenerateMipmap = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ManualGenerateMipmap; + var _AutoGenerateMipmap = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.AutoGenerateMipmap; + var _ColorEncoding = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ColorEncoding; + var _SrgbRead = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.SrgbRead; + var _SrgbWrite = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.SrgbWrite; + var _SrgbDecodeArb = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.SrgbDecodeArb; + var _Filter = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Filter; + var _VertexTexture = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.VertexTexture; + var _TessControlTexture = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TessControlTexture; + var _TessEvaluationTexture = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TessEvaluationTexture; + var _GeometryTexture = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.GeometryTexture; + var _FragmentTexture = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.FragmentTexture; + var _ComputeTexture = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ComputeTexture; + var _TextureShadow = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureShadow; + var _TextureGather = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureGather; + var _TextureGatherShadow = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureGatherShadow; + var _ShaderImageLoad = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ShaderImageLoad; + var _ShaderImageStore = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ShaderImageStore; + var _ShaderImageAtomic = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ShaderImageAtomic; + var _ImageTexelSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageTexelSize; + var _ImageCompatibilityClass = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageCompatibilityClass; + var _ImagePixelFormat = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImagePixelFormat; + var _ImagePixelType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImagePixelType; + var _SimultaneousTextureAndDepthTest = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.SimultaneousTextureAndDepthTest; + var _SimultaneousTextureAndStencilTest = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.SimultaneousTextureAndStencilTest; + var _SimultaneousTextureAndDepthWrite = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.SimultaneousTextureAndDepthWrite; + var _SimultaneousTextureAndStencilWrite = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.SimultaneousTextureAndStencilWrite; + var _TextureCompressedBlockWidth = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureCompressedBlockWidth; + var _TextureCompressedBlockHeight = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureCompressedBlockHeight; + var _TextureCompressedBlockSize = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureCompressedBlockSize; + var _ClearBuffer = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ClearBuffer; + var _TextureView = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureView; + var _ViewCompatibilityClass = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewCompatibilityClass; + var _FullSupport = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.FullSupport; + var _CaveatSupport = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.CaveatSupport; + var _ImageClass4X32 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass4X32; + var _ImageClass2X32 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass2X32; + var _ImageClass1X32 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass1X32; + var _ImageClass4X16 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass4X16; + var _ImageClass2X16 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass2X16; + var _ImageClass1X16 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass1X16; + var _ImageClass4X8 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass4X8; + var _ImageClass2X8 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass2X8; + var _ImageClass1X8 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass1X8; + var _ImageClass111110 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass111110; + var _ImageClass1010102 = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageClass1010102; + var _ViewClass128Bits = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClass128Bits; + var _ViewClass96Bits = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClass96Bits; + var _ViewClass64Bits = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClass64Bits; + var _ViewClass48Bits = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClass48Bits; + var _ViewClass32Bits = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClass32Bits; + var _ViewClass24Bits = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClass24Bits; + var _ViewClass16Bits = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClass16Bits; + var _ViewClass8Bits = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClass8Bits; + var _ViewClassS3tcDxt1Rgb = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClassS3tcDxt1Rgb; + var _ViewClassS3tcDxt1Rgba = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClassS3tcDxt1Rgba; + var _ViewClassS3tcDxt3Rgba = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClassS3tcDxt3Rgba; + var _ViewClassS3tcDxt5Rgba = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClassS3tcDxt5Rgba; + var _ViewClassRgtc1Red = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClassRgtc1Red; + var _ViewClassRgtc2Rg = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClassRgtc2Rg; + var _ViewClassBptcUnorm = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClassBptcUnorm; + var _ViewClassBptcFloat = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ViewClassBptcFloat; + var _TextureRectangle = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureCubeMap; + var _TextureCompressed = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureCompressed; + var _Texture1DArray = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Texture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Texture2DArray; + var _TextureBuffer = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureBuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Renderbuffer; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.TextureCubeMapArray; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.ImageFormatCompatibilityType; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Texture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.Texture2DMultisampleArray; + var _NumSampleCounts = OpenTK.Graphics.OpenGL.ArbInternalformatQuery2.NumSampleCounts; +} +static void Test_ArbInvalidateSubdata_10339() { +} +static void Test_ArbMapBufferAlignment_10340() { + var _MinMapBufferAlignment = OpenTK.Graphics.OpenGL.ArbMapBufferAlignment.MinMapBufferAlignment; +} +static void Test_ArbMapBufferRange_10341() { + var _MapReadBit = OpenTK.Graphics.OpenGL.ArbMapBufferRange.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL.ArbMapBufferRange.MapWriteBit; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL.ArbMapBufferRange.MapInvalidateRangeBit; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL.ArbMapBufferRange.MapInvalidateBufferBit; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL.ArbMapBufferRange.MapFlushExplicitBit; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL.ArbMapBufferRange.MapUnsynchronizedBit; +} +static void Test_ArbMatrixPalette_10342() { + var _MatrixPaletteArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.MatrixPaletteArb; + var _MaxMatrixPaletteStackDepthArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.MaxMatrixPaletteStackDepthArb; + var _MaxPaletteMatricesArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.MaxPaletteMatricesArb; + var _CurrentPaletteMatrixArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.CurrentPaletteMatrixArb; + var _MatrixIndexArrayArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.MatrixIndexArrayArb; + var _CurrentMatrixIndexArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.CurrentMatrixIndexArb; + var _MatrixIndexArraySizeArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.MatrixIndexArraySizeArb; + var _MatrixIndexArrayTypeArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.MatrixIndexArrayTypeArb; + var _MatrixIndexArrayStrideArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.MatrixIndexArrayStrideArb; + var _MatrixIndexArrayPointerArb = OpenTK.Graphics.OpenGL.ArbMatrixPalette.MatrixIndexArrayPointerArb; +} +static void Test_ArbMultiBind_10343() { +} +static void Test_ArbMultiDrawIndirect_10344() { +} +static void Test_ArbMultisample_10345() { + var _MultisampleBitArb = OpenTK.Graphics.OpenGL.ArbMultisample.MultisampleBitArb; + var _MultisampleArb = OpenTK.Graphics.OpenGL.ArbMultisample.MultisampleArb; + var _SampleAlphaToCoverageArb = OpenTK.Graphics.OpenGL.ArbMultisample.SampleAlphaToCoverageArb; + var _SampleAlphaToOneArb = OpenTK.Graphics.OpenGL.ArbMultisample.SampleAlphaToOneArb; + var _SampleCoverageArb = OpenTK.Graphics.OpenGL.ArbMultisample.SampleCoverageArb; + var _SampleBuffersArb = OpenTK.Graphics.OpenGL.ArbMultisample.SampleBuffersArb; + var _SamplesArb = OpenTK.Graphics.OpenGL.ArbMultisample.SamplesArb; + var _SampleCoverageValueArb = OpenTK.Graphics.OpenGL.ArbMultisample.SampleCoverageValueArb; + var _SampleCoverageInvertArb = OpenTK.Graphics.OpenGL.ArbMultisample.SampleCoverageInvertArb; +} +static void Test_ArbMultitexture_10346() { + var _Texture0Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture0Arb; + var _Texture1Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture1Arb; + var _Texture2Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture2Arb; + var _Texture3Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture3Arb; + var _Texture4Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture4Arb; + var _Texture5Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture5Arb; + var _Texture6Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture6Arb; + var _Texture7Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture7Arb; + var _Texture8Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture8Arb; + var _Texture9Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture9Arb; + var _Texture10Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture10Arb; + var _Texture11Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture11Arb; + var _Texture12Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture12Arb; + var _Texture13Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture13Arb; + var _Texture14Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture14Arb; + var _Texture15Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture15Arb; + var _Texture16Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture16Arb; + var _Texture17Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture17Arb; + var _Texture18Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture18Arb; + var _Texture19Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture19Arb; + var _Texture20Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture20Arb; + var _Texture21Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture21Arb; + var _Texture22Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture22Arb; + var _Texture23Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture23Arb; + var _Texture24Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture24Arb; + var _Texture25Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture25Arb; + var _Texture26Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture26Arb; + var _Texture27Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture27Arb; + var _Texture28Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture28Arb; + var _Texture29Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture29Arb; + var _Texture30Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture30Arb; + var _Texture31Arb = OpenTK.Graphics.OpenGL.ArbMultitexture.Texture31Arb; + var _ActiveTextureArb = OpenTK.Graphics.OpenGL.ArbMultitexture.ActiveTextureArb; + var _ClientActiveTextureArb = OpenTK.Graphics.OpenGL.ArbMultitexture.ClientActiveTextureArb; + var _MaxTextureUnitsArb = OpenTK.Graphics.OpenGL.ArbMultitexture.MaxTextureUnitsArb; +} +static void Test_ArbOcclusionQuery_10347() { + var _QueryCounterBitsArb = OpenTK.Graphics.OpenGL.ArbOcclusionQuery.QueryCounterBitsArb; + var _CurrentQueryArb = OpenTK.Graphics.OpenGL.ArbOcclusionQuery.CurrentQueryArb; + var _QueryResultArb = OpenTK.Graphics.OpenGL.ArbOcclusionQuery.QueryResultArb; + var _QueryResultAvailableArb = OpenTK.Graphics.OpenGL.ArbOcclusionQuery.QueryResultAvailableArb; + var _SamplesPassedArb = OpenTK.Graphics.OpenGL.ArbOcclusionQuery.SamplesPassedArb; +} +static void Test_ArbOcclusionQuery2_10348() { + var _AnySamplesPassed = OpenTK.Graphics.OpenGL.ArbOcclusionQuery2.AnySamplesPassed; +} +static void Test_ArbPixelBufferObject_10349() { + var _PixelPackBufferArb = OpenTK.Graphics.OpenGL.ArbPixelBufferObject.PixelPackBufferArb; + var _PixelUnpackBufferArb = OpenTK.Graphics.OpenGL.ArbPixelBufferObject.PixelUnpackBufferArb; + var _PixelPackBufferBindingArb = OpenTK.Graphics.OpenGL.ArbPixelBufferObject.PixelPackBufferBindingArb; + var _PixelUnpackBufferBindingArb = OpenTK.Graphics.OpenGL.ArbPixelBufferObject.PixelUnpackBufferBindingArb; +} +static void Test_ArbPointParameters_10350() { + var _PointSizeMinArb = OpenTK.Graphics.OpenGL.ArbPointParameters.PointSizeMinArb; + var _PointSizeMaxArb = OpenTK.Graphics.OpenGL.ArbPointParameters.PointSizeMaxArb; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.OpenGL.ArbPointParameters.PointFadeThresholdSizeArb; + var _PointDistanceAttenuationArb = OpenTK.Graphics.OpenGL.ArbPointParameters.PointDistanceAttenuationArb; +} +static void Test_ArbPointSprite_10351() { + var _PointSpriteArb = OpenTK.Graphics.OpenGL.ArbPointSprite.PointSpriteArb; + var _CoordReplaceArb = OpenTK.Graphics.OpenGL.ArbPointSprite.CoordReplaceArb; +} +static void Test_ArbProgramInterfaceQuery_10352() { + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.CompatibleSubroutines; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.AtomicCounterBuffer; + var _Uniform = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.Uniform; + var _UniformBlock = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.UniformBlock; + var _ProgramInput = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ProgramInput; + var _ProgramOutput = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ProgramOutput; + var _BufferVariable = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.BufferVariable; + var _ShaderStorageBlock = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ShaderStorageBlock; + var _IsPerPatch = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.IsPerPatch; + var _VertexSubroutine = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.VertexSubroutine; + var _TessControlSubroutine = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.TessControlSubroutine; + var _TessEvaluationSubroutine = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.TessEvaluationSubroutine; + var _GeometrySubroutine = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.GeometrySubroutine; + var _FragmentSubroutine = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.FragmentSubroutine; + var _ComputeSubroutine = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ComputeSubroutine; + var _VertexSubroutineUniform = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.VertexSubroutineUniform; + var _TessControlSubroutineUniform = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.TessControlSubroutineUniform; + var _TessEvaluationSubroutineUniform = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.TessEvaluationSubroutineUniform; + var _GeometrySubroutineUniform = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.GeometrySubroutineUniform; + var _FragmentSubroutineUniform = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.FragmentSubroutineUniform; + var _ComputeSubroutineUniform = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ComputeSubroutineUniform; + var _TransformFeedbackVarying = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.TransformFeedbackVarying; + var _ActiveResources = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ActiveResources; + var _MaxNameLength = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.MaxNameLength; + var _MaxNumActiveVariables = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.MaxNumActiveVariables; + var _MaxNumCompatibleSubroutines = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.MaxNumCompatibleSubroutines; + var _NameLength = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.NameLength; + var _Type = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.Type; + var _ArraySize = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ArraySize; + var _Offset = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.Offset; + var _BlockIndex = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.BlockIndex; + var _ArrayStride = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ArrayStride; + var _MatrixStride = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.MatrixStride; + var _IsRowMajor = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.IsRowMajor; + var _AtomicCounterBufferIndex = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.AtomicCounterBufferIndex; + var _BufferBinding = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.BufferBinding; + var _BufferDataSize = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.BufferDataSize; + var _NumActiveVariables = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.NumActiveVariables; + var _ActiveVariables = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ActiveVariables; + var _ReferencedByVertexShader = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ReferencedByVertexShader; + var _ReferencedByTessControlShader = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ReferencedByTessControlShader; + var _ReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ReferencedByTessEvaluationShader; + var _ReferencedByGeometryShader = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ReferencedByGeometryShader; + var _ReferencedByFragmentShader = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ReferencedByFragmentShader; + var _ReferencedByComputeShader = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.ReferencedByComputeShader; + var _TopLevelArraySize = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.TopLevelArraySize; + var _TopLevelArrayStride = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.TopLevelArrayStride; + var _Location = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.Location; + var _LocationIndex = OpenTK.Graphics.OpenGL.ArbProgramInterfaceQuery.LocationIndex; +} +static void Test_ArbProvokingVertex_10353() { + var _QuadsFollowProvokingVertexConvention = OpenTK.Graphics.OpenGL.ArbProvokingVertex.QuadsFollowProvokingVertexConvention; + var _FirstVertexConvention = OpenTK.Graphics.OpenGL.ArbProvokingVertex.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL.ArbProvokingVertex.LastVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL.ArbProvokingVertex.ProvokingVertex; +} +static void Test_ArbQueryBufferObject_10354() { + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL.ArbQueryBufferObject.QueryBufferBarrierBit; + var _QueryBuffer = OpenTK.Graphics.OpenGL.ArbQueryBufferObject.QueryBuffer; + var _QueryBufferBinding = OpenTK.Graphics.OpenGL.ArbQueryBufferObject.QueryBufferBinding; + var _QueryResultNoWait = OpenTK.Graphics.OpenGL.ArbQueryBufferObject.QueryResultNoWait; +} +static void Test_ArbRobustBufferAccessBehavior_10355() { +} +static void Test_ArbRobustness_10356() { + var _NoError = OpenTK.Graphics.OpenGL.ArbRobustness.NoError; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.OpenGL.ArbRobustness.ContextFlagRobustAccessBitArb; + var _LoseContextOnResetArb = OpenTK.Graphics.OpenGL.ArbRobustness.LoseContextOnResetArb; + var _GuiltyContextResetArb = OpenTK.Graphics.OpenGL.ArbRobustness.GuiltyContextResetArb; + var _InnocentContextResetArb = OpenTK.Graphics.OpenGL.ArbRobustness.InnocentContextResetArb; + var _UnknownContextResetArb = OpenTK.Graphics.OpenGL.ArbRobustness.UnknownContextResetArb; + var _ResetNotificationStrategyArb = OpenTK.Graphics.OpenGL.ArbRobustness.ResetNotificationStrategyArb; + var _NoResetNotificationArb = OpenTK.Graphics.OpenGL.ArbRobustness.NoResetNotificationArb; +} +static void Test_ArbRobustnessIsolation_10357() { +} +static void Test_ArbSamplerObjects_10358() { + var _SamplerBinding = OpenTK.Graphics.OpenGL.ArbSamplerObjects.SamplerBinding; +} +static void Test_ArbSampleShading_10359() { + var _SampleShadingArb = OpenTK.Graphics.OpenGL.ArbSampleShading.SampleShadingArb; + var _MinSampleShadingValueArb = OpenTK.Graphics.OpenGL.ArbSampleShading.MinSampleShadingValueArb; +} +static void Test_ArbSeamlessCubeMap_10360() { + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL.ArbSeamlessCubeMap.TextureCubeMapSeamless; +} +static void Test_ArbSeamlessCubemapPerTexture_10361() { + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL.ArbSeamlessCubemapPerTexture.TextureCubeMapSeamless; +} +static void Test_ArbSeparateShaderObjects_10362() { + var _VertexShaderBit = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.VertexShaderBit; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.FragmentShaderBit; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.GeometryShaderBit; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.TessControlShaderBit; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.TessEvaluationShaderBit; + var _ProgramSeparable = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.ProgramSeparable; + var _ActiveProgram = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.ActiveProgram; + var _ProgramPipelineBinding = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.ProgramPipelineBinding; + var _AllShaderBits = OpenTK.Graphics.OpenGL.ArbSeparateShaderObjects.AllShaderBits; +} +static void Test_ArbShaderAtomicCounters_10363() { + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBuffer; + var _AtomicCounterBufferBinding = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferBinding; + var _AtomicCounterBufferStart = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferStart; + var _AtomicCounterBufferSize = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferSize; + var _AtomicCounterBufferDataSize = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferDataSize; + var _AtomicCounterBufferActiveAtomicCounters = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferActiveAtomicCounters; + var _AtomicCounterBufferActiveAtomicCounterIndices = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferActiveAtomicCounterIndices; + var _AtomicCounterBufferReferencedByVertexShader = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByVertexShader; + var _AtomicCounterBufferReferencedByTessControlShader = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByTessControlShader; + var _AtomicCounterBufferReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByTessEvaluationShader; + var _AtomicCounterBufferReferencedByGeometryShader = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByGeometryShader; + var _AtomicCounterBufferReferencedByFragmentShader = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByFragmentShader; + var _MaxVertexAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxVertexAtomicCounterBuffers; + var _MaxTessControlAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxTessControlAtomicCounterBuffers; + var _MaxTessEvaluationAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxTessEvaluationAtomicCounterBuffers; + var _MaxGeometryAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxGeometryAtomicCounterBuffers; + var _MaxFragmentAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxFragmentAtomicCounterBuffers; + var _MaxCombinedAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxCombinedAtomicCounterBuffers; + var _MaxVertexAtomicCounters = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxVertexAtomicCounters; + var _MaxTessControlAtomicCounters = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxTessControlAtomicCounters; + var _MaxTessEvaluationAtomicCounters = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxTessEvaluationAtomicCounters; + var _MaxGeometryAtomicCounters = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxGeometryAtomicCounters; + var _MaxFragmentAtomicCounters = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxFragmentAtomicCounters; + var _MaxCombinedAtomicCounters = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxCombinedAtomicCounters; + var _MaxAtomicCounterBufferSize = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxAtomicCounterBufferSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.ActiveAtomicCounterBuffers; + var _UniformAtomicCounterBufferIndex = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.UniformAtomicCounterBufferIndex; + var _UnsignedIntAtomicCounter = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.UnsignedIntAtomicCounter; + var _MaxAtomicCounterBufferBindings = OpenTK.Graphics.OpenGL.ArbShaderAtomicCounters.MaxAtomicCounterBufferBindings; +} +static void Test_ArbShaderBitEncoding_10364() { +} +static void Test_ArbShaderDrawParameters_10365() { +} +static void Test_ArbShaderGroupVote_10366() { +} +static void Test_ArbShaderImageLoadStore_10367() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.VertexAttribArrayBarrierBit; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ElementArrayBarrierBit; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UniformBarrierBit; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.TextureFetchBarrierBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ShaderImageAccessBarrierBit; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.CommandBarrierBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.PixelBufferBarrierBit; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.TextureUpdateBarrierBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.BufferUpdateBarrierBit; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.FramebufferBarrierBit; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.TransformFeedbackBarrierBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.AtomicCounterBarrierBit; + var _MaxImageUnits = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxImageUnits; + var _MaxCombinedImageUnitsAndFragmentOutputs = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxCombinedImageUnitsAndFragmentOutputs; + var _ImageBindingName = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageBindingName; + var _ImageBindingLevel = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageBindingLevel; + var _ImageBindingLayered = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageBindingLayered; + var _ImageBindingLayer = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageBindingLayer; + var _ImageBindingAccess = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageBindingAccess; + var _Image1D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.Image1D; + var _Image2D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.Image2D; + var _Image3D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.Image3D; + var _Image2DRect = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.Image2DRect; + var _ImageCube = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageCube; + var _ImageBuffer = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageBuffer; + var _Image1DArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.Image1DArray; + var _Image2DArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.Image2DArray; + var _ImageCubeMapArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageCubeMapArray; + var _Image2DMultisample = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.Image2DMultisample; + var _Image2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.Image2DMultisampleArray; + var _IntImage1D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImage1D; + var _IntImage2D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImage2D; + var _IntImage3D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImage3D; + var _IntImage2DRect = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImage2DRect; + var _IntImageCube = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImageCube; + var _IntImageBuffer = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImageBuffer; + var _IntImage1DArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImage1DArray; + var _IntImage2DArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImage2DArray; + var _IntImageCubeMapArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImageCubeMapArray; + var _IntImage2DMultisample = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImage2DMultisample; + var _IntImage2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.IntImage2DMultisampleArray; + var _UnsignedIntImage1D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImage1D; + var _UnsignedIntImage2D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImage2D; + var _UnsignedIntImage3D = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImage3D; + var _UnsignedIntImage2DRect = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImage2DRect; + var _UnsignedIntImageCube = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImageCube; + var _UnsignedIntImageBuffer = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImageBuffer; + var _UnsignedIntImage1DArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImage1DArray; + var _UnsignedIntImage2DArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImage2DArray; + var _UnsignedIntImageCubeMapArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImageCubeMapArray; + var _UnsignedIntImage2DMultisample = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImage2DMultisample; + var _UnsignedIntImage2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.UnsignedIntImage2DMultisampleArray; + var _MaxImageSamples = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxImageSamples; + var _ImageBindingFormat = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageBindingFormat; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageFormatCompatibilityType; + var _ImageFormatCompatibilityBySize = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageFormatCompatibilityBySize; + var _ImageFormatCompatibilityByClass = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.ImageFormatCompatibilityByClass; + var _MaxVertexImageUniforms = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxVertexImageUniforms; + var _MaxTessControlImageUniforms = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxTessControlImageUniforms; + var _MaxTessEvaluationImageUniforms = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxTessEvaluationImageUniforms; + var _MaxGeometryImageUniforms = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxGeometryImageUniforms; + var _MaxFragmentImageUniforms = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxFragmentImageUniforms; + var _MaxCombinedImageUniforms = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.MaxCombinedImageUniforms; + var _AllBarrierBits = OpenTK.Graphics.OpenGL.ArbShaderImageLoadStore.AllBarrierBits; +} +static void Test_ArbShaderImageSize_10368() { +} +static void Test_ArbShaderObjects_10369() { + var _ProgramObjectArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ProgramObjectArb; + var _ShaderObjectArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ShaderObjectArb; + var _ObjectTypeArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectTypeArb; + var _ObjectSubtypeArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectSubtypeArb; + var _FloatVec2Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.FloatVec2Arb; + var _FloatVec3Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.FloatVec3Arb; + var _FloatVec4Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.FloatVec4Arb; + var _IntVec2Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.IntVec2Arb; + var _IntVec3Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.IntVec3Arb; + var _IntVec4Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.IntVec4Arb; + var _BoolArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.BoolArb; + var _BoolVec2Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.BoolVec2Arb; + var _BoolVec3Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.BoolVec3Arb; + var _BoolVec4Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.BoolVec4Arb; + var _FloatMat2Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.FloatMat2Arb; + var _FloatMat3Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.FloatMat3Arb; + var _FloatMat4Arb = OpenTK.Graphics.OpenGL.ArbShaderObjects.FloatMat4Arb; + var _Sampler1DArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.Sampler1DArb; + var _Sampler2DArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.Sampler2DArb; + var _Sampler3DArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.Sampler3DArb; + var _SamplerCubeArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.SamplerCubeArb; + var _Sampler1DShadowArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.Sampler1DShadowArb; + var _Sampler2DShadowArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.Sampler2DShadowArb; + var _Sampler2DRectArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.Sampler2DRectArb; + var _Sampler2DRectShadowArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.Sampler2DRectShadowArb; + var _ObjectDeleteStatusArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectDeleteStatusArb; + var _ObjectCompileStatusArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectCompileStatusArb; + var _ObjectLinkStatusArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectLinkStatusArb; + var _ObjectValidateStatusArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectValidateStatusArb; + var _ObjectInfoLogLengthArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectInfoLogLengthArb; + var _ObjectAttachedObjectsArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectAttachedObjectsArb; + var _ObjectActiveUniformsArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectActiveUniformsArb; + var _ObjectActiveUniformMaxLengthArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectActiveUniformMaxLengthArb; + var _ObjectShaderSourceLengthArb = OpenTK.Graphics.OpenGL.ArbShaderObjects.ObjectShaderSourceLengthArb; +} +static void Test_ArbShaderPrecision_10370() { +} +static void Test_ArbShaderStencilExport_10371() { +} +static void Test_ArbShaderStorageBufferObject_10372() { + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.ShaderStorageBarrierBit; + var _MaxCombinedImageUnitsAndFragmentOutputs = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxCombinedImageUnitsAndFragmentOutputs; + var _MaxCombinedShaderOutputResources = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxCombinedShaderOutputResources; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.ShaderStorageBuffer; + var _ShaderStorageBufferBinding = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.ShaderStorageBufferBinding; + var _ShaderStorageBufferStart = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.ShaderStorageBufferStart; + var _ShaderStorageBufferSize = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.ShaderStorageBufferSize; + var _MaxVertexShaderStorageBlocks = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxVertexShaderStorageBlocks; + var _MaxGeometryShaderStorageBlocks = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxGeometryShaderStorageBlocks; + var _MaxTessControlShaderStorageBlocks = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxTessControlShaderStorageBlocks; + var _MaxTessEvaluationShaderStorageBlocks = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxTessEvaluationShaderStorageBlocks; + var _MaxFragmentShaderStorageBlocks = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxFragmentShaderStorageBlocks; + var _MaxComputeShaderStorageBlocks = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxComputeShaderStorageBlocks; + var _MaxCombinedShaderStorageBlocks = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxCombinedShaderStorageBlocks; + var _MaxShaderStorageBufferBindings = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxShaderStorageBufferBindings; + var _MaxShaderStorageBlockSize = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.MaxShaderStorageBlockSize; + var _ShaderStorageBufferOffsetAlignment = OpenTK.Graphics.OpenGL.ArbShaderStorageBufferObject.ShaderStorageBufferOffsetAlignment; +} +static void Test_ArbShaderSubroutine_10373() { + var _UniformSize = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.UniformNameLength; + var _ActiveSubroutines = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.ActiveSubroutines; + var _ActiveSubroutineUniforms = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.ActiveSubroutineUniforms; + var _MaxSubroutines = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.MaxSubroutines; + var _MaxSubroutineUniformLocations = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.MaxSubroutineUniformLocations; + var _ActiveSubroutineUniformLocations = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.ActiveSubroutineUniformLocations; + var _ActiveSubroutineMaxLength = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.ActiveSubroutineMaxLength; + var _ActiveSubroutineUniformMaxLength = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.ActiveSubroutineUniformMaxLength; + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL.ArbShaderSubroutine.CompatibleSubroutines; +} +static void Test_ArbShaderTextureLod_10374() { +} +static void Test_ArbShadingLanguage100_10375() { + var _ShadingLanguageVersionArb = OpenTK.Graphics.OpenGL.ArbShadingLanguage100.ShadingLanguageVersionArb; +} +static void Test_ArbShadingLanguage420pack_10376() { +} +static void Test_ArbShadingLanguageInclude_10377() { + var _ShaderIncludeArb = OpenTK.Graphics.OpenGL.ArbShadingLanguageInclude.ShaderIncludeArb; + var _NamedStringLengthArb = OpenTK.Graphics.OpenGL.ArbShadingLanguageInclude.NamedStringLengthArb; + var _NamedStringTypeArb = OpenTK.Graphics.OpenGL.ArbShadingLanguageInclude.NamedStringTypeArb; +} +static void Test_ArbShadingLanguagePacking_10378() { +} +static void Test_ArbShadow_10379() { + var _TextureCompareModeArb = OpenTK.Graphics.OpenGL.ArbShadow.TextureCompareModeArb; + var _TextureCompareFuncArb = OpenTK.Graphics.OpenGL.ArbShadow.TextureCompareFuncArb; + var _CompareRToTextureArb = OpenTK.Graphics.OpenGL.ArbShadow.CompareRToTextureArb; +} +static void Test_ArbShadowAmbient_10380() { + var _TextureCompareFailValueArb = OpenTK.Graphics.OpenGL.ArbShadowAmbient.TextureCompareFailValueArb; +} +static void Test_ArbSparseTexture_10381() { + var _VirtualPageSizeXArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.VirtualPageSizeXArb; + var _VirtualPageSizeYArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.VirtualPageSizeYArb; + var _VirtualPageSizeZArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.VirtualPageSizeZArb; + var _MaxSparseTextureSizeArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.MaxSparseTextureSizeArb; + var _MaxSparse3DTextureSizeArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.MaxSparse3DTextureSizeArb; + var _MaxSparseArrayTextureLayersArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.MaxSparseArrayTextureLayersArb; + var _MinSparseLevelArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.MinSparseLevelArb; + var _TextureSparseArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.TextureSparseArb; + var _VirtualPageSizeIndexArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.VirtualPageSizeIndexArb; + var _NumVirtualPageSizesArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.NumVirtualPageSizesArb; + var _SparseTextureFullArrayCubeMipmapsArb = OpenTK.Graphics.OpenGL.ArbSparseTexture.SparseTextureFullArrayCubeMipmapsArb; +} +static void Test_ArbStencilTexturing_10382() { + var _DepthStencilTextureMode = OpenTK.Graphics.OpenGL.ArbStencilTexturing.DepthStencilTextureMode; +} +static void Test_ArbSync_10383() { + var _SyncFlushCommandsBit = OpenTK.Graphics.OpenGL.ArbSync.SyncFlushCommandsBit; + var _MaxServerWaitTimeout = OpenTK.Graphics.OpenGL.ArbSync.MaxServerWaitTimeout; + var _ObjectType = OpenTK.Graphics.OpenGL.ArbSync.ObjectType; + var _SyncCondition = OpenTK.Graphics.OpenGL.ArbSync.SyncCondition; + var _SyncStatus = OpenTK.Graphics.OpenGL.ArbSync.SyncStatus; + var _SyncFlags = OpenTK.Graphics.OpenGL.ArbSync.SyncFlags; + var _SyncFence = OpenTK.Graphics.OpenGL.ArbSync.SyncFence; + var _SyncGpuCommandsComplete = OpenTK.Graphics.OpenGL.ArbSync.SyncGpuCommandsComplete; + var _Unsignaled = OpenTK.Graphics.OpenGL.ArbSync.Unsignaled; + var _Signaled = OpenTK.Graphics.OpenGL.ArbSync.Signaled; + var _AlreadySignaled = OpenTK.Graphics.OpenGL.ArbSync.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.OpenGL.ArbSync.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.OpenGL.ArbSync.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.OpenGL.ArbSync.WaitFailed; + var _TimeoutIgnored = OpenTK.Graphics.OpenGL.ArbSync.TimeoutIgnored; +} +static void Test_ArbTessellationShader_10384() { + var _Triangles = OpenTK.Graphics.OpenGL.ArbTessellationShader.Triangles; + var _Quads = OpenTK.Graphics.OpenGL.ArbTessellationShader.Quads; + var _Patches = OpenTK.Graphics.OpenGL.ArbTessellationShader.Patches; + var _Equal = OpenTK.Graphics.OpenGL.ArbTessellationShader.Equal; + var _Cw = OpenTK.Graphics.OpenGL.ArbTessellationShader.Cw; + var _Ccw = OpenTK.Graphics.OpenGL.ArbTessellationShader.Ccw; + var _UniformBlockReferencedByTessControlShader = OpenTK.Graphics.OpenGL.ArbTessellationShader.UniformBlockReferencedByTessControlShader; + var _UniformBlockReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.ArbTessellationShader.UniformBlockReferencedByTessEvaluationShader; + var _MaxTessControlInputComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessControlInputComponents; + var _MaxTessEvaluationInputComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessEvaluationInputComponents; + var _MaxCombinedTessControlUniformComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxCombinedTessControlUniformComponents; + var _MaxCombinedTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxCombinedTessEvaluationUniformComponents; + var _PatchVertices = OpenTK.Graphics.OpenGL.ArbTessellationShader.PatchVertices; + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL.ArbTessellationShader.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL.ArbTessellationShader.PatchDefaultOuterLevel; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL.ArbTessellationShader.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL.ArbTessellationShader.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL.ArbTessellationShader.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL.ArbTessellationShader.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL.ArbTessellationShader.TessGenPointMode; + var _Isolines = OpenTK.Graphics.OpenGL.ArbTessellationShader.Isolines; + var _FractionalOdd = OpenTK.Graphics.OpenGL.ArbTessellationShader.FractionalOdd; + var _FractionalEven = OpenTK.Graphics.OpenGL.ArbTessellationShader.FractionalEven; + var _MaxPatchVertices = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxPatchVertices; + var _MaxTessGenLevel = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessGenLevel; + var _MaxTessControlUniformComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessControlUniformComponents; + var _MaxTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessEvaluationUniformComponents; + var _MaxTessControlTextureImageUnits = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessControlTextureImageUnits; + var _MaxTessEvaluationTextureImageUnits = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessEvaluationTextureImageUnits; + var _MaxTessControlOutputComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessControlOutputComponents; + var _MaxTessPatchComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessPatchComponents; + var _MaxTessControlTotalOutputComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessControlTotalOutputComponents; + var _MaxTessEvaluationOutputComponents = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessEvaluationOutputComponents; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL.ArbTessellationShader.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL.ArbTessellationShader.TessControlShader; + var _MaxTessControlUniformBlocks = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessControlUniformBlocks; + var _MaxTessEvaluationUniformBlocks = OpenTK.Graphics.OpenGL.ArbTessellationShader.MaxTessEvaluationUniformBlocks; +} +static void Test_ArbTextureBorderClamp_10385() { + var _ClampToBorderArb = OpenTK.Graphics.OpenGL.ArbTextureBorderClamp.ClampToBorderArb; +} +static void Test_ArbTextureBufferObject_10386() { + var _TextureBufferArb = OpenTK.Graphics.OpenGL.ArbTextureBufferObject.TextureBufferArb; + var _MaxTextureBufferSizeArb = OpenTK.Graphics.OpenGL.ArbTextureBufferObject.MaxTextureBufferSizeArb; + var _TextureBindingBufferArb = OpenTK.Graphics.OpenGL.ArbTextureBufferObject.TextureBindingBufferArb; + var _TextureBufferDataStoreBindingArb = OpenTK.Graphics.OpenGL.ArbTextureBufferObject.TextureBufferDataStoreBindingArb; + var _TextureBufferFormatArb = OpenTK.Graphics.OpenGL.ArbTextureBufferObject.TextureBufferFormatArb; +} +static void Test_ArbTextureBufferObjectRgb32_10387() { + var _Rgb32f = OpenTK.Graphics.OpenGL.ArbTextureBufferObjectRgb32.Rgb32f; + var _Rgb32ui = OpenTK.Graphics.OpenGL.ArbTextureBufferObjectRgb32.Rgb32ui; + var _Rgb32i = OpenTK.Graphics.OpenGL.ArbTextureBufferObjectRgb32.Rgb32i; +} +static void Test_ArbTextureBufferRange_10388() { + var _TextureBufferOffset = OpenTK.Graphics.OpenGL.ArbTextureBufferRange.TextureBufferOffset; + var _TextureBufferSize = OpenTK.Graphics.OpenGL.ArbTextureBufferRange.TextureBufferSize; + var _TextureBufferOffsetAlignment = OpenTK.Graphics.OpenGL.ArbTextureBufferRange.TextureBufferOffsetAlignment; +} +static void Test_ArbTextureCompression_10389() { + var _CompressedAlphaArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.CompressedAlphaArb; + var _CompressedLuminanceArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.CompressedLuminanceArb; + var _CompressedLuminanceAlphaArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.CompressedLuminanceAlphaArb; + var _CompressedIntensityArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.CompressedIntensityArb; + var _CompressedRgbArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.CompressedRgbArb; + var _CompressedRgbaArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.CompressedRgbaArb; + var _TextureCompressionHintArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.TextureCompressionHintArb; + var _TextureCompressedImageSizeArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.TextureCompressedImageSizeArb; + var _TextureCompressedArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.TextureCompressedArb; + var _NumCompressedTextureFormatsArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.NumCompressedTextureFormatsArb; + var _CompressedTextureFormatsArb = OpenTK.Graphics.OpenGL.ArbTextureCompression.CompressedTextureFormatsArb; +} +static void Test_ArbTextureCompressionBptc_10390() { + var _CompressedRgbaBptcUnormArb = OpenTK.Graphics.OpenGL.ArbTextureCompressionBptc.CompressedRgbaBptcUnormArb; + var _CompressedSrgbAlphaBptcUnormArb = OpenTK.Graphics.OpenGL.ArbTextureCompressionBptc.CompressedSrgbAlphaBptcUnormArb; + var _CompressedRgbBptcSignedFloatArb = OpenTK.Graphics.OpenGL.ArbTextureCompressionBptc.CompressedRgbBptcSignedFloatArb; + var _CompressedRgbBptcUnsignedFloatArb = OpenTK.Graphics.OpenGL.ArbTextureCompressionBptc.CompressedRgbBptcUnsignedFloatArb; +} +static void Test_ArbTextureCompressionRgtc_10391() { + var _CompressedRedRgtc1 = OpenTK.Graphics.OpenGL.ArbTextureCompressionRgtc.CompressedRedRgtc1; + var _CompressedSignedRedRgtc1 = OpenTK.Graphics.OpenGL.ArbTextureCompressionRgtc.CompressedSignedRedRgtc1; + var _CompressedRgRgtc2 = OpenTK.Graphics.OpenGL.ArbTextureCompressionRgtc.CompressedRgRgtc2; + var _CompressedSignedRgRgtc2 = OpenTK.Graphics.OpenGL.ArbTextureCompressionRgtc.CompressedSignedRgRgtc2; +} +static void Test_ArbTextureCubeMap_10392() { + var _NormalMapArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.NormalMapArb; + var _ReflectionMapArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.ReflectionMapArb; + var _TextureCubeMapArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.TextureCubeMapArb; + var _TextureBindingCubeMapArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.TextureBindingCubeMapArb; + var _TextureCubeMapPositiveXArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.TextureCubeMapPositiveXArb; + var _TextureCubeMapNegativeXArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.TextureCubeMapNegativeXArb; + var _TextureCubeMapPositiveYArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.TextureCubeMapPositiveYArb; + var _TextureCubeMapNegativeYArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.TextureCubeMapNegativeYArb; + var _TextureCubeMapPositiveZArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.TextureCubeMapPositiveZArb; + var _TextureCubeMapNegativeZArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.TextureCubeMapNegativeZArb; + var _ProxyTextureCubeMapArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.ProxyTextureCubeMapArb; + var _MaxCubeMapTextureSizeArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMap.MaxCubeMapTextureSizeArb; +} +static void Test_ArbTextureCubeMapArray_10393() { + var _TextureCubeMapArrayArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMapArray.TextureCubeMapArrayArb; + var _TextureBindingCubeMapArrayArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMapArray.TextureBindingCubeMapArrayArb; + var _ProxyTextureCubeMapArrayArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMapArray.ProxyTextureCubeMapArrayArb; + var _SamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMapArray.SamplerCubeMapArrayArb; + var _SamplerCubeMapArrayShadowArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMapArray.SamplerCubeMapArrayShadowArb; + var _IntSamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMapArray.IntSamplerCubeMapArrayArb; + var _UnsignedIntSamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL.ArbTextureCubeMapArray.UnsignedIntSamplerCubeMapArrayArb; +} +static void Test_ArbTextureEnvAdd_10394() { +} +static void Test_ArbTextureEnvCombine_10395() { + var _SubtractArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.SubtractArb; + var _CombineArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.CombineArb; + var _CombineRgbArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.CombineRgbArb; + var _CombineAlphaArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.CombineAlphaArb; + var _RgbScaleArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.RgbScaleArb; + var _AddSignedArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.AddSignedArb; + var _InterpolateArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.InterpolateArb; + var _ConstantArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.ConstantArb; + var _PrimaryColorArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.PrimaryColorArb; + var _PreviousArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.PreviousArb; + var _Source0RgbArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Source0RgbArb; + var _Source1RgbArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Source1RgbArb; + var _Source2RgbArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Source2RgbArb; + var _Source0AlphaArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Source0AlphaArb; + var _Source1AlphaArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Source1AlphaArb; + var _Source2AlphaArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Source2AlphaArb; + var _Operand0RgbArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Operand0RgbArb; + var _Operand1RgbArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Operand1RgbArb; + var _Operand2RgbArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Operand2RgbArb; + var _Operand0AlphaArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Operand0AlphaArb; + var _Operand1AlphaArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Operand1AlphaArb; + var _Operand2AlphaArb = OpenTK.Graphics.OpenGL.ArbTextureEnvCombine.Operand2AlphaArb; +} +static void Test_ArbTextureEnvCrossbar_10396() { +} +static void Test_ArbTextureEnvDot3_10397() { + var _Dot3RgbArb = OpenTK.Graphics.OpenGL.ArbTextureEnvDot3.Dot3RgbArb; + var _Dot3RgbaArb = OpenTK.Graphics.OpenGL.ArbTextureEnvDot3.Dot3RgbaArb; +} +static void Test_ArbTextureFloat_10398() { + var _Rgba32fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Rgba32fArb; + var _Rgb32fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Rgb32fArb; + var _Alpha32fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Alpha32fArb; + var _Intensity32fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Intensity32fArb; + var _Luminance32fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Luminance32fArb; + var _LuminanceAlpha32fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.LuminanceAlpha32fArb; + var _Rgba16fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Rgba16fArb; + var _Rgb16fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Rgb16fArb; + var _Alpha16fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Alpha16fArb; + var _Intensity16fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Intensity16fArb; + var _Luminance16fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.Luminance16fArb; + var _LuminanceAlpha16fArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.LuminanceAlpha16fArb; + var _TextureRedTypeArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.TextureRedTypeArb; + var _TextureGreenTypeArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.TextureGreenTypeArb; + var _TextureBlueTypeArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.TextureBlueTypeArb; + var _TextureAlphaTypeArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.TextureAlphaTypeArb; + var _TextureLuminanceTypeArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.TextureLuminanceTypeArb; + var _TextureIntensityTypeArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.TextureIntensityTypeArb; + var _TextureDepthTypeArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.TextureDepthTypeArb; + var _UnsignedNormalizedArb = OpenTK.Graphics.OpenGL.ArbTextureFloat.UnsignedNormalizedArb; +} +static void Test_ArbTextureGather_10399() { + var _MinProgramTextureGatherOffsetArb = OpenTK.Graphics.OpenGL.ArbTextureGather.MinProgramTextureGatherOffsetArb; + var _MaxProgramTextureGatherOffsetArb = OpenTK.Graphics.OpenGL.ArbTextureGather.MaxProgramTextureGatherOffsetArb; + var _MaxProgramTextureGatherComponentsArb = OpenTK.Graphics.OpenGL.ArbTextureGather.MaxProgramTextureGatherComponentsArb; +} +static void Test_ArbTextureMirrorClampToEdge_10400() { + var _MirrorClampToEdge = OpenTK.Graphics.OpenGL.ArbTextureMirrorClampToEdge.MirrorClampToEdge; +} +static void Test_ArbTextureMirroredRepeat_10401() { + var _MirroredRepeatArb = OpenTK.Graphics.OpenGL.ArbTextureMirroredRepeat.MirroredRepeatArb; +} +static void Test_ArbTextureMultisample_10402() { + var _SamplePosition = OpenTK.Graphics.OpenGL.ArbTextureMultisample.SamplePosition; + var _SampleMask = OpenTK.Graphics.OpenGL.ArbTextureMultisample.SampleMask; + var _SampleMaskValue = OpenTK.Graphics.OpenGL.ArbTextureMultisample.SampleMaskValue; + var _MaxSampleMaskWords = OpenTK.Graphics.OpenGL.ArbTextureMultisample.MaxSampleMaskWords; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.ArbTextureMultisample.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL.ArbTextureMultisample.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbTextureMultisample.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbTextureMultisample.ProxyTexture2DMultisampleArray; + var _TextureBinding2DMultisample = OpenTK.Graphics.OpenGL.ArbTextureMultisample.TextureBinding2DMultisample; + var _TextureBinding2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbTextureMultisample.TextureBinding2DMultisampleArray; + var _TextureSamples = OpenTK.Graphics.OpenGL.ArbTextureMultisample.TextureSamples; + var _TextureFixedSampleLocations = OpenTK.Graphics.OpenGL.ArbTextureMultisample.TextureFixedSampleLocations; + var _Sampler2DMultisample = OpenTK.Graphics.OpenGL.ArbTextureMultisample.Sampler2DMultisample; + var _IntSampler2DMultisample = OpenTK.Graphics.OpenGL.ArbTextureMultisample.IntSampler2DMultisample; + var _UnsignedIntSampler2DMultisample = OpenTK.Graphics.OpenGL.ArbTextureMultisample.UnsignedIntSampler2DMultisample; + var _Sampler2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbTextureMultisample.Sampler2DMultisampleArray; + var _IntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbTextureMultisample.IntSampler2DMultisampleArray; + var _UnsignedIntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL.ArbTextureMultisample.UnsignedIntSampler2DMultisampleArray; + var _MaxColorTextureSamples = OpenTK.Graphics.OpenGL.ArbTextureMultisample.MaxColorTextureSamples; + var _MaxDepthTextureSamples = OpenTK.Graphics.OpenGL.ArbTextureMultisample.MaxDepthTextureSamples; + var _MaxIntegerSamples = OpenTK.Graphics.OpenGL.ArbTextureMultisample.MaxIntegerSamples; +} +static void Test_ArbTextureNonPowerOfTwo_10403() { +} +static void Test_ArbTextureQueryLevels_10404() { +} +static void Test_ArbTextureQueryLod_10405() { +} +static void Test_ArbTextureRectangle_10406() { + var _TextureRectangleArb = OpenTK.Graphics.OpenGL.ArbTextureRectangle.TextureRectangleArb; + var _TextureBindingRectangleArb = OpenTK.Graphics.OpenGL.ArbTextureRectangle.TextureBindingRectangleArb; + var _ProxyTextureRectangleArb = OpenTK.Graphics.OpenGL.ArbTextureRectangle.ProxyTextureRectangleArb; + var _MaxRectangleTextureSizeArb = OpenTK.Graphics.OpenGL.ArbTextureRectangle.MaxRectangleTextureSizeArb; +} +static void Test_ArbTextureRg_10407() { + var _Rg = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg; + var _RgInteger = OpenTK.Graphics.OpenGL.ArbTextureRg.RgInteger; + var _R8 = OpenTK.Graphics.OpenGL.ArbTextureRg.R8; + var _R16 = OpenTK.Graphics.OpenGL.ArbTextureRg.R16; + var _Rg8 = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg16; + var _R16f = OpenTK.Graphics.OpenGL.ArbTextureRg.R16f; + var _R32f = OpenTK.Graphics.OpenGL.ArbTextureRg.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL.ArbTextureRg.R8i; + var _R8ui = OpenTK.Graphics.OpenGL.ArbTextureRg.R8ui; + var _R16i = OpenTK.Graphics.OpenGL.ArbTextureRg.R16i; + var _R16ui = OpenTK.Graphics.OpenGL.ArbTextureRg.R16ui; + var _R32i = OpenTK.Graphics.OpenGL.ArbTextureRg.R32i; + var _R32ui = OpenTK.Graphics.OpenGL.ArbTextureRg.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL.ArbTextureRg.Rg32ui; +} +static void Test_ArbTextureRgb10A2ui_10408() { + var _Rgb10A2ui = OpenTK.Graphics.OpenGL.ArbTextureRgb10A2ui.Rgb10A2ui; +} +static void Test_ArbTextureStencil8_10409() { + var _StencilIndex = OpenTK.Graphics.OpenGL.ArbTextureStencil8.StencilIndex; + var _StencilIndex8 = OpenTK.Graphics.OpenGL.ArbTextureStencil8.StencilIndex8; +} +static void Test_ArbTextureStorage_10410() { + var _TextureImmutableFormat = OpenTK.Graphics.OpenGL.ArbTextureStorage.TextureImmutableFormat; +} +static void Test_ArbTextureStorageMultisample_10411() { +} +static void Test_ArbTextureSwizzle_10412() { + var _TextureSwizzleR = OpenTK.Graphics.OpenGL.ArbTextureSwizzle.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL.ArbTextureSwizzle.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL.ArbTextureSwizzle.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL.ArbTextureSwizzle.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL.ArbTextureSwizzle.TextureSwizzleRgba; +} +static void Test_ArbTextureView_10413() { + var _TextureViewMinLevel = OpenTK.Graphics.OpenGL.ArbTextureView.TextureViewMinLevel; + var _TextureViewNumLevels = OpenTK.Graphics.OpenGL.ArbTextureView.TextureViewNumLevels; + var _TextureViewMinLayer = OpenTK.Graphics.OpenGL.ArbTextureView.TextureViewMinLayer; + var _TextureViewNumLayers = OpenTK.Graphics.OpenGL.ArbTextureView.TextureViewNumLayers; + var _TextureImmutableLevels = OpenTK.Graphics.OpenGL.ArbTextureView.TextureImmutableLevels; +} +static void Test_ArbTimerQuery_10414() { + var _TimeElapsed = OpenTK.Graphics.OpenGL.ArbTimerQuery.TimeElapsed; + var _Timestamp = OpenTK.Graphics.OpenGL.ArbTimerQuery.Timestamp; +} +static void Test_ArbTransformFeedback2_10415() { + var _TransformFeedback = OpenTK.Graphics.OpenGL.ArbTransformFeedback2.TransformFeedback; + var _TransformFeedbackBufferPaused = OpenTK.Graphics.OpenGL.ArbTransformFeedback2.TransformFeedbackBufferPaused; + var _TransformFeedbackPaused = OpenTK.Graphics.OpenGL.ArbTransformFeedback2.TransformFeedbackPaused; + var _TransformFeedbackActive = OpenTK.Graphics.OpenGL.ArbTransformFeedback2.TransformFeedbackActive; + var _TransformFeedbackBufferActive = OpenTK.Graphics.OpenGL.ArbTransformFeedback2.TransformFeedbackBufferActive; + var _TransformFeedbackBinding = OpenTK.Graphics.OpenGL.ArbTransformFeedback2.TransformFeedbackBinding; +} +static void Test_ArbTransformFeedback3_10416() { + var _MaxTransformFeedbackBuffers = OpenTK.Graphics.OpenGL.ArbTransformFeedback3.MaxTransformFeedbackBuffers; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL.ArbTransformFeedback3.MaxVertexStreams; +} +static void Test_ArbTransformFeedbackInstanced_10417() { +} +static void Test_ArbTransposeMatrix_10418() { + var _TransposeModelviewMatrixArb = OpenTK.Graphics.OpenGL.ArbTransposeMatrix.TransposeModelviewMatrixArb; + var _TransposeProjectionMatrixArb = OpenTK.Graphics.OpenGL.ArbTransposeMatrix.TransposeProjectionMatrixArb; + var _TransposeTextureMatrixArb = OpenTK.Graphics.OpenGL.ArbTransposeMatrix.TransposeTextureMatrixArb; + var _TransposeColorMatrixArb = OpenTK.Graphics.OpenGL.ArbTransposeMatrix.TransposeColorMatrixArb; +} +static void Test_ArbUniformBufferObject_10419() { + var _UniformBuffer = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBuffer; + var _UniformBufferBinding = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBufferSize; + var _MaxVertexUniformBlocks = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxVertexUniformBlocks; + var _MaxGeometryUniformBlocks = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxGeometryUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxCombinedVertexUniformComponents; + var _MaxCombinedGeometryUniformComponents = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxCombinedGeometryUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBufferOffsetAlignment; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.ActiveUniformBlocks; + var _UniformType = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformType; + var _UniformSize = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformIsRowMajor; + var _UniformBlockBinding = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByGeometryShader = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockReferencedByGeometryShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.UniformBlockReferencedByFragmentShader; + var _InvalidIndex = OpenTK.Graphics.OpenGL.ArbUniformBufferObject.InvalidIndex; +} +static void Test_ArbVertexArrayBgra_10420() { + var _Bgra = OpenTK.Graphics.OpenGL.ArbVertexArrayBgra.Bgra; +} +static void Test_ArbVertexArrayObject_10421() { + var _VertexArrayBinding = OpenTK.Graphics.OpenGL.ArbVertexArrayObject.VertexArrayBinding; +} +static void Test_ArbVertexAttrib64bit_10422() { + var _Rgb32i = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.Rgb32i; + var _DoubleMat2 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL.ArbVertexAttrib64bit.DoubleVec4; +} +static void Test_ArbVertexAttribBinding_10423() { + var _VertexAttribBinding = OpenTK.Graphics.OpenGL.ArbVertexAttribBinding.VertexAttribBinding; + var _VertexAttribRelativeOffset = OpenTK.Graphics.OpenGL.ArbVertexAttribBinding.VertexAttribRelativeOffset; + var _VertexBindingDivisor = OpenTK.Graphics.OpenGL.ArbVertexAttribBinding.VertexBindingDivisor; + var _VertexBindingOffset = OpenTK.Graphics.OpenGL.ArbVertexAttribBinding.VertexBindingOffset; + var _VertexBindingStride = OpenTK.Graphics.OpenGL.ArbVertexAttribBinding.VertexBindingStride; + var _MaxVertexAttribRelativeOffset = OpenTK.Graphics.OpenGL.ArbVertexAttribBinding.MaxVertexAttribRelativeOffset; + var _MaxVertexAttribBindings = OpenTK.Graphics.OpenGL.ArbVertexAttribBinding.MaxVertexAttribBindings; +} +static void Test_ArbVertexBlend_10424() { + var _Modelview0Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview0Arb; + var _Modelview1Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview1Arb; + var _MaxVertexUnitsArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.MaxVertexUnitsArb; + var _ActiveVertexUnitsArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.ActiveVertexUnitsArb; + var _WeightSumUnityArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.WeightSumUnityArb; + var _VertexBlendArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.VertexBlendArb; + var _CurrentWeightArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.CurrentWeightArb; + var _WeightArrayTypeArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.WeightArrayTypeArb; + var _WeightArrayStrideArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.WeightArrayStrideArb; + var _WeightArraySizeArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.WeightArraySizeArb; + var _WeightArrayPointerArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.WeightArrayPointerArb; + var _WeightArrayArb = OpenTK.Graphics.OpenGL.ArbVertexBlend.WeightArrayArb; + var _Modelview2Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview2Arb; + var _Modelview3Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview3Arb; + var _Modelview4Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview4Arb; + var _Modelview5Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview5Arb; + var _Modelview6Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview6Arb; + var _Modelview7Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview7Arb; + var _Modelview8Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview8Arb; + var _Modelview9Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview9Arb; + var _Modelview10Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview10Arb; + var _Modelview11Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview11Arb; + var _Modelview12Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview12Arb; + var _Modelview13Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview13Arb; + var _Modelview14Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview14Arb; + var _Modelview15Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview15Arb; + var _Modelview16Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview16Arb; + var _Modelview17Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview17Arb; + var _Modelview18Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview18Arb; + var _Modelview19Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview19Arb; + var _Modelview20Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview20Arb; + var _Modelview21Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview21Arb; + var _Modelview22Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview22Arb; + var _Modelview23Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview23Arb; + var _Modelview24Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview24Arb; + var _Modelview25Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview25Arb; + var _Modelview26Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview26Arb; + var _Modelview27Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview27Arb; + var _Modelview28Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview28Arb; + var _Modelview29Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview29Arb; + var _Modelview30Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview30Arb; + var _Modelview31Arb = OpenTK.Graphics.OpenGL.ArbVertexBlend.Modelview31Arb; +} +static void Test_ArbVertexBufferObject_10425() { + var _BufferSizeArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.BufferSizeArb; + var _BufferUsageArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.BufferUsageArb; + var _ArrayBufferArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.ArrayBufferArb; + var _ElementArrayBufferArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.ElementArrayBufferArb; + var _ArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.ArrayBufferBindingArb; + var _ElementArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.ElementArrayBufferBindingArb; + var _VertexArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.VertexArrayBufferBindingArb; + var _NormalArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.NormalArrayBufferBindingArb; + var _ColorArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.ColorArrayBufferBindingArb; + var _IndexArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.IndexArrayBufferBindingArb; + var _TextureCoordArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.TextureCoordArrayBufferBindingArb; + var _EdgeFlagArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.EdgeFlagArrayBufferBindingArb; + var _SecondaryColorArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.SecondaryColorArrayBufferBindingArb; + var _FogCoordinateArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.FogCoordinateArrayBufferBindingArb; + var _WeightArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.WeightArrayBufferBindingArb; + var _VertexAttribArrayBufferBindingArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.VertexAttribArrayBufferBindingArb; + var _ReadOnlyArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.ReadOnlyArb; + var _WriteOnlyArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.WriteOnlyArb; + var _ReadWriteArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.ReadWriteArb; + var _BufferAccessArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.BufferAccessArb; + var _BufferMappedArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.BufferMappedArb; + var _BufferMapPointerArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.BufferMapPointerArb; + var _StreamDrawArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.StreamDrawArb; + var _StreamReadArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.StreamReadArb; + var _StreamCopyArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.StreamCopyArb; + var _StaticDrawArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.StaticDrawArb; + var _StaticReadArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.StaticReadArb; + var _StaticCopyArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.StaticCopyArb; + var _DynamicDrawArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.DynamicDrawArb; + var _DynamicReadArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.DynamicReadArb; + var _DynamicCopyArb = OpenTK.Graphics.OpenGL.ArbVertexBufferObject.DynamicCopyArb; +} +static void Test_ArbVertexProgram_10426() { + var _ColorSumArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ColorSumArb; + var _VertexProgramArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexProgramArb; + var _VertexAttribArrayEnabledArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexAttribArrayEnabledArb; + var _VertexAttribArraySizeArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexAttribArraySizeArb; + var _VertexAttribArrayStrideArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexAttribArrayStrideArb; + var _VertexAttribArrayTypeArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexAttribArrayTypeArb; + var _CurrentVertexAttribArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.CurrentVertexAttribArb; + var _ProgramLengthArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramLengthArb; + var _ProgramStringArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramStringArb; + var _MaxProgramMatrixStackDepthArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramMatrixStackDepthArb; + var _MaxProgramMatricesArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramMatricesArb; + var _CurrentMatrixStackDepthArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.CurrentMatrixStackDepthArb; + var _CurrentMatrixArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.CurrentMatrixArb; + var _VertexProgramPointSizeArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexProgramPointSizeArb; + var _VertexProgramTwoSideArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexProgramTwoSideArb; + var _VertexAttribArrayPointerArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexAttribArrayPointerArb; + var _ProgramErrorPositionArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramErrorPositionArb; + var _ProgramBindingArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramBindingArb; + var _MaxVertexAttribsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxVertexAttribsArb; + var _VertexAttribArrayNormalizedArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.VertexAttribArrayNormalizedArb; + var _ProgramErrorStringArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramErrorStringArb; + var _ProgramFormatAsciiArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramFormatAsciiArb; + var _ProgramFormatArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramFormatArb; + var _ProgramInstructionsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramInstructionsArb; + var _MaxProgramInstructionsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramInstructionsArb; + var _ProgramNativeInstructionsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramNativeInstructionsArb; + var _MaxProgramNativeInstructionsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramNativeInstructionsArb; + var _ProgramTemporariesArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramTemporariesArb; + var _MaxProgramTemporariesArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramTemporariesArb; + var _ProgramNativeTemporariesArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramNativeTemporariesArb; + var _MaxProgramNativeTemporariesArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramNativeTemporariesArb; + var _ProgramParametersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramParametersArb; + var _MaxProgramParametersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramParametersArb; + var _ProgramNativeParametersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramNativeParametersArb; + var _MaxProgramNativeParametersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramNativeParametersArb; + var _ProgramAttribsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramAttribsArb; + var _MaxProgramAttribsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramAttribsArb; + var _ProgramNativeAttribsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramNativeAttribsArb; + var _MaxProgramNativeAttribsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramNativeAttribsArb; + var _ProgramAddressRegistersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramAddressRegistersArb; + var _MaxProgramAddressRegistersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramAddressRegistersArb; + var _ProgramNativeAddressRegistersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramNativeAddressRegistersArb; + var _MaxProgramNativeAddressRegistersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramNativeAddressRegistersArb; + var _MaxProgramLocalParametersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramLocalParametersArb; + var _MaxProgramEnvParametersArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.MaxProgramEnvParametersArb; + var _ProgramUnderNativeLimitsArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.ProgramUnderNativeLimitsArb; + var _TransposeCurrentMatrixArb = OpenTK.Graphics.OpenGL.ArbVertexProgram.TransposeCurrentMatrixArb; + var _Matrix0Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix0Arb; + var _Matrix1Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix1Arb; + var _Matrix2Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix2Arb; + var _Matrix3Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix3Arb; + var _Matrix4Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix4Arb; + var _Matrix5Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix5Arb; + var _Matrix6Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix6Arb; + var _Matrix7Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix7Arb; + var _Matrix8Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix8Arb; + var _Matrix9Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix9Arb; + var _Matrix10Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix10Arb; + var _Matrix11Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix11Arb; + var _Matrix12Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix12Arb; + var _Matrix13Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix13Arb; + var _Matrix14Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix14Arb; + var _Matrix15Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix15Arb; + var _Matrix16Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix16Arb; + var _Matrix17Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix17Arb; + var _Matrix18Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix18Arb; + var _Matrix19Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix19Arb; + var _Matrix20Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix20Arb; + var _Matrix21Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix21Arb; + var _Matrix22Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix22Arb; + var _Matrix23Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix23Arb; + var _Matrix24Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix24Arb; + var _Matrix25Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix25Arb; + var _Matrix26Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix26Arb; + var _Matrix27Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix27Arb; + var _Matrix28Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix28Arb; + var _Matrix29Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix29Arb; + var _Matrix30Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix30Arb; + var _Matrix31Arb = OpenTK.Graphics.OpenGL.ArbVertexProgram.Matrix31Arb; +} +static void Test_ArbVertexShader_10427() { + var _Float = OpenTK.Graphics.OpenGL.ArbVertexShader.Float; + var _VertexAttribArrayEnabledArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexAttribArrayEnabledArb; + var _VertexAttribArraySizeArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexAttribArraySizeArb; + var _VertexAttribArrayStrideArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexAttribArrayStrideArb; + var _VertexAttribArrayTypeArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexAttribArrayTypeArb; + var _CurrentVertexAttribArb = OpenTK.Graphics.OpenGL.ArbVertexShader.CurrentVertexAttribArb; + var _VertexProgramPointSizeArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexProgramPointSizeArb; + var _VertexProgramTwoSideArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexProgramTwoSideArb; + var _VertexAttribArrayPointerArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexAttribArrayPointerArb; + var _MaxVertexAttribsArb = OpenTK.Graphics.OpenGL.ArbVertexShader.MaxVertexAttribsArb; + var _VertexAttribArrayNormalizedArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexAttribArrayNormalizedArb; + var _MaxTextureCoordsArb = OpenTK.Graphics.OpenGL.ArbVertexShader.MaxTextureCoordsArb; + var _MaxTextureImageUnitsArb = OpenTK.Graphics.OpenGL.ArbVertexShader.MaxTextureImageUnitsArb; + var _VertexShaderArb = OpenTK.Graphics.OpenGL.ArbVertexShader.VertexShaderArb; + var _MaxVertexUniformComponentsArb = OpenTK.Graphics.OpenGL.ArbVertexShader.MaxVertexUniformComponentsArb; + var _MaxVaryingFloatsArb = OpenTK.Graphics.OpenGL.ArbVertexShader.MaxVaryingFloatsArb; + var _MaxVertexTextureImageUnitsArb = OpenTK.Graphics.OpenGL.ArbVertexShader.MaxVertexTextureImageUnitsArb; + var _MaxCombinedTextureImageUnitsArb = OpenTK.Graphics.OpenGL.ArbVertexShader.MaxCombinedTextureImageUnitsArb; + var _FloatVec2Arb = OpenTK.Graphics.OpenGL.ArbVertexShader.FloatVec2Arb; + var _FloatVec3Arb = OpenTK.Graphics.OpenGL.ArbVertexShader.FloatVec3Arb; + var _FloatVec4Arb = OpenTK.Graphics.OpenGL.ArbVertexShader.FloatVec4Arb; + var _FloatMat2Arb = OpenTK.Graphics.OpenGL.ArbVertexShader.FloatMat2Arb; + var _FloatMat3Arb = OpenTK.Graphics.OpenGL.ArbVertexShader.FloatMat3Arb; + var _FloatMat4Arb = OpenTK.Graphics.OpenGL.ArbVertexShader.FloatMat4Arb; + var _ObjectActiveAttributesArb = OpenTK.Graphics.OpenGL.ArbVertexShader.ObjectActiveAttributesArb; + var _ObjectActiveAttributeMaxLengthArb = OpenTK.Graphics.OpenGL.ArbVertexShader.ObjectActiveAttributeMaxLengthArb; +} +static void Test_ArbVertexType10f11f11fRev_10428() { + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL.ArbVertexType10f11f11fRev.UnsignedInt10F11F11FRev; +} +static void Test_ArbVertexType2101010Rev_10429() { + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.ArbVertexType2101010Rev.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.ArbVertexType2101010Rev.Int2101010Rev; +} +static void Test_ArbViewportArray_10430() { + var _DepthRange = OpenTK.Graphics.OpenGL.ArbViewportArray.DepthRange; + var _Viewport = OpenTK.Graphics.OpenGL.ArbViewportArray.Viewport; + var _ScissorBox = OpenTK.Graphics.OpenGL.ArbViewportArray.ScissorBox; + var _ScissorTest = OpenTK.Graphics.OpenGL.ArbViewportArray.ScissorTest; + var _MaxViewports = OpenTK.Graphics.OpenGL.ArbViewportArray.MaxViewports; + var _ViewportSubpixelBits = OpenTK.Graphics.OpenGL.ArbViewportArray.ViewportSubpixelBits; + var _ViewportBoundsRange = OpenTK.Graphics.OpenGL.ArbViewportArray.ViewportBoundsRange; + var _LayerProvokingVertex = OpenTK.Graphics.OpenGL.ArbViewportArray.LayerProvokingVertex; + var _ViewportIndexProvokingVertex = OpenTK.Graphics.OpenGL.ArbViewportArray.ViewportIndexProvokingVertex; + var _UndefinedVertex = OpenTK.Graphics.OpenGL.ArbViewportArray.UndefinedVertex; + var _FirstVertexConvention = OpenTK.Graphics.OpenGL.ArbViewportArray.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL.ArbViewportArray.LastVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL.ArbViewportArray.ProvokingVertex; +} +static void Test_ArbWindowPos_10431() { +} +static void Test_ArrayCap_10432() { + var _VertexArray = OpenTK.Graphics.OpenGL.ArrayCap.VertexArray; + var _NormalArray = OpenTK.Graphics.OpenGL.ArrayCap.NormalArray; + var _ColorArray = OpenTK.Graphics.OpenGL.ArrayCap.ColorArray; + var _IndexArray = OpenTK.Graphics.OpenGL.ArrayCap.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.OpenGL.ArrayCap.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.OpenGL.ArrayCap.EdgeFlagArray; + var _FogCoordArray = OpenTK.Graphics.OpenGL.ArrayCap.FogCoordArray; + var _SecondaryColorArray = OpenTK.Graphics.OpenGL.ArrayCap.SecondaryColorArray; +} +static void Test_AssemblyProgramFormatArb_10433() { + var _ProgramFormatAsciiArb = OpenTK.Graphics.OpenGL.AssemblyProgramFormatArb.ProgramFormatAsciiArb; +} +static void Test_AssemblyProgramParameterArb_10434() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramSeparable; + var _ProgramLength = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramLength; + var _ProgramBinding = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramBinding; + var _ProgramAluInstructionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramAluInstructionsArb; + var _ProgramTexInstructionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramTexInstructionsArb; + var _ProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramTexIndirectionsArb; + var _ProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramNativeAluInstructionsArb; + var _ProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramNativeTexInstructionsArb; + var _ProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramNativeTexIndirectionsArb; + var _MaxProgramAluInstructionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramAluInstructionsArb; + var _MaxProgramTexInstructionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramTexInstructionsArb; + var _MaxProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramTexIndirectionsArb; + var _MaxProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramNativeAluInstructionsArb; + var _MaxProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramNativeTexInstructionsArb; + var _MaxProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramNativeTexIndirectionsArb; + var _ProgramFormat = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramFormat; + var _ProgramInstruction = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramInstruction; + var _MaxProgramInstructions = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramInstructions; + var _ProgramNativeInstructions = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramNativeInstructions; + var _MaxProgramNativeInstructions = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramNativeInstructions; + var _ProgramTemporaries = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramTemporaries; + var _MaxProgramTemporaries = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramTemporaries; + var _ProgramNativeTemporaries = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramNativeTemporaries; + var _MaxProgramNativeTemporaries = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramNativeTemporaries; + var _ProgramParameters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramParameters; + var _MaxProgramParameters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramParameters; + var _ProgramNativeParameters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramNativeParameters; + var _MaxProgramNativeParameters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramNativeParameters; + var _ProgramAttribs = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramAttribs; + var _MaxProgramAttribs = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramAttribs; + var _ProgramNativeAttribs = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramNativeAttribs; + var _MaxProgramNativeAttribs = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramNativeAttribs; + var _ProgramAddressRegisters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramAddressRegisters; + var _MaxProgramAddressRegisters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramAddressRegisters; + var _ProgramNativeAddressRegisters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramNativeAddressRegisters; + var _MaxProgramNativeAddressRegisters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramNativeAddressRegisters; + var _MaxProgramLocalParameters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramLocalParameters; + var _MaxProgramEnvParameters = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.MaxProgramEnvParameters; + var _ProgramUnderNativeLimits = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.ProgramUnderNativeLimits; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb.GeometryOutputType; +} +static void Test_AssemblyProgramStringParameterArb_10435() { + var _ProgramString = OpenTK.Graphics.OpenGL.AssemblyProgramStringParameterArb.ProgramString; +} +static void Test_AssemblyProgramTargetArb_10436() { + var _VertexProgram = OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb.VertexProgram; + var _FragmentProgram = OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb.FragmentProgram; + var _GeometryProgramNv = OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb.GeometryProgramNv; +} +static void Test_AtiDrawBuffers_10437() { + var _MaxDrawBuffersAti = OpenTK.Graphics.OpenGL.AtiDrawBuffers.MaxDrawBuffersAti; + var _DrawBuffer0Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer0Ati; + var _DrawBuffer1Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer1Ati; + var _DrawBuffer2Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer2Ati; + var _DrawBuffer3Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer3Ati; + var _DrawBuffer4Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer4Ati; + var _DrawBuffer5Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer5Ati; + var _DrawBuffer6Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer6Ati; + var _DrawBuffer7Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer7Ati; + var _DrawBuffer8Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer8Ati; + var _DrawBuffer9Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer9Ati; + var _DrawBuffer10Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer10Ati; + var _DrawBuffer11Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer11Ati; + var _DrawBuffer12Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer12Ati; + var _DrawBuffer13Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer13Ati; + var _DrawBuffer14Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer14Ati; + var _DrawBuffer15Ati = OpenTK.Graphics.OpenGL.AtiDrawBuffers.DrawBuffer15Ati; +} +static void Test_AtiElementArray_10438() { + var _ElementArrayAti = OpenTK.Graphics.OpenGL.AtiElementArray.ElementArrayAti; + var _ElementArrayTypeAti = OpenTK.Graphics.OpenGL.AtiElementArray.ElementArrayTypeAti; + var _ElementArrayPointerAti = OpenTK.Graphics.OpenGL.AtiElementArray.ElementArrayPointerAti; +} +static void Test_AtiEnvmapBumpmap_10439() { + var _BumpRotMatrixAti = OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap.BumpRotMatrixAti; + var _BumpRotMatrixSizeAti = OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap.BumpRotMatrixSizeAti; + var _BumpNumTexUnitsAti = OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap.BumpNumTexUnitsAti; + var _BumpTexUnitsAti = OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap.BumpTexUnitsAti; + var _DudvAti = OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap.DudvAti; + var _Du8Dv8Ati = OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap.Du8Dv8Ati; + var _BumpEnvmapAti = OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap.BumpEnvmapAti; + var _BumpTargetAti = OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap.BumpTargetAti; +} +static void Test_AtiFragmentShader_10440() { + var _Gl2XBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.Gl2XBitAti; + var _RedBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.RedBitAti; + var _CompBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.CompBitAti; + var _Gl4XBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.Gl4XBitAti; + var _GreenBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.GreenBitAti; + var _BlueBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.BlueBitAti; + var _Gl8XBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.Gl8XBitAti; + var _NegateBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.NegateBitAti; + var _BiasBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.BiasBitAti; + var _HalfBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.HalfBitAti; + var _QuarterBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.QuarterBitAti; + var _EighthBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.EighthBitAti; + var _SaturateBitAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SaturateBitAti; + var _FragmentShaderAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.FragmentShaderAti; + var _Reg0Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg0Ati; + var _Reg1Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg1Ati; + var _Reg2Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg2Ati; + var _Reg3Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg3Ati; + var _Reg4Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg4Ati; + var _Reg5Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg5Ati; + var _Reg6Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg6Ati; + var _Reg7Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg7Ati; + var _Reg8Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg8Ati; + var _Reg9Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg9Ati; + var _Reg10Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg10Ati; + var _Reg11Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg11Ati; + var _Reg12Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg12Ati; + var _Reg13Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg13Ati; + var _Reg14Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg14Ati; + var _Reg15Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg15Ati; + var _Reg16Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg16Ati; + var _Reg17Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg17Ati; + var _Reg18Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg18Ati; + var _Reg19Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg19Ati; + var _Reg20Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg20Ati; + var _Reg21Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg21Ati; + var _Reg22Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg22Ati; + var _Reg23Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg23Ati; + var _Reg24Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg24Ati; + var _Reg25Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg25Ati; + var _Reg26Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg26Ati; + var _Reg27Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg27Ati; + var _Reg28Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg28Ati; + var _Reg29Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg29Ati; + var _Reg30Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg30Ati; + var _Reg31Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Reg31Ati; + var _Con0Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con0Ati; + var _Con1Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con1Ati; + var _Con2Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con2Ati; + var _Con3Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con3Ati; + var _Con4Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con4Ati; + var _Con5Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con5Ati; + var _Con6Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con6Ati; + var _Con7Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con7Ati; + var _Con8Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con8Ati; + var _Con9Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con9Ati; + var _Con10Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con10Ati; + var _Con11Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con11Ati; + var _Con12Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con12Ati; + var _Con13Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con13Ati; + var _Con14Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con14Ati; + var _Con15Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con15Ati; + var _Con16Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con16Ati; + var _Con17Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con17Ati; + var _Con18Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con18Ati; + var _Con19Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con19Ati; + var _Con20Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con20Ati; + var _Con21Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con21Ati; + var _Con22Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con22Ati; + var _Con23Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con23Ati; + var _Con24Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con24Ati; + var _Con25Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con25Ati; + var _Con26Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con26Ati; + var _Con27Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con27Ati; + var _Con28Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con28Ati; + var _Con29Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con29Ati; + var _Con30Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con30Ati; + var _Con31Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Con31Ati; + var _MovAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.MovAti; + var _AddAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.AddAti; + var _MulAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.MulAti; + var _SubAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SubAti; + var _Dot3Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Dot3Ati; + var _Dot4Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Dot4Ati; + var _MadAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.MadAti; + var _LerpAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.LerpAti; + var _CndAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.CndAti; + var _Cnd0Ati = OpenTK.Graphics.OpenGL.AtiFragmentShader.Cnd0Ati; + var _Dot2AddAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.Dot2AddAti; + var _SecondaryInterpolatorAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SecondaryInterpolatorAti; + var _NumFragmentRegistersAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.NumFragmentRegistersAti; + var _NumFragmentConstantsAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.NumFragmentConstantsAti; + var _NumPassesAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.NumPassesAti; + var _NumInstructionsPerPassAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.NumInstructionsPerPassAti; + var _NumInstructionsTotalAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.NumInstructionsTotalAti; + var _NumInputInterpolatorComponentsAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.NumInputInterpolatorComponentsAti; + var _NumLoopbackComponentsAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.NumLoopbackComponentsAti; + var _ColorAlphaPairingAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.ColorAlphaPairingAti; + var _SwizzleStrAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SwizzleStrAti; + var _SwizzleStqAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SwizzleStqAti; + var _SwizzleStrDrAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SwizzleStrDrAti; + var _SwizzleStqDqAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SwizzleStqDqAti; + var _SwizzleStrqAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SwizzleStrqAti; + var _SwizzleStrqDqAti = OpenTK.Graphics.OpenGL.AtiFragmentShader.SwizzleStrqDqAti; +} +static void Test_AtiMapObjectBuffer_10441() { +} +static void Test_AtiMeminfo_10442() { + var _VboFreeMemoryAti = OpenTK.Graphics.OpenGL.AtiMeminfo.VboFreeMemoryAti; + var _TextureFreeMemoryAti = OpenTK.Graphics.OpenGL.AtiMeminfo.TextureFreeMemoryAti; + var _RenderbufferFreeMemoryAti = OpenTK.Graphics.OpenGL.AtiMeminfo.RenderbufferFreeMemoryAti; +} +static void Test_AtiPixelFormatFloat_10443() { + var _RgbaFloatModeAti = OpenTK.Graphics.OpenGL.AtiPixelFormatFloat.RgbaFloatModeAti; + var _ColorClearUnclampedValueAti = OpenTK.Graphics.OpenGL.AtiPixelFormatFloat.ColorClearUnclampedValueAti; +} +static void Test_AtiPnTriangles_10444() { + var _PnTrianglesAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.PnTrianglesAti; + var _MaxPnTrianglesTesselationLevelAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.MaxPnTrianglesTesselationLevelAti; + var _PnTrianglesPointModeAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.PnTrianglesPointModeAti; + var _PnTrianglesNormalModeAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.PnTrianglesNormalModeAti; + var _PnTrianglesTesselationLevelAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.PnTrianglesTesselationLevelAti; + var _PnTrianglesPointModeLinearAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.PnTrianglesPointModeLinearAti; + var _PnTrianglesPointModeCubicAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.PnTrianglesPointModeCubicAti; + var _PnTrianglesNormalModeLinearAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.PnTrianglesNormalModeLinearAti; + var _PnTrianglesNormalModeQuadraticAti = OpenTK.Graphics.OpenGL.AtiPnTriangles.PnTrianglesNormalModeQuadraticAti; +} +static void Test_AtiSeparateStencil_10445() { + var _StencilBackFuncAti = OpenTK.Graphics.OpenGL.AtiSeparateStencil.StencilBackFuncAti; + var _StencilBackFailAti = OpenTK.Graphics.OpenGL.AtiSeparateStencil.StencilBackFailAti; + var _StencilBackPassDepthFailAti = OpenTK.Graphics.OpenGL.AtiSeparateStencil.StencilBackPassDepthFailAti; + var _StencilBackPassDepthPassAti = OpenTK.Graphics.OpenGL.AtiSeparateStencil.StencilBackPassDepthPassAti; +} +static void Test_AtiTextFragmentShader_10446() { + var _TextFragmentShaderAti = OpenTK.Graphics.OpenGL.AtiTextFragmentShader.TextFragmentShaderAti; +} +static void Test_AtiTextureEnvCombine3_10447() { + var _ModulateAddAti = OpenTK.Graphics.OpenGL.AtiTextureEnvCombine3.ModulateAddAti; + var _ModulateSignedAddAti = OpenTK.Graphics.OpenGL.AtiTextureEnvCombine3.ModulateSignedAddAti; + var _ModulateSubtractAti = OpenTK.Graphics.OpenGL.AtiTextureEnvCombine3.ModulateSubtractAti; +} +static void Test_AtiTextureFloat_10448() { + var _RgbaFloat32Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.RgbaFloat32Ati; + var _RgbFloat32Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.RgbFloat32Ati; + var _AlphaFloat32Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.AlphaFloat32Ati; + var _IntensityFloat32Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.IntensityFloat32Ati; + var _LuminanceFloat32Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.LuminanceFloat32Ati; + var _LuminanceAlphaFloat32Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.LuminanceAlphaFloat32Ati; + var _RgbaFloat16Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.RgbaFloat16Ati; + var _RgbFloat16Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.RgbFloat16Ati; + var _AlphaFloat16Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.AlphaFloat16Ati; + var _IntensityFloat16Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.IntensityFloat16Ati; + var _LuminanceFloat16Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.LuminanceFloat16Ati; + var _LuminanceAlphaFloat16Ati = OpenTK.Graphics.OpenGL.AtiTextureFloat.LuminanceAlphaFloat16Ati; +} +static void Test_AtiTextureMirrorOnce_10449() { + var _MirrorClampAti = OpenTK.Graphics.OpenGL.AtiTextureMirrorOnce.MirrorClampAti; + var _MirrorClampToEdgeAti = OpenTK.Graphics.OpenGL.AtiTextureMirrorOnce.MirrorClampToEdgeAti; +} +static void Test_AtiVertexArrayObject_10450() { + var _StaticAti = OpenTK.Graphics.OpenGL.AtiVertexArrayObject.StaticAti; + var _DynamicAti = OpenTK.Graphics.OpenGL.AtiVertexArrayObject.DynamicAti; + var _PreserveAti = OpenTK.Graphics.OpenGL.AtiVertexArrayObject.PreserveAti; + var _DiscardAti = OpenTK.Graphics.OpenGL.AtiVertexArrayObject.DiscardAti; + var _ObjectBufferSizeAti = OpenTK.Graphics.OpenGL.AtiVertexArrayObject.ObjectBufferSizeAti; + var _ObjectBufferUsageAti = OpenTK.Graphics.OpenGL.AtiVertexArrayObject.ObjectBufferUsageAti; + var _ArrayObjectBufferAti = OpenTK.Graphics.OpenGL.AtiVertexArrayObject.ArrayObjectBufferAti; + var _ArrayObjectOffsetAti = OpenTK.Graphics.OpenGL.AtiVertexArrayObject.ArrayObjectOffsetAti; +} +static void Test_AtiVertexAttribArrayObject_10451() { +} +static void Test_AtiVertexStreams_10452() { + var _MaxVertexStreamsAti = OpenTK.Graphics.OpenGL.AtiVertexStreams.MaxVertexStreamsAti; + var _VertexStream0Ati = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexStream0Ati; + var _VertexStream1Ati = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexStream1Ati; + var _VertexStream2Ati = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexStream2Ati; + var _VertexStream3Ati = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexStream3Ati; + var _VertexStream4Ati = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexStream4Ati; + var _VertexStream5Ati = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexStream5Ati; + var _VertexStream6Ati = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexStream6Ati; + var _VertexStream7Ati = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexStream7Ati; + var _VertexSourceAti = OpenTK.Graphics.OpenGL.AtiVertexStreams.VertexSourceAti; +} +static void Test_AtomicCounterBufferParameter_10453() { + var _AtomicCounterBufferReferencedByComputeShader = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByComputeShader; + var _AtomicCounterBufferBinding = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferBinding; + var _AtomicCounterBufferDataSize = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferDataSize; + var _AtomicCounterBufferActiveAtomicCounters = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferActiveAtomicCounters; + var _AtomicCounterBufferActiveAtomicCounterIndices = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferActiveAtomicCounterIndices; + var _AtomicCounterBufferReferencedByVertexShader = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByVertexShader; + var _AtomicCounterBufferReferencedByTessControlShader = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByTessControlShader; + var _AtomicCounterBufferReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByTessEvaluationShader; + var _AtomicCounterBufferReferencedByGeometryShader = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByGeometryShader; + var _AtomicCounterBufferReferencedByFragmentShader = OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByFragmentShader; +} +static void Test_AttribMask_10454() { + var _CurrentBit = OpenTK.Graphics.OpenGL.AttribMask.CurrentBit; + var _PointBit = OpenTK.Graphics.OpenGL.AttribMask.PointBit; + var _LineBit = OpenTK.Graphics.OpenGL.AttribMask.LineBit; + var _PolygonBit = OpenTK.Graphics.OpenGL.AttribMask.PolygonBit; + var _PolygonStippleBit = OpenTK.Graphics.OpenGL.AttribMask.PolygonStippleBit; + var _PixelModeBit = OpenTK.Graphics.OpenGL.AttribMask.PixelModeBit; + var _LightingBit = OpenTK.Graphics.OpenGL.AttribMask.LightingBit; + var _FogBit = OpenTK.Graphics.OpenGL.AttribMask.FogBit; + var _DepthBufferBit = OpenTK.Graphics.OpenGL.AttribMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.OpenGL.AttribMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.OpenGL.AttribMask.StencilBufferBit; + var _ViewportBit = OpenTK.Graphics.OpenGL.AttribMask.ViewportBit; + var _TransformBit = OpenTK.Graphics.OpenGL.AttribMask.TransformBit; + var _EnableBit = OpenTK.Graphics.OpenGL.AttribMask.EnableBit; + var _ColorBufferBit = OpenTK.Graphics.OpenGL.AttribMask.ColorBufferBit; + var _HintBit = OpenTK.Graphics.OpenGL.AttribMask.HintBit; + var _EvalBit = OpenTK.Graphics.OpenGL.AttribMask.EvalBit; + var _ListBit = OpenTK.Graphics.OpenGL.AttribMask.ListBit; + var _TextureBit = OpenTK.Graphics.OpenGL.AttribMask.TextureBit; + var _ScissorBit = OpenTK.Graphics.OpenGL.AttribMask.ScissorBit; + var _MultisampleBit = OpenTK.Graphics.OpenGL.AttribMask.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.OpenGL.AttribMask.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.OpenGL.AttribMask.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.OpenGL.AttribMask.MultisampleBitExt; + var _AllAttribBits = OpenTK.Graphics.OpenGL.AttribMask.AllAttribBits; +} +static void Test_BeginFeedbackMode_10455() { + var _Points = OpenTK.Graphics.OpenGL.BeginFeedbackMode.Points; + var _Lines = OpenTK.Graphics.OpenGL.BeginFeedbackMode.Lines; + var _Triangles = OpenTK.Graphics.OpenGL.BeginFeedbackMode.Triangles; +} +static void Test_BeginMode_10456() { + var _Points = OpenTK.Graphics.OpenGL.BeginMode.Points; + var _Lines = OpenTK.Graphics.OpenGL.BeginMode.Lines; + var _LineLoop = OpenTK.Graphics.OpenGL.BeginMode.LineLoop; + var _LineStrip = OpenTK.Graphics.OpenGL.BeginMode.LineStrip; + var _Triangles = OpenTK.Graphics.OpenGL.BeginMode.Triangles; + var _TriangleStrip = OpenTK.Graphics.OpenGL.BeginMode.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.OpenGL.BeginMode.TriangleFan; + var _Quads = OpenTK.Graphics.OpenGL.BeginMode.Quads; + var _QuadStrip = OpenTK.Graphics.OpenGL.BeginMode.QuadStrip; + var _Polygon = OpenTK.Graphics.OpenGL.BeginMode.Polygon; + var _Patches = OpenTK.Graphics.OpenGL.BeginMode.Patches; + var _LinesAdjacency = OpenTK.Graphics.OpenGL.BeginMode.LinesAdjacency; + var _LineStripAdjacency = OpenTK.Graphics.OpenGL.BeginMode.LineStripAdjacency; + var _TrianglesAdjacency = OpenTK.Graphics.OpenGL.BeginMode.TrianglesAdjacency; + var _TriangleStripAdjacency = OpenTK.Graphics.OpenGL.BeginMode.TriangleStripAdjacency; +} +static void Test_BinaryFormat_10457() { +} +static void Test_BlendEquationMode_10458() { + var _FuncAdd = OpenTK.Graphics.OpenGL.BlendEquationMode.FuncAdd; + var _Min = OpenTK.Graphics.OpenGL.BlendEquationMode.Min; + var _Max = OpenTK.Graphics.OpenGL.BlendEquationMode.Max; + var _FuncSubtract = OpenTK.Graphics.OpenGL.BlendEquationMode.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.OpenGL.BlendEquationMode.FuncReverseSubtract; +} +static void Test_BlendEquationModeExt_10459() { + var _LogicOp = OpenTK.Graphics.OpenGL.BlendEquationModeExt.LogicOp; + var _FuncAddExt = OpenTK.Graphics.OpenGL.BlendEquationModeExt.FuncAddExt; + var _MinExt = OpenTK.Graphics.OpenGL.BlendEquationModeExt.MinExt; + var _MaxExt = OpenTK.Graphics.OpenGL.BlendEquationModeExt.MaxExt; + var _FuncSubtractExt = OpenTK.Graphics.OpenGL.BlendEquationModeExt.FuncSubtractExt; + var _FuncReverseSubtractExt = OpenTK.Graphics.OpenGL.BlendEquationModeExt.FuncReverseSubtractExt; + var _AlphaMinSgix = OpenTK.Graphics.OpenGL.BlendEquationModeExt.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.OpenGL.BlendEquationModeExt.AlphaMaxSgix; +} +static void Test_BlendingFactorDest_10460() { + var _Zero = OpenTK.Graphics.OpenGL.BlendingFactorDest.Zero; + var _SrcColor = OpenTK.Graphics.OpenGL.BlendingFactorDest.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL.BlendingFactorDest.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.OpenGL.BlendingFactorDest.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.OpenGL.BlendingFactorDest.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.OpenGL.BlendingFactorDest.SrcAlphaSaturate; + var _ConstantColor = OpenTK.Graphics.OpenGL.BlendingFactorDest.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.OpenGL.BlendingFactorDest.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.OpenGL.BlendingFactorDest.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.OpenGL.BlendingFactorDest.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusConstantAlphaExt; + var _Src1Alpha = OpenTK.Graphics.OpenGL.BlendingFactorDest.Src1Alpha; + var _Src1Color = OpenTK.Graphics.OpenGL.BlendingFactorDest.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL.BlendingFactorDest.OneMinusSrc1Alpha; + var _One = OpenTK.Graphics.OpenGL.BlendingFactorDest.One; +} +static void Test_BlendingFactorSrc_10461() { + var _Zero = OpenTK.Graphics.OpenGL.BlendingFactorSrc.Zero; + var _SrcColor = OpenTK.Graphics.OpenGL.BlendingFactorSrc.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL.BlendingFactorSrc.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.OpenGL.BlendingFactorSrc.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.OpenGL.BlendingFactorSrc.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.OpenGL.BlendingFactorSrc.SrcAlphaSaturate; + var _ConstantColor = OpenTK.Graphics.OpenGL.BlendingFactorSrc.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.OpenGL.BlendingFactorSrc.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.OpenGL.BlendingFactorSrc.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.OpenGL.BlendingFactorSrc.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusConstantAlphaExt; + var _Src1Alpha = OpenTK.Graphics.OpenGL.BlendingFactorSrc.Src1Alpha; + var _Src1Color = OpenTK.Graphics.OpenGL.BlendingFactorSrc.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL.BlendingFactorSrc.OneMinusSrc1Alpha; + var _One = OpenTK.Graphics.OpenGL.BlendingFactorSrc.One; +} +static void Test_BlitFramebufferFilter_10462() { + var _Nearest = OpenTK.Graphics.OpenGL.BlitFramebufferFilter.Nearest; + var _Linear = OpenTK.Graphics.OpenGL.BlitFramebufferFilter.Linear; +} +static void Test_Boolean_10463() { + var _False = OpenTK.Graphics.OpenGL.Boolean.False; + var _True = OpenTK.Graphics.OpenGL.Boolean.True; +} +static void Test_BufferAccess_10464() { + var _ReadOnly = OpenTK.Graphics.OpenGL.BufferAccess.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL.BufferAccess.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL.BufferAccess.ReadWrite; +} +static void Test_BufferAccessArb_10465() { + var _ReadOnly = OpenTK.Graphics.OpenGL.BufferAccessArb.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL.BufferAccessArb.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL.BufferAccessArb.ReadWrite; +} +static void Test_BufferAccessMask_10466() { + var _MapReadBit = OpenTK.Graphics.OpenGL.BufferAccessMask.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL.BufferAccessMask.MapWriteBit; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL.BufferAccessMask.MapInvalidateRangeBit; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL.BufferAccessMask.MapInvalidateBufferBit; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL.BufferAccessMask.MapFlushExplicitBit; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL.BufferAccessMask.MapUnsynchronizedBit; + var _MapPersistentBit = OpenTK.Graphics.OpenGL.BufferAccessMask.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL.BufferAccessMask.MapCoherentBit; +} +static void Test_BufferParameterApple_10467() { + var _BufferSerializedModifyApple = OpenTK.Graphics.OpenGL.BufferParameterApple.BufferSerializedModifyApple; + var _BufferFlushingUnmapApple = OpenTK.Graphics.OpenGL.BufferParameterApple.BufferFlushingUnmapApple; +} +static void Test_BufferParameterName_10468() { + var _BufferImmutableStorage = OpenTK.Graphics.OpenGL.BufferParameterName.BufferImmutableStorage; + var _BufferSize = OpenTK.Graphics.OpenGL.BufferParameterName.BufferSize; + var _BufferUsage = OpenTK.Graphics.OpenGL.BufferParameterName.BufferUsage; + var _BufferAccess = OpenTK.Graphics.OpenGL.BufferParameterName.BufferAccess; + var _BufferMapped = OpenTK.Graphics.OpenGL.BufferParameterName.BufferMapped; + var _BufferAccessFlags = OpenTK.Graphics.OpenGL.BufferParameterName.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.OpenGL.BufferParameterName.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.OpenGL.BufferParameterName.BufferMapOffset; +} +static void Test_BufferParameterNameArb_10469() { + var _BufferSize = OpenTK.Graphics.OpenGL.BufferParameterNameArb.BufferSize; + var _BufferUsage = OpenTK.Graphics.OpenGL.BufferParameterNameArb.BufferUsage; + var _BufferAccess = OpenTK.Graphics.OpenGL.BufferParameterNameArb.BufferAccess; + var _BufferMapped = OpenTK.Graphics.OpenGL.BufferParameterNameArb.BufferMapped; +} +static void Test_BufferPointer_10470() { + var _BufferMapPointer = OpenTK.Graphics.OpenGL.BufferPointer.BufferMapPointer; +} +static void Test_BufferPointerNameArb_10471() { + var _BufferMapPointer = OpenTK.Graphics.OpenGL.BufferPointerNameArb.BufferMapPointer; +} +static void Test_BufferRangeTarget_10472() { + var _UniformBuffer = OpenTK.Graphics.OpenGL.BufferRangeTarget.UniformBuffer; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL.BufferRangeTarget.TransformFeedbackBuffer; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL.BufferRangeTarget.ShaderStorageBuffer; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL.BufferRangeTarget.AtomicCounterBuffer; +} +static void Test_BufferStorageFlags_10473() { + var _MapReadBit = OpenTK.Graphics.OpenGL.BufferStorageFlags.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL.BufferStorageFlags.MapWriteBit; + var _MapPersistentBit = OpenTK.Graphics.OpenGL.BufferStorageFlags.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL.BufferStorageFlags.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL.BufferStorageFlags.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.OpenGL.BufferStorageFlags.ClientStorageBit; +} +static void Test_BufferTarget_10474() { + var _ArrayBuffer = OpenTK.Graphics.OpenGL.BufferTarget.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.OpenGL.BufferTarget.ElementArrayBuffer; + var _PixelPackBuffer = OpenTK.Graphics.OpenGL.BufferTarget.PixelPackBuffer; + var _PixelUnpackBuffer = OpenTK.Graphics.OpenGL.BufferTarget.PixelUnpackBuffer; + var _UniformBuffer = OpenTK.Graphics.OpenGL.BufferTarget.UniformBuffer; + var _TextureBuffer = OpenTK.Graphics.OpenGL.BufferTarget.TextureBuffer; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL.BufferTarget.TransformFeedbackBuffer; + var _CopyReadBuffer = OpenTK.Graphics.OpenGL.BufferTarget.CopyReadBuffer; + var _CopyWriteBuffer = OpenTK.Graphics.OpenGL.BufferTarget.CopyWriteBuffer; + var _DrawIndirectBuffer = OpenTK.Graphics.OpenGL.BufferTarget.DrawIndirectBuffer; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL.BufferTarget.ShaderStorageBuffer; + var _DispatchIndirectBuffer = OpenTK.Graphics.OpenGL.BufferTarget.DispatchIndirectBuffer; + var _QueryBuffer = OpenTK.Graphics.OpenGL.BufferTarget.QueryBuffer; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL.BufferTarget.AtomicCounterBuffer; +} +static void Test_BufferTargetArb_10475() { + var _ArrayBuffer = OpenTK.Graphics.OpenGL.BufferTargetArb.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.OpenGL.BufferTargetArb.ElementArrayBuffer; + var _TextureBuffer = OpenTK.Graphics.OpenGL.BufferTargetArb.TextureBuffer; +} +static void Test_BufferUsageArb_10476() { + var _StreamDraw = OpenTK.Graphics.OpenGL.BufferUsageArb.StreamDraw; + var _StreamRead = OpenTK.Graphics.OpenGL.BufferUsageArb.StreamRead; + var _StreamCopy = OpenTK.Graphics.OpenGL.BufferUsageArb.StreamCopy; + var _StaticDraw = OpenTK.Graphics.OpenGL.BufferUsageArb.StaticDraw; + var _StaticRead = OpenTK.Graphics.OpenGL.BufferUsageArb.StaticRead; + var _StaticCopy = OpenTK.Graphics.OpenGL.BufferUsageArb.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.OpenGL.BufferUsageArb.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.OpenGL.BufferUsageArb.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.OpenGL.BufferUsageArb.DynamicCopy; +} +static void Test_BufferUsageHint_10477() { + var _StreamDraw = OpenTK.Graphics.OpenGL.BufferUsageHint.StreamDraw; + var _StreamRead = OpenTK.Graphics.OpenGL.BufferUsageHint.StreamRead; + var _StreamCopy = OpenTK.Graphics.OpenGL.BufferUsageHint.StreamCopy; + var _StaticDraw = OpenTK.Graphics.OpenGL.BufferUsageHint.StaticDraw; + var _StaticRead = OpenTK.Graphics.OpenGL.BufferUsageHint.StaticRead; + var _StaticCopy = OpenTK.Graphics.OpenGL.BufferUsageHint.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.OpenGL.BufferUsageHint.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.OpenGL.BufferUsageHint.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.OpenGL.BufferUsageHint.DynamicCopy; +} +static void Test_ClampColorMode_10478() { + var _False = OpenTK.Graphics.OpenGL.ClampColorMode.False; + var _FixedOnly = OpenTK.Graphics.OpenGL.ClampColorMode.FixedOnly; + var _True = OpenTK.Graphics.OpenGL.ClampColorMode.True; +} +static void Test_ClampColorTarget_10479() { + var _ClampVertexColor = OpenTK.Graphics.OpenGL.ClampColorTarget.ClampVertexColor; + var _ClampFragmentColor = OpenTK.Graphics.OpenGL.ClampColorTarget.ClampFragmentColor; + var _ClampReadColor = OpenTK.Graphics.OpenGL.ClampColorTarget.ClampReadColor; +} +static void Test_ClearBuffer_10480() { + var _Color = OpenTK.Graphics.OpenGL.ClearBuffer.Color; + var _Depth = OpenTK.Graphics.OpenGL.ClearBuffer.Depth; + var _Stencil = OpenTK.Graphics.OpenGL.ClearBuffer.Stencil; +} +static void Test_ClearBufferCombined_10481() { + var _DepthStencil = OpenTK.Graphics.OpenGL.ClearBufferCombined.DepthStencil; +} +static void Test_ClearBufferMask_10482() { + var _None = OpenTK.Graphics.OpenGL.ClearBufferMask.None; + var _DepthBufferBit = OpenTK.Graphics.OpenGL.ClearBufferMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.OpenGL.ClearBufferMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.OpenGL.ClearBufferMask.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.OpenGL.ClearBufferMask.ColorBufferBit; + var _CoverageBufferBitNv = OpenTK.Graphics.OpenGL.ClearBufferMask.CoverageBufferBitNv; +} +static void Test_ClientAttribMask_10483() { + var _ClientPixelStoreBit = OpenTK.Graphics.OpenGL.ClientAttribMask.ClientPixelStoreBit; + var _ClientVertexArrayBit = OpenTK.Graphics.OpenGL.ClientAttribMask.ClientVertexArrayBit; + var _ClientAllAttribBits = OpenTK.Graphics.OpenGL.ClientAttribMask.ClientAllAttribBits; +} +static void Test_ClientWaitSyncFlags_10484() { + var _None = OpenTK.Graphics.OpenGL.ClientWaitSyncFlags.None; + var _SyncFlushCommandsBit = OpenTK.Graphics.OpenGL.ClientWaitSyncFlags.SyncFlushCommandsBit; +} +static void Test_ClipPlaneName_10485() { + var _ClipDistance0 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.OpenGL.ClipPlaneName.ClipDistance7; +} +static void Test_ColorMaterialFace_10486() { + var _Front = OpenTK.Graphics.OpenGL.ColorMaterialFace.Front; + var _Back = OpenTK.Graphics.OpenGL.ColorMaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.OpenGL.ColorMaterialFace.FrontAndBack; +} +static void Test_ColorMaterialParameter_10487() { + var _Ambient = OpenTK.Graphics.OpenGL.ColorMaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.OpenGL.ColorMaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.OpenGL.ColorMaterialParameter.Specular; + var _Emission = OpenTK.Graphics.OpenGL.ColorMaterialParameter.Emission; + var _AmbientAndDiffuse = OpenTK.Graphics.OpenGL.ColorMaterialParameter.AmbientAndDiffuse; +} +static void Test_ColorPointerType_10488() { + var _Byte = OpenTK.Graphics.OpenGL.ColorPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.ColorPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.ColorPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.ColorPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.ColorPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.ColorPointerType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.ColorPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL.ColorPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.ColorPointerType.HalfFloat; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.ColorPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.ColorPointerType.Int2101010Rev; +} +static void Test_ColorTableParameterPName_10489() { + var _ColorTableScale = OpenTK.Graphics.OpenGL.ColorTableParameterPName.ColorTableScale; + var _ColorTableBias = OpenTK.Graphics.OpenGL.ColorTableParameterPName.ColorTableBias; +} +static void Test_ColorTableParameterPNameSgi_10490() { + var _ColorTableScale = OpenTK.Graphics.OpenGL.ColorTableParameterPNameSgi.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.OpenGL.ColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.OpenGL.ColorTableParameterPNameSgi.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.OpenGL.ColorTableParameterPNameSgi.ColorTableBiasSgi; +} +static void Test_ColorTableTarget_10491() { + var _ColorTable = OpenTK.Graphics.OpenGL.ColorTableTarget.ColorTable; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL.ColorTableTarget.PostConvolutionColorTable; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL.ColorTableTarget.PostColorMatrixColorTable; + var _ProxyColorTable = OpenTK.Graphics.OpenGL.ColorTableTarget.ProxyColorTable; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.OpenGL.ColorTableTarget.ProxyPostConvolutionColorTable; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.OpenGL.ColorTableTarget.ProxyPostColorMatrixColorTable; +} +static void Test_ColorTableTargetSgi_10492() { + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ProxyTextureColorTableSgi; + var _ColorTable = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL.ColorTableTargetSgi.ProxyPostColorMatrixColorTableSgi; +} +static void Test_ConditionalRenderType_10493() { + var _QueryWait = OpenTK.Graphics.OpenGL.ConditionalRenderType.QueryWait; + var _QueryNoWait = OpenTK.Graphics.OpenGL.ConditionalRenderType.QueryNoWait; + var _QueryByRegionWait = OpenTK.Graphics.OpenGL.ConditionalRenderType.QueryByRegionWait; + var _QueryByRegionNoWait = OpenTK.Graphics.OpenGL.ConditionalRenderType.QueryByRegionNoWait; +} +static void Test_ContextFlagMask_10494() { + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.OpenGL.ContextFlagMask.ContextFlagForwardCompatibleBit; + var _ContextFlagDebugBit = OpenTK.Graphics.OpenGL.ContextFlagMask.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.OpenGL.ContextFlagMask.ContextFlagDebugBitKhr; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.OpenGL.ContextFlagMask.ContextFlagRobustAccessBitArb; +} +static void Test_ContextProfileMask_10495() { + var _ContextCoreProfileBit = OpenTK.Graphics.OpenGL.ContextProfileMask.ContextCoreProfileBit; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.OpenGL.ContextProfileMask.ContextCompatibilityProfileBit; +} +static void Test_ConvolutionBorderModeExt_10496() { + var _Reduce = OpenTK.Graphics.OpenGL.ConvolutionBorderModeExt.Reduce; + var _ReduceExt = OpenTK.Graphics.OpenGL.ConvolutionBorderModeExt.ReduceExt; +} +static void Test_ConvolutionParameter_10497() { + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL.ConvolutionParameter.ConvolutionBorderMode; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL.ConvolutionParameter.ConvolutionFilterScale; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL.ConvolutionParameter.ConvolutionFilterBias; +} +static void Test_ConvolutionParameterExt_10498() { + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL.ConvolutionParameterExt.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.OpenGL.ConvolutionParameterExt.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL.ConvolutionParameterExt.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.OpenGL.ConvolutionParameterExt.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL.ConvolutionParameterExt.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.OpenGL.ConvolutionParameterExt.ConvolutionFilterBiasExt; +} +static void Test_ConvolutionParameterValue_10499() { + var _Reduce = OpenTK.Graphics.OpenGL.ConvolutionParameterValue.Reduce; + var _ConstantBorder = OpenTK.Graphics.OpenGL.ConvolutionParameterValue.ConstantBorder; + var _ReplicateBorder = OpenTK.Graphics.OpenGL.ConvolutionParameterValue.ReplicateBorder; +} +static void Test_ConvolutionTarget_10500() { + var _Convolution1D = OpenTK.Graphics.OpenGL.ConvolutionTarget.Convolution1D; + var _Convolution2D = OpenTK.Graphics.OpenGL.ConvolutionTarget.Convolution2D; + var _Separable2D = OpenTK.Graphics.OpenGL.ConvolutionTarget.Separable2D; +} +static void Test_ConvolutionTargetExt_10501() { + var _Convolution1D = OpenTK.Graphics.OpenGL.ConvolutionTargetExt.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.OpenGL.ConvolutionTargetExt.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.OpenGL.ConvolutionTargetExt.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.OpenGL.ConvolutionTargetExt.Convolution2DExt; +} +static void Test_CullFaceMode_10502() { + var _Front = OpenTK.Graphics.OpenGL.CullFaceMode.Front; + var _Back = OpenTK.Graphics.OpenGL.CullFaceMode.Back; + var _FrontAndBack = OpenTK.Graphics.OpenGL.CullFaceMode.FrontAndBack; +} +static void Test_DataType_10503() { +} +static void Test_DebugSeverity_10504() { + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL.DebugSeverity.DebugSeverityNotification; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL.DebugSeverity.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL.DebugSeverity.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL.DebugSeverity.DebugSeverityLow; +} +static void Test_DebugSeverityControl_10505() { + var _DontCare = OpenTK.Graphics.OpenGL.DebugSeverityControl.DontCare; + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL.DebugSeverityControl.DebugSeverityNotification; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL.DebugSeverityControl.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL.DebugSeverityControl.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL.DebugSeverityControl.DebugSeverityLow; +} +static void Test_DebugSource_10506() { + var _DebugSourceApi = OpenTK.Graphics.OpenGL.DebugSource.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL.DebugSource.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL.DebugSource.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL.DebugSource.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL.DebugSource.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.OpenGL.DebugSource.DebugSourceOther; +} +static void Test_DebugSourceControl_10507() { + var _DontCare = OpenTK.Graphics.OpenGL.DebugSourceControl.DontCare; + var _DebugSourceApi = OpenTK.Graphics.OpenGL.DebugSourceControl.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL.DebugSourceControl.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL.DebugSourceControl.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL.DebugSourceControl.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL.DebugSourceControl.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.OpenGL.DebugSourceControl.DebugSourceOther; +} +static void Test_DebugSourceExternal_10508() { + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL.DebugSourceExternal.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL.DebugSourceExternal.DebugSourceApplication; +} +static void Test_DebugType_10509() { + var _DebugTypeError = OpenTK.Graphics.OpenGL.DebugType.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL.DebugType.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL.DebugType.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.OpenGL.DebugType.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL.DebugType.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.OpenGL.DebugType.DebugTypeOther; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL.DebugType.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL.DebugType.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL.DebugType.DebugTypePopGroup; +} +static void Test_DebugTypeControl_10510() { + var _DontCare = OpenTK.Graphics.OpenGL.DebugTypeControl.DontCare; + var _DebugTypeError = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypeOther; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL.DebugTypeControl.DebugTypePopGroup; +} +static void Test_DepthFunction_10511() { + var _Never = OpenTK.Graphics.OpenGL.DepthFunction.Never; + var _Less = OpenTK.Graphics.OpenGL.DepthFunction.Less; + var _Equal = OpenTK.Graphics.OpenGL.DepthFunction.Equal; + var _Lequal = OpenTK.Graphics.OpenGL.DepthFunction.Lequal; + var _Greater = OpenTK.Graphics.OpenGL.DepthFunction.Greater; + var _Notequal = OpenTK.Graphics.OpenGL.DepthFunction.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL.DepthFunction.Gequal; + var _Always = OpenTK.Graphics.OpenGL.DepthFunction.Always; +} +static void Test_DrawBufferMode_10512() { + var _None = OpenTK.Graphics.OpenGL.DrawBufferMode.None; + var _NoneOes = OpenTK.Graphics.OpenGL.DrawBufferMode.NoneOes; + var _FrontLeft = OpenTK.Graphics.OpenGL.DrawBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL.DrawBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL.DrawBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL.DrawBufferMode.BackRight; + var _Front = OpenTK.Graphics.OpenGL.DrawBufferMode.Front; + var _Back = OpenTK.Graphics.OpenGL.DrawBufferMode.Back; + var _Left = OpenTK.Graphics.OpenGL.DrawBufferMode.Left; + var _Right = OpenTK.Graphics.OpenGL.DrawBufferMode.Right; + var _FrontAndBack = OpenTK.Graphics.OpenGL.DrawBufferMode.FrontAndBack; + var _Aux0 = OpenTK.Graphics.OpenGL.DrawBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL.DrawBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL.DrawBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL.DrawBufferMode.Aux3; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL.DrawBufferMode.ColorAttachment15; +} +static void Test_DrawBuffersEnum_10513() { + var _None = OpenTK.Graphics.OpenGL.DrawBuffersEnum.None; + var _FrontLeft = OpenTK.Graphics.OpenGL.DrawBuffersEnum.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL.DrawBuffersEnum.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL.DrawBuffersEnum.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL.DrawBuffersEnum.BackRight; + var _Aux0 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.Aux3; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL.DrawBuffersEnum.ColorAttachment15; +} +static void Test_DrawElementsType_10514() { + var _UnsignedByte = OpenTK.Graphics.OpenGL.DrawElementsType.UnsignedByte; + var _UnsignedShort = OpenTK.Graphics.OpenGL.DrawElementsType.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.OpenGL.DrawElementsType.UnsignedInt; +} +static void Test_EnableCap_10515() { + var _PointSmooth = OpenTK.Graphics.OpenGL.EnableCap.PointSmooth; + var _LineSmooth = OpenTK.Graphics.OpenGL.EnableCap.LineSmooth; + var _LineStipple = OpenTK.Graphics.OpenGL.EnableCap.LineStipple; + var _PolygonSmooth = OpenTK.Graphics.OpenGL.EnableCap.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.OpenGL.EnableCap.PolygonStipple; + var _CullFace = OpenTK.Graphics.OpenGL.EnableCap.CullFace; + var _Lighting = OpenTK.Graphics.OpenGL.EnableCap.Lighting; + var _ColorMaterial = OpenTK.Graphics.OpenGL.EnableCap.ColorMaterial; + var _Fog = OpenTK.Graphics.OpenGL.EnableCap.Fog; + var _DepthTest = OpenTK.Graphics.OpenGL.EnableCap.DepthTest; + var _StencilTest = OpenTK.Graphics.OpenGL.EnableCap.StencilTest; + var _Normalize = OpenTK.Graphics.OpenGL.EnableCap.Normalize; + var _AlphaTest = OpenTK.Graphics.OpenGL.EnableCap.AlphaTest; + var _Dither = OpenTK.Graphics.OpenGL.EnableCap.Dither; + var _Blend = OpenTK.Graphics.OpenGL.EnableCap.Blend; + var _IndexLogicOp = OpenTK.Graphics.OpenGL.EnableCap.IndexLogicOp; + var _ColorLogicOp = OpenTK.Graphics.OpenGL.EnableCap.ColorLogicOp; + var _ScissorTest = OpenTK.Graphics.OpenGL.EnableCap.ScissorTest; + var _TextureGenS = OpenTK.Graphics.OpenGL.EnableCap.TextureGenS; + var _TextureGenT = OpenTK.Graphics.OpenGL.EnableCap.TextureGenT; + var _TextureGenR = OpenTK.Graphics.OpenGL.EnableCap.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.OpenGL.EnableCap.TextureGenQ; + var _AutoNormal = OpenTK.Graphics.OpenGL.EnableCap.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.OpenGL.EnableCap.Map1Color4; + var _Map1Index = OpenTK.Graphics.OpenGL.EnableCap.Map1Index; + var _Map1Normal = OpenTK.Graphics.OpenGL.EnableCap.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.OpenGL.EnableCap.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.OpenGL.EnableCap.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.OpenGL.EnableCap.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.OpenGL.EnableCap.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.OpenGL.EnableCap.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.OpenGL.EnableCap.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.OpenGL.EnableCap.Map2Color4; + var _Map2Index = OpenTK.Graphics.OpenGL.EnableCap.Map2Index; + var _Map2Normal = OpenTK.Graphics.OpenGL.EnableCap.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.OpenGL.EnableCap.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.OpenGL.EnableCap.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.OpenGL.EnableCap.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.OpenGL.EnableCap.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.OpenGL.EnableCap.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.OpenGL.EnableCap.Map2Vertex4; + var _Texture1D = OpenTK.Graphics.OpenGL.EnableCap.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL.EnableCap.Texture2D; + var _PolygonOffsetPoint = OpenTK.Graphics.OpenGL.EnableCap.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.OpenGL.EnableCap.PolygonOffsetLine; + var _ClipDistance0 = OpenTK.Graphics.OpenGL.EnableCap.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.OpenGL.EnableCap.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.OpenGL.EnableCap.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.OpenGL.EnableCap.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.OpenGL.EnableCap.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.OpenGL.EnableCap.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.OpenGL.EnableCap.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.OpenGL.EnableCap.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.OpenGL.EnableCap.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.OpenGL.EnableCap.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.OpenGL.EnableCap.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.OpenGL.EnableCap.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.OpenGL.EnableCap.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.OpenGL.EnableCap.ClipDistance7; + var _Light0 = OpenTK.Graphics.OpenGL.EnableCap.Light0; + var _Light1 = OpenTK.Graphics.OpenGL.EnableCap.Light1; + var _Light2 = OpenTK.Graphics.OpenGL.EnableCap.Light2; + var _Light3 = OpenTK.Graphics.OpenGL.EnableCap.Light3; + var _Light4 = OpenTK.Graphics.OpenGL.EnableCap.Light4; + var _Light5 = OpenTK.Graphics.OpenGL.EnableCap.Light5; + var _Light6 = OpenTK.Graphics.OpenGL.EnableCap.Light6; + var _Light7 = OpenTK.Graphics.OpenGL.EnableCap.Light7; + var _Convolution1D = OpenTK.Graphics.OpenGL.EnableCap.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.OpenGL.EnableCap.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.OpenGL.EnableCap.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.OpenGL.EnableCap.Convolution2DExt; + var _Separable2D = OpenTK.Graphics.OpenGL.EnableCap.Separable2D; + var _Separable2DExt = OpenTK.Graphics.OpenGL.EnableCap.Separable2DExt; + var _Histogram = OpenTK.Graphics.OpenGL.EnableCap.Histogram; + var _HistogramExt = OpenTK.Graphics.OpenGL.EnableCap.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.OpenGL.EnableCap.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.OpenGL.EnableCap.PolygonOffsetFill; + var _RescaleNormal = OpenTK.Graphics.OpenGL.EnableCap.RescaleNormal; + var _RescaleNormalExt = OpenTK.Graphics.OpenGL.EnableCap.RescaleNormalExt; + var _Texture3DExt = OpenTK.Graphics.OpenGL.EnableCap.Texture3DExt; + var _VertexArray = OpenTK.Graphics.OpenGL.EnableCap.VertexArray; + var _NormalArray = OpenTK.Graphics.OpenGL.EnableCap.NormalArray; + var _ColorArray = OpenTK.Graphics.OpenGL.EnableCap.ColorArray; + var _IndexArray = OpenTK.Graphics.OpenGL.EnableCap.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.OpenGL.EnableCap.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.OpenGL.EnableCap.EdgeFlagArray; + var _InterlaceSgix = OpenTK.Graphics.OpenGL.EnableCap.InterlaceSgix; + var _Multisample = OpenTK.Graphics.OpenGL.EnableCap.Multisample; + var _MultisampleSgis = OpenTK.Graphics.OpenGL.EnableCap.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.OpenGL.EnableCap.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.OpenGL.EnableCap.SampleAlphaToMaskSgis; + var _SampleAlphaToOne = OpenTK.Graphics.OpenGL.EnableCap.SampleAlphaToOne; + var _SampleAlphaToOneSgis = OpenTK.Graphics.OpenGL.EnableCap.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.OpenGL.EnableCap.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.OpenGL.EnableCap.SampleMaskSgis; + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL.EnableCap.TextureColorTableSgi; + var _ColorTable = OpenTK.Graphics.OpenGL.EnableCap.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.OpenGL.EnableCap.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL.EnableCap.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL.EnableCap.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL.EnableCap.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL.EnableCap.PostColorMatrixColorTableSgi; + var _Texture4DSgis = OpenTK.Graphics.OpenGL.EnableCap.Texture4DSgis; + var _PixelTexGenSgix = OpenTK.Graphics.OpenGL.EnableCap.PixelTexGenSgix; + var _SpriteSgix = OpenTK.Graphics.OpenGL.EnableCap.SpriteSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.OpenGL.EnableCap.ReferencePlaneSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.OpenGL.EnableCap.IrInstrument1Sgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.OpenGL.EnableCap.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.OpenGL.EnableCap.FramezoomSgix; + var _FogOffsetSgix = OpenTK.Graphics.OpenGL.EnableCap.FogOffsetSgix; + var _SharedTexturePaletteExt = OpenTK.Graphics.OpenGL.EnableCap.SharedTexturePaletteExt; + var _DebugOutputSynchronous = OpenTK.Graphics.OpenGL.EnableCap.DebugOutputSynchronous; + var _AsyncHistogramSgix = OpenTK.Graphics.OpenGL.EnableCap.AsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.OpenGL.EnableCap.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.OpenGL.EnableCap.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL.EnableCap.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.OpenGL.EnableCap.AsyncReadPixelsSgix; + var _FragmentLightingSgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentColorMaterialSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.OpenGL.EnableCap.FragmentLight7Sgix; + var _FogCoordArray = OpenTK.Graphics.OpenGL.EnableCap.FogCoordArray; + var _ColorSum = OpenTK.Graphics.OpenGL.EnableCap.ColorSum; + var _SecondaryColorArray = OpenTK.Graphics.OpenGL.EnableCap.SecondaryColorArray; + var _TextureRectangle = OpenTK.Graphics.OpenGL.EnableCap.TextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.EnableCap.TextureCubeMap; + var _ProgramPointSize = OpenTK.Graphics.OpenGL.EnableCap.ProgramPointSize; + var _VertexProgramPointSize = OpenTK.Graphics.OpenGL.EnableCap.VertexProgramPointSize; + var _VertexProgramTwoSide = OpenTK.Graphics.OpenGL.EnableCap.VertexProgramTwoSide; + var _DepthClamp = OpenTK.Graphics.OpenGL.EnableCap.DepthClamp; + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL.EnableCap.TextureCubeMapSeamless; + var _PointSprite = OpenTK.Graphics.OpenGL.EnableCap.PointSprite; + var _SampleShading = OpenTK.Graphics.OpenGL.EnableCap.SampleShading; + var _RasterizerDiscard = OpenTK.Graphics.OpenGL.EnableCap.RasterizerDiscard; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.OpenGL.EnableCap.PrimitiveRestartFixedIndex; + var _FramebufferSrgb = OpenTK.Graphics.OpenGL.EnableCap.FramebufferSrgb; + var _SampleMask = OpenTK.Graphics.OpenGL.EnableCap.SampleMask; + var _PrimitiveRestart = OpenTK.Graphics.OpenGL.EnableCap.PrimitiveRestart; + var _DebugOutput = OpenTK.Graphics.OpenGL.EnableCap.DebugOutput; +} +static void Test_ErrorCode_10516() { + var _NoError = OpenTK.Graphics.OpenGL.ErrorCode.NoError; + var _InvalidEnum = OpenTK.Graphics.OpenGL.ErrorCode.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.OpenGL.ErrorCode.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.OpenGL.ErrorCode.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.OpenGL.ErrorCode.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.OpenGL.ErrorCode.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.OpenGL.ErrorCode.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.OpenGL.ErrorCode.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.OpenGL.ErrorCode.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.OpenGL.ErrorCode.InvalidFramebufferOperationOes; + var _TableTooLarge = OpenTK.Graphics.OpenGL.ErrorCode.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.OpenGL.ErrorCode.TableTooLargeExt; + var _TextureTooLargeExt = OpenTK.Graphics.OpenGL.ErrorCode.TextureTooLargeExt; +} +static void Test_Ext422Pixels_10517() { + var _Gl422Ext = OpenTK.Graphics.OpenGL.Ext422Pixels.Gl422Ext; + var _Gl422RevExt = OpenTK.Graphics.OpenGL.Ext422Pixels.Gl422RevExt; + var _Gl422AverageExt = OpenTK.Graphics.OpenGL.Ext422Pixels.Gl422AverageExt; + var _Gl422RevAverageExt = OpenTK.Graphics.OpenGL.Ext422Pixels.Gl422RevAverageExt; +} +static void Test_ExtAbgr_10518() { + var _AbgrExt = OpenTK.Graphics.OpenGL.ExtAbgr.AbgrExt; +} +static void Test_ExtBgra_10519() { + var _BgrExt = OpenTK.Graphics.OpenGL.ExtBgra.BgrExt; + var _BgraExt = OpenTK.Graphics.OpenGL.ExtBgra.BgraExt; +} +static void Test_ExtBindableUniform_10520() { + var _MaxVertexBindableUniformsExt = OpenTK.Graphics.OpenGL.ExtBindableUniform.MaxVertexBindableUniformsExt; + var _MaxFragmentBindableUniformsExt = OpenTK.Graphics.OpenGL.ExtBindableUniform.MaxFragmentBindableUniformsExt; + var _MaxGeometryBindableUniformsExt = OpenTK.Graphics.OpenGL.ExtBindableUniform.MaxGeometryBindableUniformsExt; + var _MaxBindableUniformSizeExt = OpenTK.Graphics.OpenGL.ExtBindableUniform.MaxBindableUniformSizeExt; + var _UniformBufferExt = OpenTK.Graphics.OpenGL.ExtBindableUniform.UniformBufferExt; + var _UniformBufferBindingExt = OpenTK.Graphics.OpenGL.ExtBindableUniform.UniformBufferBindingExt; +} +static void Test_ExtBlendColor_10521() { + var _ConstantColorExt = OpenTK.Graphics.OpenGL.ExtBlendColor.ConstantColorExt; + var _OneMinusConstantColorExt = OpenTK.Graphics.OpenGL.ExtBlendColor.OneMinusConstantColorExt; + var _ConstantAlphaExt = OpenTK.Graphics.OpenGL.ExtBlendColor.ConstantAlphaExt; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.OpenGL.ExtBlendColor.OneMinusConstantAlphaExt; + var _BlendColorExt = OpenTK.Graphics.OpenGL.ExtBlendColor.BlendColorExt; +} +static void Test_ExtBlendEquationSeparate_10522() { + var _BlendEquationRgbExt = OpenTK.Graphics.OpenGL.ExtBlendEquationSeparate.BlendEquationRgbExt; + var _BlendEquationAlphaExt = OpenTK.Graphics.OpenGL.ExtBlendEquationSeparate.BlendEquationAlphaExt; +} +static void Test_ExtBlendFuncSeparate_10523() { + var _BlendDstRgbExt = OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate.BlendDstRgbExt; + var _BlendSrcRgbExt = OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate.BlendSrcRgbExt; + var _BlendDstAlphaExt = OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate.BlendDstAlphaExt; + var _BlendSrcAlphaExt = OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate.BlendSrcAlphaExt; +} +static void Test_ExtBlendLogicOp_10524() { +} +static void Test_ExtBlendMinmax_10525() { + var _FuncAddExt = OpenTK.Graphics.OpenGL.ExtBlendMinmax.FuncAddExt; + var _MinExt = OpenTK.Graphics.OpenGL.ExtBlendMinmax.MinExt; + var _MaxExt = OpenTK.Graphics.OpenGL.ExtBlendMinmax.MaxExt; + var _BlendEquationExt = OpenTK.Graphics.OpenGL.ExtBlendMinmax.BlendEquationExt; +} +static void Test_ExtBlendSubtract_10526() { + var _FuncSubtractExt = OpenTK.Graphics.OpenGL.ExtBlendSubtract.FuncSubtractExt; + var _FuncReverseSubtractExt = OpenTK.Graphics.OpenGL.ExtBlendSubtract.FuncReverseSubtractExt; +} +static void Test_ExtClipVolumeHint_10527() { + var _ClipVolumeClippingHintExt = OpenTK.Graphics.OpenGL.ExtClipVolumeHint.ClipVolumeClippingHintExt; +} +static void Test_ExtCmyka_10528() { + var _CmykExt = OpenTK.Graphics.OpenGL.ExtCmyka.CmykExt; + var _CmykaExt = OpenTK.Graphics.OpenGL.ExtCmyka.CmykaExt; + var _PackCmykHintExt = OpenTK.Graphics.OpenGL.ExtCmyka.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.OpenGL.ExtCmyka.UnpackCmykHintExt; +} +static void Test_ExtColorSubtable_10529() { +} +static void Test_ExtCompiledVertexArray_10530() { + var _ArrayElementLockFirstExt = OpenTK.Graphics.OpenGL.ExtCompiledVertexArray.ArrayElementLockFirstExt; + var _ArrayElementLockCountExt = OpenTK.Graphics.OpenGL.ExtCompiledVertexArray.ArrayElementLockCountExt; +} +static void Test_ExtConvolution_10531() { + var _Convolution1DExt = OpenTK.Graphics.OpenGL.ExtConvolution.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.OpenGL.ExtConvolution.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.OpenGL.ExtConvolution.Separable2DExt; + var _ConvolutionBorderModeExt = OpenTK.Graphics.OpenGL.ExtConvolution.ConvolutionBorderModeExt; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.OpenGL.ExtConvolution.ConvolutionFilterScaleExt; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.OpenGL.ExtConvolution.ConvolutionFilterBiasExt; + var _ReduceExt = OpenTK.Graphics.OpenGL.ExtConvolution.ReduceExt; + var _ConvolutionFormatExt = OpenTK.Graphics.OpenGL.ExtConvolution.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.OpenGL.ExtConvolution.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.OpenGL.ExtConvolution.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.OpenGL.ExtConvolution.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.OpenGL.ExtConvolution.MaxConvolutionHeightExt; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.OpenGL.ExtConvolution.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.OpenGL.ExtConvolution.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.OpenGL.ExtConvolution.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.OpenGL.ExtConvolution.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.OpenGL.ExtConvolution.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.OpenGL.ExtConvolution.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.OpenGL.ExtConvolution.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.OpenGL.ExtConvolution.PostConvolutionAlphaBiasExt; +} +static void Test_ExtCoordinateFrame_10532() { + var _TangentArrayExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.TangentArrayExt; + var _BinormalArrayExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.BinormalArrayExt; + var _CurrentTangentExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.CurrentTangentExt; + var _CurrentBinormalExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.CurrentBinormalExt; + var _TangentArrayTypeExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.TangentArrayTypeExt; + var _TangentArrayStrideExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.TangentArrayStrideExt; + var _BinormalArrayTypeExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.BinormalArrayTypeExt; + var _BinormalArrayStrideExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.BinormalArrayStrideExt; + var _TangentArrayPointerExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.TangentArrayPointerExt; + var _BinormalArrayPointerExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.BinormalArrayPointerExt; + var _Map1TangentExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.Map1TangentExt; + var _Map2TangentExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.Map2TangentExt; + var _Map1BinormalExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.Map1BinormalExt; + var _Map2BinormalExt = OpenTK.Graphics.OpenGL.ExtCoordinateFrame.Map2BinormalExt; +} +static void Test_ExtCopyTexture_10533() { +} +static void Test_ExtCullVertex_10534() { + var _CullVertexExt = OpenTK.Graphics.OpenGL.ExtCullVertex.CullVertexExt; + var _CullVertexEyePositionExt = OpenTK.Graphics.OpenGL.ExtCullVertex.CullVertexEyePositionExt; + var _CullVertexObjectPositionExt = OpenTK.Graphics.OpenGL.ExtCullVertex.CullVertexObjectPositionExt; +} +static void Test_ExtDebugLabel_10535() { + var _Sampler = OpenTK.Graphics.OpenGL.ExtDebugLabel.Sampler; + var _ProgramPipelineObjectExt = OpenTK.Graphics.OpenGL.ExtDebugLabel.ProgramPipelineObjectExt; + var _ProgramObjectExt = OpenTK.Graphics.OpenGL.ExtDebugLabel.ProgramObjectExt; + var _ShaderObjectExt = OpenTK.Graphics.OpenGL.ExtDebugLabel.ShaderObjectExt; + var _TransformFeedback = OpenTK.Graphics.OpenGL.ExtDebugLabel.TransformFeedback; + var _BufferObjectExt = OpenTK.Graphics.OpenGL.ExtDebugLabel.BufferObjectExt; + var _QueryObjectExt = OpenTK.Graphics.OpenGL.ExtDebugLabel.QueryObjectExt; + var _VertexArrayObjectExt = OpenTK.Graphics.OpenGL.ExtDebugLabel.VertexArrayObjectExt; +} +static void Test_ExtDebugMarker_10536() { +} +static void Test_ExtDepthBoundsTest_10537() { + var _DepthBoundsTestExt = OpenTK.Graphics.OpenGL.ExtDepthBoundsTest.DepthBoundsTestExt; + var _DepthBoundsExt = OpenTK.Graphics.OpenGL.ExtDepthBoundsTest.DepthBoundsExt; +} +static void Test_ExtDirectStateAccess_10538() { + var _ProgramMatrixExt = OpenTK.Graphics.OpenGL.ExtDirectStateAccess.ProgramMatrixExt; + var _TransposeProgramMatrixExt = OpenTK.Graphics.OpenGL.ExtDirectStateAccess.TransposeProgramMatrixExt; + var _ProgramMatrixStackDepthExt = OpenTK.Graphics.OpenGL.ExtDirectStateAccess.ProgramMatrixStackDepthExt; +} +static void Test_ExtDrawBuffers2_10539() { +} +static void Test_ExtDrawInstanced_10540() { +} +static void Test_ExtDrawRangeElements_10541() { + var _MaxElementsVerticesExt = OpenTK.Graphics.OpenGL.ExtDrawRangeElements.MaxElementsVerticesExt; + var _MaxElementsIndicesExt = OpenTK.Graphics.OpenGL.ExtDrawRangeElements.MaxElementsIndicesExt; +} +static void Test_ExtFogCoord_10542() { + var _FogCoordinateSourceExt = OpenTK.Graphics.OpenGL.ExtFogCoord.FogCoordinateSourceExt; + var _FogCoordinateExt = OpenTK.Graphics.OpenGL.ExtFogCoord.FogCoordinateExt; + var _FragmentDepthExt = OpenTK.Graphics.OpenGL.ExtFogCoord.FragmentDepthExt; + var _CurrentFogCoordinateExt = OpenTK.Graphics.OpenGL.ExtFogCoord.CurrentFogCoordinateExt; + var _FogCoordinateArrayTypeExt = OpenTK.Graphics.OpenGL.ExtFogCoord.FogCoordinateArrayTypeExt; + var _FogCoordinateArrayStrideExt = OpenTK.Graphics.OpenGL.ExtFogCoord.FogCoordinateArrayStrideExt; + var _FogCoordinateArrayPointerExt = OpenTK.Graphics.OpenGL.ExtFogCoord.FogCoordinateArrayPointerExt; + var _FogCoordinateArrayExt = OpenTK.Graphics.OpenGL.ExtFogCoord.FogCoordinateArrayExt; +} +static void Test_ExtFramebufferBlit_10543() { + var _DrawFramebufferBindingExt = OpenTK.Graphics.OpenGL.ExtFramebufferBlit.DrawFramebufferBindingExt; + var _ReadFramebufferExt = OpenTK.Graphics.OpenGL.ExtFramebufferBlit.ReadFramebufferExt; + var _DrawFramebufferExt = OpenTK.Graphics.OpenGL.ExtFramebufferBlit.DrawFramebufferExt; + var _ReadFramebufferBindingExt = OpenTK.Graphics.OpenGL.ExtFramebufferBlit.ReadFramebufferBindingExt; +} +static void Test_ExtFramebufferMultisample_10544() { + var _RenderbufferSamplesExt = OpenTK.Graphics.OpenGL.ExtFramebufferMultisample.RenderbufferSamplesExt; + var _FramebufferIncompleteMultisampleExt = OpenTK.Graphics.OpenGL.ExtFramebufferMultisample.FramebufferIncompleteMultisampleExt; + var _MaxSamplesExt = OpenTK.Graphics.OpenGL.ExtFramebufferMultisample.MaxSamplesExt; +} +static void Test_ExtFramebufferMultisampleBlitScaled_10545() { + var _ScaledResolveFastestExt = OpenTK.Graphics.OpenGL.ExtFramebufferMultisampleBlitScaled.ScaledResolveFastestExt; + var _ScaledResolveNicestExt = OpenTK.Graphics.OpenGL.ExtFramebufferMultisampleBlitScaled.ScaledResolveNicestExt; +} +static void Test_ExtFramebufferObject_10546() { + var _InvalidFramebufferOperationExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.InvalidFramebufferOperationExt; + var _MaxRenderbufferSizeExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.MaxRenderbufferSizeExt; + var _FramebufferBindingExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferBindingExt; + var _RenderbufferBindingExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferBindingExt; + var _FramebufferAttachmentObjectTypeExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferAttachmentObjectTypeExt; + var _FramebufferAttachmentObjectNameExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferAttachmentObjectNameExt; + var _FramebufferAttachmentTextureLevelExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferAttachmentTextureLevelExt; + var _FramebufferAttachmentTextureCubeMapFaceExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferAttachmentTextureCubeMapFaceExt; + var _FramebufferAttachmentTexture3DZoffsetExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferAttachmentTexture3DZoffsetExt; + var _FramebufferCompleteExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferCompleteExt; + var _FramebufferIncompleteAttachmentExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferIncompleteAttachmentExt; + var _FramebufferIncompleteMissingAttachmentExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferIncompleteMissingAttachmentExt; + var _FramebufferIncompleteDimensionsExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferIncompleteDimensionsExt; + var _FramebufferIncompleteFormatsExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferIncompleteFormatsExt; + var _FramebufferIncompleteDrawBufferExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferIncompleteDrawBufferExt; + var _FramebufferIncompleteReadBufferExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferIncompleteReadBufferExt; + var _FramebufferUnsupportedExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferUnsupportedExt; + var _MaxColorAttachmentsExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.MaxColorAttachmentsExt; + var _ColorAttachment0Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment0Ext; + var _ColorAttachment1Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment1Ext; + var _ColorAttachment2Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment2Ext; + var _ColorAttachment3Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment3Ext; + var _ColorAttachment4Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment4Ext; + var _ColorAttachment5Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment5Ext; + var _ColorAttachment6Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment6Ext; + var _ColorAttachment7Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment7Ext; + var _ColorAttachment8Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment8Ext; + var _ColorAttachment9Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment9Ext; + var _ColorAttachment10Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment10Ext; + var _ColorAttachment11Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment11Ext; + var _ColorAttachment12Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment12Ext; + var _ColorAttachment13Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment13Ext; + var _ColorAttachment14Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment14Ext; + var _ColorAttachment15Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.ColorAttachment15Ext; + var _DepthAttachmentExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.DepthAttachmentExt; + var _StencilAttachmentExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.StencilAttachmentExt; + var _FramebufferExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.FramebufferExt; + var _RenderbufferExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferExt; + var _RenderbufferWidthExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferWidthExt; + var _RenderbufferHeightExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferHeightExt; + var _RenderbufferInternalFormatExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferInternalFormatExt; + var _StencilIndex1Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.StencilIndex1Ext; + var _StencilIndex4Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.StencilIndex4Ext; + var _StencilIndex8Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.StencilIndex8Ext; + var _StencilIndex16Ext = OpenTK.Graphics.OpenGL.ExtFramebufferObject.StencilIndex16Ext; + var _RenderbufferRedSizeExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferRedSizeExt; + var _RenderbufferGreenSizeExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferGreenSizeExt; + var _RenderbufferBlueSizeExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferBlueSizeExt; + var _RenderbufferAlphaSizeExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferAlphaSizeExt; + var _RenderbufferDepthSizeExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferDepthSizeExt; + var _RenderbufferStencilSizeExt = OpenTK.Graphics.OpenGL.ExtFramebufferObject.RenderbufferStencilSizeExt; +} +static void Test_ExtFramebufferSrgb_10547() { + var _FramebufferSrgbExt = OpenTK.Graphics.OpenGL.ExtFramebufferSrgb.FramebufferSrgbExt; + var _FramebufferSrgbCapableExt = OpenTK.Graphics.OpenGL.ExtFramebufferSrgb.FramebufferSrgbCapableExt; +} +static void Test_ExtGeometryShader4_10548() { + var _LinesAdjacencyExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.LinesAdjacencyExt; + var _LineStripAdjacencyExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.LineStripAdjacencyExt; + var _TrianglesAdjacencyExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.TrianglesAdjacencyExt; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.TriangleStripAdjacencyExt; + var _ProgramPointSizeExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.ProgramPointSizeExt; + var _MaxVaryingComponentsExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.MaxVaryingComponentsExt; + var _MaxGeometryTextureImageUnitsExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.MaxGeometryTextureImageUnitsExt; + var _FramebufferAttachmentTextureLayerExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.FramebufferAttachmentTextureLayerExt; + var _FramebufferAttachmentLayeredExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.FramebufferAttachmentLayeredExt; + var _FramebufferIncompleteLayerTargetsExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.FramebufferIncompleteLayerTargetsExt; + var _FramebufferIncompleteLayerCountExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.FramebufferIncompleteLayerCountExt; + var _GeometryShaderExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.GeometryShaderExt; + var _GeometryVerticesOutExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.GeometryVerticesOutExt; + var _GeometryInputTypeExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.GeometryInputTypeExt; + var _GeometryOutputTypeExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.GeometryOutputTypeExt; + var _MaxGeometryVaryingComponentsExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.MaxGeometryVaryingComponentsExt; + var _MaxVertexVaryingComponentsExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.MaxVertexVaryingComponentsExt; + var _MaxGeometryUniformComponentsExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.MaxGeometryUniformComponentsExt; + var _MaxGeometryOutputVerticesExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.MaxGeometryOutputVerticesExt; + var _MaxGeometryTotalOutputComponentsExt = OpenTK.Graphics.OpenGL.ExtGeometryShader4.MaxGeometryTotalOutputComponentsExt; +} +static void Test_ExtGpuProgramParameters_10549() { +} +static void Test_ExtGpuShader4_10550() { + var _VertexAttribArrayIntegerExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.VertexAttribArrayIntegerExt; + var _MinProgramTexelOffsetExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.MinProgramTexelOffsetExt; + var _MaxProgramTexelOffsetExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.MaxProgramTexelOffsetExt; + var _Sampler1DArrayExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.Sampler1DArrayExt; + var _Sampler2DArrayExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.Sampler2DArrayExt; + var _SamplerBufferExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.SamplerBufferExt; + var _Sampler1DArrayShadowExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.Sampler1DArrayShadowExt; + var _Sampler2DArrayShadowExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.Sampler2DArrayShadowExt; + var _SamplerCubeShadowExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.SamplerCubeShadowExt; + var _UnsignedIntVec2Ext = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntVec2Ext; + var _UnsignedIntVec3Ext = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntVec3Ext; + var _UnsignedIntVec4Ext = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntVec4Ext; + var _IntSampler1DExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.IntSampler1DExt; + var _IntSampler2DExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.IntSampler2DExt; + var _IntSampler3DExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.IntSampler3DExt; + var _IntSamplerCubeExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.IntSamplerCubeExt; + var _IntSampler2DRectExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.IntSampler2DRectExt; + var _IntSampler1DArrayExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.IntSampler1DArrayExt; + var _IntSampler2DArrayExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.IntSampler2DArrayExt; + var _IntSamplerBufferExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.IntSamplerBufferExt; + var _UnsignedIntSampler1DExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntSampler1DExt; + var _UnsignedIntSampler2DExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntSampler2DExt; + var _UnsignedIntSampler3DExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntSampler3DExt; + var _UnsignedIntSamplerCubeExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntSamplerCubeExt; + var _UnsignedIntSampler2DRectExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntSampler2DRectExt; + var _UnsignedIntSampler1DArrayExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntSampler1DArrayExt; + var _UnsignedIntSampler2DArrayExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntSampler2DArrayExt; + var _UnsignedIntSamplerBufferExt = OpenTK.Graphics.OpenGL.ExtGpuShader4.UnsignedIntSamplerBufferExt; +} +static void Test_ExtHistogram_10551() { + var _HistogramExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramExt; + var _ProxyHistogramExt = OpenTK.Graphics.OpenGL.ExtHistogram.ProxyHistogramExt; + var _HistogramWidthExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.OpenGL.ExtHistogram.HistogramSinkExt; + var _MinmaxExt = OpenTK.Graphics.OpenGL.ExtHistogram.MinmaxExt; + var _MinmaxFormatExt = OpenTK.Graphics.OpenGL.ExtHistogram.MinmaxFormatExt; + var _MinmaxSinkExt = OpenTK.Graphics.OpenGL.ExtHistogram.MinmaxSinkExt; + var _TableTooLargeExt = OpenTK.Graphics.OpenGL.ExtHistogram.TableTooLargeExt; +} +static void Test_ExtIndexArrayFormats_10552() { + var _IuiV2fExt = OpenTK.Graphics.OpenGL.ExtIndexArrayFormats.IuiV2fExt; + var _IuiV3fExt = OpenTK.Graphics.OpenGL.ExtIndexArrayFormats.IuiV3fExt; + var _IuiN3fV2fExt = OpenTK.Graphics.OpenGL.ExtIndexArrayFormats.IuiN3fV2fExt; + var _IuiN3fV3fExt = OpenTK.Graphics.OpenGL.ExtIndexArrayFormats.IuiN3fV3fExt; + var _T2fIuiV2fExt = OpenTK.Graphics.OpenGL.ExtIndexArrayFormats.T2fIuiV2fExt; + var _T2fIuiV3fExt = OpenTK.Graphics.OpenGL.ExtIndexArrayFormats.T2fIuiV3fExt; + var _T2fIuiN3fV2fExt = OpenTK.Graphics.OpenGL.ExtIndexArrayFormats.T2fIuiN3fV2fExt; + var _T2fIuiN3fV3fExt = OpenTK.Graphics.OpenGL.ExtIndexArrayFormats.T2fIuiN3fV3fExt; +} +static void Test_ExtIndexFunc_10553() { + var _IndexTestExt = OpenTK.Graphics.OpenGL.ExtIndexFunc.IndexTestExt; + var _IndexTestFuncExt = OpenTK.Graphics.OpenGL.ExtIndexFunc.IndexTestFuncExt; + var _IndexTestRefExt = OpenTK.Graphics.OpenGL.ExtIndexFunc.IndexTestRefExt; +} +static void Test_ExtIndexMaterial_10554() { + var _IndexMaterialExt = OpenTK.Graphics.OpenGL.ExtIndexMaterial.IndexMaterialExt; + var _IndexMaterialParameterExt = OpenTK.Graphics.OpenGL.ExtIndexMaterial.IndexMaterialParameterExt; + var _IndexMaterialFaceExt = OpenTK.Graphics.OpenGL.ExtIndexMaterial.IndexMaterialFaceExt; +} +static void Test_ExtIndexTexture_10555() { +} +static void Test_ExtLightTexture_10556() { + var _FragmentMaterialExt = OpenTK.Graphics.OpenGL.ExtLightTexture.FragmentMaterialExt; + var _FragmentNormalExt = OpenTK.Graphics.OpenGL.ExtLightTexture.FragmentNormalExt; + var _FragmentColorExt = OpenTK.Graphics.OpenGL.ExtLightTexture.FragmentColorExt; + var _AttenuationExt = OpenTK.Graphics.OpenGL.ExtLightTexture.AttenuationExt; + var _ShadowAttenuationExt = OpenTK.Graphics.OpenGL.ExtLightTexture.ShadowAttenuationExt; + var _TextureApplicationModeExt = OpenTK.Graphics.OpenGL.ExtLightTexture.TextureApplicationModeExt; + var _TextureLightExt = OpenTK.Graphics.OpenGL.ExtLightTexture.TextureLightExt; + var _TextureMaterialFaceExt = OpenTK.Graphics.OpenGL.ExtLightTexture.TextureMaterialFaceExt; + var _TextureMaterialParameterExt = OpenTK.Graphics.OpenGL.ExtLightTexture.TextureMaterialParameterExt; + var _FragmentDepthExt = OpenTK.Graphics.OpenGL.ExtLightTexture.FragmentDepthExt; +} +static void Test_ExtMiscAttribute_10557() { +} +static void Test_ExtMultiDrawArrays_10558() { +} +static void Test_ExtMultisample_10559() { + var _MultisampleBitExt = OpenTK.Graphics.OpenGL.ExtMultisample.MultisampleBitExt; + var _MultisampleExt = OpenTK.Graphics.OpenGL.ExtMultisample.MultisampleExt; + var _SampleAlphaToMaskExt = OpenTK.Graphics.OpenGL.ExtMultisample.SampleAlphaToMaskExt; + var _SampleAlphaToOneExt = OpenTK.Graphics.OpenGL.ExtMultisample.SampleAlphaToOneExt; + var _SampleMaskExt = OpenTK.Graphics.OpenGL.ExtMultisample.SampleMaskExt; + var _Gl1PassExt = OpenTK.Graphics.OpenGL.ExtMultisample.Gl1PassExt; + var _Gl2Pass0Ext = OpenTK.Graphics.OpenGL.ExtMultisample.Gl2Pass0Ext; + var _Gl2Pass1Ext = OpenTK.Graphics.OpenGL.ExtMultisample.Gl2Pass1Ext; + var _Gl4Pass0Ext = OpenTK.Graphics.OpenGL.ExtMultisample.Gl4Pass0Ext; + var _Gl4Pass1Ext = OpenTK.Graphics.OpenGL.ExtMultisample.Gl4Pass1Ext; + var _Gl4Pass2Ext = OpenTK.Graphics.OpenGL.ExtMultisample.Gl4Pass2Ext; + var _Gl4Pass3Ext = OpenTK.Graphics.OpenGL.ExtMultisample.Gl4Pass3Ext; + var _SampleBuffersExt = OpenTK.Graphics.OpenGL.ExtMultisample.SampleBuffersExt; + var _SamplesExt = OpenTK.Graphics.OpenGL.ExtMultisample.SamplesExt; + var _SampleMaskValueExt = OpenTK.Graphics.OpenGL.ExtMultisample.SampleMaskValueExt; + var _SampleMaskInvertExt = OpenTK.Graphics.OpenGL.ExtMultisample.SampleMaskInvertExt; + var _SamplePatternExt = OpenTK.Graphics.OpenGL.ExtMultisample.SamplePatternExt; +} +static void Test_ExtPackedDepthStencil_10560() { + var _DepthStencilExt = OpenTK.Graphics.OpenGL.ExtPackedDepthStencil.DepthStencilExt; + var _UnsignedInt248Ext = OpenTK.Graphics.OpenGL.ExtPackedDepthStencil.UnsignedInt248Ext; + var _Depth24Stencil8Ext = OpenTK.Graphics.OpenGL.ExtPackedDepthStencil.Depth24Stencil8Ext; + var _TextureStencilSizeExt = OpenTK.Graphics.OpenGL.ExtPackedDepthStencil.TextureStencilSizeExt; +} +static void Test_ExtPackedFloat_10561() { + var _R11fG11fB10fExt = OpenTK.Graphics.OpenGL.ExtPackedFloat.R11fG11fB10fExt; + var _UnsignedInt10F11F11FRevExt = OpenTK.Graphics.OpenGL.ExtPackedFloat.UnsignedInt10F11F11FRevExt; + var _RgbaSignedComponentsExt = OpenTK.Graphics.OpenGL.ExtPackedFloat.RgbaSignedComponentsExt; +} +static void Test_ExtPackedPixels_10562() { + var _UnsignedByte332Ext = OpenTK.Graphics.OpenGL.ExtPackedPixels.UnsignedByte332Ext; + var _UnsignedShort4444Ext = OpenTK.Graphics.OpenGL.ExtPackedPixels.UnsignedShort4444Ext; + var _UnsignedShort5551Ext = OpenTK.Graphics.OpenGL.ExtPackedPixels.UnsignedShort5551Ext; + var _UnsignedInt8888Ext = OpenTK.Graphics.OpenGL.ExtPackedPixels.UnsignedInt8888Ext; + var _UnsignedInt1010102Ext = OpenTK.Graphics.OpenGL.ExtPackedPixels.UnsignedInt1010102Ext; +} +static void Test_ExtPalettedTexture_10563() { + var _ColorIndex1Ext = OpenTK.Graphics.OpenGL.ExtPalettedTexture.ColorIndex1Ext; + var _ColorIndex2Ext = OpenTK.Graphics.OpenGL.ExtPalettedTexture.ColorIndex2Ext; + var _ColorIndex4Ext = OpenTK.Graphics.OpenGL.ExtPalettedTexture.ColorIndex4Ext; + var _ColorIndex8Ext = OpenTK.Graphics.OpenGL.ExtPalettedTexture.ColorIndex8Ext; + var _ColorIndex12Ext = OpenTK.Graphics.OpenGL.ExtPalettedTexture.ColorIndex12Ext; + var _ColorIndex16Ext = OpenTK.Graphics.OpenGL.ExtPalettedTexture.ColorIndex16Ext; + var _TextureIndexSizeExt = OpenTK.Graphics.OpenGL.ExtPalettedTexture.TextureIndexSizeExt; +} +static void Test_ExtPixelBufferObject_10564() { + var _PixelPackBufferExt = OpenTK.Graphics.OpenGL.ExtPixelBufferObject.PixelPackBufferExt; + var _PixelUnpackBufferExt = OpenTK.Graphics.OpenGL.ExtPixelBufferObject.PixelUnpackBufferExt; + var _PixelPackBufferBindingExt = OpenTK.Graphics.OpenGL.ExtPixelBufferObject.PixelPackBufferBindingExt; + var _PixelUnpackBufferBindingExt = OpenTK.Graphics.OpenGL.ExtPixelBufferObject.PixelUnpackBufferBindingExt; +} +static void Test_ExtPixelTransform_10565() { + var _PixelTransform2DExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.PixelTransform2DExt; + var _PixelMagFilterExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.PixelMagFilterExt; + var _PixelMinFilterExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.PixelMinFilterExt; + var _PixelCubicWeightExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.PixelCubicWeightExt; + var _CubicExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.CubicExt; + var _AverageExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.AverageExt; + var _PixelTransform2DStackDepthExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.PixelTransform2DStackDepthExt; + var _MaxPixelTransform2DStackDepthExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.MaxPixelTransform2DStackDepthExt; + var _PixelTransform2DMatrixExt = OpenTK.Graphics.OpenGL.ExtPixelTransform.PixelTransform2DMatrixExt; +} +static void Test_ExtPixelTransformColorTable_10566() { +} +static void Test_ExtPointParameters_10567() { + var _PointSizeMinExt = OpenTK.Graphics.OpenGL.ExtPointParameters.PointSizeMinExt; + var _PointSizeMaxExt = OpenTK.Graphics.OpenGL.ExtPointParameters.PointSizeMaxExt; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.OpenGL.ExtPointParameters.PointFadeThresholdSizeExt; + var _DistanceAttenuationExt = OpenTK.Graphics.OpenGL.ExtPointParameters.DistanceAttenuationExt; +} +static void Test_ExtPolygonOffset_10568() { + var _PolygonOffsetExt = OpenTK.Graphics.OpenGL.ExtPolygonOffset.PolygonOffsetExt; + var _PolygonOffsetFactorExt = OpenTK.Graphics.OpenGL.ExtPolygonOffset.PolygonOffsetFactorExt; + var _PolygonOffsetBiasExt = OpenTK.Graphics.OpenGL.ExtPolygonOffset.PolygonOffsetBiasExt; +} +static void Test_ExtProvokingVertex_10569() { + var _QuadsFollowProvokingVertexConventionExt = OpenTK.Graphics.OpenGL.ExtProvokingVertex.QuadsFollowProvokingVertexConventionExt; + var _FirstVertexConventionExt = OpenTK.Graphics.OpenGL.ExtProvokingVertex.FirstVertexConventionExt; + var _LastVertexConventionExt = OpenTK.Graphics.OpenGL.ExtProvokingVertex.LastVertexConventionExt; + var _ProvokingVertexExt = OpenTK.Graphics.OpenGL.ExtProvokingVertex.ProvokingVertexExt; +} +static void Test_ExtRescaleNormal_10570() { + var _RescaleNormalExt = OpenTK.Graphics.OpenGL.ExtRescaleNormal.RescaleNormalExt; +} +static void Test_ExtSecondaryColor_10571() { + var _ColorSumExt = OpenTK.Graphics.OpenGL.ExtSecondaryColor.ColorSumExt; + var _CurrentSecondaryColorExt = OpenTK.Graphics.OpenGL.ExtSecondaryColor.CurrentSecondaryColorExt; + var _SecondaryColorArraySizeExt = OpenTK.Graphics.OpenGL.ExtSecondaryColor.SecondaryColorArraySizeExt; + var _SecondaryColorArrayTypeExt = OpenTK.Graphics.OpenGL.ExtSecondaryColor.SecondaryColorArrayTypeExt; + var _SecondaryColorArrayStrideExt = OpenTK.Graphics.OpenGL.ExtSecondaryColor.SecondaryColorArrayStrideExt; + var _SecondaryColorArrayPointerExt = OpenTK.Graphics.OpenGL.ExtSecondaryColor.SecondaryColorArrayPointerExt; + var _SecondaryColorArrayExt = OpenTK.Graphics.OpenGL.ExtSecondaryColor.SecondaryColorArrayExt; +} +static void Test_ExtSeparateShaderObjects_10572() { + var _VertexShaderBitExt = OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects.VertexShaderBitExt; + var _FragmentShaderBitExt = OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects.FragmentShaderBitExt; + var _ProgramSeparableExt = OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects.ProgramSeparableExt; + var _ProgramPipelineBindingExt = OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects.ProgramPipelineBindingExt; + var _ActiveProgramExt = OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects.ActiveProgramExt; + var _AllShaderBitsExt = OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects.AllShaderBitsExt; +} +static void Test_ExtSeparateSpecularColor_10573() { + var _LightModelColorControlExt = OpenTK.Graphics.OpenGL.ExtSeparateSpecularColor.LightModelColorControlExt; + var _SingleColorExt = OpenTK.Graphics.OpenGL.ExtSeparateSpecularColor.SingleColorExt; + var _SeparateSpecularColorExt = OpenTK.Graphics.OpenGL.ExtSeparateSpecularColor.SeparateSpecularColorExt; +} +static void Test_ExtShaderImageLoadFormatted_10574() { +} +static void Test_ExtShaderImageLoadStore_10575() { + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.VertexAttribArrayBarrierBitExt; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ElementArrayBarrierBitExt; + var _UniformBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UniformBarrierBitExt; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.TextureFetchBarrierBitExt; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ShaderImageAccessBarrierBitExt; + var _CommandBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.CommandBarrierBitExt; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.PixelBufferBarrierBitExt; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.TextureUpdateBarrierBitExt; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.BufferUpdateBarrierBitExt; + var _FramebufferBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.FramebufferBarrierBitExt; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.TransformFeedbackBarrierBitExt; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.AtomicCounterBarrierBitExt; + var _MaxImageUnitsExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.MaxImageUnitsExt; + var _MaxCombinedImageUnitsAndFragmentOutputsExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.MaxCombinedImageUnitsAndFragmentOutputsExt; + var _ImageBindingNameExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageBindingNameExt; + var _ImageBindingLevelExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageBindingLevelExt; + var _ImageBindingLayeredExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageBindingLayeredExt; + var _ImageBindingLayerExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageBindingLayerExt; + var _ImageBindingAccessExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageBindingAccessExt; + var _Image1DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.Image1DExt; + var _Image2DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.Image2DExt; + var _Image3DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.Image3DExt; + var _Image2DRectExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.Image2DRectExt; + var _ImageCubeExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageCubeExt; + var _ImageBufferExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageBufferExt; + var _Image1DArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.Image1DArrayExt; + var _Image2DArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.Image2DArrayExt; + var _ImageCubeMapArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageCubeMapArrayExt; + var _Image2DMultisampleExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.Image2DMultisampleExt; + var _Image2DMultisampleArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.Image2DMultisampleArrayExt; + var _IntImage1DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImage1DExt; + var _IntImage2DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImage2DExt; + var _IntImage3DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImage3DExt; + var _IntImage2DRectExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImage2DRectExt; + var _IntImageCubeExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImageCubeExt; + var _IntImageBufferExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImageBufferExt; + var _IntImage1DArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImage1DArrayExt; + var _IntImage2DArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImage2DArrayExt; + var _IntImageCubeMapArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImageCubeMapArrayExt; + var _IntImage2DMultisampleExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImage2DMultisampleExt; + var _IntImage2DMultisampleArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.IntImage2DMultisampleArrayExt; + var _UnsignedIntImage1DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImage1DExt; + var _UnsignedIntImage2DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImage2DExt; + var _UnsignedIntImage3DExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImage3DExt; + var _UnsignedIntImage2DRectExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImage2DRectExt; + var _UnsignedIntImageCubeExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImageCubeExt; + var _UnsignedIntImageBufferExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImageBufferExt; + var _UnsignedIntImage1DArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImage1DArrayExt; + var _UnsignedIntImage2DArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImage2DArrayExt; + var _UnsignedIntImageCubeMapArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImageCubeMapArrayExt; + var _UnsignedIntImage2DMultisampleExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImage2DMultisampleExt; + var _UnsignedIntImage2DMultisampleArrayExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.UnsignedIntImage2DMultisampleArrayExt; + var _MaxImageSamplesExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.MaxImageSamplesExt; + var _ImageBindingFormatExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.ImageBindingFormatExt; + var _AllBarrierBitsExt = OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore.AllBarrierBitsExt; +} +static void Test_ExtShaderIntegerMix_10576() { +} +static void Test_ExtShadowFuncs_10577() { +} +static void Test_ExtSharedTexturePalette_10578() { + var _SharedTexturePaletteExt = OpenTK.Graphics.OpenGL.ExtSharedTexturePalette.SharedTexturePaletteExt; +} +static void Test_ExtStencilClearTag_10579() { + var _StencilTagBitsExt = OpenTK.Graphics.OpenGL.ExtStencilClearTag.StencilTagBitsExt; + var _StencilClearTagValueExt = OpenTK.Graphics.OpenGL.ExtStencilClearTag.StencilClearTagValueExt; +} +static void Test_ExtStencilTwoSide_10580() { + var _StencilTestTwoSideExt = OpenTK.Graphics.OpenGL.ExtStencilTwoSide.StencilTestTwoSideExt; + var _ActiveStencilFaceExt = OpenTK.Graphics.OpenGL.ExtStencilTwoSide.ActiveStencilFaceExt; +} +static void Test_ExtStencilWrap_10581() { + var _IncrWrapExt = OpenTK.Graphics.OpenGL.ExtStencilWrap.IncrWrapExt; + var _DecrWrapExt = OpenTK.Graphics.OpenGL.ExtStencilWrap.DecrWrapExt; +} +static void Test_ExtSubtexture_10582() { +} +static void Test_ExtTexture_10583() { + var _Alpha4Ext = OpenTK.Graphics.OpenGL.ExtTexture.Alpha4Ext; + var _Alpha8Ext = OpenTK.Graphics.OpenGL.ExtTexture.Alpha8Ext; + var _Alpha12Ext = OpenTK.Graphics.OpenGL.ExtTexture.Alpha12Ext; + var _Alpha16Ext = OpenTK.Graphics.OpenGL.ExtTexture.Alpha16Ext; + var _Luminance4Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance4Ext; + var _Luminance8Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance8Ext; + var _Luminance12Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance12Ext; + var _Luminance16Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance16Ext; + var _Luminance4Alpha4Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance4Alpha4Ext; + var _Luminance6Alpha2Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance6Alpha2Ext; + var _Luminance8Alpha8Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance8Alpha8Ext; + var _Luminance12Alpha4Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance12Alpha4Ext; + var _Luminance12Alpha12Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance12Alpha12Ext; + var _Luminance16Alpha16Ext = OpenTK.Graphics.OpenGL.ExtTexture.Luminance16Alpha16Ext; + var _IntensityExt = OpenTK.Graphics.OpenGL.ExtTexture.IntensityExt; + var _Intensity4Ext = OpenTK.Graphics.OpenGL.ExtTexture.Intensity4Ext; + var _Intensity8Ext = OpenTK.Graphics.OpenGL.ExtTexture.Intensity8Ext; + var _Intensity12Ext = OpenTK.Graphics.OpenGL.ExtTexture.Intensity12Ext; + var _Intensity16Ext = OpenTK.Graphics.OpenGL.ExtTexture.Intensity16Ext; + var _Rgb2Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb2Ext; + var _Rgb4Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb4Ext; + var _Rgb5Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb5Ext; + var _Rgb8Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb8Ext; + var _Rgb10Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb10Ext; + var _Rgb12Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb12Ext; + var _Rgb16Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb16Ext; + var _Rgba2Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgba2Ext; + var _Rgba4Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgba4Ext; + var _Rgb5A1Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb5A1Ext; + var _Rgba8Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgba8Ext; + var _Rgb10A2Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgb10A2Ext; + var _Rgba12Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgba12Ext; + var _Rgba16Ext = OpenTK.Graphics.OpenGL.ExtTexture.Rgba16Ext; + var _TextureRedSizeExt = OpenTK.Graphics.OpenGL.ExtTexture.TextureRedSizeExt; + var _TextureGreenSizeExt = OpenTK.Graphics.OpenGL.ExtTexture.TextureGreenSizeExt; + var _TextureBlueSizeExt = OpenTK.Graphics.OpenGL.ExtTexture.TextureBlueSizeExt; + var _TextureAlphaSizeExt = OpenTK.Graphics.OpenGL.ExtTexture.TextureAlphaSizeExt; + var _TextureLuminanceSizeExt = OpenTK.Graphics.OpenGL.ExtTexture.TextureLuminanceSizeExt; + var _TextureIntensitySizeExt = OpenTK.Graphics.OpenGL.ExtTexture.TextureIntensitySizeExt; + var _ReplaceExt = OpenTK.Graphics.OpenGL.ExtTexture.ReplaceExt; + var _ProxyTexture1DExt = OpenTK.Graphics.OpenGL.ExtTexture.ProxyTexture1DExt; + var _ProxyTexture2DExt = OpenTK.Graphics.OpenGL.ExtTexture.ProxyTexture2DExt; + var _TextureTooLargeExt = OpenTK.Graphics.OpenGL.ExtTexture.TextureTooLargeExt; +} +static void Test_ExtTexture3D_10584() { + var _PackSkipImagesExt = OpenTK.Graphics.OpenGL.ExtTexture3D.PackSkipImagesExt; + var _PackImageHeightExt = OpenTK.Graphics.OpenGL.ExtTexture3D.PackImageHeightExt; + var _UnpackSkipImagesExt = OpenTK.Graphics.OpenGL.ExtTexture3D.UnpackSkipImagesExt; + var _UnpackImageHeightExt = OpenTK.Graphics.OpenGL.ExtTexture3D.UnpackImageHeightExt; + var _Texture3DExt = OpenTK.Graphics.OpenGL.ExtTexture3D.Texture3DExt; + var _ProxyTexture3DExt = OpenTK.Graphics.OpenGL.ExtTexture3D.ProxyTexture3DExt; + var _TextureDepthExt = OpenTK.Graphics.OpenGL.ExtTexture3D.TextureDepthExt; + var _TextureWrapRExt = OpenTK.Graphics.OpenGL.ExtTexture3D.TextureWrapRExt; + var _Max3DTextureSizeExt = OpenTK.Graphics.OpenGL.ExtTexture3D.Max3DTextureSizeExt; +} +static void Test_ExtTextureArray_10585() { + var _CompareRefDepthToTextureExt = OpenTK.Graphics.OpenGL.ExtTextureArray.CompareRefDepthToTextureExt; + var _MaxArrayTextureLayersExt = OpenTK.Graphics.OpenGL.ExtTextureArray.MaxArrayTextureLayersExt; + var _Texture1DArrayExt = OpenTK.Graphics.OpenGL.ExtTextureArray.Texture1DArrayExt; + var _ProxyTexture1DArrayExt = OpenTK.Graphics.OpenGL.ExtTextureArray.ProxyTexture1DArrayExt; + var _Texture2DArrayExt = OpenTK.Graphics.OpenGL.ExtTextureArray.Texture2DArrayExt; + var _ProxyTexture2DArrayExt = OpenTK.Graphics.OpenGL.ExtTextureArray.ProxyTexture2DArrayExt; + var _TextureBinding1DArrayExt = OpenTK.Graphics.OpenGL.ExtTextureArray.TextureBinding1DArrayExt; + var _TextureBinding2DArrayExt = OpenTK.Graphics.OpenGL.ExtTextureArray.TextureBinding2DArrayExt; + var _FramebufferAttachmentTextureLayerExt = OpenTK.Graphics.OpenGL.ExtTextureArray.FramebufferAttachmentTextureLayerExt; +} +static void Test_ExtTextureBufferObject_10586() { + var _TextureBufferExt = OpenTK.Graphics.OpenGL.ExtTextureBufferObject.TextureBufferExt; + var _MaxTextureBufferSizeExt = OpenTK.Graphics.OpenGL.ExtTextureBufferObject.MaxTextureBufferSizeExt; + var _TextureBindingBufferExt = OpenTK.Graphics.OpenGL.ExtTextureBufferObject.TextureBindingBufferExt; + var _TextureBufferDataStoreBindingExt = OpenTK.Graphics.OpenGL.ExtTextureBufferObject.TextureBufferDataStoreBindingExt; + var _TextureBufferFormatExt = OpenTK.Graphics.OpenGL.ExtTextureBufferObject.TextureBufferFormatExt; +} +static void Test_ExtTextureCompressionLatc_10587() { + var _CompressedLuminanceLatc1Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionLatc.CompressedLuminanceLatc1Ext; + var _CompressedSignedLuminanceLatc1Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionLatc.CompressedSignedLuminanceLatc1Ext; + var _CompressedLuminanceAlphaLatc2Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionLatc.CompressedLuminanceAlphaLatc2Ext; + var _CompressedSignedLuminanceAlphaLatc2Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionLatc.CompressedSignedLuminanceAlphaLatc2Ext; +} +static void Test_ExtTextureCompressionRgtc_10588() { + var _CompressedRedRgtc1Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionRgtc.CompressedRedRgtc1Ext; + var _CompressedSignedRedRgtc1Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionRgtc.CompressedSignedRedRgtc1Ext; + var _CompressedRedGreenRgtc2Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionRgtc.CompressedRedGreenRgtc2Ext; + var _CompressedSignedRedGreenRgtc2Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionRgtc.CompressedSignedRedGreenRgtc2Ext; +} +static void Test_ExtTextureCompressionS3tc_10589() { + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionS3tc.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.OpenGL.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt5Ext; +} +static void Test_ExtTextureCubeMap_10590() { + var _NormalMapExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.NormalMapExt; + var _ReflectionMapExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.ReflectionMapExt; + var _TextureCubeMapExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.TextureCubeMapExt; + var _TextureBindingCubeMapExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.TextureBindingCubeMapExt; + var _TextureCubeMapPositiveXExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.TextureCubeMapPositiveXExt; + var _TextureCubeMapNegativeXExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.TextureCubeMapNegativeXExt; + var _TextureCubeMapPositiveYExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.TextureCubeMapPositiveYExt; + var _TextureCubeMapNegativeYExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.TextureCubeMapNegativeYExt; + var _TextureCubeMapPositiveZExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.TextureCubeMapPositiveZExt; + var _TextureCubeMapNegativeZExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.TextureCubeMapNegativeZExt; + var _ProxyTextureCubeMapExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.ProxyTextureCubeMapExt; + var _MaxCubeMapTextureSizeExt = OpenTK.Graphics.OpenGL.ExtTextureCubeMap.MaxCubeMapTextureSizeExt; +} +static void Test_ExtTextureEnvAdd_10591() { +} +static void Test_ExtTextureEnvCombine_10592() { + var _CombineExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.CombineExt; + var _CombineRgbExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.CombineRgbExt; + var _CombineAlphaExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.CombineAlphaExt; + var _RgbScaleExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.RgbScaleExt; + var _AddSignedExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.AddSignedExt; + var _InterpolateExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.InterpolateExt; + var _ConstantExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.ConstantExt; + var _PrimaryColorExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.PrimaryColorExt; + var _PreviousExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.PreviousExt; + var _Source0RgbExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Source0RgbExt; + var _Source1RgbExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Source1RgbExt; + var _Source2RgbExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Source2RgbExt; + var _Source0AlphaExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Source0AlphaExt; + var _Source1AlphaExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Source1AlphaExt; + var _Source2AlphaExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Source2AlphaExt; + var _Operand0RgbExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Operand0RgbExt; + var _Operand1RgbExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Operand1RgbExt; + var _Operand2RgbExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Operand2RgbExt; + var _Operand0AlphaExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Operand0AlphaExt; + var _Operand1AlphaExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Operand1AlphaExt; + var _Operand2AlphaExt = OpenTK.Graphics.OpenGL.ExtTextureEnvCombine.Operand2AlphaExt; +} +static void Test_ExtTextureEnvDot3_10593() { + var _Dot3RgbExt = OpenTK.Graphics.OpenGL.ExtTextureEnvDot3.Dot3RgbExt; + var _Dot3RgbaExt = OpenTK.Graphics.OpenGL.ExtTextureEnvDot3.Dot3RgbaExt; +} +static void Test_ExtTextureFilterAnisotropic_10594() { + var _TextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL.ExtTextureFilterAnisotropic.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL.ExtTextureFilterAnisotropic.MaxTextureMaxAnisotropyExt; +} +static void Test_ExtTextureInteger_10595() { + var _Rgba32uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgba32uiExt; + var _Rgb32uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgb32uiExt; + var _Alpha32uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Alpha32uiExt; + var _Intensity32uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Intensity32uiExt; + var _Luminance32uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Luminance32uiExt; + var _LuminanceAlpha32uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.LuminanceAlpha32uiExt; + var _Rgba16uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgba16uiExt; + var _Rgb16uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgb16uiExt; + var _Alpha16uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Alpha16uiExt; + var _Intensity16uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Intensity16uiExt; + var _Luminance16uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Luminance16uiExt; + var _LuminanceAlpha16uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.LuminanceAlpha16uiExt; + var _Rgba8uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgba8uiExt; + var _Rgb8uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgb8uiExt; + var _Alpha8uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Alpha8uiExt; + var _Intensity8uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Intensity8uiExt; + var _Luminance8uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Luminance8uiExt; + var _LuminanceAlpha8uiExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.LuminanceAlpha8uiExt; + var _Rgba32iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgba32iExt; + var _Rgb32iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgb32iExt; + var _Alpha32iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Alpha32iExt; + var _Intensity32iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Intensity32iExt; + var _Luminance32iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Luminance32iExt; + var _LuminanceAlpha32iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.LuminanceAlpha32iExt; + var _Rgba16iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgba16iExt; + var _Rgb16iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgb16iExt; + var _Alpha16iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Alpha16iExt; + var _Intensity16iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Intensity16iExt; + var _Luminance16iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Luminance16iExt; + var _LuminanceAlpha16iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.LuminanceAlpha16iExt; + var _Rgba8iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgba8iExt; + var _Rgb8iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Rgb8iExt; + var _Alpha8iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Alpha8iExt; + var _Intensity8iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Intensity8iExt; + var _Luminance8iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.Luminance8iExt; + var _LuminanceAlpha8iExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.LuminanceAlpha8iExt; + var _RedIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.RedIntegerExt; + var _GreenIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.GreenIntegerExt; + var _BlueIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.BlueIntegerExt; + var _AlphaIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.AlphaIntegerExt; + var _RgbIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.RgbIntegerExt; + var _RgbaIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.RgbaIntegerExt; + var _BgrIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.BgrIntegerExt; + var _BgraIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.BgraIntegerExt; + var _LuminanceIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.LuminanceIntegerExt; + var _LuminanceAlphaIntegerExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.LuminanceAlphaIntegerExt; + var _RgbaIntegerModeExt = OpenTK.Graphics.OpenGL.ExtTextureInteger.RgbaIntegerModeExt; +} +static void Test_ExtTextureLodBias_10596() { + var _MaxTextureLodBiasExt = OpenTK.Graphics.OpenGL.ExtTextureLodBias.MaxTextureLodBiasExt; + var _TextureFilterControlExt = OpenTK.Graphics.OpenGL.ExtTextureLodBias.TextureFilterControlExt; + var _TextureLodBiasExt = OpenTK.Graphics.OpenGL.ExtTextureLodBias.TextureLodBiasExt; +} +static void Test_ExtTextureMirrorClamp_10597() { + var _MirrorClampExt = OpenTK.Graphics.OpenGL.ExtTextureMirrorClamp.MirrorClampExt; + var _MirrorClampToEdgeExt = OpenTK.Graphics.OpenGL.ExtTextureMirrorClamp.MirrorClampToEdgeExt; + var _MirrorClampToBorderExt = OpenTK.Graphics.OpenGL.ExtTextureMirrorClamp.MirrorClampToBorderExt; +} +static void Test_ExtTextureObject_10598() { + var _TexturePriorityExt = OpenTK.Graphics.OpenGL.ExtTextureObject.TexturePriorityExt; + var _TextureResidentExt = OpenTK.Graphics.OpenGL.ExtTextureObject.TextureResidentExt; + var _Texture1DBindingExt = OpenTK.Graphics.OpenGL.ExtTextureObject.Texture1DBindingExt; + var _Texture2DBindingExt = OpenTK.Graphics.OpenGL.ExtTextureObject.Texture2DBindingExt; + var _Texture3DBindingExt = OpenTK.Graphics.OpenGL.ExtTextureObject.Texture3DBindingExt; +} +static void Test_ExtTexturePerturbNormal_10599() { + var _PerturbExt = OpenTK.Graphics.OpenGL.ExtTexturePerturbNormal.PerturbExt; + var _TextureNormalExt = OpenTK.Graphics.OpenGL.ExtTexturePerturbNormal.TextureNormalExt; +} +static void Test_ExtTextureSharedExponent_10600() { + var _Rgb9E5Ext = OpenTK.Graphics.OpenGL.ExtTextureSharedExponent.Rgb9E5Ext; + var _UnsignedInt5999RevExt = OpenTK.Graphics.OpenGL.ExtTextureSharedExponent.UnsignedInt5999RevExt; + var _TextureSharedSizeExt = OpenTK.Graphics.OpenGL.ExtTextureSharedExponent.TextureSharedSizeExt; +} +static void Test_ExtTextureSnorm_10601() { + var _RedSnorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.RedSnorm; + var _RgSnorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.RgSnorm; + var _RgbSnorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.RgbSnorm; + var _RgbaSnorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.RgbaSnorm; + var _R8Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Rgba8Snorm; + var _R16Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.R16Snorm; + var _Rg16Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Rg16Snorm; + var _Rgb16Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Rgb16Snorm; + var _Rgba16Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Rgba16Snorm; + var _SignedNormalized = OpenTK.Graphics.OpenGL.ExtTextureSnorm.SignedNormalized; + var _AlphaSnorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.AlphaSnorm; + var _LuminanceSnorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.LuminanceSnorm; + var _LuminanceAlphaSnorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.LuminanceAlphaSnorm; + var _IntensitySnorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.IntensitySnorm; + var _Alpha8Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Alpha8Snorm; + var _Luminance8Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Luminance8Snorm; + var _Luminance8Alpha8Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Luminance8Alpha8Snorm; + var _Intensity8Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Intensity8Snorm; + var _Alpha16Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Alpha16Snorm; + var _Luminance16Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Luminance16Snorm; + var _Luminance16Alpha16Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Luminance16Alpha16Snorm; + var _Intensity16Snorm = OpenTK.Graphics.OpenGL.ExtTextureSnorm.Intensity16Snorm; +} +static void Test_ExtTextureSrgb_10602() { + var _SrgbExt = OpenTK.Graphics.OpenGL.ExtTextureSrgb.SrgbExt; + var _Srgb8Ext = OpenTK.Graphics.OpenGL.ExtTextureSrgb.Srgb8Ext; + var _SrgbAlphaExt = OpenTK.Graphics.OpenGL.ExtTextureSrgb.SrgbAlphaExt; + var _Srgb8Alpha8Ext = OpenTK.Graphics.OpenGL.ExtTextureSrgb.Srgb8Alpha8Ext; + var _SluminanceAlphaExt = OpenTK.Graphics.OpenGL.ExtTextureSrgb.SluminanceAlphaExt; + var _Sluminance8Alpha8Ext = OpenTK.Graphics.OpenGL.ExtTextureSrgb.Sluminance8Alpha8Ext; + var _SluminanceExt = OpenTK.Graphics.OpenGL.ExtTextureSrgb.SluminanceExt; + var _Sluminance8Ext = OpenTK.Graphics.OpenGL.ExtTextureSrgb.Sluminance8Ext; + var _CompressedSrgbExt = OpenTK.Graphics.OpenGL.ExtTextureSrgb.CompressedSrgbExt; + var _CompressedSrgbAlphaExt = OpenTK.Graphics.OpenGL.ExtTextureSrgb.CompressedSrgbAlphaExt; + var _CompressedSluminanceExt = OpenTK.Graphics.OpenGL.ExtTextureSrgb.CompressedSluminanceExt; + var _CompressedSluminanceAlphaExt = OpenTK.Graphics.OpenGL.ExtTextureSrgb.CompressedSluminanceAlphaExt; + var _CompressedSrgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL.ExtTextureSrgb.CompressedSrgbS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt1Ext = OpenTK.Graphics.OpenGL.ExtTextureSrgb.CompressedSrgbAlphaS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt3Ext = OpenTK.Graphics.OpenGL.ExtTextureSrgb.CompressedSrgbAlphaS3tcDxt3Ext; + var _CompressedSrgbAlphaS3tcDxt5Ext = OpenTK.Graphics.OpenGL.ExtTextureSrgb.CompressedSrgbAlphaS3tcDxt5Ext; +} +static void Test_ExtTextureSrgbDecode_10603() { + var _TextureSrgbDecodeExt = OpenTK.Graphics.OpenGL.ExtTextureSrgbDecode.TextureSrgbDecodeExt; + var _DecodeExt = OpenTK.Graphics.OpenGL.ExtTextureSrgbDecode.DecodeExt; + var _SkipDecodeExt = OpenTK.Graphics.OpenGL.ExtTextureSrgbDecode.SkipDecodeExt; +} +static void Test_ExtTextureSwizzle_10604() { + var _TextureSwizzleRExt = OpenTK.Graphics.OpenGL.ExtTextureSwizzle.TextureSwizzleRExt; + var _TextureSwizzleGExt = OpenTK.Graphics.OpenGL.ExtTextureSwizzle.TextureSwizzleGExt; + var _TextureSwizzleBExt = OpenTK.Graphics.OpenGL.ExtTextureSwizzle.TextureSwizzleBExt; + var _TextureSwizzleAExt = OpenTK.Graphics.OpenGL.ExtTextureSwizzle.TextureSwizzleAExt; + var _TextureSwizzleRgbaExt = OpenTK.Graphics.OpenGL.ExtTextureSwizzle.TextureSwizzleRgbaExt; +} +static void Test_ExtTimerQuery_10605() { + var _TimeElapsedExt = OpenTK.Graphics.OpenGL.ExtTimerQuery.TimeElapsedExt; +} +static void Test_ExtTransformFeedback_10606() { + var _TransformFeedbackVaryingMaxLengthExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.TransformFeedbackVaryingMaxLengthExt; + var _TransformFeedbackBufferModeExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.TransformFeedbackBufferModeExt; + var _MaxTransformFeedbackSeparateComponentsExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.MaxTransformFeedbackSeparateComponentsExt; + var _TransformFeedbackVaryingsExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.TransformFeedbackVaryingsExt; + var _TransformFeedbackBufferStartExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.TransformFeedbackBufferStartExt; + var _TransformFeedbackBufferSizeExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.TransformFeedbackBufferSizeExt; + var _PrimitivesGeneratedExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.PrimitivesGeneratedExt; + var _TransformFeedbackPrimitivesWrittenExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.TransformFeedbackPrimitivesWrittenExt; + var _RasterizerDiscardExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.RasterizerDiscardExt; + var _MaxTransformFeedbackInterleavedComponentsExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.MaxTransformFeedbackInterleavedComponentsExt; + var _MaxTransformFeedbackSeparateAttribsExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.MaxTransformFeedbackSeparateAttribsExt; + var _InterleavedAttribsExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.InterleavedAttribsExt; + var _SeparateAttribsExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.SeparateAttribsExt; + var _TransformFeedbackBufferExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.TransformFeedbackBufferExt; + var _TransformFeedbackBufferBindingExt = OpenTK.Graphics.OpenGL.ExtTransformFeedback.TransformFeedbackBufferBindingExt; +} +static void Test_ExtVertexArray_10607() { + var _VertexArrayExt = OpenTK.Graphics.OpenGL.ExtVertexArray.VertexArrayExt; + var _NormalArrayExt = OpenTK.Graphics.OpenGL.ExtVertexArray.NormalArrayExt; + var _ColorArrayExt = OpenTK.Graphics.OpenGL.ExtVertexArray.ColorArrayExt; + var _IndexArrayExt = OpenTK.Graphics.OpenGL.ExtVertexArray.IndexArrayExt; + var _TextureCoordArrayExt = OpenTK.Graphics.OpenGL.ExtVertexArray.TextureCoordArrayExt; + var _EdgeFlagArrayExt = OpenTK.Graphics.OpenGL.ExtVertexArray.EdgeFlagArrayExt; + var _VertexArraySizeExt = OpenTK.Graphics.OpenGL.ExtVertexArray.VertexArraySizeExt; + var _VertexArrayTypeExt = OpenTK.Graphics.OpenGL.ExtVertexArray.VertexArrayTypeExt; + var _VertexArrayStrideExt = OpenTK.Graphics.OpenGL.ExtVertexArray.VertexArrayStrideExt; + var _VertexArrayCountExt = OpenTK.Graphics.OpenGL.ExtVertexArray.VertexArrayCountExt; + var _NormalArrayTypeExt = OpenTK.Graphics.OpenGL.ExtVertexArray.NormalArrayTypeExt; + var _NormalArrayStrideExt = OpenTK.Graphics.OpenGL.ExtVertexArray.NormalArrayStrideExt; + var _NormalArrayCountExt = OpenTK.Graphics.OpenGL.ExtVertexArray.NormalArrayCountExt; + var _ColorArraySizeExt = OpenTK.Graphics.OpenGL.ExtVertexArray.ColorArraySizeExt; + var _ColorArrayTypeExt = OpenTK.Graphics.OpenGL.ExtVertexArray.ColorArrayTypeExt; + var _ColorArrayStrideExt = OpenTK.Graphics.OpenGL.ExtVertexArray.ColorArrayStrideExt; + var _ColorArrayCountExt = OpenTK.Graphics.OpenGL.ExtVertexArray.ColorArrayCountExt; + var _IndexArrayTypeExt = OpenTK.Graphics.OpenGL.ExtVertexArray.IndexArrayTypeExt; + var _IndexArrayStrideExt = OpenTK.Graphics.OpenGL.ExtVertexArray.IndexArrayStrideExt; + var _IndexArrayCountExt = OpenTK.Graphics.OpenGL.ExtVertexArray.IndexArrayCountExt; + var _TextureCoordArraySizeExt = OpenTK.Graphics.OpenGL.ExtVertexArray.TextureCoordArraySizeExt; + var _TextureCoordArrayTypeExt = OpenTK.Graphics.OpenGL.ExtVertexArray.TextureCoordArrayTypeExt; + var _TextureCoordArrayStrideExt = OpenTK.Graphics.OpenGL.ExtVertexArray.TextureCoordArrayStrideExt; + var _TextureCoordArrayCountExt = OpenTK.Graphics.OpenGL.ExtVertexArray.TextureCoordArrayCountExt; + var _EdgeFlagArrayStrideExt = OpenTK.Graphics.OpenGL.ExtVertexArray.EdgeFlagArrayStrideExt; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.OpenGL.ExtVertexArray.EdgeFlagArrayCountExt; + var _VertexArrayPointerExt = OpenTK.Graphics.OpenGL.ExtVertexArray.VertexArrayPointerExt; + var _NormalArrayPointerExt = OpenTK.Graphics.OpenGL.ExtVertexArray.NormalArrayPointerExt; + var _ColorArrayPointerExt = OpenTK.Graphics.OpenGL.ExtVertexArray.ColorArrayPointerExt; + var _IndexArrayPointerExt = OpenTK.Graphics.OpenGL.ExtVertexArray.IndexArrayPointerExt; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.OpenGL.ExtVertexArray.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.OpenGL.ExtVertexArray.EdgeFlagArrayPointerExt; +} +static void Test_ExtVertexArrayBgra_10608() { + var _Bgra = OpenTK.Graphics.OpenGL.ExtVertexArrayBgra.Bgra; +} +static void Test_ExtVertexAttrib64bit_10609() { + var _Double = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.Double; + var _DoubleMat2Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat2Ext; + var _DoubleMat3Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat3Ext; + var _DoubleMat4Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat4Ext; + var _DoubleMat2x3Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat2x3Ext; + var _DoubleMat2x4Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat2x4Ext; + var _DoubleMat3x2Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat3x2Ext; + var _DoubleMat3x4Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat3x4Ext; + var _DoubleMat4x2Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat4x2Ext; + var _DoubleMat4x3Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleMat4x3Ext; + var _DoubleVec2Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleVec2Ext; + var _DoubleVec3Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleVec3Ext; + var _DoubleVec4Ext = OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit.DoubleVec4Ext; +} +static void Test_ExtVertexShader_10610() { + var _VertexShaderExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VertexShaderExt; + var _VertexShaderBindingExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VertexShaderBindingExt; + var _OpIndexExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpIndexExt; + var _OpNegateExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpNegateExt; + var _OpDot3Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OpDot3Ext; + var _OpDot4Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OpDot4Ext; + var _OpMulExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpMulExt; + var _OpAddExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpAddExt; + var _OpMaddExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpMaddExt; + var _OpFracExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpFracExt; + var _OpMaxExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpMaxExt; + var _OpMinExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpMinExt; + var _OpSetGeExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpSetGeExt; + var _OpSetLtExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpSetLtExt; + var _OpClampExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpClampExt; + var _OpFloorExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpFloorExt; + var _OpRoundExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpRoundExt; + var _OpExpBase2Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OpExpBase2Ext; + var _OpLogBase2Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OpLogBase2Ext; + var _OpPowerExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpPowerExt; + var _OpRecipExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpRecipExt; + var _OpRecipSqrtExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpRecipSqrtExt; + var _OpSubExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpSubExt; + var _OpCrossProductExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpCrossProductExt; + var _OpMultiplyMatrixExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpMultiplyMatrixExt; + var _OpMovExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OpMovExt; + var _OutputVertexExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputVertexExt; + var _OutputColor0Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputColor0Ext; + var _OutputColor1Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputColor1Ext; + var _OutputTextureCoord0Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord0Ext; + var _OutputTextureCoord1Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord1Ext; + var _OutputTextureCoord2Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord2Ext; + var _OutputTextureCoord3Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord3Ext; + var _OutputTextureCoord4Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord4Ext; + var _OutputTextureCoord5Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord5Ext; + var _OutputTextureCoord6Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord6Ext; + var _OutputTextureCoord7Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord7Ext; + var _OutputTextureCoord8Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord8Ext; + var _OutputTextureCoord9Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord9Ext; + var _OutputTextureCoord10Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord10Ext; + var _OutputTextureCoord11Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord11Ext; + var _OutputTextureCoord12Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord12Ext; + var _OutputTextureCoord13Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord13Ext; + var _OutputTextureCoord14Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord14Ext; + var _OutputTextureCoord15Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord15Ext; + var _OutputTextureCoord16Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord16Ext; + var _OutputTextureCoord17Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord17Ext; + var _OutputTextureCoord18Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord18Ext; + var _OutputTextureCoord19Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord19Ext; + var _OutputTextureCoord20Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord20Ext; + var _OutputTextureCoord21Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord21Ext; + var _OutputTextureCoord22Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord22Ext; + var _OutputTextureCoord23Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord23Ext; + var _OutputTextureCoord24Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord24Ext; + var _OutputTextureCoord25Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord25Ext; + var _OutputTextureCoord26Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord26Ext; + var _OutputTextureCoord27Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord27Ext; + var _OutputTextureCoord28Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord28Ext; + var _OutputTextureCoord29Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord29Ext; + var _OutputTextureCoord30Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord30Ext; + var _OutputTextureCoord31Ext = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputTextureCoord31Ext; + var _OutputFogExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OutputFogExt; + var _ScalarExt = OpenTK.Graphics.OpenGL.ExtVertexShader.ScalarExt; + var _VectorExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VectorExt; + var _MatrixExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MatrixExt; + var _VariantExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VariantExt; + var _InvariantExt = OpenTK.Graphics.OpenGL.ExtVertexShader.InvariantExt; + var _LocalConstantExt = OpenTK.Graphics.OpenGL.ExtVertexShader.LocalConstantExt; + var _LocalExt = OpenTK.Graphics.OpenGL.ExtVertexShader.LocalExt; + var _MaxVertexShaderInstructionsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxVertexShaderInstructionsExt; + var _MaxVertexShaderVariantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxVertexShaderVariantsExt; + var _MaxVertexShaderInvariantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxVertexShaderInvariantsExt; + var _MaxVertexShaderLocalConstantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxVertexShaderLocalConstantsExt; + var _MaxVertexShaderLocalsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxVertexShaderLocalsExt; + var _MaxOptimizedVertexShaderInstructionsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxOptimizedVertexShaderInstructionsExt; + var _MaxOptimizedVertexShaderVariantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxOptimizedVertexShaderVariantsExt; + var _MaxOptimizedVertexShaderLocalConstantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxOptimizedVertexShaderLocalConstantsExt; + var _MaxOptimizedVertexShaderInvariantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxOptimizedVertexShaderInvariantsExt; + var _MaxOptimizedVertexShaderLocalsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MaxOptimizedVertexShaderLocalsExt; + var _VertexShaderInstructionsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VertexShaderInstructionsExt; + var _VertexShaderVariantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VertexShaderVariantsExt; + var _VertexShaderInvariantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VertexShaderInvariantsExt; + var _VertexShaderLocalConstantsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VertexShaderLocalConstantsExt; + var _VertexShaderLocalsExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VertexShaderLocalsExt; + var _VertexShaderOptimizedExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VertexShaderOptimizedExt; + var _XExt = OpenTK.Graphics.OpenGL.ExtVertexShader.XExt; + var _YExt = OpenTK.Graphics.OpenGL.ExtVertexShader.YExt; + var _ZExt = OpenTK.Graphics.OpenGL.ExtVertexShader.ZExt; + var _WExt = OpenTK.Graphics.OpenGL.ExtVertexShader.WExt; + var _NegativeXExt = OpenTK.Graphics.OpenGL.ExtVertexShader.NegativeXExt; + var _NegativeYExt = OpenTK.Graphics.OpenGL.ExtVertexShader.NegativeYExt; + var _NegativeZExt = OpenTK.Graphics.OpenGL.ExtVertexShader.NegativeZExt; + var _NegativeWExt = OpenTK.Graphics.OpenGL.ExtVertexShader.NegativeWExt; + var _ZeroExt = OpenTK.Graphics.OpenGL.ExtVertexShader.ZeroExt; + var _OneExt = OpenTK.Graphics.OpenGL.ExtVertexShader.OneExt; + var _NegativeOneExt = OpenTK.Graphics.OpenGL.ExtVertexShader.NegativeOneExt; + var _NormalizedRangeExt = OpenTK.Graphics.OpenGL.ExtVertexShader.NormalizedRangeExt; + var _FullRangeExt = OpenTK.Graphics.OpenGL.ExtVertexShader.FullRangeExt; + var _CurrentVertexExt = OpenTK.Graphics.OpenGL.ExtVertexShader.CurrentVertexExt; + var _MvpMatrixExt = OpenTK.Graphics.OpenGL.ExtVertexShader.MvpMatrixExt; + var _VariantValueExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VariantValueExt; + var _VariantDatatypeExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VariantDatatypeExt; + var _VariantArrayStrideExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VariantArrayStrideExt; + var _VariantArrayTypeExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VariantArrayTypeExt; + var _VariantArrayExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VariantArrayExt; + var _VariantArrayPointerExt = OpenTK.Graphics.OpenGL.ExtVertexShader.VariantArrayPointerExt; + var _InvariantValueExt = OpenTK.Graphics.OpenGL.ExtVertexShader.InvariantValueExt; + var _InvariantDatatypeExt = OpenTK.Graphics.OpenGL.ExtVertexShader.InvariantDatatypeExt; + var _LocalConstantValueExt = OpenTK.Graphics.OpenGL.ExtVertexShader.LocalConstantValueExt; + var _LocalConstantDatatypeExt = OpenTK.Graphics.OpenGL.ExtVertexShader.LocalConstantDatatypeExt; +} +static void Test_ExtVertexWeighting_10611() { + var _Modelview0StackDepthExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.Modelview0StackDepthExt; + var _Modelview0MatrixExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.Modelview0MatrixExt; + var _Modelview0Ext = OpenTK.Graphics.OpenGL.ExtVertexWeighting.Modelview0Ext; + var _Modelview1StackDepthExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.Modelview1StackDepthExt; + var _Modelview1MatrixExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.Modelview1MatrixExt; + var _VertexWeightingExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.VertexWeightingExt; + var _Modelview1Ext = OpenTK.Graphics.OpenGL.ExtVertexWeighting.Modelview1Ext; + var _CurrentVertexWeightExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.CurrentVertexWeightExt; + var _VertexWeightArrayExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.VertexWeightArrayExt; + var _VertexWeightArraySizeExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.VertexWeightArraySizeExt; + var _VertexWeightArrayTypeExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.VertexWeightArrayTypeExt; + var _VertexWeightArrayStrideExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.VertexWeightArrayStrideExt; + var _VertexWeightArrayPointerExt = OpenTK.Graphics.OpenGL.ExtVertexWeighting.VertexWeightArrayPointerExt; +} +static void Test_ExtX11SyncObject_10612() { + var _SyncX11FenceExt = OpenTK.Graphics.OpenGL.ExtX11SyncObject.SyncX11FenceExt; +} +static void Test_FeedBackToken_10613() { + var _PassThroughToken = OpenTK.Graphics.OpenGL.FeedBackToken.PassThroughToken; + var _PointToken = OpenTK.Graphics.OpenGL.FeedBackToken.PointToken; + var _LineToken = OpenTK.Graphics.OpenGL.FeedBackToken.LineToken; + var _PolygonToken = OpenTK.Graphics.OpenGL.FeedBackToken.PolygonToken; + var _BitmapToken = OpenTK.Graphics.OpenGL.FeedBackToken.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.OpenGL.FeedBackToken.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.OpenGL.FeedBackToken.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.OpenGL.FeedBackToken.LineResetToken; +} +static void Test_FeedbackType_10614() { + var _Gl2D = OpenTK.Graphics.OpenGL.FeedbackType.Gl2D; + var _Gl3D = OpenTK.Graphics.OpenGL.FeedbackType.Gl3D; + var _Gl3DColor = OpenTK.Graphics.OpenGL.FeedbackType.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.OpenGL.FeedbackType.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.OpenGL.FeedbackType.Gl4DColorTexture; +} +static void Test_FfdMaskSgix_10615() { +} +static void Test_FfdTargetSgix_10616() { + var _GeometryDeformationSgix = OpenTK.Graphics.OpenGL.FfdTargetSgix.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.OpenGL.FfdTargetSgix.TextureDeformationSgix; +} +static void Test_FogCoordinatePointerType_10617() { + var _Float = OpenTK.Graphics.OpenGL.FogCoordinatePointerType.Float; + var _Double = OpenTK.Graphics.OpenGL.FogCoordinatePointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.FogCoordinatePointerType.HalfFloat; +} +static void Test_FogMode_10618() { + var _Exp = OpenTK.Graphics.OpenGL.FogMode.Exp; + var _Exp2 = OpenTK.Graphics.OpenGL.FogMode.Exp2; + var _Linear = OpenTK.Graphics.OpenGL.FogMode.Linear; + var _FogFuncSgis = OpenTK.Graphics.OpenGL.FogMode.FogFuncSgis; + var _FogCoord = OpenTK.Graphics.OpenGL.FogMode.FogCoord; + var _FragmentDepth = OpenTK.Graphics.OpenGL.FogMode.FragmentDepth; +} +static void Test_FogParameter_10619() { + var _FogIndex = OpenTK.Graphics.OpenGL.FogParameter.FogIndex; + var _FogDensity = OpenTK.Graphics.OpenGL.FogParameter.FogDensity; + var _FogStart = OpenTK.Graphics.OpenGL.FogParameter.FogStart; + var _FogEnd = OpenTK.Graphics.OpenGL.FogParameter.FogEnd; + var _FogMode = OpenTK.Graphics.OpenGL.FogParameter.FogMode; + var _FogColor = OpenTK.Graphics.OpenGL.FogParameter.FogColor; + var _FogOffsetValueSgix = OpenTK.Graphics.OpenGL.FogParameter.FogOffsetValueSgix; + var _FogCoordSrc = OpenTK.Graphics.OpenGL.FogParameter.FogCoordSrc; +} +static void Test_FogPointerType_10620() { + var _Float = OpenTK.Graphics.OpenGL.FogPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL.FogPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.FogPointerType.HalfFloat; +} +static void Test_FogPointerTypeExt_10621() { + var _Float = OpenTK.Graphics.OpenGL.FogPointerTypeExt.Float; + var _Double = OpenTK.Graphics.OpenGL.FogPointerTypeExt.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.FogPointerTypeExt.HalfFloat; +} +static void Test_FogPointerTypeIbm_10622() { + var _Float = OpenTK.Graphics.OpenGL.FogPointerTypeIbm.Float; + var _Double = OpenTK.Graphics.OpenGL.FogPointerTypeIbm.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.FogPointerTypeIbm.HalfFloat; +} +static void Test_FragmentLightModelParameterSgix_10623() { + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.OpenGL.FragmentLightModelParameterSgix.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.OpenGL.FragmentLightModelParameterSgix.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.OpenGL.FragmentLightModelParameterSgix.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.OpenGL.FragmentLightModelParameterSgix.FragmentLightModelNormalInterpolationSgix; +} +static void Test_FramebufferAttachment_10624() { + var _FrontLeft = OpenTK.Graphics.OpenGL.FramebufferAttachment.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL.FramebufferAttachment.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL.FramebufferAttachment.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL.FramebufferAttachment.BackRight; + var _Aux0 = OpenTK.Graphics.OpenGL.FramebufferAttachment.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL.FramebufferAttachment.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL.FramebufferAttachment.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL.FramebufferAttachment.Aux3; + var _Color = OpenTK.Graphics.OpenGL.FramebufferAttachment.Color; + var _Depth = OpenTK.Graphics.OpenGL.FramebufferAttachment.Depth; + var _Stencil = OpenTK.Graphics.OpenGL.FramebufferAttachment.Stencil; + var _DepthStencilAttachment = OpenTK.Graphics.OpenGL.FramebufferAttachment.DepthStencilAttachment; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment0; + var _ColorAttachment0Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment0Ext; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment1; + var _ColorAttachment1Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment1Ext; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment2; + var _ColorAttachment2Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment2Ext; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment3; + var _ColorAttachment3Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment3Ext; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment4; + var _ColorAttachment4Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment4Ext; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment5; + var _ColorAttachment5Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment5Ext; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment6; + var _ColorAttachment6Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment6Ext; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment7; + var _ColorAttachment7Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment7Ext; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment8; + var _ColorAttachment8Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment8Ext; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment9; + var _ColorAttachment9Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment9Ext; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment10; + var _ColorAttachment10Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment10Ext; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment11; + var _ColorAttachment11Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment11Ext; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment12; + var _ColorAttachment12Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment12Ext; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment13; + var _ColorAttachment13Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment13Ext; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment14; + var _ColorAttachment14Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment14Ext; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment15; + var _ColorAttachment15Ext = OpenTK.Graphics.OpenGL.FramebufferAttachment.ColorAttachment15Ext; + var _DepthAttachment = OpenTK.Graphics.OpenGL.FramebufferAttachment.DepthAttachment; + var _DepthAttachmentExt = OpenTK.Graphics.OpenGL.FramebufferAttachment.DepthAttachmentExt; + var _StencilAttachment = OpenTK.Graphics.OpenGL.FramebufferAttachment.StencilAttachment; + var _StencilAttachmentExt = OpenTK.Graphics.OpenGL.FramebufferAttachment.StencilAttachmentExt; +} +static void Test_FramebufferAttachmentComponentType_10625() { + var _Int = OpenTK.Graphics.OpenGL.FramebufferAttachmentComponentType.Int; + var _Float = OpenTK.Graphics.OpenGL.FramebufferAttachmentComponentType.Float; + var _Index = OpenTK.Graphics.OpenGL.FramebufferAttachmentComponentType.Index; + var _UnsignedNormalized = OpenTK.Graphics.OpenGL.FramebufferAttachmentComponentType.UnsignedNormalized; +} +static void Test_FramebufferAttachmentObjectType_10626() { + var _None = OpenTK.Graphics.OpenGL.FramebufferAttachmentObjectType.None; + var _Texture = OpenTK.Graphics.OpenGL.FramebufferAttachmentObjectType.Texture; + var _FramebufferDefault = OpenTK.Graphics.OpenGL.FramebufferAttachmentObjectType.FramebufferDefault; + var _Renderbuffer = OpenTK.Graphics.OpenGL.FramebufferAttachmentObjectType.Renderbuffer; +} +static void Test_FramebufferDefaultParameter_10627() { + var _FramebufferDefaultWidth = OpenTK.Graphics.OpenGL.FramebufferDefaultParameter.FramebufferDefaultWidth; + var _FramebufferDefaultHeight = OpenTK.Graphics.OpenGL.FramebufferDefaultParameter.FramebufferDefaultHeight; + var _FramebufferDefaultLayers = OpenTK.Graphics.OpenGL.FramebufferDefaultParameter.FramebufferDefaultLayers; + var _FramebufferDefaultSamples = OpenTK.Graphics.OpenGL.FramebufferDefaultParameter.FramebufferDefaultSamples; + var _FramebufferDefaultFixedSampleLocations = OpenTK.Graphics.OpenGL.FramebufferDefaultParameter.FramebufferDefaultFixedSampleLocations; +} +static void Test_FramebufferErrorCode_10628() { + var _FramebufferUndefined = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferUndefined; + var _FramebufferComplete = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferComplete; + var _FramebufferCompleteExt = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferCompleteExt; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteAttachment; + var _FramebufferIncompleteAttachmentExt = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteAttachmentExt; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteMissingAttachmentExt = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteMissingAttachmentExt; + var _FramebufferIncompleteDimensionsExt = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteDimensionsExt; + var _FramebufferIncompleteFormatsExt = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteFormatsExt; + var _FramebufferIncompleteDrawBuffer = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteDrawBuffer; + var _FramebufferIncompleteDrawBufferExt = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteDrawBufferExt; + var _FramebufferIncompleteReadBuffer = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteReadBuffer; + var _FramebufferIncompleteReadBufferExt = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteReadBufferExt; + var _FramebufferUnsupported = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferUnsupported; + var _FramebufferUnsupportedExt = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferUnsupportedExt; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteMultisample; + var _FramebufferIncompleteLayerTargets = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteLayerTargets; + var _FramebufferIncompleteLayerCount = OpenTK.Graphics.OpenGL.FramebufferErrorCode.FramebufferIncompleteLayerCount; +} +static void Test_FramebufferParameterName_10629() { + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentStencilSize; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectTypeExt = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentObjectTypeExt; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentObjectName; + var _FramebufferAttachmentObjectNameExt = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentObjectNameExt; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureLevelExt = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentTextureLevelExt; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureCubeMapFaceExt = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentTextureCubeMapFaceExt; + var _FramebufferAttachmentTexture3DZoffsetExt = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentTexture3DZoffsetExt; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentTextureLayer; + var _FramebufferAttachmentLayered = OpenTK.Graphics.OpenGL.FramebufferParameterName.FramebufferAttachmentLayered; +} +static void Test_FramebufferTarget_10630() { + var _ReadFramebuffer = OpenTK.Graphics.OpenGL.FramebufferTarget.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.OpenGL.FramebufferTarget.DrawFramebuffer; + var _Framebuffer = OpenTK.Graphics.OpenGL.FramebufferTarget.Framebuffer; + var _FramebufferExt = OpenTK.Graphics.OpenGL.FramebufferTarget.FramebufferExt; +} +static void Test_FrontFaceDirection_10631() { + var _Cw = OpenTK.Graphics.OpenGL.FrontFaceDirection.Cw; + var _Ccw = OpenTK.Graphics.OpenGL.FrontFaceDirection.Ccw; +} +static void Test_GenerateMipmapTarget_10632() { + var _Texture1D = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.Texture2D; + var _Texture3D = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.Texture3D; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.TextureCubeMap; + var _Texture1DArray = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.Texture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.Texture2DArray; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.TextureCubeMapArray; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.Texture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.GenerateMipmapTarget.Texture2DMultisampleArray; +} +static void Test_GetColorTableParameterPName_10633() { + var _ColorTableScale = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableScale; + var _ColorTableBias = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableBias; + var _ColorTableFormat = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableFormat; + var _ColorTableWidth = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableWidth; + var _ColorTableRedSize = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableRedSize; + var _ColorTableGreenSize = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableGreenSize; + var _ColorTableBlueSize = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableBlueSize; + var _ColorTableAlphaSize = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableAlphaSize; + var _ColorTableLuminanceSize = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableLuminanceSize; + var _ColorTableIntensitySize = OpenTK.Graphics.OpenGL.GetColorTableParameterPName.ColorTableIntensitySize; +} +static void Test_GetColorTableParameterPNameSgi_10634() { + var _ColorTableScaleSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBiasSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.OpenGL.GetColorTableParameterPNameSgi.ColorTableIntensitySizeSgi; +} +static void Test_GetConvolutionParameter_10635() { + var _ConvolutionBorderModeExt = OpenTK.Graphics.OpenGL.GetConvolutionParameter.ConvolutionBorderModeExt; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.OpenGL.GetConvolutionParameter.ConvolutionFilterScaleExt; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.OpenGL.GetConvolutionParameter.ConvolutionFilterBiasExt; + var _ConvolutionFormatExt = OpenTK.Graphics.OpenGL.GetConvolutionParameter.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.OpenGL.GetConvolutionParameter.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.OpenGL.GetConvolutionParameter.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.OpenGL.GetConvolutionParameter.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.OpenGL.GetConvolutionParameter.MaxConvolutionHeightExt; +} +static void Test_GetConvolutionParameterPName_10636() { + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.ConvolutionBorderMode; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.ConvolutionFilterScale; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.ConvolutionFilterBias; + var _ConvolutionFormat = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.ConvolutionFormat; + var _ConvolutionWidth = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.ConvolutionWidth; + var _ConvolutionHeight = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.ConvolutionHeight; + var _MaxConvolutionWidth = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.MaxConvolutionWidth; + var _MaxConvolutionHeight = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.MaxConvolutionHeight; + var _ConvolutionBorderColor = OpenTK.Graphics.OpenGL.GetConvolutionParameterPName.ConvolutionBorderColor; +} +static void Test_GetHistogramParameterPName_10637() { + var _HistogramWidth = OpenTK.Graphics.OpenGL.GetHistogramParameterPName.HistogramWidth; + var _HistogramFormat = OpenTK.Graphics.OpenGL.GetHistogramParameterPName.HistogramFormat; + var _HistogramRedSize = OpenTK.Graphics.OpenGL.GetHistogramParameterPName.HistogramRedSize; + var _HistogramGreenSize = OpenTK.Graphics.OpenGL.GetHistogramParameterPName.HistogramGreenSize; + var _HistogramBlueSize = OpenTK.Graphics.OpenGL.GetHistogramParameterPName.HistogramBlueSize; + var _HistogramAlphaSize = OpenTK.Graphics.OpenGL.GetHistogramParameterPName.HistogramAlphaSize; + var _HistogramLuminanceSize = OpenTK.Graphics.OpenGL.GetHistogramParameterPName.HistogramLuminanceSize; + var _HistogramSink = OpenTK.Graphics.OpenGL.GetHistogramParameterPName.HistogramSink; +} +static void Test_GetHistogramParameterPNameExt_10638() { + var _HistogramWidthExt = OpenTK.Graphics.OpenGL.GetHistogramParameterPNameExt.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.OpenGL.GetHistogramParameterPNameExt.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.OpenGL.GetHistogramParameterPNameExt.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.OpenGL.GetHistogramParameterPNameExt.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.OpenGL.GetHistogramParameterPNameExt.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.OpenGL.GetHistogramParameterPNameExt.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.OpenGL.GetHistogramParameterPNameExt.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.OpenGL.GetHistogramParameterPNameExt.HistogramSinkExt; +} +static void Test_GetIndexedPName_10639() { + var _DepthRange = OpenTK.Graphics.OpenGL.GetIndexedPName.DepthRange; + var _Viewport = OpenTK.Graphics.OpenGL.GetIndexedPName.Viewport; + var _ScissorBox = OpenTK.Graphics.OpenGL.GetIndexedPName.ScissorBox; + var _ColorWritemask = OpenTK.Graphics.OpenGL.GetIndexedPName.ColorWritemask; + var _UniformBufferBinding = OpenTK.Graphics.OpenGL.GetIndexedPName.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.OpenGL.GetIndexedPName.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.OpenGL.GetIndexedPName.UniformBufferSize; + var _TransformFeedbackBufferStart = OpenTK.Graphics.OpenGL.GetIndexedPName.TransformFeedbackBufferStart; + var _TransformFeedbackBufferSize = OpenTK.Graphics.OpenGL.GetIndexedPName.TransformFeedbackBufferSize; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.OpenGL.GetIndexedPName.TransformFeedbackBufferBinding; + var _SampleMaskValue = OpenTK.Graphics.OpenGL.GetIndexedPName.SampleMaskValue; +} +static void Test_GetMapQuery_10640() { + var _Coeff = OpenTK.Graphics.OpenGL.GetMapQuery.Coeff; + var _Order = OpenTK.Graphics.OpenGL.GetMapQuery.Order; + var _Domain = OpenTK.Graphics.OpenGL.GetMapQuery.Domain; +} +static void Test_GetMinmaxParameterPName_10641() { + var _MinmaxFormat = OpenTK.Graphics.OpenGL.GetMinmaxParameterPName.MinmaxFormat; + var _MinmaxSink = OpenTK.Graphics.OpenGL.GetMinmaxParameterPName.MinmaxSink; +} +static void Test_GetMinmaxParameterPNameExt_10642() { + var _MinmaxFormat = OpenTK.Graphics.OpenGL.GetMinmaxParameterPNameExt.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.OpenGL.GetMinmaxParameterPNameExt.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.OpenGL.GetMinmaxParameterPNameExt.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.OpenGL.GetMinmaxParameterPNameExt.MinmaxSinkExt; +} +static void Test_GetMultisamplePName_10643() { + var _SamplePosition = OpenTK.Graphics.OpenGL.GetMultisamplePName.SamplePosition; +} +static void Test_GetPixelMap_10644() { + var _PixelMapIToI = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.OpenGL.GetPixelMap.PixelMapAToA; +} +static void Test_GetPName_10645() { + var _CurrentColor = OpenTK.Graphics.OpenGL.GetPName.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.OpenGL.GetPName.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.OpenGL.GetPName.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.OpenGL.GetPName.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.OpenGL.GetPName.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.OpenGL.GetPName.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.OpenGL.GetPName.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.OpenGL.GetPName.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.OpenGL.GetPName.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.OpenGL.GetPName.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.OpenGL.GetPName.PointSmooth; + var _PointSize = OpenTK.Graphics.OpenGL.GetPName.PointSize; + var _PointSizeRange = OpenTK.Graphics.OpenGL.GetPName.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.OpenGL.GetPName.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.OpenGL.GetPName.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.OpenGL.GetPName.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.OpenGL.GetPName.LineSmooth; + var _LineWidth = OpenTK.Graphics.OpenGL.GetPName.LineWidth; + var _LineWidthRange = OpenTK.Graphics.OpenGL.GetPName.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.OpenGL.GetPName.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.OpenGL.GetPName.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.OpenGL.GetPName.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.OpenGL.GetPName.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.OpenGL.GetPName.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.OpenGL.GetPName.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.OpenGL.GetPName.ListMode; + var _MaxListNesting = OpenTK.Graphics.OpenGL.GetPName.MaxListNesting; + var _ListBase = OpenTK.Graphics.OpenGL.GetPName.ListBase; + var _ListIndex = OpenTK.Graphics.OpenGL.GetPName.ListIndex; + var _PolygonMode = OpenTK.Graphics.OpenGL.GetPName.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.OpenGL.GetPName.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.OpenGL.GetPName.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.OpenGL.GetPName.EdgeFlag; + var _CullFace = OpenTK.Graphics.OpenGL.GetPName.CullFace; + var _CullFaceMode = OpenTK.Graphics.OpenGL.GetPName.CullFaceMode; + var _FrontFace = OpenTK.Graphics.OpenGL.GetPName.FrontFace; + var _Lighting = OpenTK.Graphics.OpenGL.GetPName.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.OpenGL.GetPName.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.OpenGL.GetPName.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.OpenGL.GetPName.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.OpenGL.GetPName.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.OpenGL.GetPName.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.OpenGL.GetPName.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.OpenGL.GetPName.ColorMaterial; + var _Fog = OpenTK.Graphics.OpenGL.GetPName.Fog; + var _FogIndex = OpenTK.Graphics.OpenGL.GetPName.FogIndex; + var _FogDensity = OpenTK.Graphics.OpenGL.GetPName.FogDensity; + var _FogStart = OpenTK.Graphics.OpenGL.GetPName.FogStart; + var _FogEnd = OpenTK.Graphics.OpenGL.GetPName.FogEnd; + var _FogMode = OpenTK.Graphics.OpenGL.GetPName.FogMode; + var _FogColor = OpenTK.Graphics.OpenGL.GetPName.FogColor; + var _DepthRange = OpenTK.Graphics.OpenGL.GetPName.DepthRange; + var _DepthTest = OpenTK.Graphics.OpenGL.GetPName.DepthTest; + var _DepthWritemask = OpenTK.Graphics.OpenGL.GetPName.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.OpenGL.GetPName.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.OpenGL.GetPName.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.OpenGL.GetPName.AccumClearValue; + var _StencilTest = OpenTK.Graphics.OpenGL.GetPName.StencilTest; + var _StencilClearValue = OpenTK.Graphics.OpenGL.GetPName.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.OpenGL.GetPName.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.OpenGL.GetPName.StencilValueMask; + var _StencilFail = OpenTK.Graphics.OpenGL.GetPName.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.OpenGL.GetPName.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.OpenGL.GetPName.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.OpenGL.GetPName.StencilRef; + var _StencilWritemask = OpenTK.Graphics.OpenGL.GetPName.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.OpenGL.GetPName.MatrixMode; + var _Normalize = OpenTK.Graphics.OpenGL.GetPName.Normalize; + var _Viewport = OpenTK.Graphics.OpenGL.GetPName.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.OpenGL.GetPName.Modelview0StackDepthExt; + var _ModelviewStackDepth = OpenTK.Graphics.OpenGL.GetPName.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.OpenGL.GetPName.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.OpenGL.GetPName.TextureStackDepth; + var _Modelview0MatrixExt = OpenTK.Graphics.OpenGL.GetPName.Modelview0MatrixExt; + var _ModelviewMatrix = OpenTK.Graphics.OpenGL.GetPName.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.OpenGL.GetPName.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.OpenGL.GetPName.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.OpenGL.GetPName.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.OpenGL.GetPName.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.OpenGL.GetPName.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.OpenGL.GetPName.AlphaTestQcom; + var _AlphaTestFunc = OpenTK.Graphics.OpenGL.GetPName.AlphaTestFunc; + var _AlphaTestFuncQcom = OpenTK.Graphics.OpenGL.GetPName.AlphaTestFuncQcom; + var _AlphaTestRef = OpenTK.Graphics.OpenGL.GetPName.AlphaTestRef; + var _AlphaTestRefQcom = OpenTK.Graphics.OpenGL.GetPName.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.OpenGL.GetPName.Dither; + var _BlendDst = OpenTK.Graphics.OpenGL.GetPName.BlendDst; + var _BlendSrc = OpenTK.Graphics.OpenGL.GetPName.BlendSrc; + var _Blend = OpenTK.Graphics.OpenGL.GetPName.Blend; + var _LogicOpMode = OpenTK.Graphics.OpenGL.GetPName.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.OpenGL.GetPName.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.OpenGL.GetPName.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.OpenGL.GetPName.ColorLogicOp; + var _AuxBuffers = OpenTK.Graphics.OpenGL.GetPName.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.OpenGL.GetPName.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.OpenGL.GetPName.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.OpenGL.GetPName.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.OpenGL.GetPName.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.OpenGL.GetPName.ScissorBox; + var _ScissorTest = OpenTK.Graphics.OpenGL.GetPName.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.OpenGL.GetPName.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.OpenGL.GetPName.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.OpenGL.GetPName.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.OpenGL.GetPName.ColorWritemask; + var _IndexMode = OpenTK.Graphics.OpenGL.GetPName.IndexMode; + var _RgbaMode = OpenTK.Graphics.OpenGL.GetPName.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.OpenGL.GetPName.Doublebuffer; + var _Stereo = OpenTK.Graphics.OpenGL.GetPName.Stereo; + var _RenderMode = OpenTK.Graphics.OpenGL.GetPName.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.OpenGL.GetPName.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.OpenGL.GetPName.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.OpenGL.GetPName.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.OpenGL.GetPName.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.OpenGL.GetPName.FogHint; + var _TextureGenS = OpenTK.Graphics.OpenGL.GetPName.TextureGenS; + var _TextureGenT = OpenTK.Graphics.OpenGL.GetPName.TextureGenT; + var _TextureGenR = OpenTK.Graphics.OpenGL.GetPName.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.OpenGL.GetPName.TextureGenQ; + var _PixelMapIToISize = OpenTK.Graphics.OpenGL.GetPName.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.OpenGL.GetPName.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.OpenGL.GetPName.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.OpenGL.GetPName.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.OpenGL.GetPName.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.OpenGL.GetPName.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.OpenGL.GetPName.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.OpenGL.GetPName.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.OpenGL.GetPName.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.OpenGL.GetPName.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.OpenGL.GetPName.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.OpenGL.GetPName.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.OpenGL.GetPName.UnpackRowLength; + var _UnpackSkipRows = OpenTK.Graphics.OpenGL.GetPName.UnpackSkipRows; + var _UnpackSkipPixels = OpenTK.Graphics.OpenGL.GetPName.UnpackSkipPixels; + var _UnpackAlignment = OpenTK.Graphics.OpenGL.GetPName.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.OpenGL.GetPName.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.OpenGL.GetPName.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.OpenGL.GetPName.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.OpenGL.GetPName.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.OpenGL.GetPName.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.OpenGL.GetPName.PackAlignment; + var _MapColor = OpenTK.Graphics.OpenGL.GetPName.MapColor; + var _MapStencil = OpenTK.Graphics.OpenGL.GetPName.MapStencil; + var _IndexShift = OpenTK.Graphics.OpenGL.GetPName.IndexShift; + var _IndexOffset = OpenTK.Graphics.OpenGL.GetPName.IndexOffset; + var _RedScale = OpenTK.Graphics.OpenGL.GetPName.RedScale; + var _RedBias = OpenTK.Graphics.OpenGL.GetPName.RedBias; + var _ZoomX = OpenTK.Graphics.OpenGL.GetPName.ZoomX; + var _ZoomY = OpenTK.Graphics.OpenGL.GetPName.ZoomY; + var _GreenScale = OpenTK.Graphics.OpenGL.GetPName.GreenScale; + var _GreenBias = OpenTK.Graphics.OpenGL.GetPName.GreenBias; + var _BlueScale = OpenTK.Graphics.OpenGL.GetPName.BlueScale; + var _BlueBias = OpenTK.Graphics.OpenGL.GetPName.BlueBias; + var _AlphaScale = OpenTK.Graphics.OpenGL.GetPName.AlphaScale; + var _AlphaBias = OpenTK.Graphics.OpenGL.GetPName.AlphaBias; + var _DepthScale = OpenTK.Graphics.OpenGL.GetPName.DepthScale; + var _DepthBias = OpenTK.Graphics.OpenGL.GetPName.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.OpenGL.GetPName.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.OpenGL.GetPName.MaxLights; + var _MaxClipDistances = OpenTK.Graphics.OpenGL.GetPName.MaxClipDistances; + var _MaxClipPlanes = OpenTK.Graphics.OpenGL.GetPName.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.OpenGL.GetPName.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.OpenGL.GetPName.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.OpenGL.GetPName.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.OpenGL.GetPName.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.OpenGL.GetPName.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.OpenGL.GetPName.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.OpenGL.GetPName.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.OpenGL.GetPName.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.OpenGL.GetPName.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.OpenGL.GetPName.SubpixelBits; + var _IndexBits = OpenTK.Graphics.OpenGL.GetPName.IndexBits; + var _RedBits = OpenTK.Graphics.OpenGL.GetPName.RedBits; + var _GreenBits = OpenTK.Graphics.OpenGL.GetPName.GreenBits; + var _BlueBits = OpenTK.Graphics.OpenGL.GetPName.BlueBits; + var _AlphaBits = OpenTK.Graphics.OpenGL.GetPName.AlphaBits; + var _DepthBits = OpenTK.Graphics.OpenGL.GetPName.DepthBits; + var _StencilBits = OpenTK.Graphics.OpenGL.GetPName.StencilBits; + var _AccumRedBits = OpenTK.Graphics.OpenGL.GetPName.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.OpenGL.GetPName.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.OpenGL.GetPName.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.OpenGL.GetPName.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.OpenGL.GetPName.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.OpenGL.GetPName.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.OpenGL.GetPName.Map1Color4; + var _Map1Index = OpenTK.Graphics.OpenGL.GetPName.Map1Index; + var _Map1Normal = OpenTK.Graphics.OpenGL.GetPName.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.OpenGL.GetPName.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.OpenGL.GetPName.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.OpenGL.GetPName.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.OpenGL.GetPName.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.OpenGL.GetPName.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.OpenGL.GetPName.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.OpenGL.GetPName.Map2Color4; + var _Map2Index = OpenTK.Graphics.OpenGL.GetPName.Map2Index; + var _Map2Normal = OpenTK.Graphics.OpenGL.GetPName.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.OpenGL.GetPName.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.OpenGL.GetPName.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.OpenGL.GetPName.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.OpenGL.GetPName.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.OpenGL.GetPName.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.OpenGL.GetPName.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.OpenGL.GetPName.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.OpenGL.GetPName.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.OpenGL.GetPName.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.OpenGL.GetPName.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.OpenGL.GetPName.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL.GetPName.Texture2D; + var _FeedbackBufferSize = OpenTK.Graphics.OpenGL.GetPName.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.OpenGL.GetPName.FeedbackBufferType; + var _SelectionBufferSize = OpenTK.Graphics.OpenGL.GetPName.SelectionBufferSize; + var _PolygonOffsetUnits = OpenTK.Graphics.OpenGL.GetPName.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.OpenGL.GetPName.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.OpenGL.GetPName.PolygonOffsetLine; + var _ClipPlane0 = OpenTK.Graphics.OpenGL.GetPName.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.OpenGL.GetPName.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.OpenGL.GetPName.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.OpenGL.GetPName.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.OpenGL.GetPName.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.OpenGL.GetPName.ClipPlane5; + var _Light0 = OpenTK.Graphics.OpenGL.GetPName.Light0; + var _Light1 = OpenTK.Graphics.OpenGL.GetPName.Light1; + var _Light2 = OpenTK.Graphics.OpenGL.GetPName.Light2; + var _Light3 = OpenTK.Graphics.OpenGL.GetPName.Light3; + var _Light4 = OpenTK.Graphics.OpenGL.GetPName.Light4; + var _Light5 = OpenTK.Graphics.OpenGL.GetPName.Light5; + var _Light6 = OpenTK.Graphics.OpenGL.GetPName.Light6; + var _Light7 = OpenTK.Graphics.OpenGL.GetPName.Light7; + var _BlendColorExt = OpenTK.Graphics.OpenGL.GetPName.BlendColorExt; + var _BlendEquationExt = OpenTK.Graphics.OpenGL.GetPName.BlendEquationExt; + var _BlendEquationRgb = OpenTK.Graphics.OpenGL.GetPName.BlendEquationRgb; + var _PackCmykHintExt = OpenTK.Graphics.OpenGL.GetPName.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.OpenGL.GetPName.UnpackCmykHintExt; + var _Convolution1DExt = OpenTK.Graphics.OpenGL.GetPName.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.OpenGL.GetPName.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.OpenGL.GetPName.Separable2DExt; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionAlphaBiasExt; + var _HistogramExt = OpenTK.Graphics.OpenGL.GetPName.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.OpenGL.GetPName.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.OpenGL.GetPName.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.OpenGL.GetPName.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.OpenGL.GetPName.PolygonOffsetBiasExt; + var _RescaleNormalExt = OpenTK.Graphics.OpenGL.GetPName.RescaleNormalExt; + var _TextureBinding1D = OpenTK.Graphics.OpenGL.GetPName.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.OpenGL.GetPName.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.OpenGL.GetPName.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.OpenGL.GetPName.TextureBinding3D; + var _PackSkipImagesExt = OpenTK.Graphics.OpenGL.GetPName.PackSkipImagesExt; + var _PackImageHeightExt = OpenTK.Graphics.OpenGL.GetPName.PackImageHeightExt; + var _UnpackSkipImagesExt = OpenTK.Graphics.OpenGL.GetPName.UnpackSkipImagesExt; + var _UnpackImageHeightExt = OpenTK.Graphics.OpenGL.GetPName.UnpackImageHeightExt; + var _Texture3DExt = OpenTK.Graphics.OpenGL.GetPName.Texture3DExt; + var _Max3DTextureSize = OpenTK.Graphics.OpenGL.GetPName.Max3DTextureSize; + var _Max3DTextureSizeExt = OpenTK.Graphics.OpenGL.GetPName.Max3DTextureSizeExt; + var _VertexArray = OpenTK.Graphics.OpenGL.GetPName.VertexArray; + var _NormalArray = OpenTK.Graphics.OpenGL.GetPName.NormalArray; + var _ColorArray = OpenTK.Graphics.OpenGL.GetPName.ColorArray; + var _IndexArray = OpenTK.Graphics.OpenGL.GetPName.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.OpenGL.GetPName.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.OpenGL.GetPName.EdgeFlagArray; + var _VertexArraySize = OpenTK.Graphics.OpenGL.GetPName.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.OpenGL.GetPName.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.OpenGL.GetPName.VertexArrayStride; + var _VertexArrayCountExt = OpenTK.Graphics.OpenGL.GetPName.VertexArrayCountExt; + var _NormalArrayType = OpenTK.Graphics.OpenGL.GetPName.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.OpenGL.GetPName.NormalArrayStride; + var _NormalArrayCountExt = OpenTK.Graphics.OpenGL.GetPName.NormalArrayCountExt; + var _ColorArraySize = OpenTK.Graphics.OpenGL.GetPName.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.OpenGL.GetPName.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.OpenGL.GetPName.ColorArrayStride; + var _ColorArrayCountExt = OpenTK.Graphics.OpenGL.GetPName.ColorArrayCountExt; + var _IndexArrayType = OpenTK.Graphics.OpenGL.GetPName.IndexArrayType; + var _IndexArrayStride = OpenTK.Graphics.OpenGL.GetPName.IndexArrayStride; + var _IndexArrayCountExt = OpenTK.Graphics.OpenGL.GetPName.IndexArrayCountExt; + var _TextureCoordArraySize = OpenTK.Graphics.OpenGL.GetPName.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.OpenGL.GetPName.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.OpenGL.GetPName.TextureCoordArrayStride; + var _TextureCoordArrayCountExt = OpenTK.Graphics.OpenGL.GetPName.TextureCoordArrayCountExt; + var _EdgeFlagArrayStride = OpenTK.Graphics.OpenGL.GetPName.EdgeFlagArrayStride; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.OpenGL.GetPName.EdgeFlagArrayCountExt; + var _InterlaceSgix = OpenTK.Graphics.OpenGL.GetPName.InterlaceSgix; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.OpenGL.GetPName.DetailTexture2DBindingSgis; + var _Multisample = OpenTK.Graphics.OpenGL.GetPName.Multisample; + var _MultisampleSgis = OpenTK.Graphics.OpenGL.GetPName.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.OpenGL.GetPName.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.OpenGL.GetPName.SampleAlphaToMaskSgis; + var _SampleAlphaToOne = OpenTK.Graphics.OpenGL.GetPName.SampleAlphaToOne; + var _SampleAlphaToOneSgis = OpenTK.Graphics.OpenGL.GetPName.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.OpenGL.GetPName.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.OpenGL.GetPName.SampleMaskSgis; + var _SampleBuffers = OpenTK.Graphics.OpenGL.GetPName.SampleBuffers; + var _SampleBuffersSgis = OpenTK.Graphics.OpenGL.GetPName.SampleBuffersSgis; + var _Samples = OpenTK.Graphics.OpenGL.GetPName.Samples; + var _SamplesSgis = OpenTK.Graphics.OpenGL.GetPName.SamplesSgis; + var _SampleCoverageValue = OpenTK.Graphics.OpenGL.GetPName.SampleCoverageValue; + var _SampleMaskValueSgis = OpenTK.Graphics.OpenGL.GetPName.SampleMaskValueSgis; + var _SampleCoverageInvert = OpenTK.Graphics.OpenGL.GetPName.SampleCoverageInvert; + var _SampleMaskInvertSgis = OpenTK.Graphics.OpenGL.GetPName.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.OpenGL.GetPName.SamplePatternSgis; + var _ColorMatrixSgi = OpenTK.Graphics.OpenGL.GetPName.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL.GetPName.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL.GetPName.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL.GetPName.TextureColorTableSgi; + var _BlendDstRgb = OpenTK.Graphics.OpenGL.GetPName.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.OpenGL.GetPName.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.OpenGL.GetPName.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.OpenGL.GetPName.BlendSrcAlpha; + var _ColorTableSgi = OpenTK.Graphics.OpenGL.GetPName.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL.GetPName.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL.GetPName.PostColorMatrixColorTableSgi; + var _MaxElementsVertices = OpenTK.Graphics.OpenGL.GetPName.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.OpenGL.GetPName.MaxElementsIndices; + var _PointSizeMin = OpenTK.Graphics.OpenGL.GetPName.PointSizeMin; + var _PointSizeMinSgis = OpenTK.Graphics.OpenGL.GetPName.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.OpenGL.GetPName.PointSizeMax; + var _PointSizeMaxSgis = OpenTK.Graphics.OpenGL.GetPName.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL.GetPName.PointFadeThresholdSize; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.OpenGL.GetPName.PointFadeThresholdSizeSgis; + var _DistanceAttenuationSgis = OpenTK.Graphics.OpenGL.GetPName.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.OpenGL.GetPName.PointDistanceAttenuation; + var _FogFuncPointsSgis = OpenTK.Graphics.OpenGL.GetPName.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.OpenGL.GetPName.MaxFogFuncPointsSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.OpenGL.GetPName.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.OpenGL.GetPName.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.OpenGL.GetPName.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.OpenGL.GetPName.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.OpenGL.GetPName.Texture4DSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.OpenGL.GetPName.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTexGenSgix; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTileCacheSizeSgix; + var _SpriteSgix = OpenTK.Graphics.OpenGL.GetPName.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.OpenGL.GetPName.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.OpenGL.GetPName.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.OpenGL.GetPName.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.OpenGL.GetPName.Texture4DBindingSgis; + var _MaxClipmapDepthSgix = OpenTK.Graphics.OpenGL.GetPName.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL.GetPName.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.OpenGL.GetPName.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.OpenGL.GetPName.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.OpenGL.GetPName.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.OpenGL.GetPName.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.OpenGL.GetPName.IrInstrument1Sgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.OpenGL.GetPName.InstrumentMeasurementsSgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.OpenGL.GetPName.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.OpenGL.GetPName.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.OpenGL.GetPName.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.OpenGL.GetPName.MaxFramezoomFactorSgix; + var _GenerateMipmapHint = OpenTK.Graphics.OpenGL.GetPName.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.OpenGL.GetPName.GenerateMipmapHintSgis; + var _DeformationsMaskSgix = OpenTK.Graphics.OpenGL.GetPName.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.OpenGL.GetPName.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.OpenGL.GetPName.FogOffsetValueSgix; + var _LightModelColorControl = OpenTK.Graphics.OpenGL.GetPName.LightModelColorControl; + var _SharedTexturePaletteExt = OpenTK.Graphics.OpenGL.GetPName.SharedTexturePaletteExt; + var _MajorVersion = OpenTK.Graphics.OpenGL.GetPName.MajorVersion; + var _MinorVersion = OpenTK.Graphics.OpenGL.GetPName.MinorVersion; + var _NumExtensions = OpenTK.Graphics.OpenGL.GetPName.NumExtensions; + var _ContextFlags = OpenTK.Graphics.OpenGL.GetPName.ContextFlags; + var _ProgramPipelineBinding = OpenTK.Graphics.OpenGL.GetPName.ProgramPipelineBinding; + var _MaxViewports = OpenTK.Graphics.OpenGL.GetPName.MaxViewports; + var _ViewportSubpixelBits = OpenTK.Graphics.OpenGL.GetPName.ViewportSubpixelBits; + var _ViewportBoundsRange = OpenTK.Graphics.OpenGL.GetPName.ViewportBoundsRange; + var _LayerProvokingVertex = OpenTK.Graphics.OpenGL.GetPName.LayerProvokingVertex; + var _ViewportIndexProvokingVertex = OpenTK.Graphics.OpenGL.GetPName.ViewportIndexProvokingVertex; + var _ConvolutionHintSgix = OpenTK.Graphics.OpenGL.GetPName.ConvolutionHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.OpenGL.GetPName.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.OpenGL.GetPName.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.OpenGL.GetPName.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.OpenGL.GetPName.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.OpenGL.GetPName.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.OpenGL.GetPName.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL.GetPName.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.OpenGL.GetPName.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.OpenGL.GetPName.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL.GetPName.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.OpenGL.GetPName.MaxAsyncReadPixelsSgix; + var _VertexPreclipSgix = OpenTK.Graphics.OpenGL.GetPName.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.OpenGL.GetPName.VertexPreclipHintSgix; + var _FragmentLightingSgix = OpenTK.Graphics.OpenGL.GetPName.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.OpenGL.GetPName.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.OpenGL.GetPName.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.OpenGL.GetPName.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.OpenGL.GetPName.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.OpenGL.GetPName.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.OpenGL.GetPName.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.OpenGL.GetPName.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.OpenGL.GetPName.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.OpenGL.GetPName.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.OpenGL.GetPName.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL.GetPName.FragmentLight0Sgix; + var _PackResampleSgix = OpenTK.Graphics.OpenGL.GetPName.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.OpenGL.GetPName.UnpackResampleSgix; + var _CurrentFogCoord = OpenTK.Graphics.OpenGL.GetPName.CurrentFogCoord; + var _FogCoordArrayType = OpenTK.Graphics.OpenGL.GetPName.FogCoordArrayType; + var _FogCoordArrayStride = OpenTK.Graphics.OpenGL.GetPName.FogCoordArrayStride; + var _ColorSum = OpenTK.Graphics.OpenGL.GetPName.ColorSum; + var _CurrentSecondaryColor = OpenTK.Graphics.OpenGL.GetPName.CurrentSecondaryColor; + var _SecondaryColorArraySize = OpenTK.Graphics.OpenGL.GetPName.SecondaryColorArraySize; + var _SecondaryColorArrayType = OpenTK.Graphics.OpenGL.GetPName.SecondaryColorArrayType; + var _SecondaryColorArrayStride = OpenTK.Graphics.OpenGL.GetPName.SecondaryColorArrayStride; + var _CurrentRasterSecondaryColor = OpenTK.Graphics.OpenGL.GetPName.CurrentRasterSecondaryColor; + var _AliasedPointSizeRange = OpenTK.Graphics.OpenGL.GetPName.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.OpenGL.GetPName.AliasedLineWidthRange; + var _ActiveTexture = OpenTK.Graphics.OpenGL.GetPName.ActiveTexture; + var _ClientActiveTexture = OpenTK.Graphics.OpenGL.GetPName.ClientActiveTexture; + var _MaxTextureUnits = OpenTK.Graphics.OpenGL.GetPName.MaxTextureUnits; + var _TransposeModelviewMatrix = OpenTK.Graphics.OpenGL.GetPName.TransposeModelviewMatrix; + var _TransposeProjectionMatrix = OpenTK.Graphics.OpenGL.GetPName.TransposeProjectionMatrix; + var _TransposeTextureMatrix = OpenTK.Graphics.OpenGL.GetPName.TransposeTextureMatrix; + var _TransposeColorMatrix = OpenTK.Graphics.OpenGL.GetPName.TransposeColorMatrix; + var _MaxRenderbufferSize = OpenTK.Graphics.OpenGL.GetPName.MaxRenderbufferSize; + var _MaxRenderbufferSizeExt = OpenTK.Graphics.OpenGL.GetPName.MaxRenderbufferSizeExt; + var _TextureCompressionHint = OpenTK.Graphics.OpenGL.GetPName.TextureCompressionHint; + var _TextureBindingRectangle = OpenTK.Graphics.OpenGL.GetPName.TextureBindingRectangle; + var _MaxRectangleTextureSize = OpenTK.Graphics.OpenGL.GetPName.MaxRectangleTextureSize; + var _MaxTextureLodBias = OpenTK.Graphics.OpenGL.GetPName.MaxTextureLodBias; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.GetPName.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.OpenGL.GetPName.TextureBindingCubeMap; + var _MaxCubeMapTextureSize = OpenTK.Graphics.OpenGL.GetPName.MaxCubeMapTextureSize; + var _PackSubsampleRateSgix = OpenTK.Graphics.OpenGL.GetPName.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.OpenGL.GetPName.UnpackSubsampleRateSgix; + var _VertexArrayBinding = OpenTK.Graphics.OpenGL.GetPName.VertexArrayBinding; + var _ProgramPointSize = OpenTK.Graphics.OpenGL.GetPName.ProgramPointSize; + var _DepthClamp = OpenTK.Graphics.OpenGL.GetPName.DepthClamp; + var _NumCompressedTextureFormats = OpenTK.Graphics.OpenGL.GetPName.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.OpenGL.GetPName.CompressedTextureFormats; + var _NumProgramBinaryFormats = OpenTK.Graphics.OpenGL.GetPName.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.OpenGL.GetPName.ProgramBinaryFormats; + var _StencilBackFunc = OpenTK.Graphics.OpenGL.GetPName.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.OpenGL.GetPName.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.OpenGL.GetPName.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.OpenGL.GetPName.StencilBackPassDepthPass; + var _RgbaFloatMode = OpenTK.Graphics.OpenGL.GetPName.RgbaFloatMode; + var _MaxDrawBuffers = OpenTK.Graphics.OpenGL.GetPName.MaxDrawBuffers; + var _DrawBuffer0 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer0; + var _DrawBuffer1 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer1; + var _DrawBuffer2 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer2; + var _DrawBuffer3 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer3; + var _DrawBuffer4 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer4; + var _DrawBuffer5 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer5; + var _DrawBuffer6 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer6; + var _DrawBuffer7 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer7; + var _DrawBuffer8 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer8; + var _DrawBuffer9 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer9; + var _DrawBuffer10 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer10; + var _DrawBuffer11 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer11; + var _DrawBuffer12 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer12; + var _DrawBuffer13 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer13; + var _DrawBuffer14 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer14; + var _DrawBuffer15 = OpenTK.Graphics.OpenGL.GetPName.DrawBuffer15; + var _BlendEquationAlpha = OpenTK.Graphics.OpenGL.GetPName.BlendEquationAlpha; + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL.GetPName.TextureCubeMapSeamless; + var _PointSprite = OpenTK.Graphics.OpenGL.GetPName.PointSprite; + var _MaxVertexAttribs = OpenTK.Graphics.OpenGL.GetPName.MaxVertexAttribs; + var _MaxTessControlInputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTessControlInputComponents; + var _MaxTessEvaluationInputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTessEvaluationInputComponents; + var _MaxTextureCoords = OpenTK.Graphics.OpenGL.GetPName.MaxTextureCoords; + var _MaxTextureImageUnits = OpenTK.Graphics.OpenGL.GetPName.MaxTextureImageUnits; + var _ArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.ElementArrayBufferBinding; + var _VertexArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.VertexArrayBufferBinding; + var _NormalArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.NormalArrayBufferBinding; + var _ColorArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.ColorArrayBufferBinding; + var _IndexArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.IndexArrayBufferBinding; + var _TextureCoordArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.TextureCoordArrayBufferBinding; + var _EdgeFlagArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.EdgeFlagArrayBufferBinding; + var _SecondaryColorArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.SecondaryColorArrayBufferBinding; + var _FogCoordArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.FogCoordArrayBufferBinding; + var _WeightArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.WeightArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.OpenGL.GetPName.VertexAttribArrayBufferBinding; + var _PixelPackBufferBinding = OpenTK.Graphics.OpenGL.GetPName.PixelPackBufferBinding; + var _PixelUnpackBufferBinding = OpenTK.Graphics.OpenGL.GetPName.PixelUnpackBufferBinding; + var _MaxDualSourceDrawBuffers = OpenTK.Graphics.OpenGL.GetPName.MaxDualSourceDrawBuffers; + var _MaxArrayTextureLayers = OpenTK.Graphics.OpenGL.GetPName.MaxArrayTextureLayers; + var _MinProgramTexelOffset = OpenTK.Graphics.OpenGL.GetPName.MinProgramTexelOffset; + var _MaxProgramTexelOffset = OpenTK.Graphics.OpenGL.GetPName.MaxProgramTexelOffset; + var _SamplerBinding = OpenTK.Graphics.OpenGL.GetPName.SamplerBinding; + var _ClampVertexColor = OpenTK.Graphics.OpenGL.GetPName.ClampVertexColor; + var _ClampFragmentColor = OpenTK.Graphics.OpenGL.GetPName.ClampFragmentColor; + var _ClampReadColor = OpenTK.Graphics.OpenGL.GetPName.ClampReadColor; + var _MaxVertexUniformBlocks = OpenTK.Graphics.OpenGL.GetPName.MaxVertexUniformBlocks; + var _MaxGeometryUniformBlocks = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.OpenGL.GetPName.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.OpenGL.GetPName.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.OpenGL.GetPName.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.OpenGL.GetPName.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxCombinedVertexUniformComponents; + var _MaxCombinedGeometryUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxCombinedGeometryUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.OpenGL.GetPName.UniformBufferOffsetAlignment; + var _MaxFragmentUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxFragmentUniformComponents; + var _MaxVertexUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxVertexUniformComponents; + var _MaxVaryingComponents = OpenTK.Graphics.OpenGL.GetPName.MaxVaryingComponents; + var _MaxVaryingFloats = OpenTK.Graphics.OpenGL.GetPName.MaxVaryingFloats; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.OpenGL.GetPName.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.OpenGL.GetPName.MaxCombinedTextureImageUnits; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.OpenGL.GetPName.FragmentShaderDerivativeHint; + var _CurrentProgram = OpenTK.Graphics.OpenGL.GetPName.CurrentProgram; + var _ImplementationColorReadType = OpenTK.Graphics.OpenGL.GetPName.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.OpenGL.GetPName.ImplementationColorReadFormat; + var _TextureBinding1DArray = OpenTK.Graphics.OpenGL.GetPName.TextureBinding1DArray; + var _TextureBinding2DArray = OpenTK.Graphics.OpenGL.GetPName.TextureBinding2DArray; + var _MaxGeometryTextureImageUnits = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryTextureImageUnits; + var _TextureBuffer = OpenTK.Graphics.OpenGL.GetPName.TextureBuffer; + var _MaxTextureBufferSize = OpenTK.Graphics.OpenGL.GetPName.MaxTextureBufferSize; + var _TextureBindingBuffer = OpenTK.Graphics.OpenGL.GetPName.TextureBindingBuffer; + var _TextureBufferDataStoreBinding = OpenTK.Graphics.OpenGL.GetPName.TextureBufferDataStoreBinding; + var _SampleShading = OpenTK.Graphics.OpenGL.GetPName.SampleShading; + var _MinSampleShadingValue = OpenTK.Graphics.OpenGL.GetPName.MinSampleShadingValue; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTransformFeedbackSeparateComponents; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.OpenGL.GetPName.MaxTransformFeedbackSeparateAttribs; + var _StencilBackRef = OpenTK.Graphics.OpenGL.GetPName.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.OpenGL.GetPName.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.OpenGL.GetPName.StencilBackWritemask; + var _DrawFramebufferBinding = OpenTK.Graphics.OpenGL.GetPName.DrawFramebufferBinding; + var _FramebufferBinding = OpenTK.Graphics.OpenGL.GetPName.FramebufferBinding; + var _FramebufferBindingExt = OpenTK.Graphics.OpenGL.GetPName.FramebufferBindingExt; + var _RenderbufferBinding = OpenTK.Graphics.OpenGL.GetPName.RenderbufferBinding; + var _RenderbufferBindingExt = OpenTK.Graphics.OpenGL.GetPName.RenderbufferBindingExt; + var _ReadFramebufferBinding = OpenTK.Graphics.OpenGL.GetPName.ReadFramebufferBinding; + var _MaxColorAttachments = OpenTK.Graphics.OpenGL.GetPName.MaxColorAttachments; + var _MaxColorAttachmentsExt = OpenTK.Graphics.OpenGL.GetPName.MaxColorAttachmentsExt; + var _MaxSamples = OpenTK.Graphics.OpenGL.GetPName.MaxSamples; + var _FramebufferSrgb = OpenTK.Graphics.OpenGL.GetPName.FramebufferSrgb; + var _MaxGeometryVaryingComponents = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryVaryingComponents; + var _MaxVertexVaryingComponents = OpenTK.Graphics.OpenGL.GetPName.MaxVertexVaryingComponents; + var _MaxGeometryUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryUniformComponents; + var _MaxGeometryOutputVertices = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryOutputVertices; + var _MaxGeometryTotalOutputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryTotalOutputComponents; + var _MaxSubroutines = OpenTK.Graphics.OpenGL.GetPName.MaxSubroutines; + var _MaxSubroutineUniformLocations = OpenTK.Graphics.OpenGL.GetPName.MaxSubroutineUniformLocations; + var _ShaderBinaryFormats = OpenTK.Graphics.OpenGL.GetPName.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.OpenGL.GetPName.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.OpenGL.GetPName.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.OpenGL.GetPName.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.OpenGL.GetPName.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.OpenGL.GetPName.MaxFragmentUniformVectors; + var _MaxCombinedTessControlUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxCombinedTessControlUniformComponents; + var _MaxCombinedTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxCombinedTessEvaluationUniformComponents; + var _TransformFeedbackBufferPaused = OpenTK.Graphics.OpenGL.GetPName.TransformFeedbackBufferPaused; + var _TransformFeedbackBufferActive = OpenTK.Graphics.OpenGL.GetPName.TransformFeedbackBufferActive; + var _TransformFeedbackBinding = OpenTK.Graphics.OpenGL.GetPName.TransformFeedbackBinding; + var _Timestamp = OpenTK.Graphics.OpenGL.GetPName.Timestamp; + var _QuadsFollowProvokingVertexConvention = OpenTK.Graphics.OpenGL.GetPName.QuadsFollowProvokingVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL.GetPName.ProvokingVertex; + var _SampleMask = OpenTK.Graphics.OpenGL.GetPName.SampleMask; + var _MaxSampleMaskWords = OpenTK.Graphics.OpenGL.GetPName.MaxSampleMaskWords; + var _MaxGeometryShaderInvocations = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryShaderInvocations; + var _MinFragmentInterpolationOffset = OpenTK.Graphics.OpenGL.GetPName.MinFragmentInterpolationOffset; + var _MaxFragmentInterpolationOffset = OpenTK.Graphics.OpenGL.GetPName.MaxFragmentInterpolationOffset; + var _FragmentInterpolationOffsetBits = OpenTK.Graphics.OpenGL.GetPName.FragmentInterpolationOffsetBits; + var _MinProgramTextureGatherOffset = OpenTK.Graphics.OpenGL.GetPName.MinProgramTextureGatherOffset; + var _MaxProgramTextureGatherOffset = OpenTK.Graphics.OpenGL.GetPName.MaxProgramTextureGatherOffset; + var _MaxTransformFeedbackBuffers = OpenTK.Graphics.OpenGL.GetPName.MaxTransformFeedbackBuffers; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL.GetPName.MaxVertexStreams; + var _PatchVertices = OpenTK.Graphics.OpenGL.GetPName.PatchVertices; + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL.GetPName.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL.GetPName.PatchDefaultOuterLevel; + var _MaxPatchVertices = OpenTK.Graphics.OpenGL.GetPName.MaxPatchVertices; + var _MaxTessGenLevel = OpenTK.Graphics.OpenGL.GetPName.MaxTessGenLevel; + var _MaxTessControlUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTessControlUniformComponents; + var _MaxTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTessEvaluationUniformComponents; + var _MaxTessControlTextureImageUnits = OpenTK.Graphics.OpenGL.GetPName.MaxTessControlTextureImageUnits; + var _MaxTessEvaluationTextureImageUnits = OpenTK.Graphics.OpenGL.GetPName.MaxTessEvaluationTextureImageUnits; + var _MaxTessControlOutputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTessControlOutputComponents; + var _MaxTessPatchComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTessPatchComponents; + var _MaxTessControlTotalOutputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTessControlTotalOutputComponents; + var _MaxTessEvaluationOutputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxTessEvaluationOutputComponents; + var _MaxTessControlUniformBlocks = OpenTK.Graphics.OpenGL.GetPName.MaxTessControlUniformBlocks; + var _MaxTessEvaluationUniformBlocks = OpenTK.Graphics.OpenGL.GetPName.MaxTessEvaluationUniformBlocks; + var _DrawIndirectBufferBinding = OpenTK.Graphics.OpenGL.GetPName.DrawIndirectBufferBinding; + var _MaxVertexImageUniforms = OpenTK.Graphics.OpenGL.GetPName.MaxVertexImageUniforms; + var _MaxTessControlImageUniforms = OpenTK.Graphics.OpenGL.GetPName.MaxTessControlImageUniforms; + var _MaxTessEvaluationImageUniforms = OpenTK.Graphics.OpenGL.GetPName.MaxTessEvaluationImageUniforms; + var _MaxGeometryImageUniforms = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryImageUniforms; + var _MaxFragmentImageUniforms = OpenTK.Graphics.OpenGL.GetPName.MaxFragmentImageUniforms; + var _MaxCombinedImageUniforms = OpenTK.Graphics.OpenGL.GetPName.MaxCombinedImageUniforms; + var _TextureBinding2DMultisample = OpenTK.Graphics.OpenGL.GetPName.TextureBinding2DMultisample; + var _TextureBinding2DMultisampleArray = OpenTK.Graphics.OpenGL.GetPName.TextureBinding2DMultisampleArray; + var _MaxColorTextureSamples = OpenTK.Graphics.OpenGL.GetPName.MaxColorTextureSamples; + var _MaxDepthTextureSamples = OpenTK.Graphics.OpenGL.GetPName.MaxDepthTextureSamples; + var _MaxIntegerSamples = OpenTK.Graphics.OpenGL.GetPName.MaxIntegerSamples; + var _MaxVertexOutputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxVertexOutputComponents; + var _MaxGeometryInputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryInputComponents; + var _MaxGeometryOutputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxGeometryOutputComponents; + var _MaxFragmentInputComponents = OpenTK.Graphics.OpenGL.GetPName.MaxFragmentInputComponents; + var _MaxComputeImageUniforms = OpenTK.Graphics.OpenGL.GetPName.MaxComputeImageUniforms; +} +static void Test_GetPointervPName_10646() { + var _FeedbackBufferPointer = OpenTK.Graphics.OpenGL.GetPointervPName.FeedbackBufferPointer; + var _SelectionBufferPointer = OpenTK.Graphics.OpenGL.GetPointervPName.SelectionBufferPointer; + var _VertexArrayPointer = OpenTK.Graphics.OpenGL.GetPointervPName.VertexArrayPointer; + var _VertexArrayPointerExt = OpenTK.Graphics.OpenGL.GetPointervPName.VertexArrayPointerExt; + var _NormalArrayPointer = OpenTK.Graphics.OpenGL.GetPointervPName.NormalArrayPointer; + var _NormalArrayPointerExt = OpenTK.Graphics.OpenGL.GetPointervPName.NormalArrayPointerExt; + var _ColorArrayPointer = OpenTK.Graphics.OpenGL.GetPointervPName.ColorArrayPointer; + var _ColorArrayPointerExt = OpenTK.Graphics.OpenGL.GetPointervPName.ColorArrayPointerExt; + var _IndexArrayPointer = OpenTK.Graphics.OpenGL.GetPointervPName.IndexArrayPointer; + var _IndexArrayPointerExt = OpenTK.Graphics.OpenGL.GetPointervPName.IndexArrayPointerExt; + var _TextureCoordArrayPointer = OpenTK.Graphics.OpenGL.GetPointervPName.TextureCoordArrayPointer; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.OpenGL.GetPointervPName.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointer = OpenTK.Graphics.OpenGL.GetPointervPName.EdgeFlagArrayPointer; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.OpenGL.GetPointervPName.EdgeFlagArrayPointerExt; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.OpenGL.GetPointervPName.InstrumentBufferPointerSgix; + var _FogCoordArrayPointer = OpenTK.Graphics.OpenGL.GetPointervPName.FogCoordArrayPointer; + var _SecondaryColorArrayPointer = OpenTK.Graphics.OpenGL.GetPointervPName.SecondaryColorArrayPointer; +} +static void Test_GetProgramParameterName_10647() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.GetProgramParameterName.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL.GetProgramParameterName.ProgramSeparable; + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL.GetProgramParameterName.GeometryShaderInvocations; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL.GetProgramParameterName.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL.GetProgramParameterName.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL.GetProgramParameterName.GeometryOutputType; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL.GetProgramParameterName.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL.GetProgramParameterName.ActiveUniformBlocks; + var _DeleteStatus = OpenTK.Graphics.OpenGL.GetProgramParameterName.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.OpenGL.GetProgramParameterName.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.OpenGL.GetProgramParameterName.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL.GetProgramParameterName.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.OpenGL.GetProgramParameterName.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.OpenGL.GetProgramParameterName.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.OpenGL.GetProgramParameterName.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.OpenGL.GetProgramParameterName.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.OpenGL.GetProgramParameterName.ActiveAttributeMaxLength; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.OpenGL.GetProgramParameterName.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.OpenGL.GetProgramParameterName.TransformFeedbackBufferMode; + var _TransformFeedbackVaryings = OpenTK.Graphics.OpenGL.GetProgramParameterName.TransformFeedbackVaryings; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL.GetProgramParameterName.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL.GetProgramParameterName.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL.GetProgramParameterName.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL.GetProgramParameterName.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL.GetProgramParameterName.TessGenPointMode; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL.GetProgramParameterName.MaxComputeWorkGroupSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL.GetProgramParameterName.ActiveAtomicCounterBuffers; +} +static void Test_GetQueryObjectParam_10648() { + var _QueryResult = OpenTK.Graphics.OpenGL.GetQueryObjectParam.QueryResult; + var _QueryResultAvailable = OpenTK.Graphics.OpenGL.GetQueryObjectParam.QueryResultAvailable; + var _QueryResultNoWait = OpenTK.Graphics.OpenGL.GetQueryObjectParam.QueryResultNoWait; +} +static void Test_GetQueryParam_10649() { + var _QueryCounterBits = OpenTK.Graphics.OpenGL.GetQueryParam.QueryCounterBits; + var _CurrentQuery = OpenTK.Graphics.OpenGL.GetQueryParam.CurrentQuery; +} +static void Test_GetTextureParameter_10650() { + var _TextureWidth = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureWidth; + var _TextureHeight = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureHeight; + var _TextureComponents = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureBorderColor; + var _TextureBorderColorNv = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureBorderColorNv; + var _TextureBorder = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureBorder; + var _TextureMagFilter = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureWrapT; + var _TextureRedSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureAlphaSize; + var _TextureLuminanceSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureLuminanceSize; + var _TextureIntensitySize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureIntensitySize; + var _TexturePriority = OpenTK.Graphics.OpenGL.GetTextureParameter.TexturePriority; + var _TextureResident = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureResident; + var _TextureDepth = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureDepth; + var _TextureDepthExt = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureDepthExt; + var _TextureWrapR = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureWrapRExt; + var _DetailTextureLevelSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.DetailTextureFuncPointsSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.SharpenTextureFuncPointsSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.ShadowAmbientSgix; + var _DualTextureSelectSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.QuadTextureSelectSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureWrapQSgis; + var _TextureMinLod = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMaxLevelSgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureFilter4SizeSgis; + var _TextureClipmapCenterSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.OpenGL.GetTextureParameter.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.OpenGL.GetTextureParameter.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureGequalRSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureMaxClampRSgix; + var _TextureCompressedImageSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureCompressedImageSize; + var _TextureCompressed = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureCompressed; + var _TextureDepthSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureDepthSize; + var _DepthTextureMode = OpenTK.Graphics.OpenGL.GetTextureParameter.DepthTextureMode; + var _TextureCompareMode = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureCompareFunc; + var _TextureStencilSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureStencilSize; + var _TextureRedType = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureRedType; + var _TextureGreenType = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureGreenType; + var _TextureBlueType = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureBlueType; + var _TextureAlphaType = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureAlphaType; + var _TextureLuminanceType = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureLuminanceType; + var _TextureIntensityType = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureIntensityType; + var _TextureDepthType = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureDepthType; + var _TextureSharedSize = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureSharedSize; + var _TextureSwizzleR = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureSwizzleRgba; + var _TextureSamples = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureSamples; + var _TextureFixedSampleLocations = OpenTK.Graphics.OpenGL.GetTextureParameter.TextureFixedSampleLocations; +} +static void Test_Gl3DfxMultisample_10651() { + var _MultisampleBit3Dfx = OpenTK.Graphics.OpenGL.Gl3DfxMultisample.MultisampleBit3Dfx; + var _Multisample3Dfx = OpenTK.Graphics.OpenGL.Gl3DfxMultisample.Multisample3Dfx; + var _SampleBuffers3Dfx = OpenTK.Graphics.OpenGL.Gl3DfxMultisample.SampleBuffers3Dfx; + var _Samples3Dfx = OpenTK.Graphics.OpenGL.Gl3DfxMultisample.Samples3Dfx; +} +static void Test_Gl3DfxTbuffer_10652() { +} +static void Test_Gl3DfxTextureCompressionFxt1_10653() { + var _CompressedRgbFxt13Dfx = OpenTK.Graphics.OpenGL.Gl3DfxTextureCompressionFxt1.CompressedRgbFxt13Dfx; + var _CompressedRgbaFxt13Dfx = OpenTK.Graphics.OpenGL.Gl3DfxTextureCompressionFxt1.CompressedRgbaFxt13Dfx; +} +static void Test_GremedyFrameTerminator_10654() { +} +static void Test_GremedyStringMarker_10655() { +} +static void Test_HintMode_10656() { + var _DontCare = OpenTK.Graphics.OpenGL.HintMode.DontCare; + var _Fastest = OpenTK.Graphics.OpenGL.HintMode.Fastest; + var _Nicest = OpenTK.Graphics.OpenGL.HintMode.Nicest; +} +static void Test_HintTarget_10657() { + var _PerspectiveCorrectionHint = OpenTK.Graphics.OpenGL.HintTarget.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.OpenGL.HintTarget.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.OpenGL.HintTarget.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.OpenGL.HintTarget.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.OpenGL.HintTarget.FogHint; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.OpenGL.HintTarget.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.OpenGL.HintTarget.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.OpenGL.HintTarget.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.OpenGL.HintTarget.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.OpenGL.HintTarget.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.OpenGL.HintTarget.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.OpenGL.HintTarget.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.OpenGL.HintTarget.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.OpenGL.HintTarget.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.OpenGL.HintTarget.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.OpenGL.HintTarget.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.OpenGL.HintTarget.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.OpenGL.HintTarget.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.OpenGL.HintTarget.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.OpenGL.HintTarget.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.OpenGL.HintTarget.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.OpenGL.HintTarget.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.OpenGL.HintTarget.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.OpenGL.HintTarget.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.OpenGL.HintTarget.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.OpenGL.HintTarget.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.OpenGL.HintTarget.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.OpenGL.HintTarget.MaxVertexHintPgi; + var _PackCmykHintExt = OpenTK.Graphics.OpenGL.HintTarget.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.OpenGL.HintTarget.UnpackCmykHintExt; + var _PhongHintWin = OpenTK.Graphics.OpenGL.HintTarget.PhongHintWin; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.OpenGL.HintTarget.ClipVolumeClippingHintExt; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.OpenGL.HintTarget.TextureMultiBufferHintSgix; + var _GenerateMipmapHint = OpenTK.Graphics.OpenGL.HintTarget.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.OpenGL.HintTarget.GenerateMipmapHintSgis; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.HintTarget.ProgramBinaryRetrievableHint; + var _ConvolutionHintSgix = OpenTK.Graphics.OpenGL.HintTarget.ConvolutionHintSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.OpenGL.HintTarget.ScalebiasHintSgix; + var _LineQualityHintSgix = OpenTK.Graphics.OpenGL.HintTarget.LineQualityHintSgix; + var _VertexPreclipSgix = OpenTK.Graphics.OpenGL.HintTarget.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.OpenGL.HintTarget.VertexPreclipHintSgix; + var _TextureCompressionHint = OpenTK.Graphics.OpenGL.HintTarget.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.OpenGL.HintTarget.TextureCompressionHintArb; + var _VertexArrayStorageHintApple = OpenTK.Graphics.OpenGL.HintTarget.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.OpenGL.HintTarget.MultisampleFilterHintNv; + var _TransformHintApple = OpenTK.Graphics.OpenGL.HintTarget.TransformHintApple; + var _TextureStorageHintApple = OpenTK.Graphics.OpenGL.HintTarget.TextureStorageHintApple; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.OpenGL.HintTarget.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.OpenGL.HintTarget.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.OpenGL.HintTarget.FragmentShaderDerivativeHintOes; + var _BinningControlHintQcom = OpenTK.Graphics.OpenGL.HintTarget.BinningControlHintQcom; +} +static void Test_HistogramTarget_10658() { + var _Histogram = OpenTK.Graphics.OpenGL.HistogramTarget.Histogram; + var _ProxyHistogram = OpenTK.Graphics.OpenGL.HistogramTarget.ProxyHistogram; +} +static void Test_HistogramTargetExt_10659() { + var _Histogram = OpenTK.Graphics.OpenGL.HistogramTargetExt.Histogram; + var _HistogramExt = OpenTK.Graphics.OpenGL.HistogramTargetExt.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.OpenGL.HistogramTargetExt.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.OpenGL.HistogramTargetExt.ProxyHistogramExt; +} +static void Test_HpConvolutionBorderModes_10660() { + var _IgnoreBorderHp = OpenTK.Graphics.OpenGL.HpConvolutionBorderModes.IgnoreBorderHp; + var _ConstantBorderHp = OpenTK.Graphics.OpenGL.HpConvolutionBorderModes.ConstantBorderHp; + var _ReplicateBorderHp = OpenTK.Graphics.OpenGL.HpConvolutionBorderModes.ReplicateBorderHp; + var _ConvolutionBorderColorHp = OpenTK.Graphics.OpenGL.HpConvolutionBorderModes.ConvolutionBorderColorHp; +} +static void Test_HpImageTransform_10661() { + var _ImageScaleXHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageScaleXHp; + var _ImageScaleYHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageScaleYHp; + var _ImageTranslateXHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageTranslateXHp; + var _ImageTranslateYHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageTranslateYHp; + var _ImageRotateAngleHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageRotateAngleHp; + var _ImageRotateOriginXHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageRotateOriginXHp; + var _ImageRotateOriginYHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageRotateOriginYHp; + var _ImageMagFilterHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageMagFilterHp; + var _ImageMinFilterHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageMinFilterHp; + var _ImageCubicWeightHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageCubicWeightHp; + var _CubicHp = OpenTK.Graphics.OpenGL.HpImageTransform.CubicHp; + var _AverageHp = OpenTK.Graphics.OpenGL.HpImageTransform.AverageHp; + var _ImageTransform2DHp = OpenTK.Graphics.OpenGL.HpImageTransform.ImageTransform2DHp; + var _PostImageTransformColorTableHp = OpenTK.Graphics.OpenGL.HpImageTransform.PostImageTransformColorTableHp; + var _ProxyPostImageTransformColorTableHp = OpenTK.Graphics.OpenGL.HpImageTransform.ProxyPostImageTransformColorTableHp; +} +static void Test_HpOcclusionTest_10662() { + var _OcclusionTestHp = OpenTK.Graphics.OpenGL.HpOcclusionTest.OcclusionTestHp; + var _OcclusionTestResultHp = OpenTK.Graphics.OpenGL.HpOcclusionTest.OcclusionTestResultHp; +} +static void Test_HpTextureLighting_10663() { + var _TextureLightingModeHp = OpenTK.Graphics.OpenGL.HpTextureLighting.TextureLightingModeHp; + var _TexturePostSpecularHp = OpenTK.Graphics.OpenGL.HpTextureLighting.TexturePostSpecularHp; + var _TexturePreSpecularHp = OpenTK.Graphics.OpenGL.HpTextureLighting.TexturePreSpecularHp; +} +static void Test_IbmCullVertex_10664() { + var _CullVertexIbm = OpenTK.Graphics.OpenGL.IbmCullVertex.CullVertexIbm; +} +static void Test_IbmMultimodeDrawArrays_10665() { +} +static void Test_IbmRasterposClip_10666() { + var _RasterPositionUnclippedIbm = OpenTK.Graphics.OpenGL.IbmRasterposClip.RasterPositionUnclippedIbm; +} +static void Test_IbmStaticData_10667() { + var _AllStaticDataIbm = OpenTK.Graphics.OpenGL.IbmStaticData.AllStaticDataIbm; + var _StaticVertexArrayIbm = OpenTK.Graphics.OpenGL.IbmStaticData.StaticVertexArrayIbm; +} +static void Test_IbmTextureMirroredRepeat_10668() { + var _MirroredRepeatIbm = OpenTK.Graphics.OpenGL.IbmTextureMirroredRepeat.MirroredRepeatIbm; +} +static void Test_IbmVertexArrayLists_10669() { + var _VertexArrayListIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.VertexArrayListIbm; + var _NormalArrayListIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.NormalArrayListIbm; + var _ColorArrayListIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.ColorArrayListIbm; + var _IndexArrayListIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.IndexArrayListIbm; + var _TextureCoordArrayListIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.TextureCoordArrayListIbm; + var _EdgeFlagArrayListIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.EdgeFlagArrayListIbm; + var _FogCoordinateArrayListIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.FogCoordinateArrayListIbm; + var _SecondaryColorArrayListIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.SecondaryColorArrayListIbm; + var _VertexArrayListStrideIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.VertexArrayListStrideIbm; + var _NormalArrayListStrideIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.NormalArrayListStrideIbm; + var _ColorArrayListStrideIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.ColorArrayListStrideIbm; + var _IndexArrayListStrideIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.IndexArrayListStrideIbm; + var _TextureCoordArrayListStrideIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.TextureCoordArrayListStrideIbm; + var _EdgeFlagArrayListStrideIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.EdgeFlagArrayListStrideIbm; + var _FogCoordinateArrayListStrideIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.FogCoordinateArrayListStrideIbm; + var _SecondaryColorArrayListStrideIbm = OpenTK.Graphics.OpenGL.IbmVertexArrayLists.SecondaryColorArrayListStrideIbm; +} +static void Test_ImageTarget_10670() { + var _Texture1D = OpenTK.Graphics.OpenGL.ImageTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL.ImageTarget.Texture2D; + var _Texture3D = OpenTK.Graphics.OpenGL.ImageTarget.Texture3D; + var _TextureRectangle = OpenTK.Graphics.OpenGL.ImageTarget.TextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.ImageTarget.TextureCubeMap; + var _Texture1DArray = OpenTK.Graphics.OpenGL.ImageTarget.Texture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL.ImageTarget.Texture2DArray; + var _TextureBuffer = OpenTK.Graphics.OpenGL.ImageTarget.TextureBuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL.ImageTarget.Renderbuffer; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL.ImageTarget.TextureCubeMapArray; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.ImageTarget.Texture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.ImageTarget.Texture2DMultisampleArray; +} +static void Test_IndexedEnableCap_10671() { + var _Blend = OpenTK.Graphics.OpenGL.IndexedEnableCap.Blend; + var _ScissorTest = OpenTK.Graphics.OpenGL.IndexedEnableCap.ScissorTest; +} +static void Test_IndexPointerType_10672() { + var _Short = OpenTK.Graphics.OpenGL.IndexPointerType.Short; + var _Int = OpenTK.Graphics.OpenGL.IndexPointerType.Int; + var _Float = OpenTK.Graphics.OpenGL.IndexPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL.IndexPointerType.Double; +} +static void Test_IngrBlendFuncSeparate_10673() { +} +static void Test_IngrColorClamp_10674() { + var _RedMinClampIngr = OpenTK.Graphics.OpenGL.IngrColorClamp.RedMinClampIngr; + var _GreenMinClampIngr = OpenTK.Graphics.OpenGL.IngrColorClamp.GreenMinClampIngr; + var _BlueMinClampIngr = OpenTK.Graphics.OpenGL.IngrColorClamp.BlueMinClampIngr; + var _AlphaMinClampIngr = OpenTK.Graphics.OpenGL.IngrColorClamp.AlphaMinClampIngr; + var _RedMaxClampIngr = OpenTK.Graphics.OpenGL.IngrColorClamp.RedMaxClampIngr; + var _GreenMaxClampIngr = OpenTK.Graphics.OpenGL.IngrColorClamp.GreenMaxClampIngr; + var _BlueMaxClampIngr = OpenTK.Graphics.OpenGL.IngrColorClamp.BlueMaxClampIngr; + var _AlphaMaxClampIngr = OpenTK.Graphics.OpenGL.IngrColorClamp.AlphaMaxClampIngr; +} +static void Test_IngrInterlaceRead_10675() { + var _InterlaceReadIngr = OpenTK.Graphics.OpenGL.IngrInterlaceRead.InterlaceReadIngr; +} +static void Test_IntelFragmentShaderOrdering_10676() { +} +static void Test_IntelMapTexture_10677() { + var _LayoutDefaultIntel = OpenTK.Graphics.OpenGL.IntelMapTexture.LayoutDefaultIntel; + var _TextureMemoryLayoutIntel = OpenTK.Graphics.OpenGL.IntelMapTexture.TextureMemoryLayoutIntel; + var _LayoutLinearIntel = OpenTK.Graphics.OpenGL.IntelMapTexture.LayoutLinearIntel; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.OpenGL.IntelMapTexture.LayoutLinearCpuCachedIntel; +} +static void Test_IntelParallelArrays_10678() { + var _ParallelArraysIntel = OpenTK.Graphics.OpenGL.IntelParallelArrays.ParallelArraysIntel; + var _VertexArrayParallelPointersIntel = OpenTK.Graphics.OpenGL.IntelParallelArrays.VertexArrayParallelPointersIntel; + var _NormalArrayParallelPointersIntel = OpenTK.Graphics.OpenGL.IntelParallelArrays.NormalArrayParallelPointersIntel; + var _ColorArrayParallelPointersIntel = OpenTK.Graphics.OpenGL.IntelParallelArrays.ColorArrayParallelPointersIntel; + var _TextureCoordArrayParallelPointersIntel = OpenTK.Graphics.OpenGL.IntelParallelArrays.TextureCoordArrayParallelPointersIntel; +} +static void Test_IntelPerformanceQuery_10679() { + var _PerfquerySingleContextIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfquerySingleContextIntel; + var _PerfqueryGlobalContextIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryGlobalContextIntel; + var _PerfqueryDonotFlushIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryDonotFlushIntel; + var _PerfqueryFlushIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryFlushIntel; + var _PerfqueryWaitIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryWaitIntel; + var _PerfqueryCounterEventIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterEventIntel; + var _PerfqueryCounterDurationNormIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterDurationNormIntel; + var _PerfqueryCounterDurationRawIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterDurationRawIntel; + var _PerfqueryCounterThroughputIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterThroughputIntel; + var _PerfqueryCounterRawIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterRawIntel; + var _PerfqueryCounterTimestampIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterTimestampIntel; + var _PerfqueryCounterDataUint32Intel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterDataUint32Intel; + var _PerfqueryCounterDataUint64Intel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterDataUint64Intel; + var _PerfqueryCounterDataFloatIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterDataFloatIntel; + var _PerfqueryCounterDataDoubleIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterDataDoubleIntel; + var _PerfqueryCounterDataBool32Intel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterDataBool32Intel; + var _PerfqueryQueryNameLengthMaxIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryQueryNameLengthMaxIntel; + var _PerfqueryCounterNameLengthMaxIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterNameLengthMaxIntel; + var _PerfqueryCounterDescLengthMaxIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryCounterDescLengthMaxIntel; + var _PerfqueryGpaExtendedCountersIntel = OpenTK.Graphics.OpenGL.IntelPerformanceQuery.PerfqueryGpaExtendedCountersIntel; +} +static void Test_InterleavedArrayFormat_10680() { + var _V2f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.V2f; + var _V3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.V3f; + var _C4ubV2f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.C3fV3f; + var _N3fV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.T2fV3f; + var _T4fV4f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.OpenGL.InterleavedArrayFormat.T4fC4fN3fV4f; +} +static void Test_InternalFormat_10681() { + var _R3G3B2 = OpenTK.Graphics.OpenGL.InternalFormat.R3G3B2; + var _Alpha4 = OpenTK.Graphics.OpenGL.InternalFormat.Alpha4; + var _Alpha8 = OpenTK.Graphics.OpenGL.InternalFormat.Alpha8; + var _Alpha12 = OpenTK.Graphics.OpenGL.InternalFormat.Alpha12; + var _Alpha16 = OpenTK.Graphics.OpenGL.InternalFormat.Alpha16; + var _Luminance4 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance4; + var _Luminance8 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance8; + var _Luminance12 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance12; + var _Luminance16 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance4Alpha4; + var _Luminance6Alpha2 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance8Alpha8; + var _Luminance12Alpha4 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.OpenGL.InternalFormat.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.OpenGL.InternalFormat.Intensity; + var _Intensity4 = OpenTK.Graphics.OpenGL.InternalFormat.Intensity4; + var _Intensity8 = OpenTK.Graphics.OpenGL.InternalFormat.Intensity8; + var _Intensity12 = OpenTK.Graphics.OpenGL.InternalFormat.Intensity12; + var _Intensity16 = OpenTK.Graphics.OpenGL.InternalFormat.Intensity16; + var _Rgb2Ext = OpenTK.Graphics.OpenGL.InternalFormat.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.OpenGL.InternalFormat.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL.InternalFormat.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL.InternalFormat.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL.InternalFormat.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL.InternalFormat.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL.InternalFormat.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL.InternalFormat.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL.InternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.OpenGL.InternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.OpenGL.InternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL.InternalFormat.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL.InternalFormat.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL.InternalFormat.Rgba16; + var _DualAlpha4Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.OpenGL.InternalFormat.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.OpenGL.InternalFormat.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.OpenGL.InternalFormat.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.OpenGL.InternalFormat.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.OpenGL.InternalFormat.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.OpenGL.InternalFormat.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.OpenGL.InternalFormat.QuadIntensity8Sgis; + var _DepthComponent16Sgix = OpenTK.Graphics.OpenGL.InternalFormat.DepthComponent16Sgix; + var _DepthComponent24Sgix = OpenTK.Graphics.OpenGL.InternalFormat.DepthComponent24Sgix; + var _DepthComponent32Sgix = OpenTK.Graphics.OpenGL.InternalFormat.DepthComponent32Sgix; +} +static void Test_InternalFormatParameter_10682() { + var _Samples = OpenTK.Graphics.OpenGL.InternalFormatParameter.Samples; + var _InternalformatSupported = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatSupported; + var _InternalformatPreferred = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatPreferred; + var _InternalformatRedSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatRedSize; + var _InternalformatGreenSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatGreenSize; + var _InternalformatBlueSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatBlueSize; + var _InternalformatAlphaSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatAlphaSize; + var _InternalformatDepthSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatDepthSize; + var _InternalformatStencilSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatStencilSize; + var _InternalformatSharedSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatSharedSize; + var _InternalformatRedType = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatRedType; + var _InternalformatGreenType = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatGreenType; + var _InternalformatBlueType = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatBlueType; + var _InternalformatAlphaType = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatAlphaType; + var _InternalformatDepthType = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatDepthType; + var _InternalformatStencilType = OpenTK.Graphics.OpenGL.InternalFormatParameter.InternalformatStencilType; + var _MaxWidth = OpenTK.Graphics.OpenGL.InternalFormatParameter.MaxWidth; + var _MaxHeight = OpenTK.Graphics.OpenGL.InternalFormatParameter.MaxHeight; + var _MaxDepth = OpenTK.Graphics.OpenGL.InternalFormatParameter.MaxDepth; + var _MaxLayers = OpenTK.Graphics.OpenGL.InternalFormatParameter.MaxLayers; + var _MaxCombinedDimensions = OpenTK.Graphics.OpenGL.InternalFormatParameter.MaxCombinedDimensions; + var _ColorComponents = OpenTK.Graphics.OpenGL.InternalFormatParameter.ColorComponents; + var _DepthComponents = OpenTK.Graphics.OpenGL.InternalFormatParameter.DepthComponents; + var _StencilComponents = OpenTK.Graphics.OpenGL.InternalFormatParameter.StencilComponents; + var _ColorRenderable = OpenTK.Graphics.OpenGL.InternalFormatParameter.ColorRenderable; + var _DepthRenderable = OpenTK.Graphics.OpenGL.InternalFormatParameter.DepthRenderable; + var _StencilRenderable = OpenTK.Graphics.OpenGL.InternalFormatParameter.StencilRenderable; + var _FramebufferRenderable = OpenTK.Graphics.OpenGL.InternalFormatParameter.FramebufferRenderable; + var _FramebufferRenderableLayered = OpenTK.Graphics.OpenGL.InternalFormatParameter.FramebufferRenderableLayered; + var _FramebufferBlend = OpenTK.Graphics.OpenGL.InternalFormatParameter.FramebufferBlend; + var _ReadPixelsFormat = OpenTK.Graphics.OpenGL.InternalFormatParameter.ReadPixelsFormat; + var _ReadPixelsType = OpenTK.Graphics.OpenGL.InternalFormatParameter.ReadPixelsType; + var _TextureImageFormat = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureImageFormat; + var _TextureImageType = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureImageType; + var _GetTextureImageFormat = OpenTK.Graphics.OpenGL.InternalFormatParameter.GetTextureImageFormat; + var _GetTextureImageType = OpenTK.Graphics.OpenGL.InternalFormatParameter.GetTextureImageType; + var _Mipmap = OpenTK.Graphics.OpenGL.InternalFormatParameter.Mipmap; + var _ManualGenerateMipmap = OpenTK.Graphics.OpenGL.InternalFormatParameter.ManualGenerateMipmap; + var _ColorEncoding = OpenTK.Graphics.OpenGL.InternalFormatParameter.ColorEncoding; + var _SrgbRead = OpenTK.Graphics.OpenGL.InternalFormatParameter.SrgbRead; + var _SrgbWrite = OpenTK.Graphics.OpenGL.InternalFormatParameter.SrgbWrite; + var _Filter = OpenTK.Graphics.OpenGL.InternalFormatParameter.Filter; + var _VertexTexture = OpenTK.Graphics.OpenGL.InternalFormatParameter.VertexTexture; + var _TessControlTexture = OpenTK.Graphics.OpenGL.InternalFormatParameter.TessControlTexture; + var _TessEvaluationTexture = OpenTK.Graphics.OpenGL.InternalFormatParameter.TessEvaluationTexture; + var _GeometryTexture = OpenTK.Graphics.OpenGL.InternalFormatParameter.GeometryTexture; + var _FragmentTexture = OpenTK.Graphics.OpenGL.InternalFormatParameter.FragmentTexture; + var _ComputeTexture = OpenTK.Graphics.OpenGL.InternalFormatParameter.ComputeTexture; + var _TextureShadow = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureShadow; + var _TextureGather = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureGather; + var _TextureGatherShadow = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureGatherShadow; + var _ShaderImageLoad = OpenTK.Graphics.OpenGL.InternalFormatParameter.ShaderImageLoad; + var _ShaderImageStore = OpenTK.Graphics.OpenGL.InternalFormatParameter.ShaderImageStore; + var _ShaderImageAtomic = OpenTK.Graphics.OpenGL.InternalFormatParameter.ShaderImageAtomic; + var _ImageTexelSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.ImageTexelSize; + var _ImageCompatibilityClass = OpenTK.Graphics.OpenGL.InternalFormatParameter.ImageCompatibilityClass; + var _ImagePixelFormat = OpenTK.Graphics.OpenGL.InternalFormatParameter.ImagePixelFormat; + var _ImagePixelType = OpenTK.Graphics.OpenGL.InternalFormatParameter.ImagePixelType; + var _SimultaneousTextureAndDepthTest = OpenTK.Graphics.OpenGL.InternalFormatParameter.SimultaneousTextureAndDepthTest; + var _SimultaneousTextureAndStencilTest = OpenTK.Graphics.OpenGL.InternalFormatParameter.SimultaneousTextureAndStencilTest; + var _SimultaneousTextureAndStencilWrite = OpenTK.Graphics.OpenGL.InternalFormatParameter.SimultaneousTextureAndStencilWrite; + var _TextureCompressedBlockWidth = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureCompressedBlockWidth; + var _TextureCompressedBlockHeight = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureCompressedBlockHeight; + var _TextureCompressedBlockSize = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureCompressedBlockSize; + var _ClearBuffer = OpenTK.Graphics.OpenGL.InternalFormatParameter.ClearBuffer; + var _TextureView = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureView; + var _ViewCompatibilityClass = OpenTK.Graphics.OpenGL.InternalFormatParameter.ViewCompatibilityClass; + var _TextureCompressed = OpenTK.Graphics.OpenGL.InternalFormatParameter.TextureCompressed; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL.InternalFormatParameter.ImageFormatCompatibilityType; + var _ClearTexture = OpenTK.Graphics.OpenGL.InternalFormatParameter.ClearTexture; + var _NumSampleCounts = OpenTK.Graphics.OpenGL.InternalFormatParameter.NumSampleCounts; +} +static void Test_KhrDebug_10683() { + var _ContextFlagDebugBit = OpenTK.Graphics.OpenGL.KhrDebug.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.OpenGL.KhrDebug.ContextFlagDebugBitKhr; + var _StackOverflow = OpenTK.Graphics.OpenGL.KhrDebug.StackOverflow; + var _StackOverflowKhr = OpenTK.Graphics.OpenGL.KhrDebug.StackOverflowKhr; + var _StackUnderflow = OpenTK.Graphics.OpenGL.KhrDebug.StackUnderflow; + var _StackUnderflowKhr = OpenTK.Graphics.OpenGL.KhrDebug.StackUnderflowKhr; + var _VertexArray = OpenTK.Graphics.OpenGL.KhrDebug.VertexArray; + var _VertexArrayKhr = OpenTK.Graphics.OpenGL.KhrDebug.VertexArrayKhr; + var _DebugOutputSynchronous = OpenTK.Graphics.OpenGL.KhrDebug.DebugOutputSynchronous; + var _DebugOutputSynchronousKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugOutputSynchronousKhr; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.OpenGL.KhrDebug.DebugNextLoggedMessageLength; + var _DebugNextLoggedMessageLengthKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugNextLoggedMessageLengthKhr; + var _DebugCallbackFunction = OpenTK.Graphics.OpenGL.KhrDebug.DebugCallbackFunction; + var _DebugCallbackFunctionKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugCallbackFunctionKhr; + var _DebugCallbackUserParam = OpenTK.Graphics.OpenGL.KhrDebug.DebugCallbackUserParam; + var _DebugCallbackUserParamKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugCallbackUserParamKhr; + var _DebugSourceApi = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceApi; + var _DebugSourceApiKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceApiKhr; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceWindowSystem; + var _DebugSourceWindowSystemKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceWindowSystemKhr; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceShaderCompiler; + var _DebugSourceShaderCompilerKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceShaderCompilerKhr; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceThirdParty; + var _DebugSourceThirdPartyKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceThirdPartyKhr; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceApplication; + var _DebugSourceApplicationKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceApplicationKhr; + var _DebugSourceOther = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceOther; + var _DebugSourceOtherKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSourceOtherKhr; + var _DebugTypeError = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeError; + var _DebugTypeErrorKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeErrorKhr; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeDeprecatedBehavior; + var _DebugTypeDeprecatedBehaviorKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeDeprecatedBehaviorKhr; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeUndefinedBehavior; + var _DebugTypeUndefinedBehaviorKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeUndefinedBehaviorKhr; + var _DebugTypePortability = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypePortability; + var _DebugTypePortabilityKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypePortabilityKhr; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypePerformance; + var _DebugTypePerformanceKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypePerformanceKhr; + var _DebugTypeOther = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeOther; + var _DebugTypeOtherKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeOtherKhr; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeMarker; + var _DebugTypeMarkerKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypeMarkerKhr; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypePushGroup; + var _DebugTypePushGroupKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypePushGroupKhr; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypePopGroup; + var _DebugTypePopGroupKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugTypePopGroupKhr; + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL.KhrDebug.DebugSeverityNotification; + var _DebugSeverityNotificationKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSeverityNotificationKhr; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.OpenGL.KhrDebug.MaxDebugGroupStackDepth; + var _MaxDebugGroupStackDepthKhr = OpenTK.Graphics.OpenGL.KhrDebug.MaxDebugGroupStackDepthKhr; + var _DebugGroupStackDepth = OpenTK.Graphics.OpenGL.KhrDebug.DebugGroupStackDepth; + var _DebugGroupStackDepthKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugGroupStackDepthKhr; + var _Buffer = OpenTK.Graphics.OpenGL.KhrDebug.Buffer; + var _BufferKhr = OpenTK.Graphics.OpenGL.KhrDebug.BufferKhr; + var _Shader = OpenTK.Graphics.OpenGL.KhrDebug.Shader; + var _ShaderKhr = OpenTK.Graphics.OpenGL.KhrDebug.ShaderKhr; + var _Program = OpenTK.Graphics.OpenGL.KhrDebug.Program; + var _ProgramKhr = OpenTK.Graphics.OpenGL.KhrDebug.ProgramKhr; + var _Query = OpenTK.Graphics.OpenGL.KhrDebug.Query; + var _QueryKhr = OpenTK.Graphics.OpenGL.KhrDebug.QueryKhr; + var _ProgramPipeline = OpenTK.Graphics.OpenGL.KhrDebug.ProgramPipeline; + var _Sampler = OpenTK.Graphics.OpenGL.KhrDebug.Sampler; + var _SamplerKhr = OpenTK.Graphics.OpenGL.KhrDebug.SamplerKhr; + var _DisplayList = OpenTK.Graphics.OpenGL.KhrDebug.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.OpenGL.KhrDebug.MaxLabelLength; + var _MaxLabelLengthKhr = OpenTK.Graphics.OpenGL.KhrDebug.MaxLabelLengthKhr; + var _MaxDebugMessageLength = OpenTK.Graphics.OpenGL.KhrDebug.MaxDebugMessageLength; + var _MaxDebugMessageLengthKhr = OpenTK.Graphics.OpenGL.KhrDebug.MaxDebugMessageLengthKhr; + var _MaxDebugLoggedMessages = OpenTK.Graphics.OpenGL.KhrDebug.MaxDebugLoggedMessages; + var _MaxDebugLoggedMessagesKhr = OpenTK.Graphics.OpenGL.KhrDebug.MaxDebugLoggedMessagesKhr; + var _DebugLoggedMessages = OpenTK.Graphics.OpenGL.KhrDebug.DebugLoggedMessages; + var _DebugLoggedMessagesKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugLoggedMessagesKhr; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL.KhrDebug.DebugSeverityHigh; + var _DebugSeverityHighKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSeverityHighKhr; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL.KhrDebug.DebugSeverityMedium; + var _DebugSeverityMediumKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSeverityMediumKhr; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL.KhrDebug.DebugSeverityLow; + var _DebugSeverityLowKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugSeverityLowKhr; + var _DebugOutput = OpenTK.Graphics.OpenGL.KhrDebug.DebugOutput; + var _DebugOutputKhr = OpenTK.Graphics.OpenGL.KhrDebug.DebugOutputKhr; +} +static void Test_KhrTextureCompressionAstcHdr_10684() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc12X12Khr; +} +static void Test_KhrTextureCompressionAstcLdr_10685() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.OpenGL.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc12X12Khr; +} +static void Test_LightEnvModeSgix_10686() { + var _Add = OpenTK.Graphics.OpenGL.LightEnvModeSgix.Add; + var _Replace = OpenTK.Graphics.OpenGL.LightEnvModeSgix.Replace; + var _Modulate = OpenTK.Graphics.OpenGL.LightEnvModeSgix.Modulate; +} +static void Test_LightEnvParameterSgix_10687() { + var _LightEnvModeSgix = OpenTK.Graphics.OpenGL.LightEnvParameterSgix.LightEnvModeSgix; +} +static void Test_LightModelColorControl_10688() { + var _SingleColor = OpenTK.Graphics.OpenGL.LightModelColorControl.SingleColor; + var _SingleColorExt = OpenTK.Graphics.OpenGL.LightModelColorControl.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.OpenGL.LightModelColorControl.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.OpenGL.LightModelColorControl.SeparateSpecularColorExt; +} +static void Test_LightModelParameter_10689() { + var _LightModelLocalViewer = OpenTK.Graphics.OpenGL.LightModelParameter.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.OpenGL.LightModelParameter.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.OpenGL.LightModelParameter.LightModelAmbient; + var _LightModelColorControl = OpenTK.Graphics.OpenGL.LightModelParameter.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.OpenGL.LightModelParameter.LightModelColorControlExt; +} +static void Test_LightName_10690() { + var _Light0 = OpenTK.Graphics.OpenGL.LightName.Light0; + var _Light1 = OpenTK.Graphics.OpenGL.LightName.Light1; + var _Light2 = OpenTK.Graphics.OpenGL.LightName.Light2; + var _Light3 = OpenTK.Graphics.OpenGL.LightName.Light3; + var _Light4 = OpenTK.Graphics.OpenGL.LightName.Light4; + var _Light5 = OpenTK.Graphics.OpenGL.LightName.Light5; + var _Light6 = OpenTK.Graphics.OpenGL.LightName.Light6; + var _Light7 = OpenTK.Graphics.OpenGL.LightName.Light7; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL.LightName.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.OpenGL.LightName.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.OpenGL.LightName.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.OpenGL.LightName.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.OpenGL.LightName.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.OpenGL.LightName.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.OpenGL.LightName.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.OpenGL.LightName.FragmentLight7Sgix; +} +static void Test_LightParameter_10691() { + var _Ambient = OpenTK.Graphics.OpenGL.LightParameter.Ambient; + var _Diffuse = OpenTK.Graphics.OpenGL.LightParameter.Diffuse; + var _Specular = OpenTK.Graphics.OpenGL.LightParameter.Specular; + var _Position = OpenTK.Graphics.OpenGL.LightParameter.Position; + var _SpotDirection = OpenTK.Graphics.OpenGL.LightParameter.SpotDirection; + var _SpotExponent = OpenTK.Graphics.OpenGL.LightParameter.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.OpenGL.LightParameter.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.OpenGL.LightParameter.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.OpenGL.LightParameter.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.OpenGL.LightParameter.QuadraticAttenuation; +} +static void Test_ListMode_10692() { + var _Compile = OpenTK.Graphics.OpenGL.ListMode.Compile; + var _CompileAndExecute = OpenTK.Graphics.OpenGL.ListMode.CompileAndExecute; +} +static void Test_ListNameType_10693() { + var _Byte = OpenTK.Graphics.OpenGL.ListNameType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.ListNameType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.ListNameType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.ListNameType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.ListNameType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.ListNameType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.ListNameType.Float; + var _Gl2Bytes = OpenTK.Graphics.OpenGL.ListNameType.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.OpenGL.ListNameType.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.OpenGL.ListNameType.Gl4Bytes; +} +static void Test_ListParameterName_10694() { + var _ListPrioritySgix = OpenTK.Graphics.OpenGL.ListParameterName.ListPrioritySgix; +} +static void Test_LogicOp_10695() { + var _Clear = OpenTK.Graphics.OpenGL.LogicOp.Clear; + var _And = OpenTK.Graphics.OpenGL.LogicOp.And; + var _AndReverse = OpenTK.Graphics.OpenGL.LogicOp.AndReverse; + var _Copy = OpenTK.Graphics.OpenGL.LogicOp.Copy; + var _AndInverted = OpenTK.Graphics.OpenGL.LogicOp.AndInverted; + var _Noop = OpenTK.Graphics.OpenGL.LogicOp.Noop; + var _Xor = OpenTK.Graphics.OpenGL.LogicOp.Xor; + var _Or = OpenTK.Graphics.OpenGL.LogicOp.Or; + var _Nor = OpenTK.Graphics.OpenGL.LogicOp.Nor; + var _Equiv = OpenTK.Graphics.OpenGL.LogicOp.Equiv; + var _Invert = OpenTK.Graphics.OpenGL.LogicOp.Invert; + var _OrReverse = OpenTK.Graphics.OpenGL.LogicOp.OrReverse; + var _CopyInverted = OpenTK.Graphics.OpenGL.LogicOp.CopyInverted; + var _OrInverted = OpenTK.Graphics.OpenGL.LogicOp.OrInverted; + var _Nand = OpenTK.Graphics.OpenGL.LogicOp.Nand; + var _Set = OpenTK.Graphics.OpenGL.LogicOp.Set; +} +static void Test_MapBufferUsageMask_10696() { + var _MapReadBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapReadBitExt; + var _MapWriteBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapWriteBitExt; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapInvalidateRangeBitExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapInvalidateBufferBitExt; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapFlushExplicitBitExt; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapUnsynchronizedBitExt; + var _MapPersistentBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.OpenGL.MapBufferUsageMask.ClientStorageBit; +} +static void Test_MapTarget_10697() { + var _Map1Color4 = OpenTK.Graphics.OpenGL.MapTarget.Map1Color4; + var _Map1Index = OpenTK.Graphics.OpenGL.MapTarget.Map1Index; + var _Map1Normal = OpenTK.Graphics.OpenGL.MapTarget.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.OpenGL.MapTarget.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.OpenGL.MapTarget.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.OpenGL.MapTarget.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.OpenGL.MapTarget.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.OpenGL.MapTarget.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.OpenGL.MapTarget.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.OpenGL.MapTarget.Map2Color4; + var _Map2Index = OpenTK.Graphics.OpenGL.MapTarget.Map2Index; + var _Map2Normal = OpenTK.Graphics.OpenGL.MapTarget.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.OpenGL.MapTarget.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.OpenGL.MapTarget.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.OpenGL.MapTarget.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.OpenGL.MapTarget.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.OpenGL.MapTarget.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.OpenGL.MapTarget.Map2Vertex4; + var _GeometryDeformationSgix = OpenTK.Graphics.OpenGL.MapTarget.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.OpenGL.MapTarget.TextureDeformationSgix; +} +static void Test_MapTextureFormatIntel_10698() { + var _LayoutDefaultIntel = OpenTK.Graphics.OpenGL.MapTextureFormatIntel.LayoutDefaultIntel; + var _LayoutLinearIntel = OpenTK.Graphics.OpenGL.MapTextureFormatIntel.LayoutLinearIntel; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.OpenGL.MapTextureFormatIntel.LayoutLinearCpuCachedIntel; +} +static void Test_MaterialFace_10699() { + var _Front = OpenTK.Graphics.OpenGL.MaterialFace.Front; + var _Back = OpenTK.Graphics.OpenGL.MaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.OpenGL.MaterialFace.FrontAndBack; +} +static void Test_MaterialParameter_10700() { + var _Ambient = OpenTK.Graphics.OpenGL.MaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.OpenGL.MaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.OpenGL.MaterialParameter.Specular; + var _Emission = OpenTK.Graphics.OpenGL.MaterialParameter.Emission; + var _Shininess = OpenTK.Graphics.OpenGL.MaterialParameter.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.OpenGL.MaterialParameter.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.OpenGL.MaterialParameter.ColorIndexes; +} +static void Test_MatrixMode_10701() { + var _Modelview = OpenTK.Graphics.OpenGL.MatrixMode.Modelview; + var _Modelview0Ext = OpenTK.Graphics.OpenGL.MatrixMode.Modelview0Ext; + var _Projection = OpenTK.Graphics.OpenGL.MatrixMode.Projection; + var _Texture = OpenTK.Graphics.OpenGL.MatrixMode.Texture; + var _Color = OpenTK.Graphics.OpenGL.MatrixMode.Color; +} +static void Test_MatrixModeArb_10702() { + var _Modelview = OpenTK.Graphics.OpenGL.MatrixModeArb.Modelview; + var _Projection = OpenTK.Graphics.OpenGL.MatrixModeArb.Projection; + var _Texture = OpenTK.Graphics.OpenGL.MatrixModeArb.Texture; + var _Color = OpenTK.Graphics.OpenGL.MatrixModeArb.Color; + var _Matrix0 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix0; + var _Matrix1 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix1; + var _Matrix2 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix2; + var _Matrix3 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix3; + var _Matrix4 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix4; + var _Matrix5 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix5; + var _Matrix6 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix6; + var _Matrix7 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix7; + var _Matrix8 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix8; + var _Matrix9 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix9; + var _Matrix10 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix10; + var _Matrix11 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix11; + var _Matrix12 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix12; + var _Matrix13 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix13; + var _Matrix14 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix14; + var _Matrix15 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix15; + var _Matrix16 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix16; + var _Matrix17 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix17; + var _Matrix18 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix18; + var _Matrix19 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix19; + var _Matrix20 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix20; + var _Matrix21 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix21; + var _Matrix22 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix22; + var _Matrix23 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix23; + var _Matrix24 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix24; + var _Matrix25 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix25; + var _Matrix26 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix26; + var _Matrix27 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix27; + var _Matrix28 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix28; + var _Matrix29 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix29; + var _Matrix30 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix30; + var _Matrix31 = OpenTK.Graphics.OpenGL.MatrixModeArb.Matrix31; +} +static void Test_MemoryBarrierFlags_10703() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.VertexAttribArrayBarrierBit; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.ElementArrayBarrierBit; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.UniformBarrierBit; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.TextureFetchBarrierBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.ShaderImageAccessBarrierBit; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.CommandBarrierBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.PixelBufferBarrierBit; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.TextureUpdateBarrierBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.BufferUpdateBarrierBit; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.FramebufferBarrierBit; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.TransformFeedbackBarrierBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.AtomicCounterBarrierBit; + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.QueryBufferBarrierBit; + var _AllBarrierBits = OpenTK.Graphics.OpenGL.MemoryBarrierFlags.AllBarrierBits; +} +static void Test_MemoryBarrierMask_10704() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.VertexAttribArrayBarrierBitExt; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.ElementArrayBarrierBitExt; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.UniformBarrierBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.TextureFetchBarrierBitExt; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.OpenGL.MemoryBarrierMask.ShaderGlobalAccessBarrierBitNv; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.ShaderImageAccessBarrierBitExt; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.CommandBarrierBitExt; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.PixelBufferBarrierBitExt; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.TextureUpdateBarrierBitExt; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.BufferUpdateBarrierBitExt; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.FramebufferBarrierBitExt; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.TransformFeedbackBarrierBitExt; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.AtomicCounterBarrierBitExt; + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL.MemoryBarrierMask.QueryBufferBarrierBit; + var _AllBarrierBits = OpenTK.Graphics.OpenGL.MemoryBarrierMask.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.OpenGL.MemoryBarrierMask.AllBarrierBitsExt; +} +static void Test_MesaPackInvert_10705() { + var _PackInvertMesa = OpenTK.Graphics.OpenGL.MesaPackInvert.PackInvertMesa; +} +static void Test_MesaResizeBuffers_10706() { +} +static void Test_MesaWindowPos_10707() { +} +static void Test_MesaxTextureStack_10708() { + var _Texture1DStackMesax = OpenTK.Graphics.OpenGL.MesaxTextureStack.Texture1DStackMesax; + var _Texture2DStackMesax = OpenTK.Graphics.OpenGL.MesaxTextureStack.Texture2DStackMesax; + var _ProxyTexture1DStackMesax = OpenTK.Graphics.OpenGL.MesaxTextureStack.ProxyTexture1DStackMesax; + var _ProxyTexture2DStackMesax = OpenTK.Graphics.OpenGL.MesaxTextureStack.ProxyTexture2DStackMesax; + var _Texture1DStackBindingMesax = OpenTK.Graphics.OpenGL.MesaxTextureStack.Texture1DStackBindingMesax; + var _Texture2DStackBindingMesax = OpenTK.Graphics.OpenGL.MesaxTextureStack.Texture2DStackBindingMesax; +} +static void Test_MesaYcbcrTexture_10709() { + var _UnsignedShort88Mesa = OpenTK.Graphics.OpenGL.MesaYcbcrTexture.UnsignedShort88Mesa; + var _UnsignedShort88RevMesa = OpenTK.Graphics.OpenGL.MesaYcbcrTexture.UnsignedShort88RevMesa; + var _YcbcrMesa = OpenTK.Graphics.OpenGL.MesaYcbcrTexture.YcbcrMesa; +} +static void Test_MeshMode1_10710() { + var _Point = OpenTK.Graphics.OpenGL.MeshMode1.Point; + var _Line = OpenTK.Graphics.OpenGL.MeshMode1.Line; +} +static void Test_MeshMode2_10711() { + var _Point = OpenTK.Graphics.OpenGL.MeshMode2.Point; + var _Line = OpenTK.Graphics.OpenGL.MeshMode2.Line; + var _Fill = OpenTK.Graphics.OpenGL.MeshMode2.Fill; +} +static void Test_MinmaxTarget_10712() { + var _Minmax = OpenTK.Graphics.OpenGL.MinmaxTarget.Minmax; +} +static void Test_MinmaxTargetExt_10713() { + var _Minmax = OpenTK.Graphics.OpenGL.MinmaxTargetExt.Minmax; + var _MinmaxExt = OpenTK.Graphics.OpenGL.MinmaxTargetExt.MinmaxExt; +} +static void Test_NormalPointerType_10714() { + var _Byte = OpenTK.Graphics.OpenGL.NormalPointerType.Byte; + var _Short = OpenTK.Graphics.OpenGL.NormalPointerType.Short; + var _Int = OpenTK.Graphics.OpenGL.NormalPointerType.Int; + var _Float = OpenTK.Graphics.OpenGL.NormalPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL.NormalPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.NormalPointerType.HalfFloat; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.NormalPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.NormalPointerType.Int2101010Rev; +} +static void Test_NvBindlessMultiDrawIndirect_10715() { +} +static void Test_NvBindlessTexture_10716() { +} +static void Test_NvBlendEquationAdvanced_10717() { + var _Zero = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.Zero; + var _XorNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.XorNv; + var _Invert = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.Invert; + var _RedNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.RedNv; + var _GreenNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.GreenNv; + var _BlueNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.BlueNv; + var _BlendPremultipliedSrcNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.BlendPremultipliedSrcNv; + var _BlendOverlapNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.BlendOverlapNv; + var _UncorrelatedNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.UncorrelatedNv; + var _DisjointNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.DisjointNv; + var _ConjointNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.ConjointNv; + var _SrcNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.SrcNv; + var _DstNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.DstNv; + var _SrcOverNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.SrcOverNv; + var _DstOverNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.DstOverNv; + var _SrcInNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.SrcInNv; + var _DstInNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.DstInNv; + var _SrcOutNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.SrcOutNv; + var _DstOutNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.DstOutNv; + var _SrcAtopNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.SrcAtopNv; + var _DstAtopNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.DstAtopNv; + var _PlusNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.PlusNv; + var _PlusDarkerNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.PlusDarkerNv; + var _MultiplyNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.MultiplyNv; + var _ScreenNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.ScreenNv; + var _OverlayNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.OverlayNv; + var _DarkenNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.DarkenNv; + var _LightenNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.LightenNv; + var _ColordodgeNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.ColordodgeNv; + var _ColorburnNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.ColorburnNv; + var _HardlightNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.HardlightNv; + var _SoftlightNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.SoftlightNv; + var _DifferenceNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.DifferenceNv; + var _MinusNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.MinusNv; + var _ExclusionNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.ExclusionNv; + var _ContrastNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.ContrastNv; + var _InvertRgbNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.InvertRgbNv; + var _LineardodgeNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.LineardodgeNv; + var _LinearburnNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.LinearburnNv; + var _VividlightNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.VividlightNv; + var _LinearlightNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.LinearlightNv; + var _PinlightNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.PinlightNv; + var _HardmixNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.HardmixNv; + var _HslHueNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.HslHueNv; + var _HslSaturationNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.HslSaturationNv; + var _HslColorNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.HslColorNv; + var _HslLuminosityNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.HslLuminosityNv; + var _PlusClampedNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.PlusClampedNv; + var _PlusClampedAlphaNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.PlusClampedAlphaNv; + var _MinusClampedNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.MinusClampedNv; + var _InvertOvgNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced.InvertOvgNv; +} +static void Test_NvBlendEquationAdvancedCoherent_10718() { + var _BlendAdvancedCoherentNv = OpenTK.Graphics.OpenGL.NvBlendEquationAdvancedCoherent.BlendAdvancedCoherentNv; +} +static void Test_NvBlendSquare_10719() { +} +static void Test_NvComputeProgram5_10720() { + var _ComputeProgramNv = OpenTK.Graphics.OpenGL.NvComputeProgram5.ComputeProgramNv; + var _ComputeProgramParameterBufferNv = OpenTK.Graphics.OpenGL.NvComputeProgram5.ComputeProgramParameterBufferNv; +} +static void Test_NvConditionalRender_10721() { + var _QueryWaitNv = OpenTK.Graphics.OpenGL.NvConditionalRender.QueryWaitNv; + var _QueryNoWaitNv = OpenTK.Graphics.OpenGL.NvConditionalRender.QueryNoWaitNv; + var _QueryByRegionWaitNv = OpenTK.Graphics.OpenGL.NvConditionalRender.QueryByRegionWaitNv; + var _QueryByRegionNoWaitNv = OpenTK.Graphics.OpenGL.NvConditionalRender.QueryByRegionNoWaitNv; +} +static void Test_NvCopyDepthToColor_10722() { + var _DepthStencilToRgbaNv = OpenTK.Graphics.OpenGL.NvCopyDepthToColor.DepthStencilToRgbaNv; + var _DepthStencilToBgraNv = OpenTK.Graphics.OpenGL.NvCopyDepthToColor.DepthStencilToBgraNv; +} +static void Test_NvCopyImage_10723() { +} +static void Test_NvDeepTexture3D_10724() { + var _MaxDeep3DTextureWidthHeightNv = OpenTK.Graphics.OpenGL.NvDeepTexture3D.MaxDeep3DTextureWidthHeightNv; + var _MaxDeep3DTextureDepthNv = OpenTK.Graphics.OpenGL.NvDeepTexture3D.MaxDeep3DTextureDepthNv; +} +static void Test_NvDepthBufferFloat_10725() { + var _DepthComponent32fNv = OpenTK.Graphics.OpenGL.NvDepthBufferFloat.DepthComponent32fNv; + var _Depth32fStencil8Nv = OpenTK.Graphics.OpenGL.NvDepthBufferFloat.Depth32fStencil8Nv; + var _Float32UnsignedInt248RevNv = OpenTK.Graphics.OpenGL.NvDepthBufferFloat.Float32UnsignedInt248RevNv; + var _DepthBufferFloatModeNv = OpenTK.Graphics.OpenGL.NvDepthBufferFloat.DepthBufferFloatModeNv; +} +static void Test_NvDepthClamp_10726() { + var _DepthClampNv = OpenTK.Graphics.OpenGL.NvDepthClamp.DepthClampNv; +} +static void Test_NvDrawTexture_10727() { +} +static void Test_NvEvaluators_10728() { + var _Eval2DNv = OpenTK.Graphics.OpenGL.NvEvaluators.Eval2DNv; + var _EvalTriangular2DNv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalTriangular2DNv; + var _MapTessellationNv = OpenTK.Graphics.OpenGL.NvEvaluators.MapTessellationNv; + var _MapAttribUOrderNv = OpenTK.Graphics.OpenGL.NvEvaluators.MapAttribUOrderNv; + var _MapAttribVOrderNv = OpenTK.Graphics.OpenGL.NvEvaluators.MapAttribVOrderNv; + var _EvalFractionalTessellationNv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalFractionalTessellationNv; + var _EvalVertexAttrib0Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib0Nv; + var _EvalVertexAttrib1Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib1Nv; + var _EvalVertexAttrib2Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib2Nv; + var _EvalVertexAttrib3Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib3Nv; + var _EvalVertexAttrib4Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib4Nv; + var _EvalVertexAttrib5Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib5Nv; + var _EvalVertexAttrib6Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib6Nv; + var _EvalVertexAttrib7Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib7Nv; + var _EvalVertexAttrib8Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib8Nv; + var _EvalVertexAttrib9Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib9Nv; + var _EvalVertexAttrib10Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib10Nv; + var _EvalVertexAttrib11Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib11Nv; + var _EvalVertexAttrib12Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib12Nv; + var _EvalVertexAttrib13Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib13Nv; + var _EvalVertexAttrib14Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib14Nv; + var _EvalVertexAttrib15Nv = OpenTK.Graphics.OpenGL.NvEvaluators.EvalVertexAttrib15Nv; + var _MaxMapTessellationNv = OpenTK.Graphics.OpenGL.NvEvaluators.MaxMapTessellationNv; + var _MaxRationalEvalOrderNv = OpenTK.Graphics.OpenGL.NvEvaluators.MaxRationalEvalOrderNv; +} +static void Test_NvExplicitMultisample_10729() { + var _SamplePositionNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.SamplePositionNv; + var _SampleMaskNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.SampleMaskNv; + var _SampleMaskValueNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.SampleMaskValueNv; + var _TextureBindingRenderbufferNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.TextureBindingRenderbufferNv; + var _TextureRenderbufferDataStoreBindingNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.TextureRenderbufferDataStoreBindingNv; + var _TextureRenderbufferNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.TextureRenderbufferNv; + var _SamplerRenderbufferNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.SamplerRenderbufferNv; + var _IntSamplerRenderbufferNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.IntSamplerRenderbufferNv; + var _UnsignedIntSamplerRenderbufferNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.UnsignedIntSamplerRenderbufferNv; + var _MaxSampleMaskWordsNv = OpenTK.Graphics.OpenGL.NvExplicitMultisample.MaxSampleMaskWordsNv; +} +static void Test_NvFence_10730() { + var _AllCompletedNv = OpenTK.Graphics.OpenGL.NvFence.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.OpenGL.NvFence.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.OpenGL.NvFence.FenceConditionNv; +} +static void Test_NvFloatBuffer_10731() { + var _FloatRNv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRNv; + var _FloatRgNv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRgNv; + var _FloatRgbNv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRgbNv; + var _FloatRgbaNv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRgbaNv; + var _FloatR16Nv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatR16Nv; + var _FloatR32Nv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatR32Nv; + var _FloatRg16Nv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRg16Nv; + var _FloatRg32Nv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRg32Nv; + var _FloatRgb16Nv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRgb16Nv; + var _FloatRgb32Nv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRgb32Nv; + var _FloatRgba16Nv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRgba16Nv; + var _FloatRgba32Nv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRgba32Nv; + var _TextureFloatComponentsNv = OpenTK.Graphics.OpenGL.NvFloatBuffer.TextureFloatComponentsNv; + var _FloatClearColorValueNv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatClearColorValueNv; + var _FloatRgbaModeNv = OpenTK.Graphics.OpenGL.NvFloatBuffer.FloatRgbaModeNv; +} +static void Test_NvFogDistance_10732() { + var _EyePlane = OpenTK.Graphics.OpenGL.NvFogDistance.EyePlane; + var _FogDistanceModeNv = OpenTK.Graphics.OpenGL.NvFogDistance.FogDistanceModeNv; + var _EyeRadialNv = OpenTK.Graphics.OpenGL.NvFogDistance.EyeRadialNv; + var _EyePlaneAbsoluteNv = OpenTK.Graphics.OpenGL.NvFogDistance.EyePlaneAbsoluteNv; +} +static void Test_NvFragmentProgram_10733() { + var _MaxFragmentProgramLocalParametersNv = OpenTK.Graphics.OpenGL.NvFragmentProgram.MaxFragmentProgramLocalParametersNv; + var _FragmentProgramNv = OpenTK.Graphics.OpenGL.NvFragmentProgram.FragmentProgramNv; + var _MaxTextureCoordsNv = OpenTK.Graphics.OpenGL.NvFragmentProgram.MaxTextureCoordsNv; + var _MaxTextureImageUnitsNv = OpenTK.Graphics.OpenGL.NvFragmentProgram.MaxTextureImageUnitsNv; + var _FragmentProgramBindingNv = OpenTK.Graphics.OpenGL.NvFragmentProgram.FragmentProgramBindingNv; + var _ProgramErrorStringNv = OpenTK.Graphics.OpenGL.NvFragmentProgram.ProgramErrorStringNv; +} +static void Test_NvFragmentProgram2_10734() { + var _MaxProgramExecInstructionsNv = OpenTK.Graphics.OpenGL.NvFragmentProgram2.MaxProgramExecInstructionsNv; + var _MaxProgramCallDepthNv = OpenTK.Graphics.OpenGL.NvFragmentProgram2.MaxProgramCallDepthNv; + var _MaxProgramIfDepthNv = OpenTK.Graphics.OpenGL.NvFragmentProgram2.MaxProgramIfDepthNv; + var _MaxProgramLoopDepthNv = OpenTK.Graphics.OpenGL.NvFragmentProgram2.MaxProgramLoopDepthNv; + var _MaxProgramLoopCountNv = OpenTK.Graphics.OpenGL.NvFragmentProgram2.MaxProgramLoopCountNv; +} +static void Test_NvFragmentProgram4_10735() { +} +static void Test_NvFragmentProgramOption_10736() { +} +static void Test_NvFramebufferMultisampleCoverage_10737() { + var _RenderbufferCoverageSamplesNv = OpenTK.Graphics.OpenGL.NvFramebufferMultisampleCoverage.RenderbufferCoverageSamplesNv; + var _RenderbufferColorSamplesNv = OpenTK.Graphics.OpenGL.NvFramebufferMultisampleCoverage.RenderbufferColorSamplesNv; + var _MaxMultisampleCoverageModesNv = OpenTK.Graphics.OpenGL.NvFramebufferMultisampleCoverage.MaxMultisampleCoverageModesNv; + var _MultisampleCoverageModesNv = OpenTK.Graphics.OpenGL.NvFramebufferMultisampleCoverage.MultisampleCoverageModesNv; +} +static void Test_NvGeometryProgram4_10738() { + var _LinesAdjacencyExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.LinesAdjacencyExt; + var _LineStripAdjacencyExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.LineStripAdjacencyExt; + var _TrianglesAdjacencyExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.TrianglesAdjacencyExt; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.TriangleStripAdjacencyExt; + var _ProgramPointSizeExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.ProgramPointSizeExt; + var _GeometryProgramNv = OpenTK.Graphics.OpenGL.NvGeometryProgram4.GeometryProgramNv; + var _MaxProgramOutputVerticesNv = OpenTK.Graphics.OpenGL.NvGeometryProgram4.MaxProgramOutputVerticesNv; + var _MaxProgramTotalOutputComponentsNv = OpenTK.Graphics.OpenGL.NvGeometryProgram4.MaxProgramTotalOutputComponentsNv; + var _MaxGeometryTextureImageUnitsExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.MaxGeometryTextureImageUnitsExt; + var _FramebufferAttachmentTextureLayerExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.FramebufferAttachmentTextureLayerExt; + var _FramebufferAttachmentLayeredExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.FramebufferAttachmentLayeredExt; + var _FramebufferIncompleteLayerTargetsExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.FramebufferIncompleteLayerTargetsExt; + var _FramebufferIncompleteLayerCountExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.FramebufferIncompleteLayerCountExt; + var _GeometryVerticesOutExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.GeometryVerticesOutExt; + var _GeometryInputTypeExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.GeometryInputTypeExt; + var _GeometryOutputTypeExt = OpenTK.Graphics.OpenGL.NvGeometryProgram4.GeometryOutputTypeExt; +} +static void Test_NvGeometryShader4_10739() { +} +static void Test_NvGpuProgram4_10740() { + var _MinProgramTexelOffsetNv = OpenTK.Graphics.OpenGL.NvGpuProgram4.MinProgramTexelOffsetNv; + var _MaxProgramTexelOffsetNv = OpenTK.Graphics.OpenGL.NvGpuProgram4.MaxProgramTexelOffsetNv; + var _ProgramAttribComponentsNv = OpenTK.Graphics.OpenGL.NvGpuProgram4.ProgramAttribComponentsNv; + var _ProgramResultComponentsNv = OpenTK.Graphics.OpenGL.NvGpuProgram4.ProgramResultComponentsNv; + var _MaxProgramAttribComponentsNv = OpenTK.Graphics.OpenGL.NvGpuProgram4.MaxProgramAttribComponentsNv; + var _MaxProgramResultComponentsNv = OpenTK.Graphics.OpenGL.NvGpuProgram4.MaxProgramResultComponentsNv; + var _MaxProgramGenericAttribsNv = OpenTK.Graphics.OpenGL.NvGpuProgram4.MaxProgramGenericAttribsNv; + var _MaxProgramGenericResultsNv = OpenTK.Graphics.OpenGL.NvGpuProgram4.MaxProgramGenericResultsNv; +} +static void Test_NvGpuProgram5_10741() { + var _MaxGeometryProgramInvocationsNv = OpenTK.Graphics.OpenGL.NvGpuProgram5.MaxGeometryProgramInvocationsNv; + var _MinFragmentInterpolationOffsetNv = OpenTK.Graphics.OpenGL.NvGpuProgram5.MinFragmentInterpolationOffsetNv; + var _MaxFragmentInterpolationOffsetNv = OpenTK.Graphics.OpenGL.NvGpuProgram5.MaxFragmentInterpolationOffsetNv; + var _FragmentProgramInterpolationOffsetBitsNv = OpenTK.Graphics.OpenGL.NvGpuProgram5.FragmentProgramInterpolationOffsetBitsNv; + var _MinProgramTextureGatherOffsetNv = OpenTK.Graphics.OpenGL.NvGpuProgram5.MinProgramTextureGatherOffsetNv; + var _MaxProgramTextureGatherOffsetNv = OpenTK.Graphics.OpenGL.NvGpuProgram5.MaxProgramTextureGatherOffsetNv; + var _MaxProgramSubroutineParametersNv = OpenTK.Graphics.OpenGL.NvGpuProgram5.MaxProgramSubroutineParametersNv; + var _MaxProgramSubroutineNumNv = OpenTK.Graphics.OpenGL.NvGpuProgram5.MaxProgramSubroutineNumNv; +} +static void Test_NvGpuProgram5MemExtended_10742() { +} +static void Test_NvGpuShader5_10743() { + var _Patches = OpenTK.Graphics.OpenGL.NvGpuShader5.Patches; + var _Int64Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int64Nv; + var _UnsignedInt64Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt64Nv; + var _Int8Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int8Nv; + var _Int8Vec2Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int8Vec2Nv; + var _Int8Vec3Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int8Vec3Nv; + var _Int8Vec4Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int8Vec4Nv; + var _Int16Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int16Nv; + var _Int16Vec2Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int16Vec2Nv; + var _Int16Vec3Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int16Vec3Nv; + var _Int16Vec4Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int16Vec4Nv; + var _Int64Vec2Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int64Vec2Nv; + var _Int64Vec3Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int64Vec3Nv; + var _Int64Vec4Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Int64Vec4Nv; + var _UnsignedInt8Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt8Nv; + var _UnsignedInt8Vec2Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt8Vec2Nv; + var _UnsignedInt8Vec3Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt8Vec3Nv; + var _UnsignedInt8Vec4Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt8Vec4Nv; + var _UnsignedInt16Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt16Nv; + var _UnsignedInt16Vec2Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt16Vec2Nv; + var _UnsignedInt16Vec3Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt16Vec3Nv; + var _UnsignedInt16Vec4Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt16Vec4Nv; + var _UnsignedInt64Vec2Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt64Vec2Nv; + var _UnsignedInt64Vec3Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt64Vec3Nv; + var _UnsignedInt64Vec4Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.UnsignedInt64Vec4Nv; + var _Float16Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Float16Nv; + var _Float16Vec2Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Float16Vec2Nv; + var _Float16Vec3Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Float16Vec3Nv; + var _Float16Vec4Nv = OpenTK.Graphics.OpenGL.NvGpuShader5.Float16Vec4Nv; +} +static void Test_NvHalfFloat_10744() { + var _HalfFloatNv = OpenTK.Graphics.OpenGL.NvHalfFloat.HalfFloatNv; +} +static void Test_NvLightMaxExponent_10745() { + var _MaxShininessNv = OpenTK.Graphics.OpenGL.NvLightMaxExponent.MaxShininessNv; + var _MaxSpotExponentNv = OpenTK.Graphics.OpenGL.NvLightMaxExponent.MaxSpotExponentNv; +} +static void Test_NvMultisampleCoverage_10746() { + var _SamplesArb = OpenTK.Graphics.OpenGL.NvMultisampleCoverage.SamplesArb; + var _ColorSamplesNv = OpenTK.Graphics.OpenGL.NvMultisampleCoverage.ColorSamplesNv; +} +static void Test_NvMultisampleFilterHint_10747() { + var _MultisampleFilterHintNv = OpenTK.Graphics.OpenGL.NvMultisampleFilterHint.MultisampleFilterHintNv; +} +static void Test_NvOcclusionQuery_10748() { + var _PixelCounterBitsNv = OpenTK.Graphics.OpenGL.NvOcclusionQuery.PixelCounterBitsNv; + var _CurrentOcclusionQueryIdNv = OpenTK.Graphics.OpenGL.NvOcclusionQuery.CurrentOcclusionQueryIdNv; + var _PixelCountNv = OpenTK.Graphics.OpenGL.NvOcclusionQuery.PixelCountNv; + var _PixelCountAvailableNv = OpenTK.Graphics.OpenGL.NvOcclusionQuery.PixelCountAvailableNv; +} +static void Test_NvPackedDepthStencil_10749() { + var _DepthStencilNv = OpenTK.Graphics.OpenGL.NvPackedDepthStencil.DepthStencilNv; + var _UnsignedInt248Nv = OpenTK.Graphics.OpenGL.NvPackedDepthStencil.UnsignedInt248Nv; +} +static void Test_NvParameterBufferObject_10750() { + var _MaxProgramParameterBufferBindingsNv = OpenTK.Graphics.OpenGL.NvParameterBufferObject.MaxProgramParameterBufferBindingsNv; + var _MaxProgramParameterBufferSizeNv = OpenTK.Graphics.OpenGL.NvParameterBufferObject.MaxProgramParameterBufferSizeNv; + var _VertexProgramParameterBufferNv = OpenTK.Graphics.OpenGL.NvParameterBufferObject.VertexProgramParameterBufferNv; + var _GeometryProgramParameterBufferNv = OpenTK.Graphics.OpenGL.NvParameterBufferObject.GeometryProgramParameterBufferNv; + var _FragmentProgramParameterBufferNv = OpenTK.Graphics.OpenGL.NvParameterBufferObject.FragmentProgramParameterBufferNv; +} +static void Test_NvParameterBufferObject2_10751() { +} +static void Test_NvPathRendering_10752() { + var _ClosePathNv = OpenTK.Graphics.OpenGL.NvPathRendering.ClosePathNv; + var _FontXMinBoundsBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontXMinBoundsBitNv; + var _FontYMinBoundsBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontYMinBoundsBitNv; + var _FontXMaxBoundsBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontXMaxBoundsBitNv; + var _FontYMaxBoundsBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontYMaxBoundsBitNv; + var _FontUnitsPerEmBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontUnitsPerEmBitNv; + var _FontAscenderBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontAscenderBitNv; + var _FontDescenderBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontDescenderBitNv; + var _FontHeightBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontHeightBitNv; + var _BoldBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.BoldBitNv; + var _GlyphWidthBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphWidthBitNv; + var _FontMaxAdvanceWidthBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontMaxAdvanceWidthBitNv; + var _GlyphHeightBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphHeightBitNv; + var _ItalicBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.ItalicBitNv; + var _MoveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.MoveToNv; + var _FontMaxAdvanceHeightBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontMaxAdvanceHeightBitNv; + var _RelativeMoveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeMoveToNv; + var _GlyphHorizontalBearingXBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphHorizontalBearingXBitNv; + var _LineToNv = OpenTK.Graphics.OpenGL.NvPathRendering.LineToNv; + var _FontUnderlinePositionBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontUnderlinePositionBitNv; + var _RelativeLineToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeLineToNv; + var _HorizontalLineToNv = OpenTK.Graphics.OpenGL.NvPathRendering.HorizontalLineToNv; + var _RelativeHorizontalLineToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeHorizontalLineToNv; + var _GlyphHorizontalBearingYBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphHorizontalBearingYBitNv; + var _VerticalLineToNv = OpenTK.Graphics.OpenGL.NvPathRendering.VerticalLineToNv; + var _FontUnderlineThicknessBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontUnderlineThicknessBitNv; + var _RelativeVerticalLineToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeVerticalLineToNv; + var _QuadraticCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.QuadraticCurveToNv; + var _RelativeQuadraticCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeQuadraticCurveToNv; + var _CubicCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.CubicCurveToNv; + var _RelativeCubicCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeCubicCurveToNv; + var _SmoothQuadraticCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.SmoothQuadraticCurveToNv; + var _RelativeSmoothQuadraticCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeSmoothQuadraticCurveToNv; + var _GlyphHorizontalBearingAdvanceBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphHorizontalBearingAdvanceBitNv; + var _SmoothCubicCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.SmoothCubicCurveToNv; + var _GlyphHasKerningBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphHasKerningBitNv; + var _FontHasKerningBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.FontHasKerningBitNv; + var _RelativeSmoothCubicCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeSmoothCubicCurveToNv; + var _SmallCcwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.SmallCcwArcToNv; + var _RelativeSmallCcwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeSmallCcwArcToNv; + var _SmallCwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.SmallCwArcToNv; + var _RelativeSmallCwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeSmallCwArcToNv; + var _LargeCcwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.LargeCcwArcToNv; + var _RelativeLargeCcwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeLargeCcwArcToNv; + var _LargeCwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.LargeCwArcToNv; + var _RelativeLargeCwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeLargeCwArcToNv; + var _GlyphVerticalBearingXBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphVerticalBearingXBitNv; + var _GlyphVerticalBearingYBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphVerticalBearingYBitNv; + var _GlyphVerticalBearingAdvanceBitNv = OpenTK.Graphics.OpenGL.NvPathRendering.GlyphVerticalBearingAdvanceBitNv; + var _PrimaryColorNv = OpenTK.Graphics.OpenGL.NvPathRendering.PrimaryColorNv; + var _SecondaryColorNv = OpenTK.Graphics.OpenGL.NvPathRendering.SecondaryColorNv; + var _PrimaryColor = OpenTK.Graphics.OpenGL.NvPathRendering.PrimaryColor; + var _PathFormatSvgNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathFormatSvgNv; + var _PathFormatPsNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathFormatPsNv; + var _StandardFontNameNv = OpenTK.Graphics.OpenGL.NvPathRendering.StandardFontNameNv; + var _SystemFontNameNv = OpenTK.Graphics.OpenGL.NvPathRendering.SystemFontNameNv; + var _FileNameNv = OpenTK.Graphics.OpenGL.NvPathRendering.FileNameNv; + var _PathStrokeWidthNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStrokeWidthNv; + var _PathEndCapsNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathEndCapsNv; + var _PathInitialEndCapNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathInitialEndCapNv; + var _PathTerminalEndCapNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathTerminalEndCapNv; + var _PathJoinStyleNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathJoinStyleNv; + var _PathMiterLimitNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathMiterLimitNv; + var _PathDashCapsNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathDashCapsNv; + var _PathInitialDashCapNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathInitialDashCapNv; + var _PathTerminalDashCapNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathTerminalDashCapNv; + var _PathDashOffsetNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathDashOffsetNv; + var _PathClientLengthNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathClientLengthNv; + var _PathFillModeNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathFillModeNv; + var _PathFillMaskNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathFillMaskNv; + var _PathFillCoverModeNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathFillCoverModeNv; + var _PathStrokeCoverModeNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStrokeCoverModeNv; + var _PathStrokeMaskNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStrokeMaskNv; + var _CountUpNv = OpenTK.Graphics.OpenGL.NvPathRendering.CountUpNv; + var _CountDownNv = OpenTK.Graphics.OpenGL.NvPathRendering.CountDownNv; + var _PathObjectBoundingBoxNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathObjectBoundingBoxNv; + var _ConvexHullNv = OpenTK.Graphics.OpenGL.NvPathRendering.ConvexHullNv; + var _BoundingBoxNv = OpenTK.Graphics.OpenGL.NvPathRendering.BoundingBoxNv; + var _TranslateXNv = OpenTK.Graphics.OpenGL.NvPathRendering.TranslateXNv; + var _TranslateYNv = OpenTK.Graphics.OpenGL.NvPathRendering.TranslateYNv; + var _Translate2DNv = OpenTK.Graphics.OpenGL.NvPathRendering.Translate2DNv; + var _Translate3DNv = OpenTK.Graphics.OpenGL.NvPathRendering.Translate3DNv; + var _Affine2DNv = OpenTK.Graphics.OpenGL.NvPathRendering.Affine2DNv; + var _Affine3DNv = OpenTK.Graphics.OpenGL.NvPathRendering.Affine3DNv; + var _TransposeAffine2DNv = OpenTK.Graphics.OpenGL.NvPathRendering.TransposeAffine2DNv; + var _TransposeAffine3DNv = OpenTK.Graphics.OpenGL.NvPathRendering.TransposeAffine3DNv; + var _Utf8Nv = OpenTK.Graphics.OpenGL.NvPathRendering.Utf8Nv; + var _Utf16Nv = OpenTK.Graphics.OpenGL.NvPathRendering.Utf16Nv; + var _BoundingBoxOfBoundingBoxesNv = OpenTK.Graphics.OpenGL.NvPathRendering.BoundingBoxOfBoundingBoxesNv; + var _PathCommandCountNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathCommandCountNv; + var _PathCoordCountNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathCoordCountNv; + var _PathDashArrayCountNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathDashArrayCountNv; + var _PathComputedLengthNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathComputedLengthNv; + var _PathFillBoundingBoxNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathFillBoundingBoxNv; + var _PathStrokeBoundingBoxNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStrokeBoundingBoxNv; + var _SquareNv = OpenTK.Graphics.OpenGL.NvPathRendering.SquareNv; + var _RoundNv = OpenTK.Graphics.OpenGL.NvPathRendering.RoundNv; + var _TriangularNv = OpenTK.Graphics.OpenGL.NvPathRendering.TriangularNv; + var _BevelNv = OpenTK.Graphics.OpenGL.NvPathRendering.BevelNv; + var _MiterRevertNv = OpenTK.Graphics.OpenGL.NvPathRendering.MiterRevertNv; + var _MiterTruncateNv = OpenTK.Graphics.OpenGL.NvPathRendering.MiterTruncateNv; + var _SkipMissingGlyphNv = OpenTK.Graphics.OpenGL.NvPathRendering.SkipMissingGlyphNv; + var _UseMissingGlyphNv = OpenTK.Graphics.OpenGL.NvPathRendering.UseMissingGlyphNv; + var _PathErrorPositionNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathErrorPositionNv; + var _PathFogGenModeNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathFogGenModeNv; + var _AccumAdjacentPairsNv = OpenTK.Graphics.OpenGL.NvPathRendering.AccumAdjacentPairsNv; + var _AdjacentPairsNv = OpenTK.Graphics.OpenGL.NvPathRendering.AdjacentPairsNv; + var _FirstToRestNv = OpenTK.Graphics.OpenGL.NvPathRendering.FirstToRestNv; + var _PathGenModeNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathGenModeNv; + var _PathGenCoeffNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathGenCoeffNv; + var _PathGenColorFormatNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathGenColorFormatNv; + var _PathGenComponentsNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathGenComponentsNv; + var _PathDashOffsetResetNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathDashOffsetResetNv; + var _MoveToResetsNv = OpenTK.Graphics.OpenGL.NvPathRendering.MoveToResetsNv; + var _MoveToContinuesNv = OpenTK.Graphics.OpenGL.NvPathRendering.MoveToContinuesNv; + var _PathStencilFuncNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStencilFuncNv; + var _PathStencilRefNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStencilRefNv; + var _PathStencilValueMaskNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStencilValueMaskNv; + var _PathStencilDepthOffsetFactorNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStencilDepthOffsetFactorNv; + var _PathStencilDepthOffsetUnitsNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathStencilDepthOffsetUnitsNv; + var _PathCoverDepthFuncNv = OpenTK.Graphics.OpenGL.NvPathRendering.PathCoverDepthFuncNv; + var _RestartPathNv = OpenTK.Graphics.OpenGL.NvPathRendering.RestartPathNv; + var _DupFirstCubicCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.DupFirstCubicCurveToNv; + var _DupLastCubicCurveToNv = OpenTK.Graphics.OpenGL.NvPathRendering.DupLastCubicCurveToNv; + var _RectNv = OpenTK.Graphics.OpenGL.NvPathRendering.RectNv; + var _CircularCcwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.CircularCcwArcToNv; + var _CircularCwArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.CircularCwArcToNv; + var _CircularTangentArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.CircularTangentArcToNv; + var _ArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.ArcToNv; + var _RelativeArcToNv = OpenTK.Graphics.OpenGL.NvPathRendering.RelativeArcToNv; +} +static void Test_NvPixelDataRange_10753() { + var _WritePixelDataRangeNv = OpenTK.Graphics.OpenGL.NvPixelDataRange.WritePixelDataRangeNv; + var _ReadPixelDataRangeNv = OpenTK.Graphics.OpenGL.NvPixelDataRange.ReadPixelDataRangeNv; + var _WritePixelDataRangeLengthNv = OpenTK.Graphics.OpenGL.NvPixelDataRange.WritePixelDataRangeLengthNv; + var _ReadPixelDataRangeLengthNv = OpenTK.Graphics.OpenGL.NvPixelDataRange.ReadPixelDataRangeLengthNv; + var _WritePixelDataRangePointerNv = OpenTK.Graphics.OpenGL.NvPixelDataRange.WritePixelDataRangePointerNv; + var _ReadPixelDataRangePointerNv = OpenTK.Graphics.OpenGL.NvPixelDataRange.ReadPixelDataRangePointerNv; +} +static void Test_NvPointSprite_10754() { + var _PointSpriteNv = OpenTK.Graphics.OpenGL.NvPointSprite.PointSpriteNv; + var _CoordReplaceNv = OpenTK.Graphics.OpenGL.NvPointSprite.CoordReplaceNv; + var _PointSpriteRModeNv = OpenTK.Graphics.OpenGL.NvPointSprite.PointSpriteRModeNv; +} +static void Test_NvPresentVideo_10755() { + var _FrameNv = OpenTK.Graphics.OpenGL.NvPresentVideo.FrameNv; + var _FieldsNv = OpenTK.Graphics.OpenGL.NvPresentVideo.FieldsNv; + var _CurrentTimeNv = OpenTK.Graphics.OpenGL.NvPresentVideo.CurrentTimeNv; + var _NumFillStreamsNv = OpenTK.Graphics.OpenGL.NvPresentVideo.NumFillStreamsNv; + var _PresentTimeNv = OpenTK.Graphics.OpenGL.NvPresentVideo.PresentTimeNv; + var _PresentDurationNv = OpenTK.Graphics.OpenGL.NvPresentVideo.PresentDurationNv; +} +static void Test_NvPrimitiveRestart_10756() { + var _PrimitiveRestartNv = OpenTK.Graphics.OpenGL.NvPrimitiveRestart.PrimitiveRestartNv; + var _PrimitiveRestartIndexNv = OpenTK.Graphics.OpenGL.NvPrimitiveRestart.PrimitiveRestartIndexNv; +} +static void Test_NvRegisterCombiners_10757() { + var _None = OpenTK.Graphics.OpenGL.NvRegisterCombiners.None; + var _Zero = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Zero; + var _Fog = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Fog; + var _Texture0Arb = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Texture0Arb; + var _Texture1Arb = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Texture1Arb; + var _RegisterCombinersNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.RegisterCombinersNv; + var _VariableANv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.VariableANv; + var _VariableBNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.VariableBNv; + var _VariableCNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.VariableCNv; + var _VariableDNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.VariableDNv; + var _VariableENv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.VariableENv; + var _VariableFNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.VariableFNv; + var _VariableGNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.VariableGNv; + var _ConstantColor0Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ConstantColor0Nv; + var _ConstantColor1Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ConstantColor1Nv; + var _PrimaryColorNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.PrimaryColorNv; + var _SecondaryColorNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.SecondaryColorNv; + var _Spare0Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Spare0Nv; + var _Spare1Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Spare1Nv; + var _DiscardNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.DiscardNv; + var _ETimesFNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ETimesFNv; + var _Spare0PlusSecondaryColorNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Spare0PlusSecondaryColorNv; + var _UnsignedIdentityNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.UnsignedIdentityNv; + var _UnsignedInvertNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.UnsignedInvertNv; + var _ExpandNormalNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ExpandNormalNv; + var _ExpandNegateNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ExpandNegateNv; + var _HalfBiasNormalNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.HalfBiasNormalNv; + var _HalfBiasNegateNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.HalfBiasNegateNv; + var _SignedIdentityNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.SignedIdentityNv; + var _SignedNegateNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.SignedNegateNv; + var _ScaleByTwoNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ScaleByTwoNv; + var _ScaleByFourNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ScaleByFourNv; + var _ScaleByOneHalfNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ScaleByOneHalfNv; + var _BiasByNegativeOneHalfNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.BiasByNegativeOneHalfNv; + var _CombinerInputNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerInputNv; + var _CombinerMappingNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerMappingNv; + var _CombinerComponentUsageNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerComponentUsageNv; + var _CombinerAbDotProductNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerAbDotProductNv; + var _CombinerCdDotProductNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerCdDotProductNv; + var _CombinerMuxSumNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerMuxSumNv; + var _CombinerScaleNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerScaleNv; + var _CombinerBiasNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerBiasNv; + var _CombinerAbOutputNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerAbOutputNv; + var _CombinerCdOutputNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerCdOutputNv; + var _CombinerSumOutputNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.CombinerSumOutputNv; + var _MaxGeneralCombinersNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.MaxGeneralCombinersNv; + var _NumGeneralCombinersNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.NumGeneralCombinersNv; + var _ColorSumClampNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.ColorSumClampNv; + var _Combiner0Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Combiner0Nv; + var _Combiner1Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Combiner1Nv; + var _Combiner2Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Combiner2Nv; + var _Combiner3Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Combiner3Nv; + var _Combiner4Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Combiner4Nv; + var _Combiner5Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Combiner5Nv; + var _Combiner6Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Combiner6Nv; + var _Combiner7Nv = OpenTK.Graphics.OpenGL.NvRegisterCombiners.Combiner7Nv; +} +static void Test_NvRegisterCombiners2_10758() { + var _PerStageConstantsNv = OpenTK.Graphics.OpenGL.NvRegisterCombiners2.PerStageConstantsNv; +} +static void Test_NvShaderAtomicCounters_10759() { +} +static void Test_NvShaderAtomicFloat_10760() { +} +static void Test_NvShaderBufferLoad_10761() { + var _BufferGpuAddressNv = OpenTK.Graphics.OpenGL.NvShaderBufferLoad.BufferGpuAddressNv; + var _GpuAddressNv = OpenTK.Graphics.OpenGL.NvShaderBufferLoad.GpuAddressNv; + var _MaxShaderBufferAddressNv = OpenTK.Graphics.OpenGL.NvShaderBufferLoad.MaxShaderBufferAddressNv; +} +static void Test_NvShaderBufferStore_10762() { + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.OpenGL.NvShaderBufferStore.ShaderGlobalAccessBarrierBitNv; + var _WriteOnly = OpenTK.Graphics.OpenGL.NvShaderBufferStore.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL.NvShaderBufferStore.ReadWrite; +} +static void Test_NvShaderStorageBufferObject_10763() { +} +static void Test_NvShaderThreadGroup_10764() { + var _WarpSizeNv = OpenTK.Graphics.OpenGL.NvShaderThreadGroup.WarpSizeNv; + var _WarpsPerSmNv = OpenTK.Graphics.OpenGL.NvShaderThreadGroup.WarpsPerSmNv; + var _SmCountNv = OpenTK.Graphics.OpenGL.NvShaderThreadGroup.SmCountNv; +} +static void Test_NvShaderThreadShuffle_10765() { +} +static void Test_NvTessellationProgram5_10766() { + var _MaxProgramPatchAttribsNv = OpenTK.Graphics.OpenGL.NvTessellationProgram5.MaxProgramPatchAttribsNv; + var _TessControlProgramNv = OpenTK.Graphics.OpenGL.NvTessellationProgram5.TessControlProgramNv; + var _TessEvaluationProgramNv = OpenTK.Graphics.OpenGL.NvTessellationProgram5.TessEvaluationProgramNv; + var _TessControlProgramParameterBufferNv = OpenTK.Graphics.OpenGL.NvTessellationProgram5.TessControlProgramParameterBufferNv; + var _TessEvaluationProgramParameterBufferNv = OpenTK.Graphics.OpenGL.NvTessellationProgram5.TessEvaluationProgramParameterBufferNv; +} +static void Test_NvTexgenEmboss_10767() { + var _EmbossLightNv = OpenTK.Graphics.OpenGL.NvTexgenEmboss.EmbossLightNv; + var _EmbossConstantNv = OpenTK.Graphics.OpenGL.NvTexgenEmboss.EmbossConstantNv; + var _EmbossMapNv = OpenTK.Graphics.OpenGL.NvTexgenEmboss.EmbossMapNv; +} +static void Test_NvTexgenReflection_10768() { + var _NormalMapNv = OpenTK.Graphics.OpenGL.NvTexgenReflection.NormalMapNv; + var _ReflectionMapNv = OpenTK.Graphics.OpenGL.NvTexgenReflection.ReflectionMapNv; +} +static void Test_NvTextureBarrier_10769() { +} +static void Test_NvTextureCompressionVtc_10770() { +} +static void Test_NvTextureEnvCombine4_10771() { + var _Combine4Nv = OpenTK.Graphics.OpenGL.NvTextureEnvCombine4.Combine4Nv; + var _Source3RgbNv = OpenTK.Graphics.OpenGL.NvTextureEnvCombine4.Source3RgbNv; + var _Source3AlphaNv = OpenTK.Graphics.OpenGL.NvTextureEnvCombine4.Source3AlphaNv; + var _Operand3RgbNv = OpenTK.Graphics.OpenGL.NvTextureEnvCombine4.Operand3RgbNv; + var _Operand3AlphaNv = OpenTK.Graphics.OpenGL.NvTextureEnvCombine4.Operand3AlphaNv; +} +static void Test_NvTextureExpandNormal_10772() { + var _TextureUnsignedRemapModeNv = OpenTK.Graphics.OpenGL.NvTextureExpandNormal.TextureUnsignedRemapModeNv; +} +static void Test_NvTextureMultisample_10773() { + var _TextureCoverageSamplesNv = OpenTK.Graphics.OpenGL.NvTextureMultisample.TextureCoverageSamplesNv; + var _TextureColorSamplesNv = OpenTK.Graphics.OpenGL.NvTextureMultisample.TextureColorSamplesNv; +} +static void Test_NvTextureRectangle_10774() { + var _TextureRectangleNv = OpenTK.Graphics.OpenGL.NvTextureRectangle.TextureRectangleNv; + var _TextureBindingRectangleNv = OpenTK.Graphics.OpenGL.NvTextureRectangle.TextureBindingRectangleNv; + var _ProxyTextureRectangleNv = OpenTK.Graphics.OpenGL.NvTextureRectangle.ProxyTextureRectangleNv; + var _MaxRectangleTextureSizeNv = OpenTK.Graphics.OpenGL.NvTextureRectangle.MaxRectangleTextureSizeNv; +} +static void Test_NvTextureShader_10775() { + var _OffsetTextureRectangleNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTextureRectangleNv; + var _OffsetTextureRectangleScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTextureRectangleScaleNv; + var _DotProductTextureRectangleNv = OpenTK.Graphics.OpenGL.NvTextureShader.DotProductTextureRectangleNv; + var _RgbaUnsignedDotProductMappingNv = OpenTK.Graphics.OpenGL.NvTextureShader.RgbaUnsignedDotProductMappingNv; + var _UnsignedIntS8S888Nv = OpenTK.Graphics.OpenGL.NvTextureShader.UnsignedIntS8S888Nv; + var _UnsignedInt88S8S8RevNv = OpenTK.Graphics.OpenGL.NvTextureShader.UnsignedInt88S8S8RevNv; + var _DsdtMagIntensityNv = OpenTK.Graphics.OpenGL.NvTextureShader.DsdtMagIntensityNv; + var _ShaderConsistentNv = OpenTK.Graphics.OpenGL.NvTextureShader.ShaderConsistentNv; + var _TextureShaderNv = OpenTK.Graphics.OpenGL.NvTextureShader.TextureShaderNv; + var _ShaderOperationNv = OpenTK.Graphics.OpenGL.NvTextureShader.ShaderOperationNv; + var _CullModesNv = OpenTK.Graphics.OpenGL.NvTextureShader.CullModesNv; + var _OffsetTexture2DMatrixNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTexture2DMatrixNv; + var _OffsetTextureMatrixNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTextureMatrixNv; + var _OffsetTexture2DScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTexture2DScaleNv; + var _OffsetTextureScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTextureScaleNv; + var _OffsetTexture2DBiasNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTexture2DBiasNv; + var _OffsetTextureBiasNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTextureBiasNv; + var _PreviousTextureInputNv = OpenTK.Graphics.OpenGL.NvTextureShader.PreviousTextureInputNv; + var _ConstEyeNv = OpenTK.Graphics.OpenGL.NvTextureShader.ConstEyeNv; + var _PassThroughNv = OpenTK.Graphics.OpenGL.NvTextureShader.PassThroughNv; + var _CullFragmentNv = OpenTK.Graphics.OpenGL.NvTextureShader.CullFragmentNv; + var _OffsetTexture2DNv = OpenTK.Graphics.OpenGL.NvTextureShader.OffsetTexture2DNv; + var _DependentArTexture2DNv = OpenTK.Graphics.OpenGL.NvTextureShader.DependentArTexture2DNv; + var _DependentGbTexture2DNv = OpenTK.Graphics.OpenGL.NvTextureShader.DependentGbTexture2DNv; + var _DotProductNv = OpenTK.Graphics.OpenGL.NvTextureShader.DotProductNv; + var _DotProductDepthReplaceNv = OpenTK.Graphics.OpenGL.NvTextureShader.DotProductDepthReplaceNv; + var _DotProductTexture2DNv = OpenTK.Graphics.OpenGL.NvTextureShader.DotProductTexture2DNv; + var _DotProductTextureCubeMapNv = OpenTK.Graphics.OpenGL.NvTextureShader.DotProductTextureCubeMapNv; + var _DotProductDiffuseCubeMapNv = OpenTK.Graphics.OpenGL.NvTextureShader.DotProductDiffuseCubeMapNv; + var _DotProductReflectCubeMapNv = OpenTK.Graphics.OpenGL.NvTextureShader.DotProductReflectCubeMapNv; + var _DotProductConstEyeReflectCubeMapNv = OpenTK.Graphics.OpenGL.NvTextureShader.DotProductConstEyeReflectCubeMapNv; + var _HiloNv = OpenTK.Graphics.OpenGL.NvTextureShader.HiloNv; + var _DsdtNv = OpenTK.Graphics.OpenGL.NvTextureShader.DsdtNv; + var _DsdtMagNv = OpenTK.Graphics.OpenGL.NvTextureShader.DsdtMagNv; + var _DsdtMagVibNv = OpenTK.Graphics.OpenGL.NvTextureShader.DsdtMagVibNv; + var _Hilo16Nv = OpenTK.Graphics.OpenGL.NvTextureShader.Hilo16Nv; + var _SignedHiloNv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedHiloNv; + var _SignedHilo16Nv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedHilo16Nv; + var _SignedRgbaNv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedRgbaNv; + var _SignedRgba8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedRgba8Nv; + var _SignedRgbNv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedRgbNv; + var _SignedRgb8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedRgb8Nv; + var _SignedLuminanceNv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedLuminanceNv; + var _SignedLuminance8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedLuminance8Nv; + var _SignedLuminanceAlphaNv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedLuminanceAlphaNv; + var _SignedLuminance8Alpha8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedLuminance8Alpha8Nv; + var _SignedAlphaNv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedAlphaNv; + var _SignedAlpha8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedAlpha8Nv; + var _SignedIntensityNv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedIntensityNv; + var _SignedIntensity8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedIntensity8Nv; + var _Dsdt8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.Dsdt8Nv; + var _Dsdt8Mag8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.Dsdt8Mag8Nv; + var _Dsdt8Mag8Intensity8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.Dsdt8Mag8Intensity8Nv; + var _SignedRgbUnsignedAlphaNv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedRgbUnsignedAlphaNv; + var _SignedRgb8UnsignedAlpha8Nv = OpenTK.Graphics.OpenGL.NvTextureShader.SignedRgb8UnsignedAlpha8Nv; + var _HiScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.HiScaleNv; + var _LoScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.LoScaleNv; + var _DsScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.DsScaleNv; + var _DtScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.DtScaleNv; + var _MagnitudeScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.MagnitudeScaleNv; + var _VibranceScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader.VibranceScaleNv; + var _HiBiasNv = OpenTK.Graphics.OpenGL.NvTextureShader.HiBiasNv; + var _LoBiasNv = OpenTK.Graphics.OpenGL.NvTextureShader.LoBiasNv; + var _DsBiasNv = OpenTK.Graphics.OpenGL.NvTextureShader.DsBiasNv; + var _DtBiasNv = OpenTK.Graphics.OpenGL.NvTextureShader.DtBiasNv; + var _MagnitudeBiasNv = OpenTK.Graphics.OpenGL.NvTextureShader.MagnitudeBiasNv; + var _VibranceBiasNv = OpenTK.Graphics.OpenGL.NvTextureShader.VibranceBiasNv; + var _TextureBorderValuesNv = OpenTK.Graphics.OpenGL.NvTextureShader.TextureBorderValuesNv; + var _TextureHiSizeNv = OpenTK.Graphics.OpenGL.NvTextureShader.TextureHiSizeNv; + var _TextureLoSizeNv = OpenTK.Graphics.OpenGL.NvTextureShader.TextureLoSizeNv; + var _TextureDsSizeNv = OpenTK.Graphics.OpenGL.NvTextureShader.TextureDsSizeNv; + var _TextureDtSizeNv = OpenTK.Graphics.OpenGL.NvTextureShader.TextureDtSizeNv; + var _TextureMagSizeNv = OpenTK.Graphics.OpenGL.NvTextureShader.TextureMagSizeNv; +} +static void Test_NvTextureShader2_10776() { + var _DotProductTexture3DNv = OpenTK.Graphics.OpenGL.NvTextureShader2.DotProductTexture3DNv; +} +static void Test_NvTextureShader3_10777() { + var _OffsetProjectiveTexture2DNv = OpenTK.Graphics.OpenGL.NvTextureShader3.OffsetProjectiveTexture2DNv; + var _OffsetProjectiveTexture2DScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader3.OffsetProjectiveTexture2DScaleNv; + var _OffsetProjectiveTextureRectangleNv = OpenTK.Graphics.OpenGL.NvTextureShader3.OffsetProjectiveTextureRectangleNv; + var _OffsetProjectiveTextureRectangleScaleNv = OpenTK.Graphics.OpenGL.NvTextureShader3.OffsetProjectiveTextureRectangleScaleNv; + var _OffsetHiloTexture2DNv = OpenTK.Graphics.OpenGL.NvTextureShader3.OffsetHiloTexture2DNv; + var _OffsetHiloTextureRectangleNv = OpenTK.Graphics.OpenGL.NvTextureShader3.OffsetHiloTextureRectangleNv; + var _OffsetHiloProjectiveTexture2DNv = OpenTK.Graphics.OpenGL.NvTextureShader3.OffsetHiloProjectiveTexture2DNv; + var _OffsetHiloProjectiveTextureRectangleNv = OpenTK.Graphics.OpenGL.NvTextureShader3.OffsetHiloProjectiveTextureRectangleNv; + var _DependentHiloTexture2DNv = OpenTK.Graphics.OpenGL.NvTextureShader3.DependentHiloTexture2DNv; + var _DependentRgbTexture3DNv = OpenTK.Graphics.OpenGL.NvTextureShader3.DependentRgbTexture3DNv; + var _DependentRgbTextureCubeMapNv = OpenTK.Graphics.OpenGL.NvTextureShader3.DependentRgbTextureCubeMapNv; + var _DotProductPassThroughNv = OpenTK.Graphics.OpenGL.NvTextureShader3.DotProductPassThroughNv; + var _DotProductTexture1DNv = OpenTK.Graphics.OpenGL.NvTextureShader3.DotProductTexture1DNv; + var _DotProductAffineDepthReplaceNv = OpenTK.Graphics.OpenGL.NvTextureShader3.DotProductAffineDepthReplaceNv; + var _Hilo8Nv = OpenTK.Graphics.OpenGL.NvTextureShader3.Hilo8Nv; + var _SignedHilo8Nv = OpenTK.Graphics.OpenGL.NvTextureShader3.SignedHilo8Nv; + var _ForceBlueToOneNv = OpenTK.Graphics.OpenGL.NvTextureShader3.ForceBlueToOneNv; +} +static void Test_NvTransformFeedback_10778() { + var _BackPrimaryColorNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.BackPrimaryColorNv; + var _BackSecondaryColorNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.BackSecondaryColorNv; + var _TextureCoordNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TextureCoordNv; + var _ClipDistanceNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.ClipDistanceNv; + var _VertexIdNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.VertexIdNv; + var _PrimitiveIdNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.PrimitiveIdNv; + var _GenericAttribNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.GenericAttribNv; + var _TransformFeedbackAttribsNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackAttribsNv; + var _TransformFeedbackBufferModeNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackBufferModeNv; + var _MaxTransformFeedbackSeparateComponentsNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.MaxTransformFeedbackSeparateComponentsNv; + var _ActiveVaryingsNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.ActiveVaryingsNv; + var _ActiveVaryingMaxLengthNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.ActiveVaryingMaxLengthNv; + var _TransformFeedbackVaryingsNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackVaryingsNv; + var _TransformFeedbackBufferStartNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackBufferStartNv; + var _TransformFeedbackBufferSizeNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackBufferSizeNv; + var _TransformFeedbackRecordNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackRecordNv; + var _PrimitivesGeneratedNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.PrimitivesGeneratedNv; + var _TransformFeedbackPrimitivesWrittenNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackPrimitivesWrittenNv; + var _RasterizerDiscardNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.RasterizerDiscardNv; + var _MaxTransformFeedbackInterleavedComponentsNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.MaxTransformFeedbackInterleavedComponentsNv; + var _MaxTransformFeedbackSeparateAttribsNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.MaxTransformFeedbackSeparateAttribsNv; + var _InterleavedAttribsNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.InterleavedAttribsNv; + var _SeparateAttribsNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.SeparateAttribsNv; + var _TransformFeedbackBufferNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackBufferNv; + var _TransformFeedbackBufferBindingNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.TransformFeedbackBufferBindingNv; + var _LayerNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.LayerNv; + var _NextBufferNv = OpenTK.Graphics.OpenGL.NvTransformFeedback.NextBufferNv; + var _SkipComponents4Nv = OpenTK.Graphics.OpenGL.NvTransformFeedback.SkipComponents4Nv; + var _SkipComponents3Nv = OpenTK.Graphics.OpenGL.NvTransformFeedback.SkipComponents3Nv; + var _SkipComponents2Nv = OpenTK.Graphics.OpenGL.NvTransformFeedback.SkipComponents2Nv; + var _SkipComponents1Nv = OpenTK.Graphics.OpenGL.NvTransformFeedback.SkipComponents1Nv; +} +static void Test_NvTransformFeedback2_10779() { + var _TransformFeedbackNv = OpenTK.Graphics.OpenGL.NvTransformFeedback2.TransformFeedbackNv; + var _TransformFeedbackBufferPausedNv = OpenTK.Graphics.OpenGL.NvTransformFeedback2.TransformFeedbackBufferPausedNv; + var _TransformFeedbackBufferActiveNv = OpenTK.Graphics.OpenGL.NvTransformFeedback2.TransformFeedbackBufferActiveNv; + var _TransformFeedbackBindingNv = OpenTK.Graphics.OpenGL.NvTransformFeedback2.TransformFeedbackBindingNv; +} +static void Test_NvVdpauInterop_10780() { + var _SurfaceStateNv = OpenTK.Graphics.OpenGL.NvVdpauInterop.SurfaceStateNv; + var _SurfaceRegisteredNv = OpenTK.Graphics.OpenGL.NvVdpauInterop.SurfaceRegisteredNv; + var _SurfaceMappedNv = OpenTK.Graphics.OpenGL.NvVdpauInterop.SurfaceMappedNv; + var _WriteDiscardNv = OpenTK.Graphics.OpenGL.NvVdpauInterop.WriteDiscardNv; +} +static void Test_NvVertexArrayRange_10781() { + var _VertexArrayRangeNv = OpenTK.Graphics.OpenGL.NvVertexArrayRange.VertexArrayRangeNv; + var _VertexArrayRangeLengthNv = OpenTK.Graphics.OpenGL.NvVertexArrayRange.VertexArrayRangeLengthNv; + var _VertexArrayRangeValidNv = OpenTK.Graphics.OpenGL.NvVertexArrayRange.VertexArrayRangeValidNv; + var _MaxVertexArrayRangeElementNv = OpenTK.Graphics.OpenGL.NvVertexArrayRange.MaxVertexArrayRangeElementNv; + var _VertexArrayRangePointerNv = OpenTK.Graphics.OpenGL.NvVertexArrayRange.VertexArrayRangePointerNv; +} +static void Test_NvVertexArrayRange2_10782() { + var _VertexArrayRangeWithoutFlushNv = OpenTK.Graphics.OpenGL.NvVertexArrayRange2.VertexArrayRangeWithoutFlushNv; +} +static void Test_NvVertexAttribInteger64bit_10783() { + var _Int64Nv = OpenTK.Graphics.OpenGL.NvVertexAttribInteger64bit.Int64Nv; + var _UnsignedInt64Nv = OpenTK.Graphics.OpenGL.NvVertexAttribInteger64bit.UnsignedInt64Nv; +} +static void Test_NvVertexBufferUnifiedMemory_10784() { + var _VertexAttribArrayUnifiedNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.VertexAttribArrayUnifiedNv; + var _ElementArrayUnifiedNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.ElementArrayUnifiedNv; + var _VertexAttribArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.VertexAttribArrayAddressNv; + var _VertexArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.VertexArrayAddressNv; + var _NormalArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.NormalArrayAddressNv; + var _ColorArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.ColorArrayAddressNv; + var _IndexArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.IndexArrayAddressNv; + var _TextureCoordArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.TextureCoordArrayAddressNv; + var _EdgeFlagArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.EdgeFlagArrayAddressNv; + var _SecondaryColorArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.SecondaryColorArrayAddressNv; + var _FogCoordArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.FogCoordArrayAddressNv; + var _ElementArrayAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.ElementArrayAddressNv; + var _VertexAttribArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.VertexAttribArrayLengthNv; + var _VertexArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.VertexArrayLengthNv; + var _NormalArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.NormalArrayLengthNv; + var _ColorArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.ColorArrayLengthNv; + var _IndexArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.IndexArrayLengthNv; + var _TextureCoordArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.TextureCoordArrayLengthNv; + var _EdgeFlagArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.EdgeFlagArrayLengthNv; + var _SecondaryColorArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.SecondaryColorArrayLengthNv; + var _FogCoordArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.FogCoordArrayLengthNv; + var _ElementArrayLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.ElementArrayLengthNv; + var _DrawIndirectUnifiedNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.DrawIndirectUnifiedNv; + var _DrawIndirectAddressNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.DrawIndirectAddressNv; + var _DrawIndirectLengthNv = OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory.DrawIndirectLengthNv; +} +static void Test_NvVertexProgram_10785() { + var _VertexProgramNv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexProgramNv; + var _VertexStateProgramNv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexStateProgramNv; + var _AttribArraySizeNv = OpenTK.Graphics.OpenGL.NvVertexProgram.AttribArraySizeNv; + var _AttribArrayStrideNv = OpenTK.Graphics.OpenGL.NvVertexProgram.AttribArrayStrideNv; + var _AttribArrayTypeNv = OpenTK.Graphics.OpenGL.NvVertexProgram.AttribArrayTypeNv; + var _CurrentAttribNv = OpenTK.Graphics.OpenGL.NvVertexProgram.CurrentAttribNv; + var _ProgramLengthNv = OpenTK.Graphics.OpenGL.NvVertexProgram.ProgramLengthNv; + var _ProgramStringNv = OpenTK.Graphics.OpenGL.NvVertexProgram.ProgramStringNv; + var _ModelviewProjectionNv = OpenTK.Graphics.OpenGL.NvVertexProgram.ModelviewProjectionNv; + var _IdentityNv = OpenTK.Graphics.OpenGL.NvVertexProgram.IdentityNv; + var _InverseNv = OpenTK.Graphics.OpenGL.NvVertexProgram.InverseNv; + var _TransposeNv = OpenTK.Graphics.OpenGL.NvVertexProgram.TransposeNv; + var _InverseTransposeNv = OpenTK.Graphics.OpenGL.NvVertexProgram.InverseTransposeNv; + var _MaxTrackMatrixStackDepthNv = OpenTK.Graphics.OpenGL.NvVertexProgram.MaxTrackMatrixStackDepthNv; + var _MaxTrackMatricesNv = OpenTK.Graphics.OpenGL.NvVertexProgram.MaxTrackMatricesNv; + var _Matrix0Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Matrix0Nv; + var _Matrix1Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Matrix1Nv; + var _Matrix2Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Matrix2Nv; + var _Matrix3Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Matrix3Nv; + var _Matrix4Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Matrix4Nv; + var _Matrix5Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Matrix5Nv; + var _Matrix6Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Matrix6Nv; + var _Matrix7Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Matrix7Nv; + var _CurrentMatrixStackDepthNv = OpenTK.Graphics.OpenGL.NvVertexProgram.CurrentMatrixStackDepthNv; + var _CurrentMatrixNv = OpenTK.Graphics.OpenGL.NvVertexProgram.CurrentMatrixNv; + var _VertexProgramPointSizeNv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexProgramPointSizeNv; + var _VertexProgramTwoSideNv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexProgramTwoSideNv; + var _ProgramParameterNv = OpenTK.Graphics.OpenGL.NvVertexProgram.ProgramParameterNv; + var _AttribArrayPointerNv = OpenTK.Graphics.OpenGL.NvVertexProgram.AttribArrayPointerNv; + var _ProgramTargetNv = OpenTK.Graphics.OpenGL.NvVertexProgram.ProgramTargetNv; + var _ProgramResidentNv = OpenTK.Graphics.OpenGL.NvVertexProgram.ProgramResidentNv; + var _TrackMatrixNv = OpenTK.Graphics.OpenGL.NvVertexProgram.TrackMatrixNv; + var _TrackMatrixTransformNv = OpenTK.Graphics.OpenGL.NvVertexProgram.TrackMatrixTransformNv; + var _VertexProgramBindingNv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexProgramBindingNv; + var _ProgramErrorPositionNv = OpenTK.Graphics.OpenGL.NvVertexProgram.ProgramErrorPositionNv; + var _VertexAttribArray0Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray0Nv; + var _VertexAttribArray1Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray1Nv; + var _VertexAttribArray2Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray2Nv; + var _VertexAttribArray3Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray3Nv; + var _VertexAttribArray4Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray4Nv; + var _VertexAttribArray5Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray5Nv; + var _VertexAttribArray6Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray6Nv; + var _VertexAttribArray7Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray7Nv; + var _VertexAttribArray8Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray8Nv; + var _VertexAttribArray9Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray9Nv; + var _VertexAttribArray10Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray10Nv; + var _VertexAttribArray11Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray11Nv; + var _VertexAttribArray12Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray12Nv; + var _VertexAttribArray13Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray13Nv; + var _VertexAttribArray14Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray14Nv; + var _VertexAttribArray15Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.VertexAttribArray15Nv; + var _Map1VertexAttrib04Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib04Nv; + var _Map1VertexAttrib14Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib14Nv; + var _Map1VertexAttrib24Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib24Nv; + var _Map1VertexAttrib34Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib34Nv; + var _Map1VertexAttrib44Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib44Nv; + var _Map1VertexAttrib54Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib54Nv; + var _Map1VertexAttrib64Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib64Nv; + var _Map1VertexAttrib74Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib74Nv; + var _Map1VertexAttrib84Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib84Nv; + var _Map1VertexAttrib94Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib94Nv; + var _Map1VertexAttrib104Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib104Nv; + var _Map1VertexAttrib114Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib114Nv; + var _Map1VertexAttrib124Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib124Nv; + var _Map1VertexAttrib134Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib134Nv; + var _Map1VertexAttrib144Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib144Nv; + var _Map1VertexAttrib154Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map1VertexAttrib154Nv; + var _Map2VertexAttrib04Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib04Nv; + var _Map2VertexAttrib14Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib14Nv; + var _Map2VertexAttrib24Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib24Nv; + var _Map2VertexAttrib34Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib34Nv; + var _Map2VertexAttrib44Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib44Nv; + var _Map2VertexAttrib54Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib54Nv; + var _Map2VertexAttrib64Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib64Nv; + var _Map2VertexAttrib74Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib74Nv; + var _Map2VertexAttrib84Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib84Nv; + var _Map2VertexAttrib94Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib94Nv; + var _Map2VertexAttrib104Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib104Nv; + var _Map2VertexAttrib114Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib114Nv; + var _Map2VertexAttrib124Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib124Nv; + var _Map2VertexAttrib134Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib134Nv; + var _Map2VertexAttrib144Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib144Nv; + var _Map2VertexAttrib154Nv = OpenTK.Graphics.OpenGL.NvVertexProgram.Map2VertexAttrib154Nv; +} +static void Test_NvVertexProgram11_10786() { +} +static void Test_NvVertexProgram2_10787() { +} +static void Test_NvVertexProgram2Option_10788() { + var _MaxProgramExecInstructionsNv = OpenTK.Graphics.OpenGL.NvVertexProgram2Option.MaxProgramExecInstructionsNv; + var _MaxProgramCallDepthNv = OpenTK.Graphics.OpenGL.NvVertexProgram2Option.MaxProgramCallDepthNv; +} +static void Test_NvVertexProgram3_10789() { + var _MaxVertexTextureImageUnitsArb = OpenTK.Graphics.OpenGL.NvVertexProgram3.MaxVertexTextureImageUnitsArb; +} +static void Test_NvVertexProgram4_10790() { + var _VertexAttribArrayIntegerNv = OpenTK.Graphics.OpenGL.NvVertexProgram4.VertexAttribArrayIntegerNv; +} +static void Test_NvVideoCapture_10791() { + var _VideoBufferNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoBufferNv; + var _VideoBufferBindingNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoBufferBindingNv; + var _FieldUpperNv = OpenTK.Graphics.OpenGL.NvVideoCapture.FieldUpperNv; + var _FieldLowerNv = OpenTK.Graphics.OpenGL.NvVideoCapture.FieldLowerNv; + var _NumVideoCaptureStreamsNv = OpenTK.Graphics.OpenGL.NvVideoCapture.NumVideoCaptureStreamsNv; + var _NextVideoCaptureBufferStatusNv = OpenTK.Graphics.OpenGL.NvVideoCapture.NextVideoCaptureBufferStatusNv; + var _VideoCaptureTo422SupportedNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoCaptureTo422SupportedNv; + var _LastVideoCaptureStatusNv = OpenTK.Graphics.OpenGL.NvVideoCapture.LastVideoCaptureStatusNv; + var _VideoBufferPitchNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoBufferPitchNv; + var _VideoColorConversionMatrixNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoColorConversionMatrixNv; + var _VideoColorConversionMaxNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoColorConversionMaxNv; + var _VideoColorConversionMinNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoColorConversionMinNv; + var _VideoColorConversionOffsetNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoColorConversionOffsetNv; + var _VideoBufferInternalFormatNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoBufferInternalFormatNv; + var _PartialSuccessNv = OpenTK.Graphics.OpenGL.NvVideoCapture.PartialSuccessNv; + var _SuccessNv = OpenTK.Graphics.OpenGL.NvVideoCapture.SuccessNv; + var _FailureNv = OpenTK.Graphics.OpenGL.NvVideoCapture.FailureNv; + var _Ycbycr8422Nv = OpenTK.Graphics.OpenGL.NvVideoCapture.Ycbycr8422Nv; + var _Ycbaycr8A4224Nv = OpenTK.Graphics.OpenGL.NvVideoCapture.Ycbaycr8A4224Nv; + var _Z6y10z6cb10z6y10z6cr10422Nv = OpenTK.Graphics.OpenGL.NvVideoCapture.Z6y10z6cb10z6y10z6cr10422Nv; + var _Z6y10z6cb10z6A10z6y10z6cr10z6A104224Nv = OpenTK.Graphics.OpenGL.NvVideoCapture.Z6y10z6cb10z6A10z6y10z6cr10z6A104224Nv; + var _Z4y12z4cb12z4y12z4cr12422Nv = OpenTK.Graphics.OpenGL.NvVideoCapture.Z4y12z4cb12z4y12z4cr12422Nv; + var _Z4y12z4cb12z4A12z4y12z4cr12z4A124224Nv = OpenTK.Graphics.OpenGL.NvVideoCapture.Z4y12z4cb12z4A12z4y12z4cr12z4A124224Nv; + var _Z4y12z4cb12z4cr12444Nv = OpenTK.Graphics.OpenGL.NvVideoCapture.Z4y12z4cb12z4cr12444Nv; + var _VideoCaptureFrameWidthNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoCaptureFrameWidthNv; + var _VideoCaptureFrameHeightNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoCaptureFrameHeightNv; + var _VideoCaptureFieldUpperHeightNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoCaptureFieldUpperHeightNv; + var _VideoCaptureFieldLowerHeightNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoCaptureFieldLowerHeightNv; + var _VideoCaptureSurfaceOriginNv = OpenTK.Graphics.OpenGL.NvVideoCapture.VideoCaptureSurfaceOriginNv; +} +static void Test_NvxConditionalRender_10792() { +} +static void Test_NvxGpuMemoryInfo_10793() { + var _GpuMemoryInfoDedicatedVidmemNvx = OpenTK.Graphics.OpenGL.NvxGpuMemoryInfo.GpuMemoryInfoDedicatedVidmemNvx; + var _GpuMemoryInfoTotalAvailableMemoryNvx = OpenTK.Graphics.OpenGL.NvxGpuMemoryInfo.GpuMemoryInfoTotalAvailableMemoryNvx; + var _GpuMemoryInfoCurrentAvailableVidmemNvx = OpenTK.Graphics.OpenGL.NvxGpuMemoryInfo.GpuMemoryInfoCurrentAvailableVidmemNvx; + var _GpuMemoryInfoEvictionCountNvx = OpenTK.Graphics.OpenGL.NvxGpuMemoryInfo.GpuMemoryInfoEvictionCountNvx; + var _GpuMemoryInfoEvictedMemoryNvx = OpenTK.Graphics.OpenGL.NvxGpuMemoryInfo.GpuMemoryInfoEvictedMemoryNvx; +} +static void Test_ObjectLabelIdentifier_10794() { + var _Texture = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.Texture; + var _VertexArray = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.VertexArray; + var _Buffer = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.Buffer; + var _Shader = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.Shader; + var _Program = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.Program; + var _Query = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.Query; + var _ProgramPipeline = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.ProgramPipeline; + var _Sampler = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.Sampler; + var _Framebuffer = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.Renderbuffer; + var _TransformFeedback = OpenTK.Graphics.OpenGL.ObjectLabelIdentifier.TransformFeedback; +} +static void Test_OcclusionQueryEventMaskAmd_10795() { + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.OpenGL.OcclusionQueryEventMaskAmd.QueryDepthPassEventBitAmd; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.OpenGL.OcclusionQueryEventMaskAmd.QueryDepthFailEventBitAmd; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.OpenGL.OcclusionQueryEventMaskAmd.QueryStencilFailEventBitAmd; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.OpenGL.OcclusionQueryEventMaskAmd.QueryDepthBoundsFailEventBitAmd; + var _QueryAllEventBitsAmd = OpenTK.Graphics.OpenGL.OcclusionQueryEventMaskAmd.QueryAllEventBitsAmd; +} +static void Test_OesByteCoordinates_10796() { +} +static void Test_OesCompressedPalettedTexture_10797() { + var _Palette4Rgb8Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.OpenGL.OesCompressedPalettedTexture.Palette8Rgb5A1Oes; +} +static void Test_OesFixedPoint_10798() { + var _FixedOes = OpenTK.Graphics.OpenGL.OesFixedPoint.FixedOes; +} +static void Test_OesQueryMatrix_10799() { +} +static void Test_OesReadFormat_10800() { + var _ImplementationColorReadTypeOes = OpenTK.Graphics.OpenGL.OesReadFormat.ImplementationColorReadTypeOes; + var _ImplementationColorReadFormatOes = OpenTK.Graphics.OpenGL.OesReadFormat.ImplementationColorReadFormatOes; +} +static void Test_OesSinglePrecision_10801() { +} +static void Test_OmlInterlace_10802() { + var _InterlaceOml = OpenTK.Graphics.OpenGL.OmlInterlace.InterlaceOml; + var _InterlaceReadOml = OpenTK.Graphics.OpenGL.OmlInterlace.InterlaceReadOml; +} +static void Test_OmlResample_10803() { + var _PackResampleOml = OpenTK.Graphics.OpenGL.OmlResample.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.OpenGL.OmlResample.UnpackResampleOml; + var _ResampleReplicateOml = OpenTK.Graphics.OpenGL.OmlResample.ResampleReplicateOml; + var _ResampleZeroFillOml = OpenTK.Graphics.OpenGL.OmlResample.ResampleZeroFillOml; + var _ResampleAverageOml = OpenTK.Graphics.OpenGL.OmlResample.ResampleAverageOml; + var _ResampleDecimateOml = OpenTK.Graphics.OpenGL.OmlResample.ResampleDecimateOml; +} +static void Test_OmlSubsample_10804() { + var _FormatSubsample2424Oml = OpenTK.Graphics.OpenGL.OmlSubsample.FormatSubsample2424Oml; + var _FormatSubsample244244Oml = OpenTK.Graphics.OpenGL.OmlSubsample.FormatSubsample244244Oml; +} +static void Test_PackedPointerType_10805() { + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.PackedPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.PackedPointerType.Int2101010Rev; +} +static void Test_PatchParameterFloat_10806() { + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL.PatchParameterFloat.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL.PatchParameterFloat.PatchDefaultOuterLevel; +} +static void Test_PatchParameterInt_10807() { + var _PatchVertices = OpenTK.Graphics.OpenGL.PatchParameterInt.PatchVertices; +} +static void Test_PgiMiscHints_10808() { + var _PreferDoublebufferHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.ReclaimMemoryHintPgi; + var _NativeGraphicsHandlePgi = OpenTK.Graphics.OpenGL.PgiMiscHints.NativeGraphicsHandlePgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.OpenGL.PgiMiscHints.BackNormalsHintPgi; +} +static void Test_PgiVertexHints_10809() { + var _Vertex23BitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.Vertex23BitPgi; + var _Vertex4BitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.Vertex4BitPgi; + var _Color3BitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.Color3BitPgi; + var _Color4BitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.Color4BitPgi; + var _EdgeflagBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.EdgeflagBitPgi; + var _IndexBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.IndexBitPgi; + var _MatAmbientBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MatAmbientBitPgi; + var _MatAmbientAndDiffuseBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MatAmbientAndDiffuseBitPgi; + var _MatDiffuseBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MatDiffuseBitPgi; + var _MatEmissionBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MatEmissionBitPgi; + var _MatColorIndexesBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MatColorIndexesBitPgi; + var _MatShininessBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MatShininessBitPgi; + var _MatSpecularBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MatSpecularBitPgi; + var _NormalBitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.NormalBitPgi; + var _Texcoord1BitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.Texcoord1BitPgi; + var _VertexDataHintPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.MaxVertexHintPgi; + var _Texcoord2BitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.Texcoord2BitPgi; + var _Texcoord3BitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.Texcoord3BitPgi; + var _Texcoord4BitPgi = OpenTK.Graphics.OpenGL.PgiVertexHints.Texcoord4BitPgi; +} +static void Test_PixelCopyType_10810() { + var _Color = OpenTK.Graphics.OpenGL.PixelCopyType.Color; + var _ColorExt = OpenTK.Graphics.OpenGL.PixelCopyType.ColorExt; + var _Depth = OpenTK.Graphics.OpenGL.PixelCopyType.Depth; + var _DepthExt = OpenTK.Graphics.OpenGL.PixelCopyType.DepthExt; + var _Stencil = OpenTK.Graphics.OpenGL.PixelCopyType.Stencil; + var _StencilExt = OpenTK.Graphics.OpenGL.PixelCopyType.StencilExt; +} +static void Test_PixelFormat_10811() { + var _UnsignedShort = OpenTK.Graphics.OpenGL.PixelFormat.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.OpenGL.PixelFormat.UnsignedInt; + var _ColorIndex = OpenTK.Graphics.OpenGL.PixelFormat.ColorIndex; + var _StencilIndex = OpenTK.Graphics.OpenGL.PixelFormat.StencilIndex; + var _DepthComponent = OpenTK.Graphics.OpenGL.PixelFormat.DepthComponent; + var _Red = OpenTK.Graphics.OpenGL.PixelFormat.Red; + var _RedExt = OpenTK.Graphics.OpenGL.PixelFormat.RedExt; + var _Green = OpenTK.Graphics.OpenGL.PixelFormat.Green; + var _Blue = OpenTK.Graphics.OpenGL.PixelFormat.Blue; + var _Alpha = OpenTK.Graphics.OpenGL.PixelFormat.Alpha; + var _Rgb = OpenTK.Graphics.OpenGL.PixelFormat.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL.PixelFormat.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL.PixelFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL.PixelFormat.LuminanceAlpha; + var _AbgrExt = OpenTK.Graphics.OpenGL.PixelFormat.AbgrExt; + var _CmykExt = OpenTK.Graphics.OpenGL.PixelFormat.CmykExt; + var _CmykaExt = OpenTK.Graphics.OpenGL.PixelFormat.CmykaExt; + var _Bgr = OpenTK.Graphics.OpenGL.PixelFormat.Bgr; + var _Bgra = OpenTK.Graphics.OpenGL.PixelFormat.Bgra; + var _Ycrcb422Sgix = OpenTK.Graphics.OpenGL.PixelFormat.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.OpenGL.PixelFormat.Ycrcb444Sgix; + var _Rg = OpenTK.Graphics.OpenGL.PixelFormat.Rg; + var _RgInteger = OpenTK.Graphics.OpenGL.PixelFormat.RgInteger; + var _R5G6B5IccSgix = OpenTK.Graphics.OpenGL.PixelFormat.R5G6B5IccSgix; + var _R5G6B5A8IccSgix = OpenTK.Graphics.OpenGL.PixelFormat.R5G6B5A8IccSgix; + var _Alpha16IccSgix = OpenTK.Graphics.OpenGL.PixelFormat.Alpha16IccSgix; + var _Luminance16IccSgix = OpenTK.Graphics.OpenGL.PixelFormat.Luminance16IccSgix; + var _Luminance16Alpha8IccSgix = OpenTK.Graphics.OpenGL.PixelFormat.Luminance16Alpha8IccSgix; + var _DepthStencil = OpenTK.Graphics.OpenGL.PixelFormat.DepthStencil; + var _RedInteger = OpenTK.Graphics.OpenGL.PixelFormat.RedInteger; + var _GreenInteger = OpenTK.Graphics.OpenGL.PixelFormat.GreenInteger; + var _BlueInteger = OpenTK.Graphics.OpenGL.PixelFormat.BlueInteger; + var _AlphaInteger = OpenTK.Graphics.OpenGL.PixelFormat.AlphaInteger; + var _RgbInteger = OpenTK.Graphics.OpenGL.PixelFormat.RgbInteger; + var _RgbaInteger = OpenTK.Graphics.OpenGL.PixelFormat.RgbaInteger; + var _BgrInteger = OpenTK.Graphics.OpenGL.PixelFormat.BgrInteger; + var _BgraInteger = OpenTK.Graphics.OpenGL.PixelFormat.BgraInteger; +} +static void Test_PixelInternalFormat_10812() { + var _DepthComponent = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthComponent; + var _Alpha = OpenTK.Graphics.OpenGL.PixelInternalFormat.Alpha; + var _Rgb = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL.PixelInternalFormat.LuminanceAlpha; + var _R3G3B2 = OpenTK.Graphics.OpenGL.PixelInternalFormat.R3G3B2; + var _Alpha4 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Alpha4; + var _Alpha8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Alpha8; + var _Alpha12 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Alpha12; + var _Alpha16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Alpha16; + var _Luminance4 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance4; + var _Luminance8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance8; + var _Luminance12 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance12; + var _Luminance16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance4Alpha4; + var _Luminance6Alpha2 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance8Alpha8; + var _Luminance12Alpha4 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.OpenGL.PixelInternalFormat.Intensity; + var _Intensity4 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Intensity4; + var _Intensity8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Intensity8; + var _Intensity12 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Intensity12; + var _Intensity16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Intensity16; + var _Rgb2Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba16; + var _DualAlpha4Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.OpenGL.PixelInternalFormat.QuadIntensity8Sgis; + var _DepthComponent16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthComponent16; + var _DepthComponent16Sgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthComponent16Sgix; + var _DepthComponent24 = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthComponent24; + var _DepthComponent24Sgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthComponent24Sgix; + var _DepthComponent32 = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthComponent32; + var _DepthComponent32Sgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthComponent32Sgix; + var _CompressedRed = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRed; + var _CompressedRg = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRg; + var _R8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.R8; + var _R16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.R16; + var _Rg8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg16; + var _R16f = OpenTK.Graphics.OpenGL.PixelInternalFormat.R16f; + var _R32f = OpenTK.Graphics.OpenGL.PixelInternalFormat.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL.PixelInternalFormat.R8i; + var _R8ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.R8ui; + var _R16i = OpenTK.Graphics.OpenGL.PixelInternalFormat.R16i; + var _R16ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.R16ui; + var _R32i = OpenTK.Graphics.OpenGL.PixelInternalFormat.R32i; + var _R32ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg32ui; + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgbaS3tcDxt5Ext; + var _RgbIccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.RgbIccSgix; + var _RgbaIccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.RgbaIccSgix; + var _AlphaIccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.AlphaIccSgix; + var _LuminanceIccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.LuminanceIccSgix; + var _IntensityIccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.IntensityIccSgix; + var _LuminanceAlphaIccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.LuminanceAlphaIccSgix; + var _R5G6B5IccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.R5G6B5IccSgix; + var _R5G6B5A8IccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.R5G6B5A8IccSgix; + var _Alpha16IccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.Alpha16IccSgix; + var _Luminance16IccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance16IccSgix; + var _Intensity16IccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.Intensity16IccSgix; + var _Luminance16Alpha8IccSgix = OpenTK.Graphics.OpenGL.PixelInternalFormat.Luminance16Alpha8IccSgix; + var _CompressedAlpha = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedAlpha; + var _CompressedLuminance = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedLuminance; + var _CompressedLuminanceAlpha = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedLuminanceAlpha; + var _CompressedIntensity = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedIntensity; + var _CompressedRgb = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgb; + var _CompressedRgba = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgba; + var _DepthStencil = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthStencil; + var _Rgba32f = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba32f; + var _Rgb32f = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb32f; + var _Rgba16f = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba16f; + var _Rgb16f = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb16f; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Depth24Stencil8; + var _R11fG11fB10f = OpenTK.Graphics.OpenGL.PixelInternalFormat.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb9E5; + var _Srgb = OpenTK.Graphics.OpenGL.PixelInternalFormat.Srgb; + var _Srgb8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Srgb8; + var _SrgbAlpha = OpenTK.Graphics.OpenGL.PixelInternalFormat.SrgbAlpha; + var _Srgb8Alpha8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Srgb8Alpha8; + var _SluminanceAlpha = OpenTK.Graphics.OpenGL.PixelInternalFormat.SluminanceAlpha; + var _Sluminance8Alpha8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Sluminance8Alpha8; + var _Sluminance = OpenTK.Graphics.OpenGL.PixelInternalFormat.Sluminance; + var _Sluminance8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Sluminance8; + var _CompressedSrgb = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSrgb; + var _CompressedSrgbAlpha = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSrgbAlpha; + var _CompressedSluminance = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSluminance; + var _CompressedSluminanceAlpha = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSluminanceAlpha; + var _CompressedSrgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSrgbS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt1Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSrgbAlphaS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt3Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSrgbAlphaS3tcDxt3Ext; + var _CompressedSrgbAlphaS3tcDxt5Ext = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSrgbAlphaS3tcDxt5Ext; + var _DepthComponent32f = OpenTK.Graphics.OpenGL.PixelInternalFormat.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL.PixelInternalFormat.Depth32fStencil8; + var _Rgba32ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba32i; + var _Rgb32i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb32i; + var _Rgba16i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba16i; + var _Rgb16i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb16i; + var _Rgba8i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba8i; + var _Rgb8i = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb8i; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL.PixelInternalFormat.Float32UnsignedInt248Rev; + var _CompressedRedRgtc1 = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRedRgtc1; + var _CompressedSignedRedRgtc1 = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSignedRedRgtc1; + var _CompressedRgRgtc2 = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgRgtc2; + var _CompressedSignedRgRgtc2 = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedSignedRgRgtc2; + var _CompressedRgbaBptcUnorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgbaBptcUnorm; + var _CompressedRgbBptcSignedFloat = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgbBptcSignedFloat; + var _CompressedRgbBptcUnsignedFloat = OpenTK.Graphics.OpenGL.PixelInternalFormat.CompressedRgbBptcUnsignedFloat; + var _R8Snorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba8Snorm; + var _R16Snorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.R16Snorm; + var _Rg16Snorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rg16Snorm; + var _Rgb16Snorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb16Snorm; + var _Rgba16Snorm = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgba16Snorm; + var _Rgb10A2ui = OpenTK.Graphics.OpenGL.PixelInternalFormat.Rgb10A2ui; + var _One = OpenTK.Graphics.OpenGL.PixelInternalFormat.One; + var _Two = OpenTK.Graphics.OpenGL.PixelInternalFormat.Two; + var _Three = OpenTK.Graphics.OpenGL.PixelInternalFormat.Three; + var _Four = OpenTK.Graphics.OpenGL.PixelInternalFormat.Four; +} +static void Test_PixelMap_10813() { + var _PixelMapIToI = OpenTK.Graphics.OpenGL.PixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.OpenGL.PixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.OpenGL.PixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.OpenGL.PixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.OpenGL.PixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.OpenGL.PixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.OpenGL.PixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.OpenGL.PixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.OpenGL.PixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.OpenGL.PixelMap.PixelMapAToA; +} +static void Test_PixelStoreParameter_10814() { + var _UnpackSwapBytes = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackAlignment; + var _PackSkipImages = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackImageHeightExt; + var _PackSkipVolumesSgis = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackImageDepthSgis; + var _PixelTileWidthSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.PixelTileCacheSizeSgix; + var _PackResampleSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackResampleSgix; + var _PackSubsampleRateSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackSubsampleRateSgix; + var _PackResampleOml = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackResampleOml; + var _UnpackCompressedBlockWidth = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackCompressedBlockWidth; + var _UnpackCompressedBlockHeight = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackCompressedBlockHeight; + var _UnpackCompressedBlockDepth = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackCompressedBlockDepth; + var _UnpackCompressedBlockSize = OpenTK.Graphics.OpenGL.PixelStoreParameter.UnpackCompressedBlockSize; + var _PackCompressedBlockWidth = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackCompressedBlockWidth; + var _PackCompressedBlockHeight = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackCompressedBlockHeight; + var _PackCompressedBlockDepth = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackCompressedBlockDepth; + var _PackCompressedBlockSize = OpenTK.Graphics.OpenGL.PixelStoreParameter.PackCompressedBlockSize; +} +static void Test_PixelStoreResampleMode_10815() { + var _ResampleReplicateSgix = OpenTK.Graphics.OpenGL.PixelStoreResampleMode.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.OpenGL.PixelStoreResampleMode.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.OpenGL.PixelStoreResampleMode.ResampleDecimateSgix; +} +static void Test_PixelStoreSubsampleRate_10816() { + var _PixelSubsample4444Sgix = OpenTK.Graphics.OpenGL.PixelStoreSubsampleRate.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.OpenGL.PixelStoreSubsampleRate.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.OpenGL.PixelStoreSubsampleRate.PixelSubsample4242Sgix; +} +static void Test_PixelTexGenMode_10817() { + var _None = OpenTK.Graphics.OpenGL.PixelTexGenMode.None; + var _Rgb = OpenTK.Graphics.OpenGL.PixelTexGenMode.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL.PixelTexGenMode.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL.PixelTexGenMode.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL.PixelTexGenMode.LuminanceAlpha; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.OpenGL.PixelTexGenMode.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.OpenGL.PixelTexGenMode.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.OpenGL.PixelTexGenMode.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.OpenGL.PixelTexGenMode.PixelTexGenAlphaMsSgix; +} +static void Test_PixelTexGenParameterNameSgis_10818() { + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.OpenGL.PixelTexGenParameterNameSgis.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.OpenGL.PixelTexGenParameterNameSgis.PixelFragmentAlphaSourceSgis; +} +static void Test_PixelTransferParameter_10819() { + var _MapColor = OpenTK.Graphics.OpenGL.PixelTransferParameter.MapColor; + var _MapStencil = OpenTK.Graphics.OpenGL.PixelTransferParameter.MapStencil; + var _IndexShift = OpenTK.Graphics.OpenGL.PixelTransferParameter.IndexShift; + var _IndexOffset = OpenTK.Graphics.OpenGL.PixelTransferParameter.IndexOffset; + var _RedScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.RedScale; + var _RedBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.RedBias; + var _GreenScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.GreenScale; + var _GreenBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.GreenBias; + var _BlueScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.BlueScale; + var _BlueBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.BlueBias; + var _AlphaScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.AlphaScale; + var _AlphaBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.AlphaBias; + var _DepthScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.DepthScale; + var _DepthBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.DepthBias; + var _PostConvolutionRedScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostConvolutionAlphaBiasExt; + var _PostColorMatrixRedScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.OpenGL.PixelTransferParameter.PostColorMatrixAlphaBiasSgi; +} +static void Test_PixelType_10820() { + var _Byte = OpenTK.Graphics.OpenGL.PixelType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.PixelType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.PixelType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.PixelType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.PixelType.Float; + var _HalfFloat = OpenTK.Graphics.OpenGL.PixelType.HalfFloat; + var _Bitmap = OpenTK.Graphics.OpenGL.PixelType.Bitmap; + var _UnsignedByte332 = OpenTK.Graphics.OpenGL.PixelType.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.OpenGL.PixelType.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt1010102Ext; + var _UnsignedByte233Reversed = OpenTK.Graphics.OpenGL.PixelType.UnsignedByte233Reversed; + var _UnsignedShort565 = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort565; + var _UnsignedShort565Reversed = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort565Reversed; + var _UnsignedShort4444Reversed = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort4444Reversed; + var _UnsignedShort1555Reversed = OpenTK.Graphics.OpenGL.PixelType.UnsignedShort1555Reversed; + var _UnsignedInt8888Reversed = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt8888Reversed; + var _UnsignedInt2101010Reversed = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt2101010Reversed; + var _UnsignedInt248 = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt248; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt10F11F11FRev; + var _UnsignedInt5999Rev = OpenTK.Graphics.OpenGL.PixelType.UnsignedInt5999Rev; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL.PixelType.Float32UnsignedInt248Rev; +} +static void Test_PointParameterName_10821() { + var _PointSizeMin = OpenTK.Graphics.OpenGL.PointParameterName.PointSizeMin; + var _PointSizeMax = OpenTK.Graphics.OpenGL.PointParameterName.PointSizeMax; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL.PointParameterName.PointFadeThresholdSize; + var _PointDistanceAttenuation = OpenTK.Graphics.OpenGL.PointParameterName.PointDistanceAttenuation; + var _PointSpriteCoordOrigin = OpenTK.Graphics.OpenGL.PointParameterName.PointSpriteCoordOrigin; +} +static void Test_PointParameterNameSgis_10822() { + var _PointSizeMin = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.OpenGL.PointParameterNameSgis.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.OpenGL.PointParameterNameSgis.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.OpenGL.PointParameterNameSgis.PointDistanceAttenuationArb; +} +static void Test_PointSpriteCoordOriginParameter_10823() { + var _LowerLeft = OpenTK.Graphics.OpenGL.PointSpriteCoordOriginParameter.LowerLeft; + var _UpperLeft = OpenTK.Graphics.OpenGL.PointSpriteCoordOriginParameter.UpperLeft; +} +static void Test_PolygonMode_10824() { + var _Point = OpenTK.Graphics.OpenGL.PolygonMode.Point; + var _Line = OpenTK.Graphics.OpenGL.PolygonMode.Line; + var _Fill = OpenTK.Graphics.OpenGL.PolygonMode.Fill; +} +static void Test_PrimitiveType_10825() { + var _Points = OpenTK.Graphics.OpenGL.PrimitiveType.Points; + var _Lines = OpenTK.Graphics.OpenGL.PrimitiveType.Lines; + var _LineLoop = OpenTK.Graphics.OpenGL.PrimitiveType.LineLoop; + var _LineStrip = OpenTK.Graphics.OpenGL.PrimitiveType.LineStrip; + var _Triangles = OpenTK.Graphics.OpenGL.PrimitiveType.Triangles; + var _TriangleStrip = OpenTK.Graphics.OpenGL.PrimitiveType.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.OpenGL.PrimitiveType.TriangleFan; + var _Quads = OpenTK.Graphics.OpenGL.PrimitiveType.Quads; + var _QuadsExt = OpenTK.Graphics.OpenGL.PrimitiveType.QuadsExt; + var _QuadStrip = OpenTK.Graphics.OpenGL.PrimitiveType.QuadStrip; + var _Polygon = OpenTK.Graphics.OpenGL.PrimitiveType.Polygon; + var _LinesAdjacency = OpenTK.Graphics.OpenGL.PrimitiveType.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.OpenGL.PrimitiveType.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.OpenGL.PrimitiveType.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.OpenGL.PrimitiveType.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.OpenGL.PrimitiveType.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.OpenGL.PrimitiveType.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.OpenGL.PrimitiveType.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.OpenGL.PrimitiveType.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.OpenGL.PrimitiveType.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.OpenGL.PrimitiveType.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.OpenGL.PrimitiveType.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.OpenGL.PrimitiveType.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.OpenGL.PrimitiveType.Patches; + var _PatchesExt = OpenTK.Graphics.OpenGL.PrimitiveType.PatchesExt; +} +static void Test_ProgramInterface_10826() { + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL.ProgramInterface.TransformFeedbackBuffer; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL.ProgramInterface.AtomicCounterBuffer; + var _Uniform = OpenTK.Graphics.OpenGL.ProgramInterface.Uniform; + var _UniformBlock = OpenTK.Graphics.OpenGL.ProgramInterface.UniformBlock; + var _ProgramInput = OpenTK.Graphics.OpenGL.ProgramInterface.ProgramInput; + var _ProgramOutput = OpenTK.Graphics.OpenGL.ProgramInterface.ProgramOutput; + var _BufferVariable = OpenTK.Graphics.OpenGL.ProgramInterface.BufferVariable; + var _ShaderStorageBlock = OpenTK.Graphics.OpenGL.ProgramInterface.ShaderStorageBlock; + var _VertexSubroutine = OpenTK.Graphics.OpenGL.ProgramInterface.VertexSubroutine; + var _TessControlSubroutine = OpenTK.Graphics.OpenGL.ProgramInterface.TessControlSubroutine; + var _TessEvaluationSubroutine = OpenTK.Graphics.OpenGL.ProgramInterface.TessEvaluationSubroutine; + var _GeometrySubroutine = OpenTK.Graphics.OpenGL.ProgramInterface.GeometrySubroutine; + var _FragmentSubroutine = OpenTK.Graphics.OpenGL.ProgramInterface.FragmentSubroutine; + var _ComputeSubroutine = OpenTK.Graphics.OpenGL.ProgramInterface.ComputeSubroutine; + var _VertexSubroutineUniform = OpenTK.Graphics.OpenGL.ProgramInterface.VertexSubroutineUniform; + var _TessControlSubroutineUniform = OpenTK.Graphics.OpenGL.ProgramInterface.TessControlSubroutineUniform; + var _TessEvaluationSubroutineUniform = OpenTK.Graphics.OpenGL.ProgramInterface.TessEvaluationSubroutineUniform; + var _GeometrySubroutineUniform = OpenTK.Graphics.OpenGL.ProgramInterface.GeometrySubroutineUniform; + var _FragmentSubroutineUniform = OpenTK.Graphics.OpenGL.ProgramInterface.FragmentSubroutineUniform; + var _ComputeSubroutineUniform = OpenTK.Graphics.OpenGL.ProgramInterface.ComputeSubroutineUniform; + var _TransformFeedbackVarying = OpenTK.Graphics.OpenGL.ProgramInterface.TransformFeedbackVarying; +} +static void Test_ProgramInterfaceParameter_10827() { + var _ActiveResources = OpenTK.Graphics.OpenGL.ProgramInterfaceParameter.ActiveResources; + var _MaxNameLength = OpenTK.Graphics.OpenGL.ProgramInterfaceParameter.MaxNameLength; + var _MaxNumActiveVariables = OpenTK.Graphics.OpenGL.ProgramInterfaceParameter.MaxNumActiveVariables; + var _MaxNumCompatibleSubroutines = OpenTK.Graphics.OpenGL.ProgramInterfaceParameter.MaxNumCompatibleSubroutines; +} +static void Test_ProgramParameter_10828() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.ProgramParameter.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL.ProgramParameter.ProgramSeparable; + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL.ProgramParameter.GeometryShaderInvocations; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL.ProgramParameter.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL.ProgramParameter.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL.ProgramParameter.GeometryOutputType; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL.ProgramParameter.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL.ProgramParameter.ActiveUniformBlocks; + var _DeleteStatus = OpenTK.Graphics.OpenGL.ProgramParameter.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.OpenGL.ProgramParameter.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.OpenGL.ProgramParameter.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL.ProgramParameter.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.OpenGL.ProgramParameter.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.OpenGL.ProgramParameter.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.OpenGL.ProgramParameter.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.OpenGL.ProgramParameter.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.OpenGL.ProgramParameter.ActiveAttributeMaxLength; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.OpenGL.ProgramParameter.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.OpenGL.ProgramParameter.TransformFeedbackBufferMode; + var _TransformFeedbackVaryings = OpenTK.Graphics.OpenGL.ProgramParameter.TransformFeedbackVaryings; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL.ProgramParameter.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL.ProgramParameter.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL.ProgramParameter.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL.ProgramParameter.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL.ProgramParameter.TessGenPointMode; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL.ProgramParameter.MaxComputeWorkGroupSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL.ProgramParameter.ActiveAtomicCounterBuffers; +} +static void Test_ProgramParameterName_10829() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.ProgramParameterName.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL.ProgramParameterName.ProgramSeparable; +} +static void Test_ProgramParameterPName_10830() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.ProgramParameterPName.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL.ProgramParameterPName.ProgramSeparable; +} +static void Test_ProgramPipelineParameter_10831() { + var _ActiveProgram = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.ActiveProgram; + var _FragmentShader = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.FragmentShader; + var _VertexShader = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.VertexShader; + var _ValidateStatus = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.InfoLogLength; + var _GeometryShader = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.GeometryShader; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.TessControlShader; + var _ComputeShader = OpenTK.Graphics.OpenGL.ProgramPipelineParameter.ComputeShader; +} +static void Test_ProgramProperty_10832() { + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL.ProgramProperty.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL.ProgramProperty.CompatibleSubroutines; + var _IsPerPatch = OpenTK.Graphics.OpenGL.ProgramProperty.IsPerPatch; + var _NameLength = OpenTK.Graphics.OpenGL.ProgramProperty.NameLength; + var _Type = OpenTK.Graphics.OpenGL.ProgramProperty.Type; + var _ArraySize = OpenTK.Graphics.OpenGL.ProgramProperty.ArraySize; + var _Offset = OpenTK.Graphics.OpenGL.ProgramProperty.Offset; + var _BlockIndex = OpenTK.Graphics.OpenGL.ProgramProperty.BlockIndex; + var _ArrayStride = OpenTK.Graphics.OpenGL.ProgramProperty.ArrayStride; + var _MatrixStride = OpenTK.Graphics.OpenGL.ProgramProperty.MatrixStride; + var _IsRowMajor = OpenTK.Graphics.OpenGL.ProgramProperty.IsRowMajor; + var _AtomicCounterBufferIndex = OpenTK.Graphics.OpenGL.ProgramProperty.AtomicCounterBufferIndex; + var _BufferBinding = OpenTK.Graphics.OpenGL.ProgramProperty.BufferBinding; + var _BufferDataSize = OpenTK.Graphics.OpenGL.ProgramProperty.BufferDataSize; + var _NumActiveVariables = OpenTK.Graphics.OpenGL.ProgramProperty.NumActiveVariables; + var _ActiveVariables = OpenTK.Graphics.OpenGL.ProgramProperty.ActiveVariables; + var _ReferencedByVertexShader = OpenTK.Graphics.OpenGL.ProgramProperty.ReferencedByVertexShader; + var _ReferencedByTessControlShader = OpenTK.Graphics.OpenGL.ProgramProperty.ReferencedByTessControlShader; + var _ReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.ProgramProperty.ReferencedByTessEvaluationShader; + var _ReferencedByGeometryShader = OpenTK.Graphics.OpenGL.ProgramProperty.ReferencedByGeometryShader; + var _ReferencedByFragmentShader = OpenTK.Graphics.OpenGL.ProgramProperty.ReferencedByFragmentShader; + var _TopLevelArraySize = OpenTK.Graphics.OpenGL.ProgramProperty.TopLevelArraySize; + var _TopLevelArrayStride = OpenTK.Graphics.OpenGL.ProgramProperty.TopLevelArrayStride; + var _Location = OpenTK.Graphics.OpenGL.ProgramProperty.Location; + var _LocationIndex = OpenTK.Graphics.OpenGL.ProgramProperty.LocationIndex; + var _LocationComponent = OpenTK.Graphics.OpenGL.ProgramProperty.LocationComponent; + var _TransformFeedbackBufferIndex = OpenTK.Graphics.OpenGL.ProgramProperty.TransformFeedbackBufferIndex; + var _TransformFeedbackBufferStride = OpenTK.Graphics.OpenGL.ProgramProperty.TransformFeedbackBufferStride; +} +static void Test_ProgramStageMask_10833() { + var _VertexShaderBit = OpenTK.Graphics.OpenGL.ProgramStageMask.VertexShaderBit; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL.ProgramStageMask.FragmentShaderBit; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL.ProgramStageMask.GeometryShaderBit; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL.ProgramStageMask.TessControlShaderBit; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL.ProgramStageMask.TessEvaluationShaderBit; + var _ComputeShaderBit = OpenTK.Graphics.OpenGL.ProgramStageMask.ComputeShaderBit; + var _AllShaderBits = OpenTK.Graphics.OpenGL.ProgramStageMask.AllShaderBits; +} +static void Test_ProgramStageParameter_10834() { + var _ActiveSubroutines = OpenTK.Graphics.OpenGL.ProgramStageParameter.ActiveSubroutines; + var _ActiveSubroutineUniforms = OpenTK.Graphics.OpenGL.ProgramStageParameter.ActiveSubroutineUniforms; + var _ActiveSubroutineUniformLocations = OpenTK.Graphics.OpenGL.ProgramStageParameter.ActiveSubroutineUniformLocations; + var _ActiveSubroutineMaxLength = OpenTK.Graphics.OpenGL.ProgramStageParameter.ActiveSubroutineMaxLength; + var _ActiveSubroutineUniformMaxLength = OpenTK.Graphics.OpenGL.ProgramStageParameter.ActiveSubroutineUniformMaxLength; +} +static void Test_ProvokingVertexMode_10835() { + var _FirstVertexConvention = OpenTK.Graphics.OpenGL.ProvokingVertexMode.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL.ProvokingVertexMode.LastVertexConvention; +} +static void Test_QueryCounterTarget_10836() { + var _Timestamp = OpenTK.Graphics.OpenGL.QueryCounterTarget.Timestamp; +} +static void Test_QueryTarget_10837() { + var _TimeElapsed = OpenTK.Graphics.OpenGL.QueryTarget.TimeElapsed; + var _SamplesPassed = OpenTK.Graphics.OpenGL.QueryTarget.SamplesPassed; + var _AnySamplesPassed = OpenTK.Graphics.OpenGL.QueryTarget.AnySamplesPassed; + var _PrimitivesGenerated = OpenTK.Graphics.OpenGL.QueryTarget.PrimitivesGenerated; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.OpenGL.QueryTarget.TransformFeedbackPrimitivesWritten; + var _AnySamplesPassedConservative = OpenTK.Graphics.OpenGL.QueryTarget.AnySamplesPassedConservative; + var _Timestamp = OpenTK.Graphics.OpenGL.QueryTarget.Timestamp; +} +static void Test_ReadBufferMode_10838() { + var _None = OpenTK.Graphics.OpenGL.ReadBufferMode.None; + var _FrontLeft = OpenTK.Graphics.OpenGL.ReadBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL.ReadBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL.ReadBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL.ReadBufferMode.BackRight; + var _Front = OpenTK.Graphics.OpenGL.ReadBufferMode.Front; + var _Back = OpenTK.Graphics.OpenGL.ReadBufferMode.Back; + var _Left = OpenTK.Graphics.OpenGL.ReadBufferMode.Left; + var _Right = OpenTK.Graphics.OpenGL.ReadBufferMode.Right; + var _FrontAndBack = OpenTK.Graphics.OpenGL.ReadBufferMode.FrontAndBack; + var _Aux0 = OpenTK.Graphics.OpenGL.ReadBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL.ReadBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL.ReadBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL.ReadBufferMode.Aux3; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL.ReadBufferMode.ColorAttachment15; +} +static void Test_RenderbufferParameterName_10839() { + var _RenderbufferSamples = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferSamples; + var _RenderbufferWidth = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferWidth; + var _RenderbufferWidthExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferWidthExt; + var _RenderbufferHeight = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferHeight; + var _RenderbufferHeightExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferHeightExt; + var _RenderbufferInternalFormat = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferInternalFormat; + var _RenderbufferInternalFormatExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferInternalFormatExt; + var _RenderbufferRedSize = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferRedSize; + var _RenderbufferRedSizeExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferRedSizeExt; + var _RenderbufferGreenSize = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferGreenSize; + var _RenderbufferGreenSizeExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferGreenSizeExt; + var _RenderbufferBlueSize = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferBlueSize; + var _RenderbufferBlueSizeExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferBlueSizeExt; + var _RenderbufferAlphaSize = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferAlphaSize; + var _RenderbufferAlphaSizeExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferAlphaSizeExt; + var _RenderbufferDepthSize = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferDepthSize; + var _RenderbufferDepthSizeExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferDepthSizeExt; + var _RenderbufferStencilSize = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferStencilSize; + var _RenderbufferStencilSizeExt = OpenTK.Graphics.OpenGL.RenderbufferParameterName.RenderbufferStencilSizeExt; +} +static void Test_RenderbufferStorage_10840() { + var _DepthComponent = OpenTK.Graphics.OpenGL.RenderbufferStorage.DepthComponent; + var _R3G3B2 = OpenTK.Graphics.OpenGL.RenderbufferStorage.R3G3B2; + var _Alpha4 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Alpha4; + var _Alpha8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Alpha8; + var _Alpha12 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Alpha12; + var _Alpha16 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Alpha16; + var _Rgb4 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba4; + var _Rgba8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba16; + var _DepthComponent16 = OpenTK.Graphics.OpenGL.RenderbufferStorage.DepthComponent16; + var _DepthComponent24 = OpenTK.Graphics.OpenGL.RenderbufferStorage.DepthComponent24; + var _DepthComponent32 = OpenTK.Graphics.OpenGL.RenderbufferStorage.DepthComponent32; + var _R8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.R8; + var _R16 = OpenTK.Graphics.OpenGL.RenderbufferStorage.R16; + var _Rg8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg16; + var _R16f = OpenTK.Graphics.OpenGL.RenderbufferStorage.R16f; + var _R32f = OpenTK.Graphics.OpenGL.RenderbufferStorage.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL.RenderbufferStorage.R8i; + var _R8ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.R8ui; + var _R16i = OpenTK.Graphics.OpenGL.RenderbufferStorage.R16i; + var _R16ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.R16ui; + var _R32i = OpenTK.Graphics.OpenGL.RenderbufferStorage.R32i; + var _R32ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rg32ui; + var _DepthStencil = OpenTK.Graphics.OpenGL.RenderbufferStorage.DepthStencil; + var _Rgba32f = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba32f; + var _Rgb32f = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb32f; + var _Rgba16f = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba16f; + var _Rgb16f = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb16f; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Depth24Stencil8; + var _R11fG11fB10f = OpenTK.Graphics.OpenGL.RenderbufferStorage.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb9E5; + var _Srgb8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Srgb8; + var _Srgb8Alpha8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Srgb8Alpha8; + var _DepthComponent32f = OpenTK.Graphics.OpenGL.RenderbufferStorage.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.Depth32fStencil8; + var _StencilIndex1 = OpenTK.Graphics.OpenGL.RenderbufferStorage.StencilIndex1; + var _StencilIndex1Ext = OpenTK.Graphics.OpenGL.RenderbufferStorage.StencilIndex1Ext; + var _StencilIndex4 = OpenTK.Graphics.OpenGL.RenderbufferStorage.StencilIndex4; + var _StencilIndex4Ext = OpenTK.Graphics.OpenGL.RenderbufferStorage.StencilIndex4Ext; + var _StencilIndex8 = OpenTK.Graphics.OpenGL.RenderbufferStorage.StencilIndex8; + var _StencilIndex8Ext = OpenTK.Graphics.OpenGL.RenderbufferStorage.StencilIndex8Ext; + var _StencilIndex16 = OpenTK.Graphics.OpenGL.RenderbufferStorage.StencilIndex16; + var _StencilIndex16Ext = OpenTK.Graphics.OpenGL.RenderbufferStorage.StencilIndex16Ext; + var _Rgba32ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba32i; + var _Rgb32i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb32i; + var _Rgba16i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba16i; + var _Rgb16i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb16i; + var _Rgba8i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgba8i; + var _Rgb8i = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb8i; + var _Rgb10A2ui = OpenTK.Graphics.OpenGL.RenderbufferStorage.Rgb10A2ui; +} +static void Test_RenderbufferTarget_10841() { + var _Renderbuffer = OpenTK.Graphics.OpenGL.RenderbufferTarget.Renderbuffer; + var _RenderbufferExt = OpenTK.Graphics.OpenGL.RenderbufferTarget.RenderbufferExt; +} +static void Test_RenderingMode_10842() { + var _Render = OpenTK.Graphics.OpenGL.RenderingMode.Render; + var _Feedback = OpenTK.Graphics.OpenGL.RenderingMode.Feedback; + var _Select = OpenTK.Graphics.OpenGL.RenderingMode.Select; +} +static void Test_RendScreenCoordinates_10843() { + var _ScreenCoordinatesRend = OpenTK.Graphics.OpenGL.RendScreenCoordinates.ScreenCoordinatesRend; + var _InvertedScreenWRend = OpenTK.Graphics.OpenGL.RendScreenCoordinates.InvertedScreenWRend; +} +static void Test_S3S3tc_10844() { + var _RgbS3tc = OpenTK.Graphics.OpenGL.S3S3tc.RgbS3tc; + var _Rgb4S3tc = OpenTK.Graphics.OpenGL.S3S3tc.Rgb4S3tc; + var _RgbaS3tc = OpenTK.Graphics.OpenGL.S3S3tc.RgbaS3tc; + var _Rgba4S3tc = OpenTK.Graphics.OpenGL.S3S3tc.Rgba4S3tc; + var _RgbaDxt5S3tc = OpenTK.Graphics.OpenGL.S3S3tc.RgbaDxt5S3tc; + var _Rgba4Dxt5S3tc = OpenTK.Graphics.OpenGL.S3S3tc.Rgba4Dxt5S3tc; +} +static void Test_SamplePatternSgis_10845() { + var _Gl1PassExt = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.OpenGL.SamplePatternSgis.Gl4Pass3Sgis; +} +static void Test_SamplerParameter_10846() { + var _TextureBorderColor = OpenTK.Graphics.OpenGL.SamplerParameter.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.OpenGL.SamplerParameter.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL.SamplerParameter.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL.SamplerParameter.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL.SamplerParameter.TextureWrapT; + var _TextureWrapR = OpenTK.Graphics.OpenGL.SamplerParameter.TextureWrapR; + var _TextureMinLod = OpenTK.Graphics.OpenGL.SamplerParameter.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.OpenGL.SamplerParameter.TextureMaxLod; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL.SamplerParameter.TextureMaxAnisotropyExt; + var _TextureLodBias = OpenTK.Graphics.OpenGL.SamplerParameter.TextureLodBias; + var _TextureCompareMode = OpenTK.Graphics.OpenGL.SamplerParameter.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL.SamplerParameter.TextureCompareFunc; +} +static void Test_SamplerParameterName_10847() { + var _TextureBorderColor = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureWrapT; + var _TextureWrapR = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureWrapR; + var _TextureMinLod = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureMaxLod; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureMaxAnisotropyExt; + var _TextureLodBias = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureLodBias; + var _TextureCompareMode = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL.SamplerParameterName.TextureCompareFunc; +} +static void Test_SeparableTarget_10848() { + var _Separable2D = OpenTK.Graphics.OpenGL.SeparableTarget.Separable2D; +} +static void Test_SeparableTargetExt_10849() { + var _Separable2D = OpenTK.Graphics.OpenGL.SeparableTargetExt.Separable2D; + var _Separable2DExt = OpenTK.Graphics.OpenGL.SeparableTargetExt.Separable2DExt; +} +static void Test_SgiColorMatrix_10850() { + var _ColorMatrixSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.OpenGL.SgiColorMatrix.PostColorMatrixAlphaBiasSgi; +} +static void Test_SgiColorTable_10851() { + var _ColorTableSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL.SgiColorTable.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL.SgiColorTable.PostColorMatrixColorTableSgi; + var _ProxyColorTableSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ProxyPostColorMatrixColorTableSgi; + var _ColorTableScaleSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableScaleSgi; + var _ColorTableBiasSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.OpenGL.SgiColorTable.ColorTableIntensitySizeSgi; +} +static void Test_SgisDetailTexture_10852() { + var _DetailTexture2DSgis = OpenTK.Graphics.OpenGL.SgisDetailTexture.DetailTexture2DSgis; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.OpenGL.SgisDetailTexture.DetailTexture2DBindingSgis; + var _LinearDetailSgis = OpenTK.Graphics.OpenGL.SgisDetailTexture.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.OpenGL.SgisDetailTexture.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.OpenGL.SgisDetailTexture.LinearDetailColorSgis; + var _DetailTextureLevelSgis = OpenTK.Graphics.OpenGL.SgisDetailTexture.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.OpenGL.SgisDetailTexture.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.OpenGL.SgisDetailTexture.DetailTextureFuncPointsSgis; +} +static void Test_SgisFogFunction_10853() { + var _FogFuncSgis = OpenTK.Graphics.OpenGL.SgisFogFunction.FogFuncSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.OpenGL.SgisFogFunction.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.OpenGL.SgisFogFunction.MaxFogFuncPointsSgis; +} +static void Test_SgisGenerateMipmap_10854() { + var _GenerateMipmapSgis = OpenTK.Graphics.OpenGL.SgisGenerateMipmap.GenerateMipmapSgis; + var _GenerateMipmapHintSgis = OpenTK.Graphics.OpenGL.SgisGenerateMipmap.GenerateMipmapHintSgis; +} +static void Test_SgisMultisample_10855() { + var _MultisampleSgis = OpenTK.Graphics.OpenGL.SgisMultisample.MultisampleSgis; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.OpenGL.SgisMultisample.SampleAlphaToMaskSgis; + var _SampleAlphaToOneSgis = OpenTK.Graphics.OpenGL.SgisMultisample.SampleAlphaToOneSgis; + var _SampleMaskSgis = OpenTK.Graphics.OpenGL.SgisMultisample.SampleMaskSgis; + var _Gl1PassSgis = OpenTK.Graphics.OpenGL.SgisMultisample.Gl1PassSgis; + var _Gl2Pass0Sgis = OpenTK.Graphics.OpenGL.SgisMultisample.Gl2Pass0Sgis; + var _Gl2Pass1Sgis = OpenTK.Graphics.OpenGL.SgisMultisample.Gl2Pass1Sgis; + var _Gl4Pass0Sgis = OpenTK.Graphics.OpenGL.SgisMultisample.Gl4Pass0Sgis; + var _Gl4Pass1Sgis = OpenTK.Graphics.OpenGL.SgisMultisample.Gl4Pass1Sgis; + var _Gl4Pass2Sgis = OpenTK.Graphics.OpenGL.SgisMultisample.Gl4Pass2Sgis; + var _Gl4Pass3Sgis = OpenTK.Graphics.OpenGL.SgisMultisample.Gl4Pass3Sgis; + var _SampleBuffersSgis = OpenTK.Graphics.OpenGL.SgisMultisample.SampleBuffersSgis; + var _SamplesSgis = OpenTK.Graphics.OpenGL.SgisMultisample.SamplesSgis; + var _SampleMaskValueSgis = OpenTK.Graphics.OpenGL.SgisMultisample.SampleMaskValueSgis; + var _SampleMaskInvertSgis = OpenTK.Graphics.OpenGL.SgisMultisample.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.OpenGL.SgisMultisample.SamplePatternSgis; +} +static void Test_SgisPixelTexture_10856() { + var _PixelTextureSgis = OpenTK.Graphics.OpenGL.SgisPixelTexture.PixelTextureSgis; + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.OpenGL.SgisPixelTexture.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.OpenGL.SgisPixelTexture.PixelFragmentAlphaSourceSgis; + var _PixelGroupColorSgis = OpenTK.Graphics.OpenGL.SgisPixelTexture.PixelGroupColorSgis; +} +static void Test_SgisPointLineTexgen_10857() { + var _EyeDistanceToPointSgis = OpenTK.Graphics.OpenGL.SgisPointLineTexgen.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.OpenGL.SgisPointLineTexgen.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.OpenGL.SgisPointLineTexgen.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.OpenGL.SgisPointLineTexgen.ObjectDistanceToLineSgis; + var _EyePointSgis = OpenTK.Graphics.OpenGL.SgisPointLineTexgen.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.OpenGL.SgisPointLineTexgen.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.OpenGL.SgisPointLineTexgen.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.OpenGL.SgisPointLineTexgen.ObjectLineSgis; +} +static void Test_SgisPointParameters_10858() { + var _PointSizeMinSgis = OpenTK.Graphics.OpenGL.SgisPointParameters.PointSizeMinSgis; + var _PointSizeMaxSgis = OpenTK.Graphics.OpenGL.SgisPointParameters.PointSizeMaxSgis; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.OpenGL.SgisPointParameters.PointFadeThresholdSizeSgis; + var _DistanceAttenuationSgis = OpenTK.Graphics.OpenGL.SgisPointParameters.DistanceAttenuationSgis; +} +static void Test_SgisSharpenTexture_10859() { + var _LinearSharpenSgis = OpenTK.Graphics.OpenGL.SgisSharpenTexture.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.OpenGL.SgisSharpenTexture.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.OpenGL.SgisSharpenTexture.LinearSharpenColorSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.OpenGL.SgisSharpenTexture.SharpenTextureFuncPointsSgis; +} +static void Test_SgisTexture4D_10860() { + var _PackSkipVolumesSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.ProxyTexture4DSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.TextureWrapQSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.Max4DTextureSizeSgis; + var _Texture4DBindingSgis = OpenTK.Graphics.OpenGL.SgisTexture4D.Texture4DBindingSgis; +} +static void Test_SgisTextureBorderClamp_10861() { + var _ClampToBorderSgis = OpenTK.Graphics.OpenGL.SgisTextureBorderClamp.ClampToBorderSgis; +} +static void Test_SgisTextureColorMask_10862() { + var _TextureColorWritemaskSgis = OpenTK.Graphics.OpenGL.SgisTextureColorMask.TextureColorWritemaskSgis; +} +static void Test_SgisTextureEdgeClamp_10863() { + var _ClampToEdgeSgis = OpenTK.Graphics.OpenGL.SgisTextureEdgeClamp.ClampToEdgeSgis; +} +static void Test_SgisTextureFilter4_10864() { + var _Filter4Sgis = OpenTK.Graphics.OpenGL.SgisTextureFilter4.Filter4Sgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.OpenGL.SgisTextureFilter4.TextureFilter4SizeSgis; +} +static void Test_SgisTextureLod_10865() { + var _TextureMinLodSgis = OpenTK.Graphics.OpenGL.SgisTextureLod.TextureMinLodSgis; + var _TextureMaxLodSgis = OpenTK.Graphics.OpenGL.SgisTextureLod.TextureMaxLodSgis; + var _TextureBaseLevelSgis = OpenTK.Graphics.OpenGL.SgisTextureLod.TextureBaseLevelSgis; + var _TextureMaxLevelSgis = OpenTK.Graphics.OpenGL.SgisTextureLod.TextureMaxLevelSgis; +} +static void Test_SgisTextureSelect_10866() { + var _DualAlpha4Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.QuadIntensity8Sgis; + var _DualTextureSelectSgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.OpenGL.SgisTextureSelect.QuadTextureSelectSgis; +} +static void Test_SgiTextureColorTable_10867() { + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL.SgiTextureColorTable.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.OpenGL.SgiTextureColorTable.ProxyTextureColorTableSgi; +} +static void Test_SgixAsync_10868() { + var _AsyncMarkerSgix = OpenTK.Graphics.OpenGL.SgixAsync.AsyncMarkerSgix; +} +static void Test_SgixAsyncHistogram_10869() { + var _AsyncHistogramSgix = OpenTK.Graphics.OpenGL.SgixAsyncHistogram.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.OpenGL.SgixAsyncHistogram.MaxAsyncHistogramSgix; +} +static void Test_SgixAsyncPixel_10870() { + var _AsyncTexImageSgix = OpenTK.Graphics.OpenGL.SgixAsyncPixel.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL.SgixAsyncPixel.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.OpenGL.SgixAsyncPixel.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.OpenGL.SgixAsyncPixel.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL.SgixAsyncPixel.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.OpenGL.SgixAsyncPixel.MaxAsyncReadPixelsSgix; +} +static void Test_SgixBlendAlphaMinmax_10871() { + var _AlphaMinSgix = OpenTK.Graphics.OpenGL.SgixBlendAlphaMinmax.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.OpenGL.SgixBlendAlphaMinmax.AlphaMaxSgix; +} +static void Test_SgixCalligraphicFragment_10872() { + var _CalligraphicFragmentSgix = OpenTK.Graphics.OpenGL.SgixCalligraphicFragment.CalligraphicFragmentSgix; +} +static void Test_SgixClipmap_10873() { + var _LinearClipmapLinearSgix = OpenTK.Graphics.OpenGL.SgixClipmap.LinearClipmapLinearSgix; + var _TextureClipmapCenterSgix = OpenTK.Graphics.OpenGL.SgixClipmap.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.OpenGL.SgixClipmap.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.OpenGL.SgixClipmap.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL.SgixClipmap.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.OpenGL.SgixClipmap.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.OpenGL.SgixClipmap.TextureClipmapDepthSgix; + var _MaxClipmapDepthSgix = OpenTK.Graphics.OpenGL.SgixClipmap.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL.SgixClipmap.MaxClipmapVirtualDepthSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.OpenGL.SgixClipmap.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.OpenGL.SgixClipmap.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.OpenGL.SgixClipmap.LinearClipmapNearestSgix; +} +static void Test_SgixConvolutionAccuracy_10874() { + var _ConvolutionHintSgix = OpenTK.Graphics.OpenGL.SgixConvolutionAccuracy.ConvolutionHintSgix; +} +static void Test_SgixDepthPassInstrument_10875() { +} +static void Test_SgixDepthTexture_10876() { + var _DepthComponent16Sgix = OpenTK.Graphics.OpenGL.SgixDepthTexture.DepthComponent16Sgix; + var _DepthComponent24Sgix = OpenTK.Graphics.OpenGL.SgixDepthTexture.DepthComponent24Sgix; + var _DepthComponent32Sgix = OpenTK.Graphics.OpenGL.SgixDepthTexture.DepthComponent32Sgix; +} +static void Test_SgixFlushRaster_10877() { +} +static void Test_SgixFogOffset_10878() { + var _FogOffsetSgix = OpenTK.Graphics.OpenGL.SgixFogOffset.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.OpenGL.SgixFogOffset.FogOffsetValueSgix; +} +static void Test_SgixFragmentLighting_10879() { + var _FragmentLightingSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.MaxActiveLightsSgix; + var _CurrentRasterNormalSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.CurrentRasterNormalSgix; + var _LightEnvModeSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.OpenGL.SgixFragmentLighting.FragmentLight7Sgix; +} +static void Test_SgixFramezoom_10880() { + var _FramezoomSgix = OpenTK.Graphics.OpenGL.SgixFramezoom.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.OpenGL.SgixFramezoom.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.OpenGL.SgixFramezoom.MaxFramezoomFactorSgix; +} +static void Test_SgixIccTexture_10881() { + var _RgbIccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.RgbIccSgix; + var _RgbaIccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.RgbaIccSgix; + var _AlphaIccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.AlphaIccSgix; + var _LuminanceIccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.LuminanceIccSgix; + var _IntensityIccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.IntensityIccSgix; + var _LuminanceAlphaIccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.LuminanceAlphaIccSgix; + var _R5G6B5IccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.R5G6B5IccSgix; + var _R5G6B5A8IccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.R5G6B5A8IccSgix; + var _Alpha16IccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.Alpha16IccSgix; + var _Luminance16IccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.Luminance16IccSgix; + var _Intensity16IccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.Intensity16IccSgix; + var _Luminance16Alpha8IccSgix = OpenTK.Graphics.OpenGL.SgixIccTexture.Luminance16Alpha8IccSgix; +} +static void Test_SgixIglooInterface_10882() { +} +static void Test_SgixInstruments_10883() { + var _InstrumentBufferPointerSgix = OpenTK.Graphics.OpenGL.SgixInstruments.InstrumentBufferPointerSgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.OpenGL.SgixInstruments.InstrumentMeasurementsSgix; +} +static void Test_SgixInterlace_10884() { + var _InterlaceSgix = OpenTK.Graphics.OpenGL.SgixInterlace.InterlaceSgix; +} +static void Test_SgixIrInstrument1_10885() { + var _IrInstrument1Sgix = OpenTK.Graphics.OpenGL.SgixIrInstrument1.IrInstrument1Sgix; +} +static void Test_SgixListPriority_10886() { + var _ListPrioritySgix = OpenTK.Graphics.OpenGL.SgixListPriority.ListPrioritySgix; +} +static void Test_SgixPixelTexture_10887() { + var _PixelTexGenSgix = OpenTK.Graphics.OpenGL.SgixPixelTexture.PixelTexGenSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.OpenGL.SgixPixelTexture.PixelTexGenModeSgix; +} +static void Test_SgixPixelTiles_10888() { + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.OpenGL.SgixPixelTiles.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.OpenGL.SgixPixelTiles.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.OpenGL.SgixPixelTiles.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.OpenGL.SgixPixelTiles.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.OpenGL.SgixPixelTiles.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.OpenGL.SgixPixelTiles.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.OpenGL.SgixPixelTiles.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.OpenGL.SgixPixelTiles.PixelTileCacheSizeSgix; +} +static void Test_SgixPolynomialFfd_10889() { + var _TextureDeformationBitSgix = OpenTK.Graphics.OpenGL.SgixPolynomialFfd.TextureDeformationBitSgix; + var _GeometryDeformationBitSgix = OpenTK.Graphics.OpenGL.SgixPolynomialFfd.GeometryDeformationBitSgix; + var _GeometryDeformationSgix = OpenTK.Graphics.OpenGL.SgixPolynomialFfd.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.OpenGL.SgixPolynomialFfd.TextureDeformationSgix; + var _DeformationsMaskSgix = OpenTK.Graphics.OpenGL.SgixPolynomialFfd.DeformationsMaskSgix; + var _MaxDeformationOrderSgix = OpenTK.Graphics.OpenGL.SgixPolynomialFfd.MaxDeformationOrderSgix; +} +static void Test_SgixReferencePlane_10890() { + var _ReferencePlaneSgix = OpenTK.Graphics.OpenGL.SgixReferencePlane.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.OpenGL.SgixReferencePlane.ReferencePlaneEquationSgix; +} +static void Test_SgixResample_10891() { + var _PackResampleSgix = OpenTK.Graphics.OpenGL.SgixResample.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.OpenGL.SgixResample.UnpackResampleSgix; + var _ResampleReplicateSgix = OpenTK.Graphics.OpenGL.SgixResample.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.OpenGL.SgixResample.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.OpenGL.SgixResample.ResampleDecimateSgix; +} +static void Test_SgixScalebiasHint_10892() { + var _ScalebiasHintSgix = OpenTK.Graphics.OpenGL.SgixScalebiasHint.ScalebiasHintSgix; +} +static void Test_SgixShadow_10893() { + var _TextureCompareSgix = OpenTK.Graphics.OpenGL.SgixShadow.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.OpenGL.SgixShadow.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.OpenGL.SgixShadow.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.OpenGL.SgixShadow.TextureGequalRSgix; +} +static void Test_SgixShadowAmbient_10894() { + var _ShadowAmbientSgix = OpenTK.Graphics.OpenGL.SgixShadowAmbient.ShadowAmbientSgix; +} +static void Test_SgixSprite_10895() { + var _SpriteSgix = OpenTK.Graphics.OpenGL.SgixSprite.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.OpenGL.SgixSprite.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.OpenGL.SgixSprite.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.OpenGL.SgixSprite.SpriteTranslationSgix; + var _SpriteAxialSgix = OpenTK.Graphics.OpenGL.SgixSprite.SpriteAxialSgix; + var _SpriteObjectAlignedSgix = OpenTK.Graphics.OpenGL.SgixSprite.SpriteObjectAlignedSgix; + var _SpriteEyeAlignedSgix = OpenTK.Graphics.OpenGL.SgixSprite.SpriteEyeAlignedSgix; +} +static void Test_SgixSubsample_10896() { + var _PackSubsampleRateSgix = OpenTK.Graphics.OpenGL.SgixSubsample.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.OpenGL.SgixSubsample.UnpackSubsampleRateSgix; + var _PixelSubsample4444Sgix = OpenTK.Graphics.OpenGL.SgixSubsample.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.OpenGL.SgixSubsample.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.OpenGL.SgixSubsample.PixelSubsample4242Sgix; +} +static void Test_SgixTagSampleBuffer_10897() { +} +static void Test_SgixTextureAddEnv_10898() { + var _TextureEnvBiasSgix = OpenTK.Graphics.OpenGL.SgixTextureAddEnv.TextureEnvBiasSgix; +} +static void Test_SgixTextureCoordinateClamp_10899() { + var _TextureMaxClampSSgix = OpenTK.Graphics.OpenGL.SgixTextureCoordinateClamp.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.OpenGL.SgixTextureCoordinateClamp.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.OpenGL.SgixTextureCoordinateClamp.TextureMaxClampRSgix; +} +static void Test_SgixTextureLodBias_10900() { + var _TextureLodBiasSSgix = OpenTK.Graphics.OpenGL.SgixTextureLodBias.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.OpenGL.SgixTextureLodBias.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.OpenGL.SgixTextureLodBias.TextureLodBiasRSgix; +} +static void Test_SgixTextureMultiBuffer_10901() { + var _TextureMultiBufferHintSgix = OpenTK.Graphics.OpenGL.SgixTextureMultiBuffer.TextureMultiBufferHintSgix; +} +static void Test_SgixTextureScaleBias_10902() { + var _PostTextureFilterBiasSgix = OpenTK.Graphics.OpenGL.SgixTextureScaleBias.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.OpenGL.SgixTextureScaleBias.PostTextureFilterScaleSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.OpenGL.SgixTextureScaleBias.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.OpenGL.SgixTextureScaleBias.PostTextureFilterScaleRangeSgix; +} +static void Test_SgixVertexPreclip_10903() { + var _VertexPreclipSgix = OpenTK.Graphics.OpenGL.SgixVertexPreclip.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.OpenGL.SgixVertexPreclip.VertexPreclipHintSgix; +} +static void Test_SgixYcrcb_10904() { + var _Ycrcb422Sgix = OpenTK.Graphics.OpenGL.SgixYcrcb.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.OpenGL.SgixYcrcb.Ycrcb444Sgix; +} +static void Test_SgixYcrcba_10905() { + var _YcrcbSgix = OpenTK.Graphics.OpenGL.SgixYcrcba.YcrcbSgix; + var _YcrcbaSgix = OpenTK.Graphics.OpenGL.SgixYcrcba.YcrcbaSgix; +} +static void Test_SgixYcrcbSubsample_10906() { +} +static void Test_ShaderParameter_10907() { + var _ShaderType = OpenTK.Graphics.OpenGL.ShaderParameter.ShaderType; + var _DeleteStatus = OpenTK.Graphics.OpenGL.ShaderParameter.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.OpenGL.ShaderParameter.CompileStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL.ShaderParameter.InfoLogLength; + var _ShaderSourceLength = OpenTK.Graphics.OpenGL.ShaderParameter.ShaderSourceLength; +} +static void Test_ShaderPrecision_10908() { + var _LowFloat = OpenTK.Graphics.OpenGL.ShaderPrecision.LowFloat; + var _MediumFloat = OpenTK.Graphics.OpenGL.ShaderPrecision.MediumFloat; + var _HighFloat = OpenTK.Graphics.OpenGL.ShaderPrecision.HighFloat; + var _LowInt = OpenTK.Graphics.OpenGL.ShaderPrecision.LowInt; + var _MediumInt = OpenTK.Graphics.OpenGL.ShaderPrecision.MediumInt; + var _HighInt = OpenTK.Graphics.OpenGL.ShaderPrecision.HighInt; +} +static void Test_ShaderType_10909() { + var _FragmentShader = OpenTK.Graphics.OpenGL.ShaderType.FragmentShader; + var _VertexShader = OpenTK.Graphics.OpenGL.ShaderType.VertexShader; + var _GeometryShader = OpenTK.Graphics.OpenGL.ShaderType.GeometryShader; + var _GeometryShaderExt = OpenTK.Graphics.OpenGL.ShaderType.GeometryShaderExt; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL.ShaderType.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL.ShaderType.TessControlShader; + var _ComputeShader = OpenTK.Graphics.OpenGL.ShaderType.ComputeShader; +} +static void Test_ShadingModel_10910() { + var _Flat = OpenTK.Graphics.OpenGL.ShadingModel.Flat; + var _Smooth = OpenTK.Graphics.OpenGL.ShadingModel.Smooth; +} +static void Test_SizedInternalFormat_10911() { + var _Rgba8 = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba8; + var _Rgba16 = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba16; + var _R8 = OpenTK.Graphics.OpenGL.SizedInternalFormat.R8; + var _R16 = OpenTK.Graphics.OpenGL.SizedInternalFormat.R16; + var _Rg8 = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg16; + var _R16f = OpenTK.Graphics.OpenGL.SizedInternalFormat.R16f; + var _R32f = OpenTK.Graphics.OpenGL.SizedInternalFormat.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL.SizedInternalFormat.R8i; + var _R8ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.R8ui; + var _R16i = OpenTK.Graphics.OpenGL.SizedInternalFormat.R16i; + var _R16ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.R16ui; + var _R32i = OpenTK.Graphics.OpenGL.SizedInternalFormat.R32i; + var _R32ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rg32ui; + var _Rgba32f = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba32f; + var _Rgba16f = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba16f; + var _Rgba32ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba32i; + var _Rgba16i = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba16i; + var _Rgba8i = OpenTK.Graphics.OpenGL.SizedInternalFormat.Rgba8i; +} +static void Test_StencilFace_10912() { + var _Front = OpenTK.Graphics.OpenGL.StencilFace.Front; + var _Back = OpenTK.Graphics.OpenGL.StencilFace.Back; + var _FrontAndBack = OpenTK.Graphics.OpenGL.StencilFace.FrontAndBack; +} +static void Test_StencilFunction_10913() { + var _Never = OpenTK.Graphics.OpenGL.StencilFunction.Never; + var _Less = OpenTK.Graphics.OpenGL.StencilFunction.Less; + var _Equal = OpenTK.Graphics.OpenGL.StencilFunction.Equal; + var _Lequal = OpenTK.Graphics.OpenGL.StencilFunction.Lequal; + var _Greater = OpenTK.Graphics.OpenGL.StencilFunction.Greater; + var _Notequal = OpenTK.Graphics.OpenGL.StencilFunction.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL.StencilFunction.Gequal; + var _Always = OpenTK.Graphics.OpenGL.StencilFunction.Always; +} +static void Test_StencilOp_10914() { + var _Zero = OpenTK.Graphics.OpenGL.StencilOp.Zero; + var _Invert = OpenTK.Graphics.OpenGL.StencilOp.Invert; + var _Keep = OpenTK.Graphics.OpenGL.StencilOp.Keep; + var _Replace = OpenTK.Graphics.OpenGL.StencilOp.Replace; + var _Incr = OpenTK.Graphics.OpenGL.StencilOp.Incr; + var _Decr = OpenTK.Graphics.OpenGL.StencilOp.Decr; + var _IncrWrap = OpenTK.Graphics.OpenGL.StencilOp.IncrWrap; + var _DecrWrap = OpenTK.Graphics.OpenGL.StencilOp.DecrWrap; +} +static void Test_StringName_10915() { + var _Vendor = OpenTK.Graphics.OpenGL.StringName.Vendor; + var _Renderer = OpenTK.Graphics.OpenGL.StringName.Renderer; + var _Version = OpenTK.Graphics.OpenGL.StringName.Version; + var _Extensions = OpenTK.Graphics.OpenGL.StringName.Extensions; + var _ShadingLanguageVersion = OpenTK.Graphics.OpenGL.StringName.ShadingLanguageVersion; +} +static void Test_StringNameIndexed_10916() { + var _Extensions = OpenTK.Graphics.OpenGL.StringNameIndexed.Extensions; + var _ShadingLanguageVersion = OpenTK.Graphics.OpenGL.StringNameIndexed.ShadingLanguageVersion; +} +static void Test_SunConvolutionBorderModes_10917() { + var _WrapBorderSun = OpenTK.Graphics.OpenGL.SunConvolutionBorderModes.WrapBorderSun; +} +static void Test_SunGlobalAlpha_10918() { + var _GlobalAlphaSun = OpenTK.Graphics.OpenGL.SunGlobalAlpha.GlobalAlphaSun; + var _GlobalAlphaFactorSun = OpenTK.Graphics.OpenGL.SunGlobalAlpha.GlobalAlphaFactorSun; +} +static void Test_SunMeshArray_10919() { + var _QuadMeshSun = OpenTK.Graphics.OpenGL.SunMeshArray.QuadMeshSun; + var _TriangleMeshSun = OpenTK.Graphics.OpenGL.SunMeshArray.TriangleMeshSun; +} +static void Test_SunSliceAccum_10920() { + var _SliceAccumSun = OpenTK.Graphics.OpenGL.SunSliceAccum.SliceAccumSun; +} +static void Test_SunTriangleList_10921() { + var _RestartSun = OpenTK.Graphics.OpenGL.SunTriangleList.RestartSun; + var _ReplaceMiddleSun = OpenTK.Graphics.OpenGL.SunTriangleList.ReplaceMiddleSun; + var _ReplaceOldestSun = OpenTK.Graphics.OpenGL.SunTriangleList.ReplaceOldestSun; + var _TriangleListSun = OpenTK.Graphics.OpenGL.SunTriangleList.TriangleListSun; + var _ReplacementCodeSun = OpenTK.Graphics.OpenGL.SunTriangleList.ReplacementCodeSun; + var _ReplacementCodeArraySun = OpenTK.Graphics.OpenGL.SunTriangleList.ReplacementCodeArraySun; + var _ReplacementCodeArrayTypeSun = OpenTK.Graphics.OpenGL.SunTriangleList.ReplacementCodeArrayTypeSun; + var _ReplacementCodeArrayStrideSun = OpenTK.Graphics.OpenGL.SunTriangleList.ReplacementCodeArrayStrideSun; + var _ReplacementCodeArrayPointerSun = OpenTK.Graphics.OpenGL.SunTriangleList.ReplacementCodeArrayPointerSun; + var _R1uiV3fSun = OpenTK.Graphics.OpenGL.SunTriangleList.R1uiV3fSun; + var _R1uiC4ubV3fSun = OpenTK.Graphics.OpenGL.SunTriangleList.R1uiC4ubV3fSun; + var _R1uiC3fV3fSun = OpenTK.Graphics.OpenGL.SunTriangleList.R1uiC3fV3fSun; + var _R1uiN3fV3fSun = OpenTK.Graphics.OpenGL.SunTriangleList.R1uiN3fV3fSun; + var _R1uiC4fN3fV3fSun = OpenTK.Graphics.OpenGL.SunTriangleList.R1uiC4fN3fV3fSun; + var _R1uiT2fV3fSun = OpenTK.Graphics.OpenGL.SunTriangleList.R1uiT2fV3fSun; + var _R1uiT2fN3fV3fSun = OpenTK.Graphics.OpenGL.SunTriangleList.R1uiT2fN3fV3fSun; + var _R1uiT2fC4fN3fV3fSun = OpenTK.Graphics.OpenGL.SunTriangleList.R1uiT2fC4fN3fV3fSun; +} +static void Test_SunVertex_10922() { +} +static void Test_SunxConstantData_10923() { + var _UnpackConstantDataSunx = OpenTK.Graphics.OpenGL.SunxConstantData.UnpackConstantDataSunx; + var _TextureConstantDataSunx = OpenTK.Graphics.OpenGL.SunxConstantData.TextureConstantDataSunx; +} +static void Test_SyncCondition_10924() { + var _SyncGpuCommandsComplete = OpenTK.Graphics.OpenGL.SyncCondition.SyncGpuCommandsComplete; +} +static void Test_SyncParameterName_10925() { + var _ObjectType = OpenTK.Graphics.OpenGL.SyncParameterName.ObjectType; + var _SyncCondition = OpenTK.Graphics.OpenGL.SyncParameterName.SyncCondition; + var _SyncStatus = OpenTK.Graphics.OpenGL.SyncParameterName.SyncStatus; + var _SyncFlags = OpenTK.Graphics.OpenGL.SyncParameterName.SyncFlags; +} +static void Test_TexCoordPointerType_10926() { + var _Short = OpenTK.Graphics.OpenGL.TexCoordPointerType.Short; + var _Int = OpenTK.Graphics.OpenGL.TexCoordPointerType.Int; + var _Float = OpenTK.Graphics.OpenGL.TexCoordPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL.TexCoordPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.TexCoordPointerType.HalfFloat; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.TexCoordPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.TexCoordPointerType.Int2101010Rev; +} +static void Test_TextureAccess_10927() { + var _ReadOnly = OpenTK.Graphics.OpenGL.TextureAccess.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL.TextureAccess.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL.TextureAccess.ReadWrite; +} +static void Test_TextureBufferTarget_10928() { + var _TextureBuffer = OpenTK.Graphics.OpenGL.TextureBufferTarget.TextureBuffer; +} +static void Test_TextureCompareMode_10929() { + var _None = OpenTK.Graphics.OpenGL.TextureCompareMode.None; + var _CompareRefToTexture = OpenTK.Graphics.OpenGL.TextureCompareMode.CompareRefToTexture; + var _CompareRToTexture = OpenTK.Graphics.OpenGL.TextureCompareMode.CompareRToTexture; +} +static void Test_TextureCoordName_10930() { + var _S = OpenTK.Graphics.OpenGL.TextureCoordName.S; + var _T = OpenTK.Graphics.OpenGL.TextureCoordName.T; + var _R = OpenTK.Graphics.OpenGL.TextureCoordName.R; + var _Q = OpenTK.Graphics.OpenGL.TextureCoordName.Q; +} +static void Test_TextureEnvMode_10931() { + var _Add = OpenTK.Graphics.OpenGL.TextureEnvMode.Add; + var _Blend = OpenTK.Graphics.OpenGL.TextureEnvMode.Blend; + var _Replace = OpenTK.Graphics.OpenGL.TextureEnvMode.Replace; + var _Modulate = OpenTK.Graphics.OpenGL.TextureEnvMode.Modulate; + var _Decal = OpenTK.Graphics.OpenGL.TextureEnvMode.Decal; + var _ReplaceExt = OpenTK.Graphics.OpenGL.TextureEnvMode.ReplaceExt; + var _TextureEnvBiasSgix = OpenTK.Graphics.OpenGL.TextureEnvMode.TextureEnvBiasSgix; + var _Combine = OpenTK.Graphics.OpenGL.TextureEnvMode.Combine; +} +static void Test_TextureEnvModeCombine_10932() { + var _Add = OpenTK.Graphics.OpenGL.TextureEnvModeCombine.Add; + var _Replace = OpenTK.Graphics.OpenGL.TextureEnvModeCombine.Replace; + var _Modulate = OpenTK.Graphics.OpenGL.TextureEnvModeCombine.Modulate; + var _Subtract = OpenTK.Graphics.OpenGL.TextureEnvModeCombine.Subtract; + var _AddSigned = OpenTK.Graphics.OpenGL.TextureEnvModeCombine.AddSigned; + var _Interpolate = OpenTK.Graphics.OpenGL.TextureEnvModeCombine.Interpolate; + var _Dot3Rgb = OpenTK.Graphics.OpenGL.TextureEnvModeCombine.Dot3Rgb; + var _Dot3Rgba = OpenTK.Graphics.OpenGL.TextureEnvModeCombine.Dot3Rgba; +} +static void Test_TextureEnvModeOperandAlpha_10933() { + var _SrcAlpha = OpenTK.Graphics.OpenGL.TextureEnvModeOperandAlpha.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL.TextureEnvModeOperandAlpha.OneMinusSrcAlpha; +} +static void Test_TextureEnvModeOperandRgb_10934() { + var _SrcColor = OpenTK.Graphics.OpenGL.TextureEnvModeOperandRgb.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL.TextureEnvModeOperandRgb.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL.TextureEnvModeOperandRgb.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL.TextureEnvModeOperandRgb.OneMinusSrcAlpha; +} +static void Test_TextureEnvModePointSprite_10935() { + var _False = OpenTK.Graphics.OpenGL.TextureEnvModePointSprite.False; + var _True = OpenTK.Graphics.OpenGL.TextureEnvModePointSprite.True; +} +static void Test_TextureEnvModeScale_10936() { + var _One = OpenTK.Graphics.OpenGL.TextureEnvModeScale.One; + var _Two = OpenTK.Graphics.OpenGL.TextureEnvModeScale.Two; + var _Four = OpenTK.Graphics.OpenGL.TextureEnvModeScale.Four; +} +static void Test_TextureEnvModeSource_10937() { + var _Texture = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture; + var _Texture0 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture0; + var _Texture1 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture1; + var _Texture2 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture2; + var _Texture3 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture3; + var _Texture4 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture4; + var _Texture5 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture5; + var _Texture6 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture6; + var _Texture7 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture7; + var _Texture8 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture8; + var _Texture9 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture9; + var _Texture10 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture10; + var _Texture11 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture11; + var _Texture12 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture12; + var _Texture13 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture13; + var _Texture14 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture14; + var _Texture15 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture15; + var _Texture16 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture16; + var _Texture17 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture17; + var _Texture18 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture18; + var _Texture19 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture19; + var _Texture20 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture20; + var _Texture21 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture21; + var _Texture22 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture22; + var _Texture23 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture23; + var _Texture24 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture24; + var _Texture25 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture25; + var _Texture26 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture26; + var _Texture27 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture27; + var _Texture28 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture28; + var _Texture29 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture29; + var _Texture30 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture30; + var _Texture31 = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Texture31; + var _Constant = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Constant; + var _PrimaryColor = OpenTK.Graphics.OpenGL.TextureEnvModeSource.PrimaryColor; + var _Previous = OpenTK.Graphics.OpenGL.TextureEnvModeSource.Previous; +} +static void Test_TextureEnvParameter_10938() { + var _AlphaScale = OpenTK.Graphics.OpenGL.TextureEnvParameter.AlphaScale; + var _TextureEnvMode = OpenTK.Graphics.OpenGL.TextureEnvParameter.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.OpenGL.TextureEnvParameter.TextureEnvColor; + var _TextureLodBias = OpenTK.Graphics.OpenGL.TextureEnvParameter.TextureLodBias; + var _CombineRgb = OpenTK.Graphics.OpenGL.TextureEnvParameter.CombineRgb; + var _CombineAlpha = OpenTK.Graphics.OpenGL.TextureEnvParameter.CombineAlpha; + var _RgbScale = OpenTK.Graphics.OpenGL.TextureEnvParameter.RgbScale; + var _Source0Rgb = OpenTK.Graphics.OpenGL.TextureEnvParameter.Source0Rgb; + var _Src1Rgb = OpenTK.Graphics.OpenGL.TextureEnvParameter.Src1Rgb; + var _Src2Rgb = OpenTK.Graphics.OpenGL.TextureEnvParameter.Src2Rgb; + var _Src0Alpha = OpenTK.Graphics.OpenGL.TextureEnvParameter.Src0Alpha; + var _Src1Alpha = OpenTK.Graphics.OpenGL.TextureEnvParameter.Src1Alpha; + var _Src2Alpha = OpenTK.Graphics.OpenGL.TextureEnvParameter.Src2Alpha; + var _Operand0Rgb = OpenTK.Graphics.OpenGL.TextureEnvParameter.Operand0Rgb; + var _Operand1Rgb = OpenTK.Graphics.OpenGL.TextureEnvParameter.Operand1Rgb; + var _Operand2Rgb = OpenTK.Graphics.OpenGL.TextureEnvParameter.Operand2Rgb; + var _Operand0Alpha = OpenTK.Graphics.OpenGL.TextureEnvParameter.Operand0Alpha; + var _Operand1Alpha = OpenTK.Graphics.OpenGL.TextureEnvParameter.Operand1Alpha; + var _Operand2Alpha = OpenTK.Graphics.OpenGL.TextureEnvParameter.Operand2Alpha; + var _CoordReplace = OpenTK.Graphics.OpenGL.TextureEnvParameter.CoordReplace; +} +static void Test_TextureEnvTarget_10939() { + var _TextureEnv = OpenTK.Graphics.OpenGL.TextureEnvTarget.TextureEnv; + var _TextureFilterControl = OpenTK.Graphics.OpenGL.TextureEnvTarget.TextureFilterControl; + var _PointSprite = OpenTK.Graphics.OpenGL.TextureEnvTarget.PointSprite; +} +static void Test_TextureFilterFuncSgis_10940() { + var _Filter4Sgis = OpenTK.Graphics.OpenGL.TextureFilterFuncSgis.Filter4Sgis; +} +static void Test_TextureGenMode_10941() { + var _EyeLinear = OpenTK.Graphics.OpenGL.TextureGenMode.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.OpenGL.TextureGenMode.ObjectLinear; + var _SphereMap = OpenTK.Graphics.OpenGL.TextureGenMode.SphereMap; + var _EyeDistanceToPointSgis = OpenTK.Graphics.OpenGL.TextureGenMode.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.OpenGL.TextureGenMode.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.OpenGL.TextureGenMode.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.OpenGL.TextureGenMode.ObjectDistanceToLineSgis; + var _NormalMap = OpenTK.Graphics.OpenGL.TextureGenMode.NormalMap; + var _ReflectionMap = OpenTK.Graphics.OpenGL.TextureGenMode.ReflectionMap; +} +static void Test_TextureGenParameter_10942() { + var _TextureGenMode = OpenTK.Graphics.OpenGL.TextureGenParameter.TextureGenMode; + var _ObjectPlane = OpenTK.Graphics.OpenGL.TextureGenParameter.ObjectPlane; + var _EyePlane = OpenTK.Graphics.OpenGL.TextureGenParameter.EyePlane; + var _EyePointSgis = OpenTK.Graphics.OpenGL.TextureGenParameter.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.OpenGL.TextureGenParameter.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.OpenGL.TextureGenParameter.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.OpenGL.TextureGenParameter.ObjectLineSgis; +} +static void Test_TextureMagFilter_10943() { + var _Nearest = OpenTK.Graphics.OpenGL.TextureMagFilter.Nearest; + var _Linear = OpenTK.Graphics.OpenGL.TextureMagFilter.Linear; + var _LinearDetailSgis = OpenTK.Graphics.OpenGL.TextureMagFilter.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.OpenGL.TextureMagFilter.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.OpenGL.TextureMagFilter.LinearDetailColorSgis; + var _LinearSharpenSgis = OpenTK.Graphics.OpenGL.TextureMagFilter.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.OpenGL.TextureMagFilter.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.OpenGL.TextureMagFilter.LinearSharpenColorSgis; + var _Filter4Sgis = OpenTK.Graphics.OpenGL.TextureMagFilter.Filter4Sgis; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.OpenGL.TextureMagFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.OpenGL.TextureMagFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.OpenGL.TextureMagFilter.PixelTexGenQFloorSgix; +} +static void Test_TextureMinFilter_10944() { + var _Nearest = OpenTK.Graphics.OpenGL.TextureMinFilter.Nearest; + var _Linear = OpenTK.Graphics.OpenGL.TextureMinFilter.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.OpenGL.TextureMinFilter.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.OpenGL.TextureMinFilter.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.OpenGL.TextureMinFilter.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.OpenGL.TextureMinFilter.LinearMipmapLinear; + var _Filter4Sgis = OpenTK.Graphics.OpenGL.TextureMinFilter.Filter4Sgis; + var _LinearClipmapLinearSgix = OpenTK.Graphics.OpenGL.TextureMinFilter.LinearClipmapLinearSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.OpenGL.TextureMinFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.OpenGL.TextureMinFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.OpenGL.TextureMinFilter.PixelTexGenQFloorSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.OpenGL.TextureMinFilter.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.OpenGL.TextureMinFilter.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.OpenGL.TextureMinFilter.LinearClipmapNearestSgix; +} +static void Test_TextureParameterName_10945() { + var _TextureBorderColor = OpenTK.Graphics.OpenGL.TextureParameterName.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.OpenGL.TextureParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL.TextureParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL.TextureParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL.TextureParameterName.TextureWrapT; + var _TexturePriority = OpenTK.Graphics.OpenGL.TextureParameterName.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.OpenGL.TextureParameterName.TexturePriorityExt; + var _TextureDepth = OpenTK.Graphics.OpenGL.TextureParameterName.TextureDepth; + var _TextureWrapR = OpenTK.Graphics.OpenGL.TextureParameterName.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.OpenGL.TextureParameterName.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.OpenGL.TextureParameterName.TextureWrapROes; + var _DetailTextureLevelSgis = OpenTK.Graphics.OpenGL.TextureParameterName.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.OpenGL.TextureParameterName.DetailTextureModeSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.OpenGL.TextureParameterName.ShadowAmbientSgix; + var _TextureCompareFailValue = OpenTK.Graphics.OpenGL.TextureParameterName.TextureCompareFailValue; + var _DualTextureSelectSgis = OpenTK.Graphics.OpenGL.TextureParameterName.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.OpenGL.TextureParameterName.QuadTextureSelectSgis; + var _ClampToBorder = OpenTK.Graphics.OpenGL.TextureParameterName.ClampToBorder; + var _ClampToEdge = OpenTK.Graphics.OpenGL.TextureParameterName.ClampToEdge; + var _TextureWrapQSgis = OpenTK.Graphics.OpenGL.TextureParameterName.TextureWrapQSgis; + var _TextureMinLod = OpenTK.Graphics.OpenGL.TextureParameterName.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.OpenGL.TextureParameterName.TextureMaxLod; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL.TextureParameterName.TextureBaseLevel; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL.TextureParameterName.TextureMaxLevel; + var _TextureClipmapCenterSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.OpenGL.TextureParameterName.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.OpenGL.TextureParameterName.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.OpenGL.TextureParameterName.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.OpenGL.TextureParameterName.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureCompareSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.OpenGL.TextureParameterName.TextureMaxClampRSgix; + var _TextureLodBias = OpenTK.Graphics.OpenGL.TextureParameterName.TextureLodBias; + var _DepthTextureMode = OpenTK.Graphics.OpenGL.TextureParameterName.DepthTextureMode; + var _TextureCompareMode = OpenTK.Graphics.OpenGL.TextureParameterName.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL.TextureParameterName.TextureCompareFunc; + var _TextureSwizzleR = OpenTK.Graphics.OpenGL.TextureParameterName.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL.TextureParameterName.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL.TextureParameterName.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL.TextureParameterName.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL.TextureParameterName.TextureSwizzleRgba; +} +static void Test_TextureTarget_10946() { + var _Texture1D = OpenTK.Graphics.OpenGL.TextureTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL.TextureTarget.Texture2D; + var _ProxyTexture1D = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture2DExt; + var _Texture3D = OpenTK.Graphics.OpenGL.TextureTarget.Texture3D; + var _Texture3DExt = OpenTK.Graphics.OpenGL.TextureTarget.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.OpenGL.TextureTarget.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture3DExt; + var _DetailTexture2DSgis = OpenTK.Graphics.OpenGL.TextureTarget.DetailTexture2DSgis; + var _Texture4DSgis = OpenTK.Graphics.OpenGL.TextureTarget.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture4DSgis; + var _TextureMinLod = OpenTK.Graphics.OpenGL.TextureTarget.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.OpenGL.TextureTarget.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.OpenGL.TextureTarget.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.OpenGL.TextureTarget.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL.TextureTarget.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.OpenGL.TextureTarget.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL.TextureTarget.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.OpenGL.TextureTarget.TextureMaxLevelSgis; + var _TextureRectangle = OpenTK.Graphics.OpenGL.TextureTarget.TextureRectangle; + var _TextureRectangleArb = OpenTK.Graphics.OpenGL.TextureTarget.TextureRectangleArb; + var _TextureRectangleNv = OpenTK.Graphics.OpenGL.TextureTarget.TextureRectangleNv; + var _ProxyTextureRectangle = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.TextureTarget.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.OpenGL.TextureTarget.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.OpenGL.TextureTarget.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.OpenGL.TextureTarget.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.OpenGL.TextureTarget.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.OpenGL.TextureTarget.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.OpenGL.TextureTarget.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.OpenGL.TextureTarget.TextureCubeMapNegativeZ; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTextureCubeMap; + var _Texture1DArray = OpenTK.Graphics.OpenGL.TextureTarget.Texture1DArray; + var _ProxyTexture1DArray = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL.TextureTarget.Texture2DArray; + var _ProxyTexture2DArray = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture2DArray; + var _TextureBuffer = OpenTK.Graphics.OpenGL.TextureTarget.TextureBuffer; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL.TextureTarget.TextureCubeMapArray; + var _ProxyTextureCubeMapArray = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTextureCubeMapArray; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.TextureTarget.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.TextureTarget.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL.TextureTarget.ProxyTexture2DMultisampleArray; +} +static void Test_TextureTarget1d_10947() { + var _Texture1D = OpenTK.Graphics.OpenGL.TextureTarget1d.Texture1D; + var _ProxyTexture1D = OpenTK.Graphics.OpenGL.TextureTarget1d.ProxyTexture1D; +} +static void Test_TextureTarget2d_10948() { + var _Texture2D = OpenTK.Graphics.OpenGL.TextureTarget2d.Texture2D; + var _ProxyTexture2D = OpenTK.Graphics.OpenGL.TextureTarget2d.ProxyTexture2D; + var _TextureRectangle = OpenTK.Graphics.OpenGL.TextureTarget2d.TextureRectangle; + var _ProxyTextureRectangle = OpenTK.Graphics.OpenGL.TextureTarget2d.ProxyTextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.TextureTarget2d.TextureCubeMap; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL.TextureTarget2d.ProxyTextureCubeMap; + var _Texture1DArray = OpenTK.Graphics.OpenGL.TextureTarget2d.Texture1DArray; + var _ProxyTexture1DArray = OpenTK.Graphics.OpenGL.TextureTarget2d.ProxyTexture1DArray; +} +static void Test_TextureTarget3d_10949() { + var _Texture3D = OpenTK.Graphics.OpenGL.TextureTarget3d.Texture3D; + var _ProxyTexture3D = OpenTK.Graphics.OpenGL.TextureTarget3d.ProxyTexture3D; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.TextureTarget3d.TextureCubeMap; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL.TextureTarget3d.ProxyTextureCubeMap; + var _Texture2DArray = OpenTK.Graphics.OpenGL.TextureTarget3d.Texture2DArray; + var _ProxyTexture2DArray = OpenTK.Graphics.OpenGL.TextureTarget3d.ProxyTexture2DArray; +} +static void Test_TextureTargetMultisample_10950() { + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.TextureTargetMultisample.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL.TextureTargetMultisample.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.TextureTargetMultisample.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL.TextureTargetMultisample.ProxyTexture2DMultisampleArray; +} +static void Test_TextureTargetMultisample2d_10951() { + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.TextureTargetMultisample2d.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL.TextureTargetMultisample2d.ProxyTexture2DMultisample; +} +static void Test_TextureTargetMultisample3d_10952() { + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.TextureTargetMultisample3d.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL.TextureTargetMultisample3d.ProxyTexture2DMultisampleArray; +} +static void Test_TextureUnit_10953() { + var _Texture0 = OpenTK.Graphics.OpenGL.TextureUnit.Texture0; + var _Texture1 = OpenTK.Graphics.OpenGL.TextureUnit.Texture1; + var _Texture2 = OpenTK.Graphics.OpenGL.TextureUnit.Texture2; + var _Texture3 = OpenTK.Graphics.OpenGL.TextureUnit.Texture3; + var _Texture4 = OpenTK.Graphics.OpenGL.TextureUnit.Texture4; + var _Texture5 = OpenTK.Graphics.OpenGL.TextureUnit.Texture5; + var _Texture6 = OpenTK.Graphics.OpenGL.TextureUnit.Texture6; + var _Texture7 = OpenTK.Graphics.OpenGL.TextureUnit.Texture7; + var _Texture8 = OpenTK.Graphics.OpenGL.TextureUnit.Texture8; + var _Texture9 = OpenTK.Graphics.OpenGL.TextureUnit.Texture9; + var _Texture10 = OpenTK.Graphics.OpenGL.TextureUnit.Texture10; + var _Texture11 = OpenTK.Graphics.OpenGL.TextureUnit.Texture11; + var _Texture12 = OpenTK.Graphics.OpenGL.TextureUnit.Texture12; + var _Texture13 = OpenTK.Graphics.OpenGL.TextureUnit.Texture13; + var _Texture14 = OpenTK.Graphics.OpenGL.TextureUnit.Texture14; + var _Texture15 = OpenTK.Graphics.OpenGL.TextureUnit.Texture15; + var _Texture16 = OpenTK.Graphics.OpenGL.TextureUnit.Texture16; + var _Texture17 = OpenTK.Graphics.OpenGL.TextureUnit.Texture17; + var _Texture18 = OpenTK.Graphics.OpenGL.TextureUnit.Texture18; + var _Texture19 = OpenTK.Graphics.OpenGL.TextureUnit.Texture19; + var _Texture20 = OpenTK.Graphics.OpenGL.TextureUnit.Texture20; + var _Texture21 = OpenTK.Graphics.OpenGL.TextureUnit.Texture21; + var _Texture22 = OpenTK.Graphics.OpenGL.TextureUnit.Texture22; + var _Texture23 = OpenTK.Graphics.OpenGL.TextureUnit.Texture23; + var _Texture24 = OpenTK.Graphics.OpenGL.TextureUnit.Texture24; + var _Texture25 = OpenTK.Graphics.OpenGL.TextureUnit.Texture25; + var _Texture26 = OpenTK.Graphics.OpenGL.TextureUnit.Texture26; + var _Texture27 = OpenTK.Graphics.OpenGL.TextureUnit.Texture27; + var _Texture28 = OpenTK.Graphics.OpenGL.TextureUnit.Texture28; + var _Texture29 = OpenTK.Graphics.OpenGL.TextureUnit.Texture29; + var _Texture30 = OpenTK.Graphics.OpenGL.TextureUnit.Texture30; + var _Texture31 = OpenTK.Graphics.OpenGL.TextureUnit.Texture31; +} +static void Test_TextureWrapMode_10954() { + var _Clamp = OpenTK.Graphics.OpenGL.TextureWrapMode.Clamp; + var _Repeat = OpenTK.Graphics.OpenGL.TextureWrapMode.Repeat; + var _ClampToBorder = OpenTK.Graphics.OpenGL.TextureWrapMode.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.OpenGL.TextureWrapMode.ClampToBorderArb; + var _ClampToBorderNv = OpenTK.Graphics.OpenGL.TextureWrapMode.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.OpenGL.TextureWrapMode.ClampToBorderSgis; + var _ClampToEdge = OpenTK.Graphics.OpenGL.TextureWrapMode.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.OpenGL.TextureWrapMode.ClampToEdgeSgis; + var _MirroredRepeat = OpenTK.Graphics.OpenGL.TextureWrapMode.MirroredRepeat; +} +static void Test_TransformFeedbackMode_10955() { + var _InterleavedAttribs = OpenTK.Graphics.OpenGL.TransformFeedbackMode.InterleavedAttribs; + var _SeparateAttribs = OpenTK.Graphics.OpenGL.TransformFeedbackMode.SeparateAttribs; +} +static void Test_TransformFeedbackPrimitiveType_10956() { + var _Points = OpenTK.Graphics.OpenGL.TransformFeedbackPrimitiveType.Points; + var _Lines = OpenTK.Graphics.OpenGL.TransformFeedbackPrimitiveType.Lines; + var _Triangles = OpenTK.Graphics.OpenGL.TransformFeedbackPrimitiveType.Triangles; +} +static void Test_TransformFeedbackTarget_10957() { + var _TransformFeedback = OpenTK.Graphics.OpenGL.TransformFeedbackTarget.TransformFeedback; +} +static void Test_TransformFeedbackType_10958() { + var _Int = OpenTK.Graphics.OpenGL.TransformFeedbackType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.TransformFeedbackType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.TransformFeedbackType.Float; + var _Double = OpenTK.Graphics.OpenGL.TransformFeedbackType.Double; + var _FloatVec2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.IntVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat4; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.FloatMat4x3; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.UnsignedIntVec4; + var _DoubleMat2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL.TransformFeedbackType.DoubleVec4; +} +static void Test_UseProgramStageMask_10959() { + var _VertexShaderBit = OpenTK.Graphics.OpenGL.UseProgramStageMask.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.OpenGL.UseProgramStageMask.VertexShaderBitExt; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL.UseProgramStageMask.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.OpenGL.UseProgramStageMask.FragmentShaderBitExt; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL.UseProgramStageMask.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.OpenGL.UseProgramStageMask.GeometryShaderBitExt; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL.UseProgramStageMask.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.OpenGL.UseProgramStageMask.TessControlShaderBitExt; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL.UseProgramStageMask.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.OpenGL.UseProgramStageMask.TessEvaluationShaderBitExt; + var _ComputeShaderBit = OpenTK.Graphics.OpenGL.UseProgramStageMask.ComputeShaderBit; + var _AllShaderBits = OpenTK.Graphics.OpenGL.UseProgramStageMask.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.OpenGL.UseProgramStageMask.AllShaderBitsExt; +} +static void Test_Version10_10960() { +} +static void Test_Version11_10961() { + var _False = OpenTK.Graphics.OpenGL.Version11.False; + var _NoError = OpenTK.Graphics.OpenGL.Version11.NoError; + var _None = OpenTK.Graphics.OpenGL.Version11.None; + var _Zero = OpenTK.Graphics.OpenGL.Version11.Zero; + var _Points = OpenTK.Graphics.OpenGL.Version11.Points; + var _ClientPixelStoreBit = OpenTK.Graphics.OpenGL.Version11.ClientPixelStoreBit; + var _CurrentBit = OpenTK.Graphics.OpenGL.Version11.CurrentBit; + var _ClientVertexArrayBit = OpenTK.Graphics.OpenGL.Version11.ClientVertexArrayBit; + var _PointBit = OpenTK.Graphics.OpenGL.Version11.PointBit; + var _LineBit = OpenTK.Graphics.OpenGL.Version11.LineBit; + var _PolygonBit = OpenTK.Graphics.OpenGL.Version11.PolygonBit; + var _PolygonStippleBit = OpenTK.Graphics.OpenGL.Version11.PolygonStippleBit; + var _PixelModeBit = OpenTK.Graphics.OpenGL.Version11.PixelModeBit; + var _LightingBit = OpenTK.Graphics.OpenGL.Version11.LightingBit; + var _FogBit = OpenTK.Graphics.OpenGL.Version11.FogBit; + var _DepthBufferBit = OpenTK.Graphics.OpenGL.Version11.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.OpenGL.Version11.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.OpenGL.Version11.StencilBufferBit; + var _ViewportBit = OpenTK.Graphics.OpenGL.Version11.ViewportBit; + var _TransformBit = OpenTK.Graphics.OpenGL.Version11.TransformBit; + var _EnableBit = OpenTK.Graphics.OpenGL.Version11.EnableBit; + var _ColorBufferBit = OpenTK.Graphics.OpenGL.Version11.ColorBufferBit; + var _HintBit = OpenTK.Graphics.OpenGL.Version11.HintBit; + var _Lines = OpenTK.Graphics.OpenGL.Version11.Lines; + var _EvalBit = OpenTK.Graphics.OpenGL.Version11.EvalBit; + var _LineLoop = OpenTK.Graphics.OpenGL.Version11.LineLoop; + var _ListBit = OpenTK.Graphics.OpenGL.Version11.ListBit; + var _LineStrip = OpenTK.Graphics.OpenGL.Version11.LineStrip; + var _Triangles = OpenTK.Graphics.OpenGL.Version11.Triangles; + var _TextureBit = OpenTK.Graphics.OpenGL.Version11.TextureBit; + var _TriangleStrip = OpenTK.Graphics.OpenGL.Version11.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.OpenGL.Version11.TriangleFan; + var _Quads = OpenTK.Graphics.OpenGL.Version11.Quads; + var _QuadStrip = OpenTK.Graphics.OpenGL.Version11.QuadStrip; + var _ScissorBit = OpenTK.Graphics.OpenGL.Version11.ScissorBit; + var _Polygon = OpenTK.Graphics.OpenGL.Version11.Polygon; + var _Accum = OpenTK.Graphics.OpenGL.Version11.Accum; + var _Load = OpenTK.Graphics.OpenGL.Version11.Load; + var _Return = OpenTK.Graphics.OpenGL.Version11.Return; + var _Mult = OpenTK.Graphics.OpenGL.Version11.Mult; + var _Add = OpenTK.Graphics.OpenGL.Version11.Add; + var _Never = OpenTK.Graphics.OpenGL.Version11.Never; + var _Less = OpenTK.Graphics.OpenGL.Version11.Less; + var _Equal = OpenTK.Graphics.OpenGL.Version11.Equal; + var _Lequal = OpenTK.Graphics.OpenGL.Version11.Lequal; + var _Greater = OpenTK.Graphics.OpenGL.Version11.Greater; + var _Notequal = OpenTK.Graphics.OpenGL.Version11.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL.Version11.Gequal; + var _Always = OpenTK.Graphics.OpenGL.Version11.Always; + var _SrcColor = OpenTK.Graphics.OpenGL.Version11.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL.Version11.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL.Version11.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL.Version11.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.OpenGL.Version11.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.OpenGL.Version11.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.OpenGL.Version11.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.OpenGL.Version11.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.OpenGL.Version11.SrcAlphaSaturate; + var _FrontLeft = OpenTK.Graphics.OpenGL.Version11.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL.Version11.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL.Version11.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL.Version11.BackRight; + var _Front = OpenTK.Graphics.OpenGL.Version11.Front; + var _Back = OpenTK.Graphics.OpenGL.Version11.Back; + var _Left = OpenTK.Graphics.OpenGL.Version11.Left; + var _Right = OpenTK.Graphics.OpenGL.Version11.Right; + var _FrontAndBack = OpenTK.Graphics.OpenGL.Version11.FrontAndBack; + var _Aux0 = OpenTK.Graphics.OpenGL.Version11.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL.Version11.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL.Version11.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL.Version11.Aux3; + var _InvalidEnum = OpenTK.Graphics.OpenGL.Version11.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.OpenGL.Version11.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.OpenGL.Version11.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.OpenGL.Version11.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.OpenGL.Version11.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.OpenGL.Version11.OutOfMemory; + var _Gl2D = OpenTK.Graphics.OpenGL.Version11.Gl2D; + var _Gl3D = OpenTK.Graphics.OpenGL.Version11.Gl3D; + var _Gl3DColor = OpenTK.Graphics.OpenGL.Version11.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.OpenGL.Version11.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.OpenGL.Version11.Gl4DColorTexture; + var _PassThroughToken = OpenTK.Graphics.OpenGL.Version11.PassThroughToken; + var _PointToken = OpenTK.Graphics.OpenGL.Version11.PointToken; + var _LineToken = OpenTK.Graphics.OpenGL.Version11.LineToken; + var _PolygonToken = OpenTK.Graphics.OpenGL.Version11.PolygonToken; + var _BitmapToken = OpenTK.Graphics.OpenGL.Version11.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.OpenGL.Version11.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.OpenGL.Version11.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.OpenGL.Version11.LineResetToken; + var _Exp = OpenTK.Graphics.OpenGL.Version11.Exp; + var _Exp2 = OpenTK.Graphics.OpenGL.Version11.Exp2; + var _Cw = OpenTK.Graphics.OpenGL.Version11.Cw; + var _Ccw = OpenTK.Graphics.OpenGL.Version11.Ccw; + var _Coeff = OpenTK.Graphics.OpenGL.Version11.Coeff; + var _Order = OpenTK.Graphics.OpenGL.Version11.Order; + var _Domain = OpenTK.Graphics.OpenGL.Version11.Domain; + var _CurrentColor = OpenTK.Graphics.OpenGL.Version11.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.OpenGL.Version11.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.OpenGL.Version11.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.OpenGL.Version11.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.OpenGL.Version11.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.OpenGL.Version11.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.OpenGL.Version11.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.OpenGL.Version11.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.OpenGL.Version11.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.OpenGL.Version11.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.OpenGL.Version11.PointSmooth; + var _PointSize = OpenTK.Graphics.OpenGL.Version11.PointSize; + var _PointSizeRange = OpenTK.Graphics.OpenGL.Version11.PointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.OpenGL.Version11.PointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.OpenGL.Version11.LineSmooth; + var _LineWidth = OpenTK.Graphics.OpenGL.Version11.LineWidth; + var _LineWidthRange = OpenTK.Graphics.OpenGL.Version11.LineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.OpenGL.Version11.LineWidthGranularity; + var _LineStipple = OpenTK.Graphics.OpenGL.Version11.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.OpenGL.Version11.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.OpenGL.Version11.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.OpenGL.Version11.ListMode; + var _MaxListNesting = OpenTK.Graphics.OpenGL.Version11.MaxListNesting; + var _ListBase = OpenTK.Graphics.OpenGL.Version11.ListBase; + var _ListIndex = OpenTK.Graphics.OpenGL.Version11.ListIndex; + var _PolygonMode = OpenTK.Graphics.OpenGL.Version11.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.OpenGL.Version11.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.OpenGL.Version11.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.OpenGL.Version11.EdgeFlag; + var _CullFace = OpenTK.Graphics.OpenGL.Version11.CullFace; + var _CullFaceMode = OpenTK.Graphics.OpenGL.Version11.CullFaceMode; + var _FrontFace = OpenTK.Graphics.OpenGL.Version11.FrontFace; + var _Lighting = OpenTK.Graphics.OpenGL.Version11.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.OpenGL.Version11.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.OpenGL.Version11.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.OpenGL.Version11.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.OpenGL.Version11.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.OpenGL.Version11.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.OpenGL.Version11.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.OpenGL.Version11.ColorMaterial; + var _Fog = OpenTK.Graphics.OpenGL.Version11.Fog; + var _FogIndex = OpenTK.Graphics.OpenGL.Version11.FogIndex; + var _FogDensity = OpenTK.Graphics.OpenGL.Version11.FogDensity; + var _FogStart = OpenTK.Graphics.OpenGL.Version11.FogStart; + var _FogEnd = OpenTK.Graphics.OpenGL.Version11.FogEnd; + var _FogMode = OpenTK.Graphics.OpenGL.Version11.FogMode; + var _FogColor = OpenTK.Graphics.OpenGL.Version11.FogColor; + var _DepthRange = OpenTK.Graphics.OpenGL.Version11.DepthRange; + var _DepthTest = OpenTK.Graphics.OpenGL.Version11.DepthTest; + var _DepthWritemask = OpenTK.Graphics.OpenGL.Version11.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.OpenGL.Version11.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.OpenGL.Version11.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.OpenGL.Version11.AccumClearValue; + var _StencilTest = OpenTK.Graphics.OpenGL.Version11.StencilTest; + var _StencilClearValue = OpenTK.Graphics.OpenGL.Version11.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.OpenGL.Version11.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.OpenGL.Version11.StencilValueMask; + var _StencilFail = OpenTK.Graphics.OpenGL.Version11.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.OpenGL.Version11.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.OpenGL.Version11.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.OpenGL.Version11.StencilRef; + var _StencilWritemask = OpenTK.Graphics.OpenGL.Version11.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.OpenGL.Version11.MatrixMode; + var _Normalize = OpenTK.Graphics.OpenGL.Version11.Normalize; + var _Viewport = OpenTK.Graphics.OpenGL.Version11.Viewport; + var _ModelviewStackDepth = OpenTK.Graphics.OpenGL.Version11.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.OpenGL.Version11.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.OpenGL.Version11.TextureStackDepth; + var _ModelviewMatrix = OpenTK.Graphics.OpenGL.Version11.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.OpenGL.Version11.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.OpenGL.Version11.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.OpenGL.Version11.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.OpenGL.Version11.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.OpenGL.Version11.AlphaTest; + var _AlphaTestFunc = OpenTK.Graphics.OpenGL.Version11.AlphaTestFunc; + var _AlphaTestRef = OpenTK.Graphics.OpenGL.Version11.AlphaTestRef; + var _Dither = OpenTK.Graphics.OpenGL.Version11.Dither; + var _BlendDst = OpenTK.Graphics.OpenGL.Version11.BlendDst; + var _BlendSrc = OpenTK.Graphics.OpenGL.Version11.BlendSrc; + var _Blend = OpenTK.Graphics.OpenGL.Version11.Blend; + var _LogicOpMode = OpenTK.Graphics.OpenGL.Version11.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.OpenGL.Version11.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.OpenGL.Version11.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.OpenGL.Version11.ColorLogicOp; + var _AuxBuffers = OpenTK.Graphics.OpenGL.Version11.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.OpenGL.Version11.DrawBuffer; + var _ReadBuffer = OpenTK.Graphics.OpenGL.Version11.ReadBuffer; + var _ScissorBox = OpenTK.Graphics.OpenGL.Version11.ScissorBox; + var _ScissorTest = OpenTK.Graphics.OpenGL.Version11.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.OpenGL.Version11.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.OpenGL.Version11.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.OpenGL.Version11.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.OpenGL.Version11.ColorWritemask; + var _IndexMode = OpenTK.Graphics.OpenGL.Version11.IndexMode; + var _RgbaMode = OpenTK.Graphics.OpenGL.Version11.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.OpenGL.Version11.Doublebuffer; + var _Stereo = OpenTK.Graphics.OpenGL.Version11.Stereo; + var _RenderMode = OpenTK.Graphics.OpenGL.Version11.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.OpenGL.Version11.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.OpenGL.Version11.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.OpenGL.Version11.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.OpenGL.Version11.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.OpenGL.Version11.FogHint; + var _TextureGenS = OpenTK.Graphics.OpenGL.Version11.TextureGenS; + var _TextureGenT = OpenTK.Graphics.OpenGL.Version11.TextureGenT; + var _TextureGenR = OpenTK.Graphics.OpenGL.Version11.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.OpenGL.Version11.TextureGenQ; + var _PixelMapIToI = OpenTK.Graphics.OpenGL.Version11.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.OpenGL.Version11.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.OpenGL.Version11.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.OpenGL.Version11.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.OpenGL.Version11.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.OpenGL.Version11.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.OpenGL.Version11.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.OpenGL.Version11.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.OpenGL.Version11.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.OpenGL.Version11.PixelMapAToA; + var _PixelMapIToISize = OpenTK.Graphics.OpenGL.Version11.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.OpenGL.Version11.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.OpenGL.Version11.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.OpenGL.Version11.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.OpenGL.Version11.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.OpenGL.Version11.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.OpenGL.Version11.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.OpenGL.Version11.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.OpenGL.Version11.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.OpenGL.Version11.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.OpenGL.Version11.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.OpenGL.Version11.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.OpenGL.Version11.UnpackRowLength; + var _UnpackSkipRows = OpenTK.Graphics.OpenGL.Version11.UnpackSkipRows; + var _UnpackSkipPixels = OpenTK.Graphics.OpenGL.Version11.UnpackSkipPixels; + var _UnpackAlignment = OpenTK.Graphics.OpenGL.Version11.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.OpenGL.Version11.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.OpenGL.Version11.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.OpenGL.Version11.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.OpenGL.Version11.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.OpenGL.Version11.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.OpenGL.Version11.PackAlignment; + var _MapColor = OpenTK.Graphics.OpenGL.Version11.MapColor; + var _MapStencil = OpenTK.Graphics.OpenGL.Version11.MapStencil; + var _IndexShift = OpenTK.Graphics.OpenGL.Version11.IndexShift; + var _IndexOffset = OpenTK.Graphics.OpenGL.Version11.IndexOffset; + var _RedScale = OpenTK.Graphics.OpenGL.Version11.RedScale; + var _RedBias = OpenTK.Graphics.OpenGL.Version11.RedBias; + var _ZoomX = OpenTK.Graphics.OpenGL.Version11.ZoomX; + var _ZoomY = OpenTK.Graphics.OpenGL.Version11.ZoomY; + var _GreenScale = OpenTK.Graphics.OpenGL.Version11.GreenScale; + var _GreenBias = OpenTK.Graphics.OpenGL.Version11.GreenBias; + var _BlueScale = OpenTK.Graphics.OpenGL.Version11.BlueScale; + var _BlueBias = OpenTK.Graphics.OpenGL.Version11.BlueBias; + var _AlphaScale = OpenTK.Graphics.OpenGL.Version11.AlphaScale; + var _AlphaBias = OpenTK.Graphics.OpenGL.Version11.AlphaBias; + var _DepthScale = OpenTK.Graphics.OpenGL.Version11.DepthScale; + var _DepthBias = OpenTK.Graphics.OpenGL.Version11.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.OpenGL.Version11.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.OpenGL.Version11.MaxLights; + var _MaxClipPlanes = OpenTK.Graphics.OpenGL.Version11.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.OpenGL.Version11.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.OpenGL.Version11.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.OpenGL.Version11.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.OpenGL.Version11.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.OpenGL.Version11.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.OpenGL.Version11.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.OpenGL.Version11.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.OpenGL.Version11.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.OpenGL.Version11.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.OpenGL.Version11.SubpixelBits; + var _IndexBits = OpenTK.Graphics.OpenGL.Version11.IndexBits; + var _RedBits = OpenTK.Graphics.OpenGL.Version11.RedBits; + var _GreenBits = OpenTK.Graphics.OpenGL.Version11.GreenBits; + var _BlueBits = OpenTK.Graphics.OpenGL.Version11.BlueBits; + var _AlphaBits = OpenTK.Graphics.OpenGL.Version11.AlphaBits; + var _DepthBits = OpenTK.Graphics.OpenGL.Version11.DepthBits; + var _StencilBits = OpenTK.Graphics.OpenGL.Version11.StencilBits; + var _AccumRedBits = OpenTK.Graphics.OpenGL.Version11.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.OpenGL.Version11.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.OpenGL.Version11.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.OpenGL.Version11.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.OpenGL.Version11.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.OpenGL.Version11.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.OpenGL.Version11.Map1Color4; + var _Map1Index = OpenTK.Graphics.OpenGL.Version11.Map1Index; + var _Map1Normal = OpenTK.Graphics.OpenGL.Version11.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.OpenGL.Version11.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.OpenGL.Version11.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.OpenGL.Version11.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.OpenGL.Version11.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.OpenGL.Version11.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.OpenGL.Version11.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.OpenGL.Version11.Map2Color4; + var _Map2Index = OpenTK.Graphics.OpenGL.Version11.Map2Index; + var _Map2Normal = OpenTK.Graphics.OpenGL.Version11.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.OpenGL.Version11.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.OpenGL.Version11.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.OpenGL.Version11.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.OpenGL.Version11.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.OpenGL.Version11.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.OpenGL.Version11.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.OpenGL.Version11.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.OpenGL.Version11.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.OpenGL.Version11.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.OpenGL.Version11.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.OpenGL.Version11.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL.Version11.Texture2D; + var _FeedbackBufferPointer = OpenTK.Graphics.OpenGL.Version11.FeedbackBufferPointer; + var _FeedbackBufferSize = OpenTK.Graphics.OpenGL.Version11.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.OpenGL.Version11.FeedbackBufferType; + var _SelectionBufferPointer = OpenTK.Graphics.OpenGL.Version11.SelectionBufferPointer; + var _SelectionBufferSize = OpenTK.Graphics.OpenGL.Version11.SelectionBufferSize; + var _TextureWidth = OpenTK.Graphics.OpenGL.Version11.TextureWidth; + var _TextureHeight = OpenTK.Graphics.OpenGL.Version11.TextureHeight; + var _TextureComponents = OpenTK.Graphics.OpenGL.Version11.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.OpenGL.Version11.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.OpenGL.Version11.TextureBorderColor; + var _TextureBorder = OpenTK.Graphics.OpenGL.Version11.TextureBorder; + var _DontCare = OpenTK.Graphics.OpenGL.Version11.DontCare; + var _Fastest = OpenTK.Graphics.OpenGL.Version11.Fastest; + var _Nicest = OpenTK.Graphics.OpenGL.Version11.Nicest; + var _Ambient = OpenTK.Graphics.OpenGL.Version11.Ambient; + var _Diffuse = OpenTK.Graphics.OpenGL.Version11.Diffuse; + var _Specular = OpenTK.Graphics.OpenGL.Version11.Specular; + var _Position = OpenTK.Graphics.OpenGL.Version11.Position; + var _SpotDirection = OpenTK.Graphics.OpenGL.Version11.SpotDirection; + var _SpotExponent = OpenTK.Graphics.OpenGL.Version11.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.OpenGL.Version11.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.OpenGL.Version11.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.OpenGL.Version11.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.OpenGL.Version11.QuadraticAttenuation; + var _Compile = OpenTK.Graphics.OpenGL.Version11.Compile; + var _CompileAndExecute = OpenTK.Graphics.OpenGL.Version11.CompileAndExecute; + var _Byte = OpenTK.Graphics.OpenGL.Version11.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.Version11.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.Version11.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.Version11.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.Version11.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.Version11.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.Version11.Float; + var _Gl2Bytes = OpenTK.Graphics.OpenGL.Version11.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.OpenGL.Version11.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.OpenGL.Version11.Gl4Bytes; + var _Double = OpenTK.Graphics.OpenGL.Version11.Double; + var _Clear = OpenTK.Graphics.OpenGL.Version11.Clear; + var _And = OpenTK.Graphics.OpenGL.Version11.And; + var _AndReverse = OpenTK.Graphics.OpenGL.Version11.AndReverse; + var _Copy = OpenTK.Graphics.OpenGL.Version11.Copy; + var _AndInverted = OpenTK.Graphics.OpenGL.Version11.AndInverted; + var _Noop = OpenTK.Graphics.OpenGL.Version11.Noop; + var _Xor = OpenTK.Graphics.OpenGL.Version11.Xor; + var _Or = OpenTK.Graphics.OpenGL.Version11.Or; + var _Nor = OpenTK.Graphics.OpenGL.Version11.Nor; + var _Equiv = OpenTK.Graphics.OpenGL.Version11.Equiv; + var _Invert = OpenTK.Graphics.OpenGL.Version11.Invert; + var _OrReverse = OpenTK.Graphics.OpenGL.Version11.OrReverse; + var _CopyInverted = OpenTK.Graphics.OpenGL.Version11.CopyInverted; + var _OrInverted = OpenTK.Graphics.OpenGL.Version11.OrInverted; + var _Nand = OpenTK.Graphics.OpenGL.Version11.Nand; + var _Set = OpenTK.Graphics.OpenGL.Version11.Set; + var _Emission = OpenTK.Graphics.OpenGL.Version11.Emission; + var _Shininess = OpenTK.Graphics.OpenGL.Version11.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.OpenGL.Version11.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.OpenGL.Version11.ColorIndexes; + var _Modelview = OpenTK.Graphics.OpenGL.Version11.Modelview; + var _Projection = OpenTK.Graphics.OpenGL.Version11.Projection; + var _Texture = OpenTK.Graphics.OpenGL.Version11.Texture; + var _Color = OpenTK.Graphics.OpenGL.Version11.Color; + var _Depth = OpenTK.Graphics.OpenGL.Version11.Depth; + var _Stencil = OpenTK.Graphics.OpenGL.Version11.Stencil; + var _ColorIndex = OpenTK.Graphics.OpenGL.Version11.ColorIndex; + var _StencilIndex = OpenTK.Graphics.OpenGL.Version11.StencilIndex; + var _DepthComponent = OpenTK.Graphics.OpenGL.Version11.DepthComponent; + var _Red = OpenTK.Graphics.OpenGL.Version11.Red; + var _Green = OpenTK.Graphics.OpenGL.Version11.Green; + var _Blue = OpenTK.Graphics.OpenGL.Version11.Blue; + var _Alpha = OpenTK.Graphics.OpenGL.Version11.Alpha; + var _Rgb = OpenTK.Graphics.OpenGL.Version11.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL.Version11.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL.Version11.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL.Version11.LuminanceAlpha; + var _Bitmap = OpenTK.Graphics.OpenGL.Version11.Bitmap; + var _Point = OpenTK.Graphics.OpenGL.Version11.Point; + var _Line = OpenTK.Graphics.OpenGL.Version11.Line; + var _Fill = OpenTK.Graphics.OpenGL.Version11.Fill; + var _Render = OpenTK.Graphics.OpenGL.Version11.Render; + var _Feedback = OpenTK.Graphics.OpenGL.Version11.Feedback; + var _Select = OpenTK.Graphics.OpenGL.Version11.Select; + var _Flat = OpenTK.Graphics.OpenGL.Version11.Flat; + var _Smooth = OpenTK.Graphics.OpenGL.Version11.Smooth; + var _Keep = OpenTK.Graphics.OpenGL.Version11.Keep; + var _Replace = OpenTK.Graphics.OpenGL.Version11.Replace; + var _Incr = OpenTK.Graphics.OpenGL.Version11.Incr; + var _Decr = OpenTK.Graphics.OpenGL.Version11.Decr; + var _Vendor = OpenTK.Graphics.OpenGL.Version11.Vendor; + var _Renderer = OpenTK.Graphics.OpenGL.Version11.Renderer; + var _Version = OpenTK.Graphics.OpenGL.Version11.Version; + var _Extensions = OpenTK.Graphics.OpenGL.Version11.Extensions; + var _S = OpenTK.Graphics.OpenGL.Version11.S; + var _T = OpenTK.Graphics.OpenGL.Version11.T; + var _R = OpenTK.Graphics.OpenGL.Version11.R; + var _Q = OpenTK.Graphics.OpenGL.Version11.Q; + var _Modulate = OpenTK.Graphics.OpenGL.Version11.Modulate; + var _Decal = OpenTK.Graphics.OpenGL.Version11.Decal; + var _TextureEnvMode = OpenTK.Graphics.OpenGL.Version11.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.OpenGL.Version11.TextureEnvColor; + var _TextureEnv = OpenTK.Graphics.OpenGL.Version11.TextureEnv; + var _EyeLinear = OpenTK.Graphics.OpenGL.Version11.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.OpenGL.Version11.ObjectLinear; + var _SphereMap = OpenTK.Graphics.OpenGL.Version11.SphereMap; + var _TextureGenMode = OpenTK.Graphics.OpenGL.Version11.TextureGenMode; + var _ObjectPlane = OpenTK.Graphics.OpenGL.Version11.ObjectPlane; + var _EyePlane = OpenTK.Graphics.OpenGL.Version11.EyePlane; + var _Nearest = OpenTK.Graphics.OpenGL.Version11.Nearest; + var _Linear = OpenTK.Graphics.OpenGL.Version11.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.OpenGL.Version11.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.OpenGL.Version11.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.OpenGL.Version11.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.OpenGL.Version11.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.OpenGL.Version11.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL.Version11.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL.Version11.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL.Version11.TextureWrapT; + var _Clamp = OpenTK.Graphics.OpenGL.Version11.Clamp; + var _Repeat = OpenTK.Graphics.OpenGL.Version11.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.OpenGL.Version11.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.OpenGL.Version11.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.OpenGL.Version11.PolygonOffsetLine; + var _R3G3B2 = OpenTK.Graphics.OpenGL.Version11.R3G3B2; + var _V2f = OpenTK.Graphics.OpenGL.Version11.V2f; + var _V3f = OpenTK.Graphics.OpenGL.Version11.V3f; + var _C4ubV2f = OpenTK.Graphics.OpenGL.Version11.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.OpenGL.Version11.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.OpenGL.Version11.C3fV3f; + var _N3fV3f = OpenTK.Graphics.OpenGL.Version11.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.OpenGL.Version11.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.OpenGL.Version11.T2fV3f; + var _T4fV4f = OpenTK.Graphics.OpenGL.Version11.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.OpenGL.Version11.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.OpenGL.Version11.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.OpenGL.Version11.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.OpenGL.Version11.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.OpenGL.Version11.T4fC4fN3fV4f; + var _ClipPlane0 = OpenTK.Graphics.OpenGL.Version11.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.OpenGL.Version11.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.OpenGL.Version11.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.OpenGL.Version11.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.OpenGL.Version11.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.OpenGL.Version11.ClipPlane5; + var _Light0 = OpenTK.Graphics.OpenGL.Version11.Light0; + var _Light1 = OpenTK.Graphics.OpenGL.Version11.Light1; + var _Light2 = OpenTK.Graphics.OpenGL.Version11.Light2; + var _Light3 = OpenTK.Graphics.OpenGL.Version11.Light3; + var _Light4 = OpenTK.Graphics.OpenGL.Version11.Light4; + var _Light5 = OpenTK.Graphics.OpenGL.Version11.Light5; + var _Light6 = OpenTK.Graphics.OpenGL.Version11.Light6; + var _Light7 = OpenTK.Graphics.OpenGL.Version11.Light7; + var _PolygonOffsetFill = OpenTK.Graphics.OpenGL.Version11.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.OpenGL.Version11.PolygonOffsetFactor; + var _Alpha4 = OpenTK.Graphics.OpenGL.Version11.Alpha4; + var _Alpha8 = OpenTK.Graphics.OpenGL.Version11.Alpha8; + var _Alpha12 = OpenTK.Graphics.OpenGL.Version11.Alpha12; + var _Alpha16 = OpenTK.Graphics.OpenGL.Version11.Alpha16; + var _Luminance4 = OpenTK.Graphics.OpenGL.Version11.Luminance4; + var _Luminance8 = OpenTK.Graphics.OpenGL.Version11.Luminance8; + var _Luminance12 = OpenTK.Graphics.OpenGL.Version11.Luminance12; + var _Luminance16 = OpenTK.Graphics.OpenGL.Version11.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.OpenGL.Version11.Luminance4Alpha4; + var _Luminance6Alpha2 = OpenTK.Graphics.OpenGL.Version11.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.OpenGL.Version11.Luminance8Alpha8; + var _Luminance12Alpha4 = OpenTK.Graphics.OpenGL.Version11.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.OpenGL.Version11.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.OpenGL.Version11.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.OpenGL.Version11.Intensity; + var _Intensity4 = OpenTK.Graphics.OpenGL.Version11.Intensity4; + var _Intensity8 = OpenTK.Graphics.OpenGL.Version11.Intensity8; + var _Intensity12 = OpenTK.Graphics.OpenGL.Version11.Intensity12; + var _Intensity16 = OpenTK.Graphics.OpenGL.Version11.Intensity16; + var _Rgb4 = OpenTK.Graphics.OpenGL.Version11.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL.Version11.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL.Version11.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL.Version11.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL.Version11.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL.Version11.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL.Version11.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL.Version11.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.OpenGL.Version11.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.OpenGL.Version11.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL.Version11.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL.Version11.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL.Version11.Rgba16; + var _TextureRedSize = OpenTK.Graphics.OpenGL.Version11.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.OpenGL.Version11.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.OpenGL.Version11.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.OpenGL.Version11.TextureAlphaSize; + var _TextureLuminanceSize = OpenTK.Graphics.OpenGL.Version11.TextureLuminanceSize; + var _TextureIntensitySize = OpenTK.Graphics.OpenGL.Version11.TextureIntensitySize; + var _ProxyTexture1D = OpenTK.Graphics.OpenGL.Version11.ProxyTexture1D; + var _ProxyTexture2D = OpenTK.Graphics.OpenGL.Version11.ProxyTexture2D; + var _TexturePriority = OpenTK.Graphics.OpenGL.Version11.TexturePriority; + var _TextureResident = OpenTK.Graphics.OpenGL.Version11.TextureResident; + var _TextureBinding1D = OpenTK.Graphics.OpenGL.Version11.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.OpenGL.Version11.TextureBinding2D; + var _VertexArray = OpenTK.Graphics.OpenGL.Version11.VertexArray; + var _NormalArray = OpenTK.Graphics.OpenGL.Version11.NormalArray; + var _ColorArray = OpenTK.Graphics.OpenGL.Version11.ColorArray; + var _IndexArray = OpenTK.Graphics.OpenGL.Version11.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.OpenGL.Version11.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.OpenGL.Version11.EdgeFlagArray; + var _VertexArraySize = OpenTK.Graphics.OpenGL.Version11.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.OpenGL.Version11.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.OpenGL.Version11.VertexArrayStride; + var _NormalArrayType = OpenTK.Graphics.OpenGL.Version11.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.OpenGL.Version11.NormalArrayStride; + var _ColorArraySize = OpenTK.Graphics.OpenGL.Version11.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.OpenGL.Version11.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.OpenGL.Version11.ColorArrayStride; + var _IndexArrayType = OpenTK.Graphics.OpenGL.Version11.IndexArrayType; + var _IndexArrayStride = OpenTK.Graphics.OpenGL.Version11.IndexArrayStride; + var _TextureCoordArraySize = OpenTK.Graphics.OpenGL.Version11.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.OpenGL.Version11.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.OpenGL.Version11.TextureCoordArrayStride; + var _EdgeFlagArrayStride = OpenTK.Graphics.OpenGL.Version11.EdgeFlagArrayStride; + var _VertexArrayPointer = OpenTK.Graphics.OpenGL.Version11.VertexArrayPointer; + var _NormalArrayPointer = OpenTK.Graphics.OpenGL.Version11.NormalArrayPointer; + var _ColorArrayPointer = OpenTK.Graphics.OpenGL.Version11.ColorArrayPointer; + var _IndexArrayPointer = OpenTK.Graphics.OpenGL.Version11.IndexArrayPointer; + var _TextureCoordArrayPointer = OpenTK.Graphics.OpenGL.Version11.TextureCoordArrayPointer; + var _EdgeFlagArrayPointer = OpenTK.Graphics.OpenGL.Version11.EdgeFlagArrayPointer; + var _AllAttribBits = OpenTK.Graphics.OpenGL.Version11.AllAttribBits; + var _ClientAllAttribBits = OpenTK.Graphics.OpenGL.Version11.ClientAllAttribBits; + var _One = OpenTK.Graphics.OpenGL.Version11.One; + var _True = OpenTK.Graphics.OpenGL.Version11.True; +} +static void Test_Version12_10962() { + var _SmoothPointSizeRange = OpenTK.Graphics.OpenGL.Version12.SmoothPointSizeRange; + var _SmoothPointSizeGranularity = OpenTK.Graphics.OpenGL.Version12.SmoothPointSizeGranularity; + var _SmoothLineWidthRange = OpenTK.Graphics.OpenGL.Version12.SmoothLineWidthRange; + var _SmoothLineWidthGranularity = OpenTK.Graphics.OpenGL.Version12.SmoothLineWidthGranularity; + var _UnsignedByte332 = OpenTK.Graphics.OpenGL.Version12.UnsignedByte332; + var _UnsignedShort4444 = OpenTK.Graphics.OpenGL.Version12.UnsignedShort4444; + var _UnsignedShort5551 = OpenTK.Graphics.OpenGL.Version12.UnsignedShort5551; + var _UnsignedInt8888 = OpenTK.Graphics.OpenGL.Version12.UnsignedInt8888; + var _UnsignedInt1010102 = OpenTK.Graphics.OpenGL.Version12.UnsignedInt1010102; + var _RescaleNormal = OpenTK.Graphics.OpenGL.Version12.RescaleNormal; + var _TextureBinding3D = OpenTK.Graphics.OpenGL.Version12.TextureBinding3D; + var _PackSkipImages = OpenTK.Graphics.OpenGL.Version12.PackSkipImages; + var _PackImageHeight = OpenTK.Graphics.OpenGL.Version12.PackImageHeight; + var _UnpackSkipImages = OpenTK.Graphics.OpenGL.Version12.UnpackSkipImages; + var _UnpackImageHeight = OpenTK.Graphics.OpenGL.Version12.UnpackImageHeight; + var _Texture3D = OpenTK.Graphics.OpenGL.Version12.Texture3D; + var _ProxyTexture3D = OpenTK.Graphics.OpenGL.Version12.ProxyTexture3D; + var _TextureDepth = OpenTK.Graphics.OpenGL.Version12.TextureDepth; + var _TextureWrapR = OpenTK.Graphics.OpenGL.Version12.TextureWrapR; + var _Max3DTextureSize = OpenTK.Graphics.OpenGL.Version12.Max3DTextureSize; + var _Bgr = OpenTK.Graphics.OpenGL.Version12.Bgr; + var _Bgra = OpenTK.Graphics.OpenGL.Version12.Bgra; + var _MaxElementsVertices = OpenTK.Graphics.OpenGL.Version12.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.OpenGL.Version12.MaxElementsIndices; + var _ClampToEdge = OpenTK.Graphics.OpenGL.Version12.ClampToEdge; + var _TextureMinLod = OpenTK.Graphics.OpenGL.Version12.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.OpenGL.Version12.TextureMaxLod; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL.Version12.TextureBaseLevel; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL.Version12.TextureMaxLevel; + var _LightModelColorControl = OpenTK.Graphics.OpenGL.Version12.LightModelColorControl; + var _SingleColor = OpenTK.Graphics.OpenGL.Version12.SingleColor; + var _SeparateSpecularColor = OpenTK.Graphics.OpenGL.Version12.SeparateSpecularColor; + var _UnsignedByte233Rev = OpenTK.Graphics.OpenGL.Version12.UnsignedByte233Rev; + var _UnsignedShort565 = OpenTK.Graphics.OpenGL.Version12.UnsignedShort565; + var _UnsignedShort565Rev = OpenTK.Graphics.OpenGL.Version12.UnsignedShort565Rev; + var _UnsignedShort4444Rev = OpenTK.Graphics.OpenGL.Version12.UnsignedShort4444Rev; + var _UnsignedShort1555Rev = OpenTK.Graphics.OpenGL.Version12.UnsignedShort1555Rev; + var _UnsignedInt8888Rev = OpenTK.Graphics.OpenGL.Version12.UnsignedInt8888Rev; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.Version12.UnsignedInt2101010Rev; + var _AliasedPointSizeRange = OpenTK.Graphics.OpenGL.Version12.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.OpenGL.Version12.AliasedLineWidthRange; +} +static void Test_Version13_10963() { + var _MultisampleBit = OpenTK.Graphics.OpenGL.Version13.MultisampleBit; + var _Multisample = OpenTK.Graphics.OpenGL.Version13.Multisample; + var _SampleAlphaToCoverage = OpenTK.Graphics.OpenGL.Version13.SampleAlphaToCoverage; + var _SampleAlphaToOne = OpenTK.Graphics.OpenGL.Version13.SampleAlphaToOne; + var _SampleCoverage = OpenTK.Graphics.OpenGL.Version13.SampleCoverage; + var _SampleBuffers = OpenTK.Graphics.OpenGL.Version13.SampleBuffers; + var _Samples = OpenTK.Graphics.OpenGL.Version13.Samples; + var _SampleCoverageValue = OpenTK.Graphics.OpenGL.Version13.SampleCoverageValue; + var _SampleCoverageInvert = OpenTK.Graphics.OpenGL.Version13.SampleCoverageInvert; + var _ClampToBorder = OpenTK.Graphics.OpenGL.Version13.ClampToBorder; + var _Texture0 = OpenTK.Graphics.OpenGL.Version13.Texture0; + var _Texture1 = OpenTK.Graphics.OpenGL.Version13.Texture1; + var _Texture2 = OpenTK.Graphics.OpenGL.Version13.Texture2; + var _Texture3 = OpenTK.Graphics.OpenGL.Version13.Texture3; + var _Texture4 = OpenTK.Graphics.OpenGL.Version13.Texture4; + var _Texture5 = OpenTK.Graphics.OpenGL.Version13.Texture5; + var _Texture6 = OpenTK.Graphics.OpenGL.Version13.Texture6; + var _Texture7 = OpenTK.Graphics.OpenGL.Version13.Texture7; + var _Texture8 = OpenTK.Graphics.OpenGL.Version13.Texture8; + var _Texture9 = OpenTK.Graphics.OpenGL.Version13.Texture9; + var _Texture10 = OpenTK.Graphics.OpenGL.Version13.Texture10; + var _Texture11 = OpenTK.Graphics.OpenGL.Version13.Texture11; + var _Texture12 = OpenTK.Graphics.OpenGL.Version13.Texture12; + var _Texture13 = OpenTK.Graphics.OpenGL.Version13.Texture13; + var _Texture14 = OpenTK.Graphics.OpenGL.Version13.Texture14; + var _Texture15 = OpenTK.Graphics.OpenGL.Version13.Texture15; + var _Texture16 = OpenTK.Graphics.OpenGL.Version13.Texture16; + var _Texture17 = OpenTK.Graphics.OpenGL.Version13.Texture17; + var _Texture18 = OpenTK.Graphics.OpenGL.Version13.Texture18; + var _Texture19 = OpenTK.Graphics.OpenGL.Version13.Texture19; + var _Texture20 = OpenTK.Graphics.OpenGL.Version13.Texture20; + var _Texture21 = OpenTK.Graphics.OpenGL.Version13.Texture21; + var _Texture22 = OpenTK.Graphics.OpenGL.Version13.Texture22; + var _Texture23 = OpenTK.Graphics.OpenGL.Version13.Texture23; + var _Texture24 = OpenTK.Graphics.OpenGL.Version13.Texture24; + var _Texture25 = OpenTK.Graphics.OpenGL.Version13.Texture25; + var _Texture26 = OpenTK.Graphics.OpenGL.Version13.Texture26; + var _Texture27 = OpenTK.Graphics.OpenGL.Version13.Texture27; + var _Texture28 = OpenTK.Graphics.OpenGL.Version13.Texture28; + var _Texture29 = OpenTK.Graphics.OpenGL.Version13.Texture29; + var _Texture30 = OpenTK.Graphics.OpenGL.Version13.Texture30; + var _Texture31 = OpenTK.Graphics.OpenGL.Version13.Texture31; + var _ActiveTexture = OpenTK.Graphics.OpenGL.Version13.ActiveTexture; + var _ClientActiveTexture = OpenTK.Graphics.OpenGL.Version13.ClientActiveTexture; + var _MaxTextureUnits = OpenTK.Graphics.OpenGL.Version13.MaxTextureUnits; + var _TransposeModelviewMatrix = OpenTK.Graphics.OpenGL.Version13.TransposeModelviewMatrix; + var _TransposeProjectionMatrix = OpenTK.Graphics.OpenGL.Version13.TransposeProjectionMatrix; + var _TransposeTextureMatrix = OpenTK.Graphics.OpenGL.Version13.TransposeTextureMatrix; + var _TransposeColorMatrix = OpenTK.Graphics.OpenGL.Version13.TransposeColorMatrix; + var _Subtract = OpenTK.Graphics.OpenGL.Version13.Subtract; + var _CompressedAlpha = OpenTK.Graphics.OpenGL.Version13.CompressedAlpha; + var _CompressedLuminance = OpenTK.Graphics.OpenGL.Version13.CompressedLuminance; + var _CompressedLuminanceAlpha = OpenTK.Graphics.OpenGL.Version13.CompressedLuminanceAlpha; + var _CompressedIntensity = OpenTK.Graphics.OpenGL.Version13.CompressedIntensity; + var _CompressedRgb = OpenTK.Graphics.OpenGL.Version13.CompressedRgb; + var _CompressedRgba = OpenTK.Graphics.OpenGL.Version13.CompressedRgba; + var _TextureCompressionHint = OpenTK.Graphics.OpenGL.Version13.TextureCompressionHint; + var _NormalMap = OpenTK.Graphics.OpenGL.Version13.NormalMap; + var _ReflectionMap = OpenTK.Graphics.OpenGL.Version13.ReflectionMap; + var _TextureCubeMap = OpenTK.Graphics.OpenGL.Version13.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.OpenGL.Version13.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.OpenGL.Version13.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.OpenGL.Version13.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.OpenGL.Version13.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.OpenGL.Version13.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.OpenGL.Version13.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.OpenGL.Version13.TextureCubeMapNegativeZ; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL.Version13.ProxyTextureCubeMap; + var _MaxCubeMapTextureSize = OpenTK.Graphics.OpenGL.Version13.MaxCubeMapTextureSize; + var _Combine = OpenTK.Graphics.OpenGL.Version13.Combine; + var _CombineRgb = OpenTK.Graphics.OpenGL.Version13.CombineRgb; + var _CombineAlpha = OpenTK.Graphics.OpenGL.Version13.CombineAlpha; + var _RgbScale = OpenTK.Graphics.OpenGL.Version13.RgbScale; + var _AddSigned = OpenTK.Graphics.OpenGL.Version13.AddSigned; + var _Interpolate = OpenTK.Graphics.OpenGL.Version13.Interpolate; + var _Constant = OpenTK.Graphics.OpenGL.Version13.Constant; + var _PrimaryColor = OpenTK.Graphics.OpenGL.Version13.PrimaryColor; + var _Previous = OpenTK.Graphics.OpenGL.Version13.Previous; + var _Source0Rgb = OpenTK.Graphics.OpenGL.Version13.Source0Rgb; + var _Source1Rgb = OpenTK.Graphics.OpenGL.Version13.Source1Rgb; + var _Source2Rgb = OpenTK.Graphics.OpenGL.Version13.Source2Rgb; + var _Source0Alpha = OpenTK.Graphics.OpenGL.Version13.Source0Alpha; + var _Source1Alpha = OpenTK.Graphics.OpenGL.Version13.Source1Alpha; + var _Source2Alpha = OpenTK.Graphics.OpenGL.Version13.Source2Alpha; + var _Operand0Rgb = OpenTK.Graphics.OpenGL.Version13.Operand0Rgb; + var _Operand1Rgb = OpenTK.Graphics.OpenGL.Version13.Operand1Rgb; + var _Operand2Rgb = OpenTK.Graphics.OpenGL.Version13.Operand2Rgb; + var _Operand0Alpha = OpenTK.Graphics.OpenGL.Version13.Operand0Alpha; + var _Operand1Alpha = OpenTK.Graphics.OpenGL.Version13.Operand1Alpha; + var _Operand2Alpha = OpenTK.Graphics.OpenGL.Version13.Operand2Alpha; + var _TextureCompressedImageSize = OpenTK.Graphics.OpenGL.Version13.TextureCompressedImageSize; + var _TextureCompressed = OpenTK.Graphics.OpenGL.Version13.TextureCompressed; + var _NumCompressedTextureFormats = OpenTK.Graphics.OpenGL.Version13.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.OpenGL.Version13.CompressedTextureFormats; + var _Dot3Rgb = OpenTK.Graphics.OpenGL.Version13.Dot3Rgb; + var _Dot3Rgba = OpenTK.Graphics.OpenGL.Version13.Dot3Rgba; +} +static void Test_Version14_10964() { + var _ConstantColor = OpenTK.Graphics.OpenGL.Version14.ConstantColor; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL.Version14.OneMinusConstantColor; + var _ConstantAlpha = OpenTK.Graphics.OpenGL.Version14.ConstantAlpha; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL.Version14.OneMinusConstantAlpha; + var _FuncAdd = OpenTK.Graphics.OpenGL.Version14.FuncAdd; + var _Min = OpenTK.Graphics.OpenGL.Version14.Min; + var _Max = OpenTK.Graphics.OpenGL.Version14.Max; + var _FuncSubtract = OpenTK.Graphics.OpenGL.Version14.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.OpenGL.Version14.FuncReverseSubtract; + var _BlendDstRgb = OpenTK.Graphics.OpenGL.Version14.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.OpenGL.Version14.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.OpenGL.Version14.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.OpenGL.Version14.BlendSrcAlpha; + var _PointSizeMin = OpenTK.Graphics.OpenGL.Version14.PointSizeMin; + var _PointSizeMax = OpenTK.Graphics.OpenGL.Version14.PointSizeMax; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL.Version14.PointFadeThresholdSize; + var _PointDistanceAttenuation = OpenTK.Graphics.OpenGL.Version14.PointDistanceAttenuation; + var _GenerateMipmap = OpenTK.Graphics.OpenGL.Version14.GenerateMipmap; + var _GenerateMipmapHint = OpenTK.Graphics.OpenGL.Version14.GenerateMipmapHint; + var _DepthComponent16 = OpenTK.Graphics.OpenGL.Version14.DepthComponent16; + var _DepthComponent24 = OpenTK.Graphics.OpenGL.Version14.DepthComponent24; + var _DepthComponent32 = OpenTK.Graphics.OpenGL.Version14.DepthComponent32; + var _MirroredRepeat = OpenTK.Graphics.OpenGL.Version14.MirroredRepeat; + var _FogCoordinateSource = OpenTK.Graphics.OpenGL.Version14.FogCoordinateSource; + var _FogCoordinate = OpenTK.Graphics.OpenGL.Version14.FogCoordinate; + var _FragmentDepth = OpenTK.Graphics.OpenGL.Version14.FragmentDepth; + var _CurrentFogCoordinate = OpenTK.Graphics.OpenGL.Version14.CurrentFogCoordinate; + var _FogCoordinateArrayType = OpenTK.Graphics.OpenGL.Version14.FogCoordinateArrayType; + var _FogCoordinateArrayStride = OpenTK.Graphics.OpenGL.Version14.FogCoordinateArrayStride; + var _FogCoordinateArrayPointer = OpenTK.Graphics.OpenGL.Version14.FogCoordinateArrayPointer; + var _FogCoordinateArray = OpenTK.Graphics.OpenGL.Version14.FogCoordinateArray; + var _ColorSum = OpenTK.Graphics.OpenGL.Version14.ColorSum; + var _CurrentSecondaryColor = OpenTK.Graphics.OpenGL.Version14.CurrentSecondaryColor; + var _SecondaryColorArraySize = OpenTK.Graphics.OpenGL.Version14.SecondaryColorArraySize; + var _SecondaryColorArrayType = OpenTK.Graphics.OpenGL.Version14.SecondaryColorArrayType; + var _SecondaryColorArrayStride = OpenTK.Graphics.OpenGL.Version14.SecondaryColorArrayStride; + var _SecondaryColorArrayPointer = OpenTK.Graphics.OpenGL.Version14.SecondaryColorArrayPointer; + var _SecondaryColorArray = OpenTK.Graphics.OpenGL.Version14.SecondaryColorArray; + var _MaxTextureLodBias = OpenTK.Graphics.OpenGL.Version14.MaxTextureLodBias; + var _TextureFilterControl = OpenTK.Graphics.OpenGL.Version14.TextureFilterControl; + var _TextureLodBias = OpenTK.Graphics.OpenGL.Version14.TextureLodBias; + var _IncrWrap = OpenTK.Graphics.OpenGL.Version14.IncrWrap; + var _DecrWrap = OpenTK.Graphics.OpenGL.Version14.DecrWrap; + var _TextureDepthSize = OpenTK.Graphics.OpenGL.Version14.TextureDepthSize; + var _DepthTextureMode = OpenTK.Graphics.OpenGL.Version14.DepthTextureMode; + var _TextureCompareMode = OpenTK.Graphics.OpenGL.Version14.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL.Version14.TextureCompareFunc; + var _CompareRToTexture = OpenTK.Graphics.OpenGL.Version14.CompareRToTexture; +} +static void Test_Version15_10965() { + var _FogCoordSrc = OpenTK.Graphics.OpenGL.Version15.FogCoordSrc; + var _FogCoord = OpenTK.Graphics.OpenGL.Version15.FogCoord; + var _CurrentFogCoord = OpenTK.Graphics.OpenGL.Version15.CurrentFogCoord; + var _FogCoordArrayType = OpenTK.Graphics.OpenGL.Version15.FogCoordArrayType; + var _FogCoordArrayStride = OpenTK.Graphics.OpenGL.Version15.FogCoordArrayStride; + var _FogCoordArrayPointer = OpenTK.Graphics.OpenGL.Version15.FogCoordArrayPointer; + var _FogCoordArray = OpenTK.Graphics.OpenGL.Version15.FogCoordArray; + var _Src0Rgb = OpenTK.Graphics.OpenGL.Version15.Src0Rgb; + var _Src1Rgb = OpenTK.Graphics.OpenGL.Version15.Src1Rgb; + var _Src2Rgb = OpenTK.Graphics.OpenGL.Version15.Src2Rgb; + var _Src0Alpha = OpenTK.Graphics.OpenGL.Version15.Src0Alpha; + var _Src1Alpha = OpenTK.Graphics.OpenGL.Version15.Src1Alpha; + var _Src2Alpha = OpenTK.Graphics.OpenGL.Version15.Src2Alpha; + var _BufferSize = OpenTK.Graphics.OpenGL.Version15.BufferSize; + var _BufferUsage = OpenTK.Graphics.OpenGL.Version15.BufferUsage; + var _QueryCounterBits = OpenTK.Graphics.OpenGL.Version15.QueryCounterBits; + var _CurrentQuery = OpenTK.Graphics.OpenGL.Version15.CurrentQuery; + var _QueryResult = OpenTK.Graphics.OpenGL.Version15.QueryResult; + var _QueryResultAvailable = OpenTK.Graphics.OpenGL.Version15.QueryResultAvailable; + var _ArrayBuffer = OpenTK.Graphics.OpenGL.Version15.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.OpenGL.Version15.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.ElementArrayBufferBinding; + var _VertexArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.VertexArrayBufferBinding; + var _NormalArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.NormalArrayBufferBinding; + var _ColorArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.ColorArrayBufferBinding; + var _IndexArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.IndexArrayBufferBinding; + var _TextureCoordArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.TextureCoordArrayBufferBinding; + var _EdgeFlagArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.EdgeFlagArrayBufferBinding; + var _SecondaryColorArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.SecondaryColorArrayBufferBinding; + var _FogCoordArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.FogCoordArrayBufferBinding; + var _FogCoordinateArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.FogCoordinateArrayBufferBinding; + var _WeightArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.WeightArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.OpenGL.Version15.VertexAttribArrayBufferBinding; + var _ReadOnly = OpenTK.Graphics.OpenGL.Version15.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL.Version15.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL.Version15.ReadWrite; + var _BufferAccess = OpenTK.Graphics.OpenGL.Version15.BufferAccess; + var _BufferMapped = OpenTK.Graphics.OpenGL.Version15.BufferMapped; + var _BufferMapPointer = OpenTK.Graphics.OpenGL.Version15.BufferMapPointer; + var _StreamDraw = OpenTK.Graphics.OpenGL.Version15.StreamDraw; + var _StreamRead = OpenTK.Graphics.OpenGL.Version15.StreamRead; + var _StreamCopy = OpenTK.Graphics.OpenGL.Version15.StreamCopy; + var _StaticDraw = OpenTK.Graphics.OpenGL.Version15.StaticDraw; + var _StaticRead = OpenTK.Graphics.OpenGL.Version15.StaticRead; + var _StaticCopy = OpenTK.Graphics.OpenGL.Version15.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.OpenGL.Version15.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.OpenGL.Version15.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.OpenGL.Version15.DynamicCopy; + var _SamplesPassed = OpenTK.Graphics.OpenGL.Version15.SamplesPassed; +} +static void Test_Version20_10966() { + var _BlendEquationRgb = OpenTK.Graphics.OpenGL.Version20.BlendEquationRgb; + var _VertexAttribArrayEnabled = OpenTK.Graphics.OpenGL.Version20.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.OpenGL.Version20.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.OpenGL.Version20.VertexAttribArrayStride; + var _VertexAttribArrayType = OpenTK.Graphics.OpenGL.Version20.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.OpenGL.Version20.CurrentVertexAttrib; + var _VertexProgramPointSize = OpenTK.Graphics.OpenGL.Version20.VertexProgramPointSize; + var _VertexProgramTwoSide = OpenTK.Graphics.OpenGL.Version20.VertexProgramTwoSide; + var _VertexAttribArrayPointer = OpenTK.Graphics.OpenGL.Version20.VertexAttribArrayPointer; + var _StencilBackFunc = OpenTK.Graphics.OpenGL.Version20.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.OpenGL.Version20.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.OpenGL.Version20.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.OpenGL.Version20.StencilBackPassDepthPass; + var _MaxDrawBuffers = OpenTK.Graphics.OpenGL.Version20.MaxDrawBuffers; + var _DrawBuffer0 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer0; + var _DrawBuffer1 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer1; + var _DrawBuffer2 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer2; + var _DrawBuffer3 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer3; + var _DrawBuffer4 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer4; + var _DrawBuffer5 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer5; + var _DrawBuffer6 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer6; + var _DrawBuffer7 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer7; + var _DrawBuffer8 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer8; + var _DrawBuffer9 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer9; + var _DrawBuffer10 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer10; + var _DrawBuffer11 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer11; + var _DrawBuffer12 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer12; + var _DrawBuffer13 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer13; + var _DrawBuffer14 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer14; + var _DrawBuffer15 = OpenTK.Graphics.OpenGL.Version20.DrawBuffer15; + var _BlendEquationAlpha = OpenTK.Graphics.OpenGL.Version20.BlendEquationAlpha; + var _PointSprite = OpenTK.Graphics.OpenGL.Version20.PointSprite; + var _CoordReplace = OpenTK.Graphics.OpenGL.Version20.CoordReplace; + var _MaxVertexAttribs = OpenTK.Graphics.OpenGL.Version20.MaxVertexAttribs; + var _VertexAttribArrayNormalized = OpenTK.Graphics.OpenGL.Version20.VertexAttribArrayNormalized; + var _MaxTextureCoords = OpenTK.Graphics.OpenGL.Version20.MaxTextureCoords; + var _MaxTextureImageUnits = OpenTK.Graphics.OpenGL.Version20.MaxTextureImageUnits; + var _FragmentShader = OpenTK.Graphics.OpenGL.Version20.FragmentShader; + var _VertexShader = OpenTK.Graphics.OpenGL.Version20.VertexShader; + var _MaxFragmentUniformComponents = OpenTK.Graphics.OpenGL.Version20.MaxFragmentUniformComponents; + var _MaxVertexUniformComponents = OpenTK.Graphics.OpenGL.Version20.MaxVertexUniformComponents; + var _MaxVaryingFloats = OpenTK.Graphics.OpenGL.Version20.MaxVaryingFloats; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.OpenGL.Version20.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.OpenGL.Version20.MaxCombinedTextureImageUnits; + var _ShaderType = OpenTK.Graphics.OpenGL.Version20.ShaderType; + var _FloatVec2 = OpenTK.Graphics.OpenGL.Version20.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL.Version20.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL.Version20.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL.Version20.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL.Version20.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL.Version20.IntVec4; + var _Bool = OpenTK.Graphics.OpenGL.Version20.Bool; + var _BoolVec2 = OpenTK.Graphics.OpenGL.Version20.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.OpenGL.Version20.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.OpenGL.Version20.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL.Version20.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL.Version20.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL.Version20.FloatMat4; + var _Sampler1D = OpenTK.Graphics.OpenGL.Version20.Sampler1D; + var _Sampler2D = OpenTK.Graphics.OpenGL.Version20.Sampler2D; + var _Sampler3D = OpenTK.Graphics.OpenGL.Version20.Sampler3D; + var _SamplerCube = OpenTK.Graphics.OpenGL.Version20.SamplerCube; + var _Sampler1DShadow = OpenTK.Graphics.OpenGL.Version20.Sampler1DShadow; + var _Sampler2DShadow = OpenTK.Graphics.OpenGL.Version20.Sampler2DShadow; + var _DeleteStatus = OpenTK.Graphics.OpenGL.Version20.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.OpenGL.Version20.CompileStatus; + var _LinkStatus = OpenTK.Graphics.OpenGL.Version20.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.OpenGL.Version20.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL.Version20.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.OpenGL.Version20.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.OpenGL.Version20.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.OpenGL.Version20.ActiveUniformMaxLength; + var _ShaderSourceLength = OpenTK.Graphics.OpenGL.Version20.ShaderSourceLength; + var _ActiveAttributes = OpenTK.Graphics.OpenGL.Version20.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.OpenGL.Version20.ActiveAttributeMaxLength; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.OpenGL.Version20.FragmentShaderDerivativeHint; + var _ShadingLanguageVersion = OpenTK.Graphics.OpenGL.Version20.ShadingLanguageVersion; + var _CurrentProgram = OpenTK.Graphics.OpenGL.Version20.CurrentProgram; + var _PointSpriteCoordOrigin = OpenTK.Graphics.OpenGL.Version20.PointSpriteCoordOrigin; + var _LowerLeft = OpenTK.Graphics.OpenGL.Version20.LowerLeft; + var _UpperLeft = OpenTK.Graphics.OpenGL.Version20.UpperLeft; + var _StencilBackRef = OpenTK.Graphics.OpenGL.Version20.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.OpenGL.Version20.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.OpenGL.Version20.StencilBackWritemask; +} +static void Test_Version21_10967() { + var _CurrentRasterSecondaryColor = OpenTK.Graphics.OpenGL.Version21.CurrentRasterSecondaryColor; + var _PixelPackBuffer = OpenTK.Graphics.OpenGL.Version21.PixelPackBuffer; + var _PixelUnpackBuffer = OpenTK.Graphics.OpenGL.Version21.PixelUnpackBuffer; + var _PixelPackBufferBinding = OpenTK.Graphics.OpenGL.Version21.PixelPackBufferBinding; + var _PixelUnpackBufferBinding = OpenTK.Graphics.OpenGL.Version21.PixelUnpackBufferBinding; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL.Version21.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL.Version21.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL.Version21.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL.Version21.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL.Version21.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL.Version21.FloatMat4x3; + var _Srgb = OpenTK.Graphics.OpenGL.Version21.Srgb; + var _Srgb8 = OpenTK.Graphics.OpenGL.Version21.Srgb8; + var _SrgbAlpha = OpenTK.Graphics.OpenGL.Version21.SrgbAlpha; + var _Srgb8Alpha8 = OpenTK.Graphics.OpenGL.Version21.Srgb8Alpha8; + var _SluminanceAlpha = OpenTK.Graphics.OpenGL.Version21.SluminanceAlpha; + var _Sluminance8Alpha8 = OpenTK.Graphics.OpenGL.Version21.Sluminance8Alpha8; + var _Sluminance = OpenTK.Graphics.OpenGL.Version21.Sluminance; + var _Sluminance8 = OpenTK.Graphics.OpenGL.Version21.Sluminance8; + var _CompressedSrgb = OpenTK.Graphics.OpenGL.Version21.CompressedSrgb; + var _CompressedSrgbAlpha = OpenTK.Graphics.OpenGL.Version21.CompressedSrgbAlpha; + var _CompressedSluminance = OpenTK.Graphics.OpenGL.Version21.CompressedSluminance; + var _CompressedSluminanceAlpha = OpenTK.Graphics.OpenGL.Version21.CompressedSluminanceAlpha; +} +static void Test_Version30_10968() { + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.OpenGL.Version30.ContextFlagForwardCompatibleBit; + var _MapReadBit = OpenTK.Graphics.OpenGL.Version30.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL.Version30.MapWriteBit; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL.Version30.MapInvalidateRangeBit; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL.Version30.MapInvalidateBufferBit; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL.Version30.MapFlushExplicitBit; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL.Version30.MapUnsynchronizedBit; + var _InvalidFramebufferOperation = OpenTK.Graphics.OpenGL.Version30.InvalidFramebufferOperation; + var _MaxClipDistances = OpenTK.Graphics.OpenGL.Version30.MaxClipDistances; + var _HalfFloat = OpenTK.Graphics.OpenGL.Version30.HalfFloat; + var _ClipDistance0 = OpenTK.Graphics.OpenGL.Version30.ClipDistance0; + var _ClipDistance1 = OpenTK.Graphics.OpenGL.Version30.ClipDistance1; + var _ClipDistance2 = OpenTK.Graphics.OpenGL.Version30.ClipDistance2; + var _ClipDistance3 = OpenTK.Graphics.OpenGL.Version30.ClipDistance3; + var _ClipDistance4 = OpenTK.Graphics.OpenGL.Version30.ClipDistance4; + var _ClipDistance5 = OpenTK.Graphics.OpenGL.Version30.ClipDistance5; + var _ClipDistance6 = OpenTK.Graphics.OpenGL.Version30.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.OpenGL.Version30.ClipDistance7; + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentStencilSize; + var _FramebufferDefault = OpenTK.Graphics.OpenGL.Version30.FramebufferDefault; + var _FramebufferUndefined = OpenTK.Graphics.OpenGL.Version30.FramebufferUndefined; + var _DepthStencilAttachment = OpenTK.Graphics.OpenGL.Version30.DepthStencilAttachment; + var _MajorVersion = OpenTK.Graphics.OpenGL.Version30.MajorVersion; + var _MinorVersion = OpenTK.Graphics.OpenGL.Version30.MinorVersion; + var _NumExtensions = OpenTK.Graphics.OpenGL.Version30.NumExtensions; + var _ContextFlags = OpenTK.Graphics.OpenGL.Version30.ContextFlags; + var _Index = OpenTK.Graphics.OpenGL.Version30.Index; + var _CompressedRed = OpenTK.Graphics.OpenGL.Version30.CompressedRed; + var _CompressedRg = OpenTK.Graphics.OpenGL.Version30.CompressedRg; + var _Rg = OpenTK.Graphics.OpenGL.Version30.Rg; + var _RgInteger = OpenTK.Graphics.OpenGL.Version30.RgInteger; + var _R8 = OpenTK.Graphics.OpenGL.Version30.R8; + var _R16 = OpenTK.Graphics.OpenGL.Version30.R16; + var _Rg8 = OpenTK.Graphics.OpenGL.Version30.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL.Version30.Rg16; + var _R16f = OpenTK.Graphics.OpenGL.Version30.R16f; + var _R32f = OpenTK.Graphics.OpenGL.Version30.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL.Version30.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL.Version30.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL.Version30.R8i; + var _R8ui = OpenTK.Graphics.OpenGL.Version30.R8ui; + var _R16i = OpenTK.Graphics.OpenGL.Version30.R16i; + var _R16ui = OpenTK.Graphics.OpenGL.Version30.R16ui; + var _R32i = OpenTK.Graphics.OpenGL.Version30.R32i; + var _R32ui = OpenTK.Graphics.OpenGL.Version30.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL.Version30.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL.Version30.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL.Version30.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL.Version30.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL.Version30.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL.Version30.Rg32ui; + var _MaxRenderbufferSize = OpenTK.Graphics.OpenGL.Version30.MaxRenderbufferSize; + var _DepthStencil = OpenTK.Graphics.OpenGL.Version30.DepthStencil; + var _UnsignedInt248 = OpenTK.Graphics.OpenGL.Version30.UnsignedInt248; + var _VertexArrayBinding = OpenTK.Graphics.OpenGL.Version30.VertexArrayBinding; + var _Rgba32f = OpenTK.Graphics.OpenGL.Version30.Rgba32f; + var _Rgb32f = OpenTK.Graphics.OpenGL.Version30.Rgb32f; + var _Rgba16f = OpenTK.Graphics.OpenGL.Version30.Rgba16f; + var _Rgb16f = OpenTK.Graphics.OpenGL.Version30.Rgb16f; + var _CompareRefToTexture = OpenTK.Graphics.OpenGL.Version30.CompareRefToTexture; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL.Version30.Depth24Stencil8; + var _TextureStencilSize = OpenTK.Graphics.OpenGL.Version30.TextureStencilSize; + var _VertexAttribArrayInteger = OpenTK.Graphics.OpenGL.Version30.VertexAttribArrayInteger; + var _MaxArrayTextureLayers = OpenTK.Graphics.OpenGL.Version30.MaxArrayTextureLayers; + var _MinProgramTexelOffset = OpenTK.Graphics.OpenGL.Version30.MinProgramTexelOffset; + var _MaxProgramTexelOffset = OpenTK.Graphics.OpenGL.Version30.MaxProgramTexelOffset; + var _ClampVertexColor = OpenTK.Graphics.OpenGL.Version30.ClampVertexColor; + var _ClampFragmentColor = OpenTK.Graphics.OpenGL.Version30.ClampFragmentColor; + var _ClampReadColor = OpenTK.Graphics.OpenGL.Version30.ClampReadColor; + var _FixedOnly = OpenTK.Graphics.OpenGL.Version30.FixedOnly; + var _MaxVaryingComponents = OpenTK.Graphics.OpenGL.Version30.MaxVaryingComponents; + var _TextureRedType = OpenTK.Graphics.OpenGL.Version30.TextureRedType; + var _TextureGreenType = OpenTK.Graphics.OpenGL.Version30.TextureGreenType; + var _TextureBlueType = OpenTK.Graphics.OpenGL.Version30.TextureBlueType; + var _TextureAlphaType = OpenTK.Graphics.OpenGL.Version30.TextureAlphaType; + var _TextureLuminanceType = OpenTK.Graphics.OpenGL.Version30.TextureLuminanceType; + var _TextureIntensityType = OpenTK.Graphics.OpenGL.Version30.TextureIntensityType; + var _TextureDepthType = OpenTK.Graphics.OpenGL.Version30.TextureDepthType; + var _UnsignedNormalized = OpenTK.Graphics.OpenGL.Version30.UnsignedNormalized; + var _Texture1DArray = OpenTK.Graphics.OpenGL.Version30.Texture1DArray; + var _ProxyTexture1DArray = OpenTK.Graphics.OpenGL.Version30.ProxyTexture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL.Version30.Texture2DArray; + var _ProxyTexture2DArray = OpenTK.Graphics.OpenGL.Version30.ProxyTexture2DArray; + var _TextureBinding1DArray = OpenTK.Graphics.OpenGL.Version30.TextureBinding1DArray; + var _TextureBinding2DArray = OpenTK.Graphics.OpenGL.Version30.TextureBinding2DArray; + var _R11fG11fB10f = OpenTK.Graphics.OpenGL.Version30.R11fG11fB10f; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL.Version30.UnsignedInt10F11F11FRev; + var _Rgb9E5 = OpenTK.Graphics.OpenGL.Version30.Rgb9E5; + var _UnsignedInt5999Rev = OpenTK.Graphics.OpenGL.Version30.UnsignedInt5999Rev; + var _TextureSharedSize = OpenTK.Graphics.OpenGL.Version30.TextureSharedSize; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.OpenGL.Version30.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.OpenGL.Version30.TransformFeedbackBufferMode; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.OpenGL.Version30.MaxTransformFeedbackSeparateComponents; + var _TransformFeedbackVaryings = OpenTK.Graphics.OpenGL.Version30.TransformFeedbackVaryings; + var _TransformFeedbackBufferStart = OpenTK.Graphics.OpenGL.Version30.TransformFeedbackBufferStart; + var _TransformFeedbackBufferSize = OpenTK.Graphics.OpenGL.Version30.TransformFeedbackBufferSize; + var _PrimitivesGenerated = OpenTK.Graphics.OpenGL.Version30.PrimitivesGenerated; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.OpenGL.Version30.TransformFeedbackPrimitivesWritten; + var _RasterizerDiscard = OpenTK.Graphics.OpenGL.Version30.RasterizerDiscard; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.OpenGL.Version30.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.OpenGL.Version30.MaxTransformFeedbackSeparateAttribs; + var _InterleavedAttribs = OpenTK.Graphics.OpenGL.Version30.InterleavedAttribs; + var _SeparateAttribs = OpenTK.Graphics.OpenGL.Version30.SeparateAttribs; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL.Version30.TransformFeedbackBuffer; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.OpenGL.Version30.TransformFeedbackBufferBinding; + var _DrawFramebufferBinding = OpenTK.Graphics.OpenGL.Version30.DrawFramebufferBinding; + var _FramebufferBinding = OpenTK.Graphics.OpenGL.Version30.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.OpenGL.Version30.RenderbufferBinding; + var _ReadFramebuffer = OpenTK.Graphics.OpenGL.Version30.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.OpenGL.Version30.DrawFramebuffer; + var _ReadFramebufferBinding = OpenTK.Graphics.OpenGL.Version30.ReadFramebufferBinding; + var _RenderbufferSamples = OpenTK.Graphics.OpenGL.Version30.RenderbufferSamples; + var _DepthComponent32f = OpenTK.Graphics.OpenGL.Version30.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL.Version30.Depth32fStencil8; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL.Version30.FramebufferAttachmentTextureLayer; + var _FramebufferComplete = OpenTK.Graphics.OpenGL.Version30.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.OpenGL.Version30.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.OpenGL.Version30.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDrawBuffer = OpenTK.Graphics.OpenGL.Version30.FramebufferIncompleteDrawBuffer; + var _FramebufferIncompleteReadBuffer = OpenTK.Graphics.OpenGL.Version30.FramebufferIncompleteReadBuffer; + var _FramebufferUnsupported = OpenTK.Graphics.OpenGL.Version30.FramebufferUnsupported; + var _MaxColorAttachments = OpenTK.Graphics.OpenGL.Version30.MaxColorAttachments; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL.Version30.ColorAttachment15; + var _DepthAttachment = OpenTK.Graphics.OpenGL.Version30.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.OpenGL.Version30.StencilAttachment; + var _Framebuffer = OpenTK.Graphics.OpenGL.Version30.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL.Version30.Renderbuffer; + var _RenderbufferWidth = OpenTK.Graphics.OpenGL.Version30.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.OpenGL.Version30.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.OpenGL.Version30.RenderbufferInternalFormat; + var _StencilIndex1 = OpenTK.Graphics.OpenGL.Version30.StencilIndex1; + var _StencilIndex4 = OpenTK.Graphics.OpenGL.Version30.StencilIndex4; + var _StencilIndex8 = OpenTK.Graphics.OpenGL.Version30.StencilIndex8; + var _StencilIndex16 = OpenTK.Graphics.OpenGL.Version30.StencilIndex16; + var _RenderbufferRedSize = OpenTK.Graphics.OpenGL.Version30.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.OpenGL.Version30.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.OpenGL.Version30.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.OpenGL.Version30.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.OpenGL.Version30.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.OpenGL.Version30.RenderbufferStencilSize; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.OpenGL.Version30.FramebufferIncompleteMultisample; + var _MaxSamples = OpenTK.Graphics.OpenGL.Version30.MaxSamples; + var _Rgba32ui = OpenTK.Graphics.OpenGL.Version30.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.OpenGL.Version30.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL.Version30.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.OpenGL.Version30.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL.Version30.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.OpenGL.Version30.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL.Version30.Rgba32i; + var _Rgb32i = OpenTK.Graphics.OpenGL.Version30.Rgb32i; + var _Rgba16i = OpenTK.Graphics.OpenGL.Version30.Rgba16i; + var _Rgb16i = OpenTK.Graphics.OpenGL.Version30.Rgb16i; + var _Rgba8i = OpenTK.Graphics.OpenGL.Version30.Rgba8i; + var _Rgb8i = OpenTK.Graphics.OpenGL.Version30.Rgb8i; + var _RedInteger = OpenTK.Graphics.OpenGL.Version30.RedInteger; + var _GreenInteger = OpenTK.Graphics.OpenGL.Version30.GreenInteger; + var _BlueInteger = OpenTK.Graphics.OpenGL.Version30.BlueInteger; + var _AlphaInteger = OpenTK.Graphics.OpenGL.Version30.AlphaInteger; + var _RgbInteger = OpenTK.Graphics.OpenGL.Version30.RgbInteger; + var _RgbaInteger = OpenTK.Graphics.OpenGL.Version30.RgbaInteger; + var _BgrInteger = OpenTK.Graphics.OpenGL.Version30.BgrInteger; + var _BgraInteger = OpenTK.Graphics.OpenGL.Version30.BgraInteger; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL.Version30.Float32UnsignedInt248Rev; + var _FramebufferSrgb = OpenTK.Graphics.OpenGL.Version30.FramebufferSrgb; + var _CompressedRedRgtc1 = OpenTK.Graphics.OpenGL.Version30.CompressedRedRgtc1; + var _CompressedSignedRedRgtc1 = OpenTK.Graphics.OpenGL.Version30.CompressedSignedRedRgtc1; + var _CompressedRgRgtc2 = OpenTK.Graphics.OpenGL.Version30.CompressedRgRgtc2; + var _CompressedSignedRgRgtc2 = OpenTK.Graphics.OpenGL.Version30.CompressedSignedRgRgtc2; + var _Sampler1DArray = OpenTK.Graphics.OpenGL.Version30.Sampler1DArray; + var _Sampler2DArray = OpenTK.Graphics.OpenGL.Version30.Sampler2DArray; + var _Sampler1DArrayShadow = OpenTK.Graphics.OpenGL.Version30.Sampler1DArrayShadow; + var _Sampler2DArrayShadow = OpenTK.Graphics.OpenGL.Version30.Sampler2DArrayShadow; + var _SamplerCubeShadow = OpenTK.Graphics.OpenGL.Version30.SamplerCubeShadow; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL.Version30.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL.Version30.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL.Version30.UnsignedIntVec4; + var _IntSampler1D = OpenTK.Graphics.OpenGL.Version30.IntSampler1D; + var _IntSampler2D = OpenTK.Graphics.OpenGL.Version30.IntSampler2D; + var _IntSampler3D = OpenTK.Graphics.OpenGL.Version30.IntSampler3D; + var _IntSamplerCube = OpenTK.Graphics.OpenGL.Version30.IntSamplerCube; + var _IntSampler1DArray = OpenTK.Graphics.OpenGL.Version30.IntSampler1DArray; + var _IntSampler2DArray = OpenTK.Graphics.OpenGL.Version30.IntSampler2DArray; + var _UnsignedIntSampler1D = OpenTK.Graphics.OpenGL.Version30.UnsignedIntSampler1D; + var _UnsignedIntSampler2D = OpenTK.Graphics.OpenGL.Version30.UnsignedIntSampler2D; + var _UnsignedIntSampler3D = OpenTK.Graphics.OpenGL.Version30.UnsignedIntSampler3D; + var _UnsignedIntSamplerCube = OpenTK.Graphics.OpenGL.Version30.UnsignedIntSamplerCube; + var _UnsignedIntSampler1DArray = OpenTK.Graphics.OpenGL.Version30.UnsignedIntSampler1DArray; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.OpenGL.Version30.UnsignedIntSampler2DArray; + var _QueryWait = OpenTK.Graphics.OpenGL.Version30.QueryWait; + var _QueryNoWait = OpenTK.Graphics.OpenGL.Version30.QueryNoWait; + var _QueryByRegionWait = OpenTK.Graphics.OpenGL.Version30.QueryByRegionWait; + var _QueryByRegionNoWait = OpenTK.Graphics.OpenGL.Version30.QueryByRegionNoWait; + var _BufferAccessFlags = OpenTK.Graphics.OpenGL.Version30.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.OpenGL.Version30.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.OpenGL.Version30.BufferMapOffset; +} +static void Test_Version31_10969() { + var _TextureRectangle = OpenTK.Graphics.OpenGL.Version31.TextureRectangle; + var _TextureBindingRectangle = OpenTK.Graphics.OpenGL.Version31.TextureBindingRectangle; + var _ProxyTextureRectangle = OpenTK.Graphics.OpenGL.Version31.ProxyTextureRectangle; + var _MaxRectangleTextureSize = OpenTK.Graphics.OpenGL.Version31.MaxRectangleTextureSize; + var _UniformBuffer = OpenTK.Graphics.OpenGL.Version31.UniformBuffer; + var _UniformBufferBinding = OpenTK.Graphics.OpenGL.Version31.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.OpenGL.Version31.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.OpenGL.Version31.UniformBufferSize; + var _MaxVertexUniformBlocks = OpenTK.Graphics.OpenGL.Version31.MaxVertexUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.OpenGL.Version31.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.OpenGL.Version31.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.OpenGL.Version31.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.OpenGL.Version31.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.OpenGL.Version31.MaxCombinedVertexUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.OpenGL.Version31.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.OpenGL.Version31.UniformBufferOffsetAlignment; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL.Version31.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL.Version31.ActiveUniformBlocks; + var _UniformType = OpenTK.Graphics.OpenGL.Version31.UniformType; + var _UniformSize = OpenTK.Graphics.OpenGL.Version31.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL.Version31.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.OpenGL.Version31.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.OpenGL.Version31.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.OpenGL.Version31.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.OpenGL.Version31.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.OpenGL.Version31.UniformIsRowMajor; + var _UniformBlockBinding = OpenTK.Graphics.OpenGL.Version31.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.OpenGL.Version31.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.OpenGL.Version31.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.OpenGL.Version31.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.OpenGL.Version31.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.OpenGL.Version31.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.OpenGL.Version31.UniformBlockReferencedByFragmentShader; + var _Sampler2DRect = OpenTK.Graphics.OpenGL.Version31.Sampler2DRect; + var _Sampler2DRectShadow = OpenTK.Graphics.OpenGL.Version31.Sampler2DRectShadow; + var _TextureBuffer = OpenTK.Graphics.OpenGL.Version31.TextureBuffer; + var _MaxTextureBufferSize = OpenTK.Graphics.OpenGL.Version31.MaxTextureBufferSize; + var _TextureBindingBuffer = OpenTK.Graphics.OpenGL.Version31.TextureBindingBuffer; + var _TextureBufferDataStoreBinding = OpenTK.Graphics.OpenGL.Version31.TextureBufferDataStoreBinding; + var _SamplerBuffer = OpenTK.Graphics.OpenGL.Version31.SamplerBuffer; + var _IntSampler2DRect = OpenTK.Graphics.OpenGL.Version31.IntSampler2DRect; + var _IntSamplerBuffer = OpenTK.Graphics.OpenGL.Version31.IntSamplerBuffer; + var _UnsignedIntSampler2DRect = OpenTK.Graphics.OpenGL.Version31.UnsignedIntSampler2DRect; + var _UnsignedIntSamplerBuffer = OpenTK.Graphics.OpenGL.Version31.UnsignedIntSamplerBuffer; + var _CopyReadBuffer = OpenTK.Graphics.OpenGL.Version31.CopyReadBuffer; + var _CopyWriteBuffer = OpenTK.Graphics.OpenGL.Version31.CopyWriteBuffer; + var _R8Snorm = OpenTK.Graphics.OpenGL.Version31.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.OpenGL.Version31.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.OpenGL.Version31.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.OpenGL.Version31.Rgba8Snorm; + var _R16Snorm = OpenTK.Graphics.OpenGL.Version31.R16Snorm; + var _Rg16Snorm = OpenTK.Graphics.OpenGL.Version31.Rg16Snorm; + var _Rgb16Snorm = OpenTK.Graphics.OpenGL.Version31.Rgb16Snorm; + var _Rgba16Snorm = OpenTK.Graphics.OpenGL.Version31.Rgba16Snorm; + var _SignedNormalized = OpenTK.Graphics.OpenGL.Version31.SignedNormalized; + var _PrimitiveRestart = OpenTK.Graphics.OpenGL.Version31.PrimitiveRestart; + var _PrimitiveRestartIndex = OpenTK.Graphics.OpenGL.Version31.PrimitiveRestartIndex; + var _InvalidIndex = OpenTK.Graphics.OpenGL.Version31.InvalidIndex; +} +static void Test_Version32_10970() { + var _ContextCoreProfileBit = OpenTK.Graphics.OpenGL.Version32.ContextCoreProfileBit; + var _SyncFlushCommandsBit = OpenTK.Graphics.OpenGL.Version32.SyncFlushCommandsBit; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.OpenGL.Version32.ContextCompatibilityProfileBit; + var _LinesAdjacency = OpenTK.Graphics.OpenGL.Version32.LinesAdjacency; + var _LineStripAdjacency = OpenTK.Graphics.OpenGL.Version32.LineStripAdjacency; + var _TrianglesAdjacency = OpenTK.Graphics.OpenGL.Version32.TrianglesAdjacency; + var _TriangleStripAdjacency = OpenTK.Graphics.OpenGL.Version32.TriangleStripAdjacency; + var _ProgramPointSize = OpenTK.Graphics.OpenGL.Version32.ProgramPointSize; + var _DepthClamp = OpenTK.Graphics.OpenGL.Version32.DepthClamp; + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL.Version32.TextureCubeMapSeamless; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL.Version32.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL.Version32.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL.Version32.GeometryOutputType; + var _MaxGeometryTextureImageUnits = OpenTK.Graphics.OpenGL.Version32.MaxGeometryTextureImageUnits; + var _FramebufferAttachmentLayered = OpenTK.Graphics.OpenGL.Version32.FramebufferAttachmentLayered; + var _FramebufferIncompleteLayerTargets = OpenTK.Graphics.OpenGL.Version32.FramebufferIncompleteLayerTargets; + var _GeometryShader = OpenTK.Graphics.OpenGL.Version32.GeometryShader; + var _MaxGeometryUniformComponents = OpenTK.Graphics.OpenGL.Version32.MaxGeometryUniformComponents; + var _MaxGeometryOutputVertices = OpenTK.Graphics.OpenGL.Version32.MaxGeometryOutputVertices; + var _MaxGeometryTotalOutputComponents = OpenTK.Graphics.OpenGL.Version32.MaxGeometryTotalOutputComponents; + var _QuadsFollowProvokingVertexConvention = OpenTK.Graphics.OpenGL.Version32.QuadsFollowProvokingVertexConvention; + var _FirstVertexConvention = OpenTK.Graphics.OpenGL.Version32.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL.Version32.LastVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL.Version32.ProvokingVertex; + var _SamplePosition = OpenTK.Graphics.OpenGL.Version32.SamplePosition; + var _SampleMask = OpenTK.Graphics.OpenGL.Version32.SampleMask; + var _SampleMaskValue = OpenTK.Graphics.OpenGL.Version32.SampleMaskValue; + var _MaxSampleMaskWords = OpenTK.Graphics.OpenGL.Version32.MaxSampleMaskWords; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL.Version32.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL.Version32.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL.Version32.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL.Version32.ProxyTexture2DMultisampleArray; + var _TextureBinding2DMultisample = OpenTK.Graphics.OpenGL.Version32.TextureBinding2DMultisample; + var _TextureBinding2DMultisampleArray = OpenTK.Graphics.OpenGL.Version32.TextureBinding2DMultisampleArray; + var _TextureSamples = OpenTK.Graphics.OpenGL.Version32.TextureSamples; + var _TextureFixedSampleLocations = OpenTK.Graphics.OpenGL.Version32.TextureFixedSampleLocations; + var _Sampler2DMultisample = OpenTK.Graphics.OpenGL.Version32.Sampler2DMultisample; + var _IntSampler2DMultisample = OpenTK.Graphics.OpenGL.Version32.IntSampler2DMultisample; + var _UnsignedIntSampler2DMultisample = OpenTK.Graphics.OpenGL.Version32.UnsignedIntSampler2DMultisample; + var _Sampler2DMultisampleArray = OpenTK.Graphics.OpenGL.Version32.Sampler2DMultisampleArray; + var _IntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL.Version32.IntSampler2DMultisampleArray; + var _UnsignedIntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL.Version32.UnsignedIntSampler2DMultisampleArray; + var _MaxColorTextureSamples = OpenTK.Graphics.OpenGL.Version32.MaxColorTextureSamples; + var _MaxDepthTextureSamples = OpenTK.Graphics.OpenGL.Version32.MaxDepthTextureSamples; + var _MaxIntegerSamples = OpenTK.Graphics.OpenGL.Version32.MaxIntegerSamples; + var _MaxServerWaitTimeout = OpenTK.Graphics.OpenGL.Version32.MaxServerWaitTimeout; + var _ObjectType = OpenTK.Graphics.OpenGL.Version32.ObjectType; + var _SyncCondition = OpenTK.Graphics.OpenGL.Version32.SyncCondition; + var _SyncStatus = OpenTK.Graphics.OpenGL.Version32.SyncStatus; + var _SyncFlags = OpenTK.Graphics.OpenGL.Version32.SyncFlags; + var _SyncFence = OpenTK.Graphics.OpenGL.Version32.SyncFence; + var _SyncGpuCommandsComplete = OpenTK.Graphics.OpenGL.Version32.SyncGpuCommandsComplete; + var _Unsignaled = OpenTK.Graphics.OpenGL.Version32.Unsignaled; + var _Signaled = OpenTK.Graphics.OpenGL.Version32.Signaled; + var _AlreadySignaled = OpenTK.Graphics.OpenGL.Version32.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.OpenGL.Version32.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.OpenGL.Version32.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.OpenGL.Version32.WaitFailed; + var _MaxVertexOutputComponents = OpenTK.Graphics.OpenGL.Version32.MaxVertexOutputComponents; + var _MaxGeometryInputComponents = OpenTK.Graphics.OpenGL.Version32.MaxGeometryInputComponents; + var _MaxGeometryOutputComponents = OpenTK.Graphics.OpenGL.Version32.MaxGeometryOutputComponents; + var _MaxFragmentInputComponents = OpenTK.Graphics.OpenGL.Version32.MaxFragmentInputComponents; + var _ContextProfileMask = OpenTK.Graphics.OpenGL.Version32.ContextProfileMask; + var _TimeoutIgnored = OpenTK.Graphics.OpenGL.Version32.TimeoutIgnored; +} +static void Test_Version33_10971() { + var _TimeElapsed = OpenTK.Graphics.OpenGL.Version33.TimeElapsed; + var _Src1Color = OpenTK.Graphics.OpenGL.Version33.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL.Version33.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL.Version33.OneMinusSrc1Alpha; + var _MaxDualSourceDrawBuffers = OpenTK.Graphics.OpenGL.Version33.MaxDualSourceDrawBuffers; + var _VertexAttribArrayDivisor = OpenTK.Graphics.OpenGL.Version33.VertexAttribArrayDivisor; + var _SamplerBinding = OpenTK.Graphics.OpenGL.Version33.SamplerBinding; + var _AnySamplesPassed = OpenTK.Graphics.OpenGL.Version33.AnySamplesPassed; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.Version33.Int2101010Rev; + var _Timestamp = OpenTK.Graphics.OpenGL.Version33.Timestamp; + var _TextureSwizzleR = OpenTK.Graphics.OpenGL.Version33.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL.Version33.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL.Version33.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL.Version33.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL.Version33.TextureSwizzleRgba; + var _Rgb10A2ui = OpenTK.Graphics.OpenGL.Version33.Rgb10A2ui; +} +static void Test_Version40_10972() { + var _Quads = OpenTK.Graphics.OpenGL.Version40.Quads; + var _Patches = OpenTK.Graphics.OpenGL.Version40.Patches; + var _UniformBlockReferencedByTessControlShader = OpenTK.Graphics.OpenGL.Version40.UniformBlockReferencedByTessControlShader; + var _UniformBlockReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.Version40.UniformBlockReferencedByTessEvaluationShader; + var _MaxTessControlInputComponents = OpenTK.Graphics.OpenGL.Version40.MaxTessControlInputComponents; + var _MaxTessEvaluationInputComponents = OpenTK.Graphics.OpenGL.Version40.MaxTessEvaluationInputComponents; + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL.Version40.GeometryShaderInvocations; + var _SampleShading = OpenTK.Graphics.OpenGL.Version40.SampleShading; + var _MinSampleShadingValue = OpenTK.Graphics.OpenGL.Version40.MinSampleShadingValue; + var _ActiveSubroutines = OpenTK.Graphics.OpenGL.Version40.ActiveSubroutines; + var _ActiveSubroutineUniforms = OpenTK.Graphics.OpenGL.Version40.ActiveSubroutineUniforms; + var _MaxSubroutines = OpenTK.Graphics.OpenGL.Version40.MaxSubroutines; + var _MaxSubroutineUniformLocations = OpenTK.Graphics.OpenGL.Version40.MaxSubroutineUniformLocations; + var _MaxCombinedTessControlUniformComponents = OpenTK.Graphics.OpenGL.Version40.MaxCombinedTessControlUniformComponents; + var _MaxCombinedTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL.Version40.MaxCombinedTessEvaluationUniformComponents; + var _TransformFeedback = OpenTK.Graphics.OpenGL.Version40.TransformFeedback; + var _TransformFeedbackBufferPaused = OpenTK.Graphics.OpenGL.Version40.TransformFeedbackBufferPaused; + var _TransformFeedbackBufferActive = OpenTK.Graphics.OpenGL.Version40.TransformFeedbackBufferActive; + var _TransformFeedbackBinding = OpenTK.Graphics.OpenGL.Version40.TransformFeedbackBinding; + var _ActiveSubroutineUniformLocations = OpenTK.Graphics.OpenGL.Version40.ActiveSubroutineUniformLocations; + var _ActiveSubroutineMaxLength = OpenTK.Graphics.OpenGL.Version40.ActiveSubroutineMaxLength; + var _ActiveSubroutineUniformMaxLength = OpenTK.Graphics.OpenGL.Version40.ActiveSubroutineUniformMaxLength; + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL.Version40.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL.Version40.CompatibleSubroutines; + var _MaxGeometryShaderInvocations = OpenTK.Graphics.OpenGL.Version40.MaxGeometryShaderInvocations; + var _MinFragmentInterpolationOffset = OpenTK.Graphics.OpenGL.Version40.MinFragmentInterpolationOffset; + var _MaxFragmentInterpolationOffset = OpenTK.Graphics.OpenGL.Version40.MaxFragmentInterpolationOffset; + var _FragmentInterpolationOffsetBits = OpenTK.Graphics.OpenGL.Version40.FragmentInterpolationOffsetBits; + var _MinProgramTextureGatherOffset = OpenTK.Graphics.OpenGL.Version40.MinProgramTextureGatherOffset; + var _MaxProgramTextureGatherOffset = OpenTK.Graphics.OpenGL.Version40.MaxProgramTextureGatherOffset; + var _MaxTransformFeedbackBuffers = OpenTK.Graphics.OpenGL.Version40.MaxTransformFeedbackBuffers; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL.Version40.MaxVertexStreams; + var _PatchVertices = OpenTK.Graphics.OpenGL.Version40.PatchVertices; + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL.Version40.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL.Version40.PatchDefaultOuterLevel; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL.Version40.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL.Version40.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL.Version40.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL.Version40.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL.Version40.TessGenPointMode; + var _Isolines = OpenTK.Graphics.OpenGL.Version40.Isolines; + var _FractionalOdd = OpenTK.Graphics.OpenGL.Version40.FractionalOdd; + var _FractionalEven = OpenTK.Graphics.OpenGL.Version40.FractionalEven; + var _MaxPatchVertices = OpenTK.Graphics.OpenGL.Version40.MaxPatchVertices; + var _MaxTessGenLevel = OpenTK.Graphics.OpenGL.Version40.MaxTessGenLevel; + var _MaxTessControlUniformComponents = OpenTK.Graphics.OpenGL.Version40.MaxTessControlUniformComponents; + var _MaxTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL.Version40.MaxTessEvaluationUniformComponents; + var _MaxTessControlTextureImageUnits = OpenTK.Graphics.OpenGL.Version40.MaxTessControlTextureImageUnits; + var _MaxTessEvaluationTextureImageUnits = OpenTK.Graphics.OpenGL.Version40.MaxTessEvaluationTextureImageUnits; + var _MaxTessControlOutputComponents = OpenTK.Graphics.OpenGL.Version40.MaxTessControlOutputComponents; + var _MaxTessPatchComponents = OpenTK.Graphics.OpenGL.Version40.MaxTessPatchComponents; + var _MaxTessControlTotalOutputComponents = OpenTK.Graphics.OpenGL.Version40.MaxTessControlTotalOutputComponents; + var _MaxTessEvaluationOutputComponents = OpenTK.Graphics.OpenGL.Version40.MaxTessEvaluationOutputComponents; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL.Version40.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL.Version40.TessControlShader; + var _MaxTessControlUniformBlocks = OpenTK.Graphics.OpenGL.Version40.MaxTessControlUniformBlocks; + var _MaxTessEvaluationUniformBlocks = OpenTK.Graphics.OpenGL.Version40.MaxTessEvaluationUniformBlocks; + var _DrawIndirectBuffer = OpenTK.Graphics.OpenGL.Version40.DrawIndirectBuffer; + var _DrawIndirectBufferBinding = OpenTK.Graphics.OpenGL.Version40.DrawIndirectBufferBinding; + var _DoubleMat2 = OpenTK.Graphics.OpenGL.Version40.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL.Version40.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL.Version40.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL.Version40.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL.Version40.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL.Version40.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL.Version40.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL.Version40.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL.Version40.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL.Version40.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL.Version40.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL.Version40.DoubleVec4; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL.Version40.TextureCubeMapArray; + var _TextureBindingCubeMapArray = OpenTK.Graphics.OpenGL.Version40.TextureBindingCubeMapArray; + var _ProxyTextureCubeMapArray = OpenTK.Graphics.OpenGL.Version40.ProxyTextureCubeMapArray; + var _SamplerCubeMapArray = OpenTK.Graphics.OpenGL.Version40.SamplerCubeMapArray; + var _SamplerCubeMapArrayShadow = OpenTK.Graphics.OpenGL.Version40.SamplerCubeMapArrayShadow; + var _IntSamplerCubeMapArray = OpenTK.Graphics.OpenGL.Version40.IntSamplerCubeMapArray; + var _UnsignedIntSamplerCubeMapArray = OpenTK.Graphics.OpenGL.Version40.UnsignedIntSamplerCubeMapArray; +} +static void Test_Version41_10973() { + var _VertexShaderBit = OpenTK.Graphics.OpenGL.Version41.VertexShaderBit; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL.Version41.FragmentShaderBit; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL.Version41.GeometryShaderBit; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL.Version41.TessControlShaderBit; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL.Version41.TessEvaluationShaderBit; + var _Fixed = OpenTK.Graphics.OpenGL.Version41.Fixed; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL.Version41.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL.Version41.ProgramSeparable; + var _ActiveProgram = OpenTK.Graphics.OpenGL.Version41.ActiveProgram; + var _ProgramPipelineBinding = OpenTK.Graphics.OpenGL.Version41.ProgramPipelineBinding; + var _MaxViewports = OpenTK.Graphics.OpenGL.Version41.MaxViewports; + var _ViewportSubpixelBits = OpenTK.Graphics.OpenGL.Version41.ViewportSubpixelBits; + var _ViewportBoundsRange = OpenTK.Graphics.OpenGL.Version41.ViewportBoundsRange; + var _LayerProvokingVertex = OpenTK.Graphics.OpenGL.Version41.LayerProvokingVertex; + var _ViewportIndexProvokingVertex = OpenTK.Graphics.OpenGL.Version41.ViewportIndexProvokingVertex; + var _UndefinedVertex = OpenTK.Graphics.OpenGL.Version41.UndefinedVertex; + var _ProgramBinaryLength = OpenTK.Graphics.OpenGL.Version41.ProgramBinaryLength; + var _NumProgramBinaryFormats = OpenTK.Graphics.OpenGL.Version41.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.OpenGL.Version41.ProgramBinaryFormats; + var _ImplementationColorReadType = OpenTK.Graphics.OpenGL.Version41.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.OpenGL.Version41.ImplementationColorReadFormat; + var _Rgb565 = OpenTK.Graphics.OpenGL.Version41.Rgb565; + var _LowFloat = OpenTK.Graphics.OpenGL.Version41.LowFloat; + var _MediumFloat = OpenTK.Graphics.OpenGL.Version41.MediumFloat; + var _HighFloat = OpenTK.Graphics.OpenGL.Version41.HighFloat; + var _LowInt = OpenTK.Graphics.OpenGL.Version41.LowInt; + var _MediumInt = OpenTK.Graphics.OpenGL.Version41.MediumInt; + var _HighInt = OpenTK.Graphics.OpenGL.Version41.HighInt; + var _ShaderBinaryFormats = OpenTK.Graphics.OpenGL.Version41.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.OpenGL.Version41.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.OpenGL.Version41.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.OpenGL.Version41.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.OpenGL.Version41.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.OpenGL.Version41.MaxFragmentUniformVectors; + var _AllShaderBits = OpenTK.Graphics.OpenGL.Version41.AllShaderBits; +} +static void Test_Version42_10974() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL.Version42.VertexAttribArrayBarrierBit; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL.Version42.ElementArrayBarrierBit; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL.Version42.UniformBarrierBit; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL.Version42.TextureFetchBarrierBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL.Version42.ShaderImageAccessBarrierBit; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL.Version42.CommandBarrierBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL.Version42.PixelBufferBarrierBit; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL.Version42.TextureUpdateBarrierBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL.Version42.BufferUpdateBarrierBit; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL.Version42.FramebufferBarrierBit; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL.Version42.TransformFeedbackBarrierBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBarrierBit; + var _CompressedRgbaBptcUnorm = OpenTK.Graphics.OpenGL.Version42.CompressedRgbaBptcUnorm; + var _CompressedSrgbAlphaBptcUnorm = OpenTK.Graphics.OpenGL.Version42.CompressedSrgbAlphaBptcUnorm; + var _CompressedRgbBptcSignedFloat = OpenTK.Graphics.OpenGL.Version42.CompressedRgbBptcSignedFloat; + var _CompressedRgbBptcUnsignedFloat = OpenTK.Graphics.OpenGL.Version42.CompressedRgbBptcUnsignedFloat; + var _MaxImageUnits = OpenTK.Graphics.OpenGL.Version42.MaxImageUnits; + var _MaxCombinedImageUnitsAndFragmentOutputs = OpenTK.Graphics.OpenGL.Version42.MaxCombinedImageUnitsAndFragmentOutputs; + var _ImageBindingName = OpenTK.Graphics.OpenGL.Version42.ImageBindingName; + var _ImageBindingLevel = OpenTK.Graphics.OpenGL.Version42.ImageBindingLevel; + var _ImageBindingLayered = OpenTK.Graphics.OpenGL.Version42.ImageBindingLayered; + var _ImageBindingLayer = OpenTK.Graphics.OpenGL.Version42.ImageBindingLayer; + var _ImageBindingAccess = OpenTK.Graphics.OpenGL.Version42.ImageBindingAccess; + var _Image1D = OpenTK.Graphics.OpenGL.Version42.Image1D; + var _Image2D = OpenTK.Graphics.OpenGL.Version42.Image2D; + var _Image3D = OpenTK.Graphics.OpenGL.Version42.Image3D; + var _Image2DRect = OpenTK.Graphics.OpenGL.Version42.Image2DRect; + var _ImageCube = OpenTK.Graphics.OpenGL.Version42.ImageCube; + var _ImageBuffer = OpenTK.Graphics.OpenGL.Version42.ImageBuffer; + var _Image1DArray = OpenTK.Graphics.OpenGL.Version42.Image1DArray; + var _Image2DArray = OpenTK.Graphics.OpenGL.Version42.Image2DArray; + var _ImageCubeMapArray = OpenTK.Graphics.OpenGL.Version42.ImageCubeMapArray; + var _Image2DMultisample = OpenTK.Graphics.OpenGL.Version42.Image2DMultisample; + var _Image2DMultisampleArray = OpenTK.Graphics.OpenGL.Version42.Image2DMultisampleArray; + var _IntImage1D = OpenTK.Graphics.OpenGL.Version42.IntImage1D; + var _IntImage2D = OpenTK.Graphics.OpenGL.Version42.IntImage2D; + var _IntImage3D = OpenTK.Graphics.OpenGL.Version42.IntImage3D; + var _IntImage2DRect = OpenTK.Graphics.OpenGL.Version42.IntImage2DRect; + var _IntImageCube = OpenTK.Graphics.OpenGL.Version42.IntImageCube; + var _IntImageBuffer = OpenTK.Graphics.OpenGL.Version42.IntImageBuffer; + var _IntImage1DArray = OpenTK.Graphics.OpenGL.Version42.IntImage1DArray; + var _IntImage2DArray = OpenTK.Graphics.OpenGL.Version42.IntImage2DArray; + var _IntImageCubeMapArray = OpenTK.Graphics.OpenGL.Version42.IntImageCubeMapArray; + var _IntImage2DMultisample = OpenTK.Graphics.OpenGL.Version42.IntImage2DMultisample; + var _IntImage2DMultisampleArray = OpenTK.Graphics.OpenGL.Version42.IntImage2DMultisampleArray; + var _UnsignedIntImage1D = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImage1D; + var _UnsignedIntImage2D = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImage2D; + var _UnsignedIntImage3D = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImage3D; + var _UnsignedIntImage2DRect = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImage2DRect; + var _UnsignedIntImageCube = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImageCube; + var _UnsignedIntImageBuffer = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImageBuffer; + var _UnsignedIntImage1DArray = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImage1DArray; + var _UnsignedIntImage2DArray = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImage2DArray; + var _UnsignedIntImageCubeMapArray = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImageCubeMapArray; + var _UnsignedIntImage2DMultisample = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImage2DMultisample; + var _UnsignedIntImage2DMultisampleArray = OpenTK.Graphics.OpenGL.Version42.UnsignedIntImage2DMultisampleArray; + var _MaxImageSamples = OpenTK.Graphics.OpenGL.Version42.MaxImageSamples; + var _ImageBindingFormat = OpenTK.Graphics.OpenGL.Version42.ImageBindingFormat; + var _MinMapBufferAlignment = OpenTK.Graphics.OpenGL.Version42.MinMapBufferAlignment; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL.Version42.ImageFormatCompatibilityType; + var _ImageFormatCompatibilityBySize = OpenTK.Graphics.OpenGL.Version42.ImageFormatCompatibilityBySize; + var _ImageFormatCompatibilityByClass = OpenTK.Graphics.OpenGL.Version42.ImageFormatCompatibilityByClass; + var _MaxVertexImageUniforms = OpenTK.Graphics.OpenGL.Version42.MaxVertexImageUniforms; + var _MaxTessControlImageUniforms = OpenTK.Graphics.OpenGL.Version42.MaxTessControlImageUniforms; + var _MaxTessEvaluationImageUniforms = OpenTK.Graphics.OpenGL.Version42.MaxTessEvaluationImageUniforms; + var _MaxGeometryImageUniforms = OpenTK.Graphics.OpenGL.Version42.MaxGeometryImageUniforms; + var _MaxFragmentImageUniforms = OpenTK.Graphics.OpenGL.Version42.MaxFragmentImageUniforms; + var _MaxCombinedImageUniforms = OpenTK.Graphics.OpenGL.Version42.MaxCombinedImageUniforms; + var _UnpackCompressedBlockWidth = OpenTK.Graphics.OpenGL.Version42.UnpackCompressedBlockWidth; + var _UnpackCompressedBlockHeight = OpenTK.Graphics.OpenGL.Version42.UnpackCompressedBlockHeight; + var _UnpackCompressedBlockDepth = OpenTK.Graphics.OpenGL.Version42.UnpackCompressedBlockDepth; + var _UnpackCompressedBlockSize = OpenTK.Graphics.OpenGL.Version42.UnpackCompressedBlockSize; + var _PackCompressedBlockWidth = OpenTK.Graphics.OpenGL.Version42.PackCompressedBlockWidth; + var _PackCompressedBlockHeight = OpenTK.Graphics.OpenGL.Version42.PackCompressedBlockHeight; + var _PackCompressedBlockDepth = OpenTK.Graphics.OpenGL.Version42.PackCompressedBlockDepth; + var _PackCompressedBlockSize = OpenTK.Graphics.OpenGL.Version42.PackCompressedBlockSize; + var _TextureImmutableFormat = OpenTK.Graphics.OpenGL.Version42.TextureImmutableFormat; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBuffer; + var _AtomicCounterBufferBinding = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferBinding; + var _AtomicCounterBufferStart = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferStart; + var _AtomicCounterBufferSize = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferSize; + var _AtomicCounterBufferDataSize = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferDataSize; + var _AtomicCounterBufferActiveAtomicCounters = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferActiveAtomicCounters; + var _AtomicCounterBufferActiveAtomicCounterIndices = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferActiveAtomicCounterIndices; + var _AtomicCounterBufferReferencedByVertexShader = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferReferencedByVertexShader; + var _AtomicCounterBufferReferencedByTessControlShader = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferReferencedByTessControlShader; + var _AtomicCounterBufferReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferReferencedByTessEvaluationShader; + var _AtomicCounterBufferReferencedByGeometryShader = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferReferencedByGeometryShader; + var _AtomicCounterBufferReferencedByFragmentShader = OpenTK.Graphics.OpenGL.Version42.AtomicCounterBufferReferencedByFragmentShader; + var _MaxVertexAtomicCounterBuffers = OpenTK.Graphics.OpenGL.Version42.MaxVertexAtomicCounterBuffers; + var _MaxTessControlAtomicCounterBuffers = OpenTK.Graphics.OpenGL.Version42.MaxTessControlAtomicCounterBuffers; + var _MaxTessEvaluationAtomicCounterBuffers = OpenTK.Graphics.OpenGL.Version42.MaxTessEvaluationAtomicCounterBuffers; + var _MaxGeometryAtomicCounterBuffers = OpenTK.Graphics.OpenGL.Version42.MaxGeometryAtomicCounterBuffers; + var _MaxFragmentAtomicCounterBuffers = OpenTK.Graphics.OpenGL.Version42.MaxFragmentAtomicCounterBuffers; + var _MaxCombinedAtomicCounterBuffers = OpenTK.Graphics.OpenGL.Version42.MaxCombinedAtomicCounterBuffers; + var _MaxVertexAtomicCounters = OpenTK.Graphics.OpenGL.Version42.MaxVertexAtomicCounters; + var _MaxTessControlAtomicCounters = OpenTK.Graphics.OpenGL.Version42.MaxTessControlAtomicCounters; + var _MaxTessEvaluationAtomicCounters = OpenTK.Graphics.OpenGL.Version42.MaxTessEvaluationAtomicCounters; + var _MaxGeometryAtomicCounters = OpenTK.Graphics.OpenGL.Version42.MaxGeometryAtomicCounters; + var _MaxFragmentAtomicCounters = OpenTK.Graphics.OpenGL.Version42.MaxFragmentAtomicCounters; + var _MaxCombinedAtomicCounters = OpenTK.Graphics.OpenGL.Version42.MaxCombinedAtomicCounters; + var _MaxAtomicCounterBufferSize = OpenTK.Graphics.OpenGL.Version42.MaxAtomicCounterBufferSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL.Version42.ActiveAtomicCounterBuffers; + var _UniformAtomicCounterBufferIndex = OpenTK.Graphics.OpenGL.Version42.UniformAtomicCounterBufferIndex; + var _UnsignedIntAtomicCounter = OpenTK.Graphics.OpenGL.Version42.UnsignedIntAtomicCounter; + var _MaxAtomicCounterBufferBindings = OpenTK.Graphics.OpenGL.Version42.MaxAtomicCounterBufferBindings; + var _NumSampleCounts = OpenTK.Graphics.OpenGL.Version42.NumSampleCounts; + var _AllBarrierBits = OpenTK.Graphics.OpenGL.Version42.AllBarrierBits; +} +static void Test_Version43_10975() { + var _ContextFlagDebugBit = OpenTK.Graphics.OpenGL.Version43.ContextFlagDebugBit; + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL.Version43.ShaderStorageBarrierBit; + var _StackOverflow = OpenTK.Graphics.OpenGL.Version43.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.OpenGL.Version43.StackUnderflow; + var _VertexArray = OpenTK.Graphics.OpenGL.Version43.VertexArray; + var _DebugOutputSynchronous = OpenTK.Graphics.OpenGL.Version43.DebugOutputSynchronous; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.OpenGL.Version43.DebugNextLoggedMessageLength; + var _DebugCallbackFunction = OpenTK.Graphics.OpenGL.Version43.DebugCallbackFunction; + var _DebugCallbackUserParam = OpenTK.Graphics.OpenGL.Version43.DebugCallbackUserParam; + var _DebugSourceApi = OpenTK.Graphics.OpenGL.Version43.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL.Version43.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL.Version43.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL.Version43.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL.Version43.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.OpenGL.Version43.DebugSourceOther; + var _DebugTypeError = OpenTK.Graphics.OpenGL.Version43.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL.Version43.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL.Version43.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.OpenGL.Version43.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL.Version43.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.OpenGL.Version43.DebugTypeOther; + var _MaxComputeSharedMemorySize = OpenTK.Graphics.OpenGL.Version43.MaxComputeSharedMemorySize; + var _MaxComputeUniformComponents = OpenTK.Graphics.OpenGL.Version43.MaxComputeUniformComponents; + var _MaxComputeAtomicCounterBuffers = OpenTK.Graphics.OpenGL.Version43.MaxComputeAtomicCounterBuffers; + var _MaxComputeAtomicCounters = OpenTK.Graphics.OpenGL.Version43.MaxComputeAtomicCounters; + var _MaxCombinedComputeUniformComponents = OpenTK.Graphics.OpenGL.Version43.MaxCombinedComputeUniformComponents; + var _ComputeWorkGroupSize = OpenTK.Graphics.OpenGL.Version43.ComputeWorkGroupSize; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL.Version43.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL.Version43.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL.Version43.DebugTypePopGroup; + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL.Version43.DebugSeverityNotification; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.OpenGL.Version43.MaxDebugGroupStackDepth; + var _DebugGroupStackDepth = OpenTK.Graphics.OpenGL.Version43.DebugGroupStackDepth; + var _MaxUniformLocations = OpenTK.Graphics.OpenGL.Version43.MaxUniformLocations; + var _InternalformatSupported = OpenTK.Graphics.OpenGL.Version43.InternalformatSupported; + var _InternalformatPreferred = OpenTK.Graphics.OpenGL.Version43.InternalformatPreferred; + var _InternalformatRedSize = OpenTK.Graphics.OpenGL.Version43.InternalformatRedSize; + var _InternalformatGreenSize = OpenTK.Graphics.OpenGL.Version43.InternalformatGreenSize; + var _InternalformatBlueSize = OpenTK.Graphics.OpenGL.Version43.InternalformatBlueSize; + var _InternalformatAlphaSize = OpenTK.Graphics.OpenGL.Version43.InternalformatAlphaSize; + var _InternalformatDepthSize = OpenTK.Graphics.OpenGL.Version43.InternalformatDepthSize; + var _InternalformatStencilSize = OpenTK.Graphics.OpenGL.Version43.InternalformatStencilSize; + var _InternalformatSharedSize = OpenTK.Graphics.OpenGL.Version43.InternalformatSharedSize; + var _InternalformatRedType = OpenTK.Graphics.OpenGL.Version43.InternalformatRedType; + var _InternalformatGreenType = OpenTK.Graphics.OpenGL.Version43.InternalformatGreenType; + var _InternalformatBlueType = OpenTK.Graphics.OpenGL.Version43.InternalformatBlueType; + var _InternalformatAlphaType = OpenTK.Graphics.OpenGL.Version43.InternalformatAlphaType; + var _InternalformatDepthType = OpenTK.Graphics.OpenGL.Version43.InternalformatDepthType; + var _InternalformatStencilType = OpenTK.Graphics.OpenGL.Version43.InternalformatStencilType; + var _MaxWidth = OpenTK.Graphics.OpenGL.Version43.MaxWidth; + var _MaxHeight = OpenTK.Graphics.OpenGL.Version43.MaxHeight; + var _MaxDepth = OpenTK.Graphics.OpenGL.Version43.MaxDepth; + var _MaxLayers = OpenTK.Graphics.OpenGL.Version43.MaxLayers; + var _MaxCombinedDimensions = OpenTK.Graphics.OpenGL.Version43.MaxCombinedDimensions; + var _ColorComponents = OpenTK.Graphics.OpenGL.Version43.ColorComponents; + var _DepthComponents = OpenTK.Graphics.OpenGL.Version43.DepthComponents; + var _StencilComponents = OpenTK.Graphics.OpenGL.Version43.StencilComponents; + var _ColorRenderable = OpenTK.Graphics.OpenGL.Version43.ColorRenderable; + var _DepthRenderable = OpenTK.Graphics.OpenGL.Version43.DepthRenderable; + var _StencilRenderable = OpenTK.Graphics.OpenGL.Version43.StencilRenderable; + var _FramebufferRenderable = OpenTK.Graphics.OpenGL.Version43.FramebufferRenderable; + var _FramebufferRenderableLayered = OpenTK.Graphics.OpenGL.Version43.FramebufferRenderableLayered; + var _FramebufferBlend = OpenTK.Graphics.OpenGL.Version43.FramebufferBlend; + var _ReadPixels = OpenTK.Graphics.OpenGL.Version43.ReadPixels; + var _ReadPixelsFormat = OpenTK.Graphics.OpenGL.Version43.ReadPixelsFormat; + var _ReadPixelsType = OpenTK.Graphics.OpenGL.Version43.ReadPixelsType; + var _TextureImageFormat = OpenTK.Graphics.OpenGL.Version43.TextureImageFormat; + var _TextureImageType = OpenTK.Graphics.OpenGL.Version43.TextureImageType; + var _GetTextureImageFormat = OpenTK.Graphics.OpenGL.Version43.GetTextureImageFormat; + var _GetTextureImageType = OpenTK.Graphics.OpenGL.Version43.GetTextureImageType; + var _Mipmap = OpenTK.Graphics.OpenGL.Version43.Mipmap; + var _ManualGenerateMipmap = OpenTK.Graphics.OpenGL.Version43.ManualGenerateMipmap; + var _AutoGenerateMipmap = OpenTK.Graphics.OpenGL.Version43.AutoGenerateMipmap; + var _ColorEncoding = OpenTK.Graphics.OpenGL.Version43.ColorEncoding; + var _SrgbRead = OpenTK.Graphics.OpenGL.Version43.SrgbRead; + var _SrgbWrite = OpenTK.Graphics.OpenGL.Version43.SrgbWrite; + var _Filter = OpenTK.Graphics.OpenGL.Version43.Filter; + var _VertexTexture = OpenTK.Graphics.OpenGL.Version43.VertexTexture; + var _TessControlTexture = OpenTK.Graphics.OpenGL.Version43.TessControlTexture; + var _TessEvaluationTexture = OpenTK.Graphics.OpenGL.Version43.TessEvaluationTexture; + var _GeometryTexture = OpenTK.Graphics.OpenGL.Version43.GeometryTexture; + var _FragmentTexture = OpenTK.Graphics.OpenGL.Version43.FragmentTexture; + var _ComputeTexture = OpenTK.Graphics.OpenGL.Version43.ComputeTexture; + var _TextureShadow = OpenTK.Graphics.OpenGL.Version43.TextureShadow; + var _TextureGather = OpenTK.Graphics.OpenGL.Version43.TextureGather; + var _TextureGatherShadow = OpenTK.Graphics.OpenGL.Version43.TextureGatherShadow; + var _ShaderImageLoad = OpenTK.Graphics.OpenGL.Version43.ShaderImageLoad; + var _ShaderImageStore = OpenTK.Graphics.OpenGL.Version43.ShaderImageStore; + var _ShaderImageAtomic = OpenTK.Graphics.OpenGL.Version43.ShaderImageAtomic; + var _ImageTexelSize = OpenTK.Graphics.OpenGL.Version43.ImageTexelSize; + var _ImageCompatibilityClass = OpenTK.Graphics.OpenGL.Version43.ImageCompatibilityClass; + var _ImagePixelFormat = OpenTK.Graphics.OpenGL.Version43.ImagePixelFormat; + var _ImagePixelType = OpenTK.Graphics.OpenGL.Version43.ImagePixelType; + var _SimultaneousTextureAndDepthTest = OpenTK.Graphics.OpenGL.Version43.SimultaneousTextureAndDepthTest; + var _SimultaneousTextureAndStencilTest = OpenTK.Graphics.OpenGL.Version43.SimultaneousTextureAndStencilTest; + var _SimultaneousTextureAndDepthWrite = OpenTK.Graphics.OpenGL.Version43.SimultaneousTextureAndDepthWrite; + var _SimultaneousTextureAndStencilWrite = OpenTK.Graphics.OpenGL.Version43.SimultaneousTextureAndStencilWrite; + var _TextureCompressedBlockWidth = OpenTK.Graphics.OpenGL.Version43.TextureCompressedBlockWidth; + var _TextureCompressedBlockHeight = OpenTK.Graphics.OpenGL.Version43.TextureCompressedBlockHeight; + var _TextureCompressedBlockSize = OpenTK.Graphics.OpenGL.Version43.TextureCompressedBlockSize; + var _ClearBuffer = OpenTK.Graphics.OpenGL.Version43.ClearBuffer; + var _TextureView = OpenTK.Graphics.OpenGL.Version43.TextureView; + var _ViewCompatibilityClass = OpenTK.Graphics.OpenGL.Version43.ViewCompatibilityClass; + var _FullSupport = OpenTK.Graphics.OpenGL.Version43.FullSupport; + var _CaveatSupport = OpenTK.Graphics.OpenGL.Version43.CaveatSupport; + var _ImageClass4X32 = OpenTK.Graphics.OpenGL.Version43.ImageClass4X32; + var _ImageClass2X32 = OpenTK.Graphics.OpenGL.Version43.ImageClass2X32; + var _ImageClass1X32 = OpenTK.Graphics.OpenGL.Version43.ImageClass1X32; + var _ImageClass4X16 = OpenTK.Graphics.OpenGL.Version43.ImageClass4X16; + var _ImageClass2X16 = OpenTK.Graphics.OpenGL.Version43.ImageClass2X16; + var _ImageClass1X16 = OpenTK.Graphics.OpenGL.Version43.ImageClass1X16; + var _ImageClass4X8 = OpenTK.Graphics.OpenGL.Version43.ImageClass4X8; + var _ImageClass2X8 = OpenTK.Graphics.OpenGL.Version43.ImageClass2X8; + var _ImageClass1X8 = OpenTK.Graphics.OpenGL.Version43.ImageClass1X8; + var _ImageClass111110 = OpenTK.Graphics.OpenGL.Version43.ImageClass111110; + var _ImageClass1010102 = OpenTK.Graphics.OpenGL.Version43.ImageClass1010102; + var _ViewClass128Bits = OpenTK.Graphics.OpenGL.Version43.ViewClass128Bits; + var _ViewClass96Bits = OpenTK.Graphics.OpenGL.Version43.ViewClass96Bits; + var _ViewClass64Bits = OpenTK.Graphics.OpenGL.Version43.ViewClass64Bits; + var _ViewClass48Bits = OpenTK.Graphics.OpenGL.Version43.ViewClass48Bits; + var _ViewClass32Bits = OpenTK.Graphics.OpenGL.Version43.ViewClass32Bits; + var _ViewClass24Bits = OpenTK.Graphics.OpenGL.Version43.ViewClass24Bits; + var _ViewClass16Bits = OpenTK.Graphics.OpenGL.Version43.ViewClass16Bits; + var _ViewClass8Bits = OpenTK.Graphics.OpenGL.Version43.ViewClass8Bits; + var _ViewClassS3tcDxt1Rgb = OpenTK.Graphics.OpenGL.Version43.ViewClassS3tcDxt1Rgb; + var _ViewClassS3tcDxt1Rgba = OpenTK.Graphics.OpenGL.Version43.ViewClassS3tcDxt1Rgba; + var _ViewClassS3tcDxt3Rgba = OpenTK.Graphics.OpenGL.Version43.ViewClassS3tcDxt3Rgba; + var _ViewClassS3tcDxt5Rgba = OpenTK.Graphics.OpenGL.Version43.ViewClassS3tcDxt5Rgba; + var _ViewClassRgtc1Red = OpenTK.Graphics.OpenGL.Version43.ViewClassRgtc1Red; + var _ViewClassRgtc2Rg = OpenTK.Graphics.OpenGL.Version43.ViewClassRgtc2Rg; + var _ViewClassBptcUnorm = OpenTK.Graphics.OpenGL.Version43.ViewClassBptcUnorm; + var _ViewClassBptcFloat = OpenTK.Graphics.OpenGL.Version43.ViewClassBptcFloat; + var _VertexAttribBinding = OpenTK.Graphics.OpenGL.Version43.VertexAttribBinding; + var _VertexAttribRelativeOffset = OpenTK.Graphics.OpenGL.Version43.VertexAttribRelativeOffset; + var _VertexBindingDivisor = OpenTK.Graphics.OpenGL.Version43.VertexBindingDivisor; + var _VertexBindingOffset = OpenTK.Graphics.OpenGL.Version43.VertexBindingOffset; + var _VertexBindingStride = OpenTK.Graphics.OpenGL.Version43.VertexBindingStride; + var _MaxVertexAttribRelativeOffset = OpenTK.Graphics.OpenGL.Version43.MaxVertexAttribRelativeOffset; + var _MaxVertexAttribBindings = OpenTK.Graphics.OpenGL.Version43.MaxVertexAttribBindings; + var _TextureViewMinLevel = OpenTK.Graphics.OpenGL.Version43.TextureViewMinLevel; + var _TextureViewNumLevels = OpenTK.Graphics.OpenGL.Version43.TextureViewNumLevels; + var _TextureViewMinLayer = OpenTK.Graphics.OpenGL.Version43.TextureViewMinLayer; + var _TextureViewNumLayers = OpenTK.Graphics.OpenGL.Version43.TextureViewNumLayers; + var _TextureImmutableLevels = OpenTK.Graphics.OpenGL.Version43.TextureImmutableLevels; + var _Buffer = OpenTK.Graphics.OpenGL.Version43.Buffer; + var _Shader = OpenTK.Graphics.OpenGL.Version43.Shader; + var _Program = OpenTK.Graphics.OpenGL.Version43.Program; + var _Query = OpenTK.Graphics.OpenGL.Version43.Query; + var _ProgramPipeline = OpenTK.Graphics.OpenGL.Version43.ProgramPipeline; + var _Sampler = OpenTK.Graphics.OpenGL.Version43.Sampler; + var _DisplayList = OpenTK.Graphics.OpenGL.Version43.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.OpenGL.Version43.MaxLabelLength; + var _NumShadingLanguageVersions = OpenTK.Graphics.OpenGL.Version43.NumShadingLanguageVersions; + var _VertexAttribArrayLong = OpenTK.Graphics.OpenGL.Version43.VertexAttribArrayLong; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.OpenGL.Version43.PrimitiveRestartFixedIndex; + var _AnySamplesPassedConservative = OpenTK.Graphics.OpenGL.Version43.AnySamplesPassedConservative; + var _MaxElementIndex = OpenTK.Graphics.OpenGL.Version43.MaxElementIndex; + var _MaxCombinedShaderOutputResources = OpenTK.Graphics.OpenGL.Version43.MaxCombinedShaderOutputResources; + var _VertexBindingBuffer = OpenTK.Graphics.OpenGL.Version43.VertexBindingBuffer; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL.Version43.ShaderStorageBuffer; + var _ShaderStorageBufferBinding = OpenTK.Graphics.OpenGL.Version43.ShaderStorageBufferBinding; + var _ShaderStorageBufferStart = OpenTK.Graphics.OpenGL.Version43.ShaderStorageBufferStart; + var _ShaderStorageBufferSize = OpenTK.Graphics.OpenGL.Version43.ShaderStorageBufferSize; + var _MaxVertexShaderStorageBlocks = OpenTK.Graphics.OpenGL.Version43.MaxVertexShaderStorageBlocks; + var _MaxGeometryShaderStorageBlocks = OpenTK.Graphics.OpenGL.Version43.MaxGeometryShaderStorageBlocks; + var _MaxTessControlShaderStorageBlocks = OpenTK.Graphics.OpenGL.Version43.MaxTessControlShaderStorageBlocks; + var _MaxTessEvaluationShaderStorageBlocks = OpenTK.Graphics.OpenGL.Version43.MaxTessEvaluationShaderStorageBlocks; + var _MaxFragmentShaderStorageBlocks = OpenTK.Graphics.OpenGL.Version43.MaxFragmentShaderStorageBlocks; + var _MaxComputeShaderStorageBlocks = OpenTK.Graphics.OpenGL.Version43.MaxComputeShaderStorageBlocks; + var _MaxCombinedShaderStorageBlocks = OpenTK.Graphics.OpenGL.Version43.MaxCombinedShaderStorageBlocks; + var _MaxShaderStorageBufferBindings = OpenTK.Graphics.OpenGL.Version43.MaxShaderStorageBufferBindings; + var _MaxShaderStorageBlockSize = OpenTK.Graphics.OpenGL.Version43.MaxShaderStorageBlockSize; + var _ShaderStorageBufferOffsetAlignment = OpenTK.Graphics.OpenGL.Version43.ShaderStorageBufferOffsetAlignment; + var _DepthStencilTextureMode = OpenTK.Graphics.OpenGL.Version43.DepthStencilTextureMode; + var _MaxComputeWorkGroupInvocations = OpenTK.Graphics.OpenGL.Version43.MaxComputeWorkGroupInvocations; + var _UniformBlockReferencedByComputeShader = OpenTK.Graphics.OpenGL.Version43.UniformBlockReferencedByComputeShader; + var _AtomicCounterBufferReferencedByComputeShader = OpenTK.Graphics.OpenGL.Version43.AtomicCounterBufferReferencedByComputeShader; + var _DispatchIndirectBuffer = OpenTK.Graphics.OpenGL.Version43.DispatchIndirectBuffer; + var _DispatchIndirectBufferBinding = OpenTK.Graphics.OpenGL.Version43.DispatchIndirectBufferBinding; + var _MaxDebugMessageLength = OpenTK.Graphics.OpenGL.Version43.MaxDebugMessageLength; + var _MaxDebugLoggedMessages = OpenTK.Graphics.OpenGL.Version43.MaxDebugLoggedMessages; + var _DebugLoggedMessages = OpenTK.Graphics.OpenGL.Version43.DebugLoggedMessages; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL.Version43.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL.Version43.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL.Version43.DebugSeverityLow; + var _TextureBufferOffset = OpenTK.Graphics.OpenGL.Version43.TextureBufferOffset; + var _TextureBufferSize = OpenTK.Graphics.OpenGL.Version43.TextureBufferSize; + var _TextureBufferOffsetAlignment = OpenTK.Graphics.OpenGL.Version43.TextureBufferOffsetAlignment; + var _ComputeShader = OpenTK.Graphics.OpenGL.Version43.ComputeShader; + var _MaxComputeUniformBlocks = OpenTK.Graphics.OpenGL.Version43.MaxComputeUniformBlocks; + var _MaxComputeTextureImageUnits = OpenTK.Graphics.OpenGL.Version43.MaxComputeTextureImageUnits; + var _MaxComputeImageUniforms = OpenTK.Graphics.OpenGL.Version43.MaxComputeImageUniforms; + var _MaxComputeWorkGroupCount = OpenTK.Graphics.OpenGL.Version43.MaxComputeWorkGroupCount; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL.Version43.MaxComputeWorkGroupSize; + var _CompressedR11Eac = OpenTK.Graphics.OpenGL.Version43.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.OpenGL.Version43.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.OpenGL.Version43.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.OpenGL.Version43.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.OpenGL.Version43.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.OpenGL.Version43.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL.Version43.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL.Version43.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.OpenGL.Version43.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.OpenGL.Version43.CompressedSrgb8Alpha8Etc2Eac; + var _DebugOutput = OpenTK.Graphics.OpenGL.Version43.DebugOutput; + var _Uniform = OpenTK.Graphics.OpenGL.Version43.Uniform; + var _UniformBlock = OpenTK.Graphics.OpenGL.Version43.UniformBlock; + var _ProgramInput = OpenTK.Graphics.OpenGL.Version43.ProgramInput; + var _ProgramOutput = OpenTK.Graphics.OpenGL.Version43.ProgramOutput; + var _BufferVariable = OpenTK.Graphics.OpenGL.Version43.BufferVariable; + var _ShaderStorageBlock = OpenTK.Graphics.OpenGL.Version43.ShaderStorageBlock; + var _IsPerPatch = OpenTK.Graphics.OpenGL.Version43.IsPerPatch; + var _VertexSubroutine = OpenTK.Graphics.OpenGL.Version43.VertexSubroutine; + var _TessControlSubroutine = OpenTK.Graphics.OpenGL.Version43.TessControlSubroutine; + var _TessEvaluationSubroutine = OpenTK.Graphics.OpenGL.Version43.TessEvaluationSubroutine; + var _GeometrySubroutine = OpenTK.Graphics.OpenGL.Version43.GeometrySubroutine; + var _FragmentSubroutine = OpenTK.Graphics.OpenGL.Version43.FragmentSubroutine; + var _ComputeSubroutine = OpenTK.Graphics.OpenGL.Version43.ComputeSubroutine; + var _VertexSubroutineUniform = OpenTK.Graphics.OpenGL.Version43.VertexSubroutineUniform; + var _TessControlSubroutineUniform = OpenTK.Graphics.OpenGL.Version43.TessControlSubroutineUniform; + var _TessEvaluationSubroutineUniform = OpenTK.Graphics.OpenGL.Version43.TessEvaluationSubroutineUniform; + var _GeometrySubroutineUniform = OpenTK.Graphics.OpenGL.Version43.GeometrySubroutineUniform; + var _FragmentSubroutineUniform = OpenTK.Graphics.OpenGL.Version43.FragmentSubroutineUniform; + var _ComputeSubroutineUniform = OpenTK.Graphics.OpenGL.Version43.ComputeSubroutineUniform; + var _TransformFeedbackVarying = OpenTK.Graphics.OpenGL.Version43.TransformFeedbackVarying; + var _ActiveResources = OpenTK.Graphics.OpenGL.Version43.ActiveResources; + var _MaxNameLength = OpenTK.Graphics.OpenGL.Version43.MaxNameLength; + var _MaxNumActiveVariables = OpenTK.Graphics.OpenGL.Version43.MaxNumActiveVariables; + var _MaxNumCompatibleSubroutines = OpenTK.Graphics.OpenGL.Version43.MaxNumCompatibleSubroutines; + var _NameLength = OpenTK.Graphics.OpenGL.Version43.NameLength; + var _Type = OpenTK.Graphics.OpenGL.Version43.Type; + var _ArraySize = OpenTK.Graphics.OpenGL.Version43.ArraySize; + var _Offset = OpenTK.Graphics.OpenGL.Version43.Offset; + var _BlockIndex = OpenTK.Graphics.OpenGL.Version43.BlockIndex; + var _ArrayStride = OpenTK.Graphics.OpenGL.Version43.ArrayStride; + var _MatrixStride = OpenTK.Graphics.OpenGL.Version43.MatrixStride; + var _IsRowMajor = OpenTK.Graphics.OpenGL.Version43.IsRowMajor; + var _AtomicCounterBufferIndex = OpenTK.Graphics.OpenGL.Version43.AtomicCounterBufferIndex; + var _BufferBinding = OpenTK.Graphics.OpenGL.Version43.BufferBinding; + var _BufferDataSize = OpenTK.Graphics.OpenGL.Version43.BufferDataSize; + var _NumActiveVariables = OpenTK.Graphics.OpenGL.Version43.NumActiveVariables; + var _ActiveVariables = OpenTK.Graphics.OpenGL.Version43.ActiveVariables; + var _ReferencedByVertexShader = OpenTK.Graphics.OpenGL.Version43.ReferencedByVertexShader; + var _ReferencedByTessControlShader = OpenTK.Graphics.OpenGL.Version43.ReferencedByTessControlShader; + var _ReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL.Version43.ReferencedByTessEvaluationShader; + var _ReferencedByGeometryShader = OpenTK.Graphics.OpenGL.Version43.ReferencedByGeometryShader; + var _ReferencedByFragmentShader = OpenTK.Graphics.OpenGL.Version43.ReferencedByFragmentShader; + var _ReferencedByComputeShader = OpenTK.Graphics.OpenGL.Version43.ReferencedByComputeShader; + var _TopLevelArraySize = OpenTK.Graphics.OpenGL.Version43.TopLevelArraySize; + var _TopLevelArrayStride = OpenTK.Graphics.OpenGL.Version43.TopLevelArrayStride; + var _Location = OpenTK.Graphics.OpenGL.Version43.Location; + var _LocationIndex = OpenTK.Graphics.OpenGL.Version43.LocationIndex; + var _FramebufferDefaultWidth = OpenTK.Graphics.OpenGL.Version43.FramebufferDefaultWidth; + var _FramebufferDefaultHeight = OpenTK.Graphics.OpenGL.Version43.FramebufferDefaultHeight; + var _FramebufferDefaultLayers = OpenTK.Graphics.OpenGL.Version43.FramebufferDefaultLayers; + var _FramebufferDefaultSamples = OpenTK.Graphics.OpenGL.Version43.FramebufferDefaultSamples; + var _FramebufferDefaultFixedSampleLocations = OpenTK.Graphics.OpenGL.Version43.FramebufferDefaultFixedSampleLocations; + var _MaxFramebufferWidth = OpenTK.Graphics.OpenGL.Version43.MaxFramebufferWidth; + var _MaxFramebufferHeight = OpenTK.Graphics.OpenGL.Version43.MaxFramebufferHeight; + var _MaxFramebufferLayers = OpenTK.Graphics.OpenGL.Version43.MaxFramebufferLayers; + var _MaxFramebufferSamples = OpenTK.Graphics.OpenGL.Version43.MaxFramebufferSamples; +} +static void Test_Version44_10976() { + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL.Version44.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL.Version44.QueryBufferBarrierBit; + var _MapReadBit = OpenTK.Graphics.OpenGL.Version44.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL.Version44.MapWriteBit; + var _MapPersistentBit = OpenTK.Graphics.OpenGL.Version44.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL.Version44.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL.Version44.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.OpenGL.Version44.ClientStorageBit; + var _StencilIndex = OpenTK.Graphics.OpenGL.Version44.StencilIndex; + var _BufferImmutableStorage = OpenTK.Graphics.OpenGL.Version44.BufferImmutableStorage; + var _BufferStorageFlags = OpenTK.Graphics.OpenGL.Version44.BufferStorageFlags; + var _PrimitiveRestartForPatchesSupported = OpenTK.Graphics.OpenGL.Version44.PrimitiveRestartForPatchesSupported; + var _MaxVertexAttribStride = OpenTK.Graphics.OpenGL.Version44.MaxVertexAttribStride; + var _MirrorClampToEdge = OpenTK.Graphics.OpenGL.Version44.MirrorClampToEdge; + var _TextureBufferBinding = OpenTK.Graphics.OpenGL.Version44.TextureBufferBinding; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL.Version44.UnsignedInt10F11F11FRev; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL.Version44.TransformFeedbackBuffer; + var _StencilIndex8 = OpenTK.Graphics.OpenGL.Version44.StencilIndex8; + var _QueryBuffer = OpenTK.Graphics.OpenGL.Version44.QueryBuffer; + var _QueryBufferBinding = OpenTK.Graphics.OpenGL.Version44.QueryBufferBinding; + var _QueryResultNoWait = OpenTK.Graphics.OpenGL.Version44.QueryResultNoWait; + var _LocationComponent = OpenTK.Graphics.OpenGL.Version44.LocationComponent; + var _TransformFeedbackBufferIndex = OpenTK.Graphics.OpenGL.Version44.TransformFeedbackBufferIndex; + var _TransformFeedbackBufferStride = OpenTK.Graphics.OpenGL.Version44.TransformFeedbackBufferStride; + var _ClearTexture = OpenTK.Graphics.OpenGL.Version44.ClearTexture; +} +static void Test_VertexAttribDoubleType_10977() { + var _Double = OpenTK.Graphics.OpenGL.VertexAttribDoubleType.Double; +} +static void Test_VertexAttribDPointerType_10978() { + var _Double = OpenTK.Graphics.OpenGL.VertexAttribDPointerType.Double; +} +static void Test_VertexAttribIntegerType_10979() { + var _Byte = OpenTK.Graphics.OpenGL.VertexAttribIntegerType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.VertexAttribIntegerType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.VertexAttribIntegerType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.VertexAttribIntegerType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.VertexAttribIntegerType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.VertexAttribIntegerType.UnsignedInt; +} +static void Test_VertexAttribIPointerType_10980() { + var _Byte = OpenTK.Graphics.OpenGL.VertexAttribIPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.VertexAttribIPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.VertexAttribIPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.VertexAttribIPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.VertexAttribIPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.VertexAttribIPointerType.UnsignedInt; +} +static void Test_VertexAttribParameter_10981() { + var _ArrayEnabled = OpenTK.Graphics.OpenGL.VertexAttribParameter.ArrayEnabled; + var _ArraySize = OpenTK.Graphics.OpenGL.VertexAttribParameter.ArraySize; + var _ArrayStride = OpenTK.Graphics.OpenGL.VertexAttribParameter.ArrayStride; + var _ArrayType = OpenTK.Graphics.OpenGL.VertexAttribParameter.ArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.OpenGL.VertexAttribParameter.CurrentVertexAttrib; + var _ArrayNormalized = OpenTK.Graphics.OpenGL.VertexAttribParameter.ArrayNormalized; + var _VertexAttribArrayInteger = OpenTK.Graphics.OpenGL.VertexAttribParameter.VertexAttribArrayInteger; + var _VertexAttribArrayDivisor = OpenTK.Graphics.OpenGL.VertexAttribParameter.VertexAttribArrayDivisor; +} +static void Test_VertexAttribParameterArb_10982() { + var _ArrayEnabled = OpenTK.Graphics.OpenGL.VertexAttribParameterArb.ArrayEnabled; + var _ArraySize = OpenTK.Graphics.OpenGL.VertexAttribParameterArb.ArraySize; + var _ArrayStride = OpenTK.Graphics.OpenGL.VertexAttribParameterArb.ArrayStride; + var _ArrayType = OpenTK.Graphics.OpenGL.VertexAttribParameterArb.ArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.OpenGL.VertexAttribParameterArb.CurrentVertexAttrib; + var _ArrayNormalized = OpenTK.Graphics.OpenGL.VertexAttribParameterArb.ArrayNormalized; + var _ArrayDivisor = OpenTK.Graphics.OpenGL.VertexAttribParameterArb.ArrayDivisor; +} +static void Test_VertexAttribPointerParameter_10983() { + var _ArrayPointer = OpenTK.Graphics.OpenGL.VertexAttribPointerParameter.ArrayPointer; +} +static void Test_VertexAttribPointerParameterArb_10984() { + var _ArrayPointer = OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb.ArrayPointer; +} +static void Test_VertexAttribPointerType_10985() { + var _Byte = OpenTK.Graphics.OpenGL.VertexAttribPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.VertexAttribPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.VertexAttribPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.VertexAttribPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.VertexAttribPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.VertexAttribPointerType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.VertexAttribPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL.VertexAttribPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.VertexAttribPointerType.HalfFloat; + var _Fixed = OpenTK.Graphics.OpenGL.VertexAttribPointerType.Fixed; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.VertexAttribPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.VertexAttribPointerType.Int2101010Rev; +} +static void Test_VertexAttribPointerTypeArb_10986() { + var _Byte = OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb.Float; + var _Double = OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb.Double; +} +static void Test_VertexAttribType_10987() { + var _Byte = OpenTK.Graphics.OpenGL.VertexAttribType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL.VertexAttribType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL.VertexAttribType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL.VertexAttribType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL.VertexAttribType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL.VertexAttribType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL.VertexAttribType.Float; + var _Double = OpenTK.Graphics.OpenGL.VertexAttribType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.VertexAttribType.HalfFloat; + var _Fixed = OpenTK.Graphics.OpenGL.VertexAttribType.Fixed; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.VertexAttribType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.VertexAttribType.Int2101010Rev; +} +static void Test_VertexPointerType_10988() { + var _Short = OpenTK.Graphics.OpenGL.VertexPointerType.Short; + var _Int = OpenTK.Graphics.OpenGL.VertexPointerType.Int; + var _Float = OpenTK.Graphics.OpenGL.VertexPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL.VertexPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL.VertexPointerType.HalfFloat; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL.VertexPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL.VertexPointerType.Int2101010Rev; +} +static void Test_WaitSyncFlags_10989() { + var _None = OpenTK.Graphics.OpenGL.WaitSyncFlags.None; +} +static void Test_WaitSyncStatus_10990() { + var _AlreadySignaled = OpenTK.Graphics.OpenGL.WaitSyncStatus.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.OpenGL.WaitSyncStatus.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.OpenGL.WaitSyncStatus.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.OpenGL.WaitSyncStatus.WaitFailed; +} +static void Test_WinPhongShading_10991() { + var _PhongWin = OpenTK.Graphics.OpenGL.WinPhongShading.PhongWin; + var _PhongHintWin = OpenTK.Graphics.OpenGL.WinPhongShading.PhongHintWin; +} +static void Test_WinSpecularFog_10992() { + var _FogSpecularTextureWin = OpenTK.Graphics.OpenGL.WinSpecularFog.FogSpecularTextureWin; +} + +static unsafe void Test_Accum_10994() { + OpenTK.Graphics.OpenGL.AccumOp _op = default(OpenTK.Graphics.OpenGL.AccumOp); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Accum(_op,_value); +} +static unsafe void Test_ActiveShaderProgram_10995() { + System.Int32 _pipeline = default(System.Int32); + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ActiveShaderProgram(_pipeline,_program); +} +static unsafe void Test_ActiveShaderProgram_10996() { + System.UInt32 _pipeline = default(System.UInt32); + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ActiveShaderProgram(_pipeline,_program); +} +static unsafe void Test_ActiveTexture_10997() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.GL.ActiveTexture(_texture); +} +static unsafe void Test_AlphaFunc_10998() { + OpenTK.Graphics.OpenGL.AlphaFunction _func = default(OpenTK.Graphics.OpenGL.AlphaFunction); + System.Single _ref = default(System.Single); + OpenTK.Graphics.OpenGL.GL.AlphaFunc(_func,_ref); +} +static unsafe void Test_AreTexturesResident_10999() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + System.Boolean[] _residences = default(System.Boolean[]); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.AreTexturesResident(_n,_textures,_residences); +} +static unsafe void Test_AreTexturesResident_11000() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + System.Boolean _residences = default(System.Boolean); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.AreTexturesResident(_n,ref _textures,out _residences); +} +static unsafe void Test_AreTexturesResident_11001() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + System.Boolean* _residences = default(System.Boolean*); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.AreTexturesResident(_n,_textures,_residences); +} +static unsafe void Test_AreTexturesResident_11002() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + System.Boolean[] _residences = default(System.Boolean[]); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.AreTexturesResident(_n,_textures,_residences); +} +static unsafe void Test_AreTexturesResident_11003() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + System.Boolean _residences = default(System.Boolean); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.AreTexturesResident(_n,ref _textures,out _residences); +} +static unsafe void Test_AreTexturesResident_11004() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + System.Boolean* _residences = default(System.Boolean*); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.AreTexturesResident(_n,_textures,_residences); +} +static unsafe void Test_ArrayElement_11005() { + System.Int32 _i = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ArrayElement(_i); +} +static unsafe void Test_AttachShader_11006() { + System.Int32 _program = default(System.Int32); + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.AttachShader(_program,_shader); +} +static unsafe void Test_AttachShader_11007() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.AttachShader(_program,_shader); +} +static unsafe void Test_Begin_11008() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + OpenTK.Graphics.OpenGL.GL.Begin(_mode); +} +static unsafe void Test_Begin_11009() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + OpenTK.Graphics.OpenGL.GL.Begin(_mode); +} +static unsafe void Test_BeginConditionalRender_11010() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.ConditionalRenderType _mode = default(OpenTK.Graphics.OpenGL.ConditionalRenderType); + OpenTK.Graphics.OpenGL.GL.BeginConditionalRender(_id,_mode); +} +static unsafe void Test_BeginConditionalRender_11011() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.ConditionalRenderType _mode = default(OpenTK.Graphics.OpenGL.ConditionalRenderType); + OpenTK.Graphics.OpenGL.GL.BeginConditionalRender(_id,_mode); +} +static unsafe void Test_BeginQuery_11012() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BeginQuery(_target,_id); +} +static unsafe void Test_BeginQuery_11013() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BeginQuery(_target,_id); +} +static unsafe void Test_BeginQueryIndexed_11014() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BeginQueryIndexed(_target,_index,_id); +} +static unsafe void Test_BeginQueryIndexed_11015() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BeginQueryIndexed(_target,_index,_id); +} +static unsafe void Test_BeginTransformFeedback_11016() { + OpenTK.Graphics.OpenGL.BeginFeedbackMode _primitiveMode = default(OpenTK.Graphics.OpenGL.BeginFeedbackMode); + OpenTK.Graphics.OpenGL.GL.BeginTransformFeedback(_primitiveMode); +} +static unsafe void Test_BeginTransformFeedback_11017() { + OpenTK.Graphics.OpenGL.TransformFeedbackPrimitiveType _primitiveMode = default(OpenTK.Graphics.OpenGL.TransformFeedbackPrimitiveType); + OpenTK.Graphics.OpenGL.GL.BeginTransformFeedback(_primitiveMode); +} +static unsafe void Test_BindAttribLocation_11018() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL.GL.BindAttribLocation(_program,_index,_name); +} +static unsafe void Test_BindAttribLocation_11019() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL.GL.BindAttribLocation(_program,_index,_name); +} +static unsafe void Test_BindBuffer_11020() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_11021() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBufferBase_11022() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferBase_11023() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferBase_11024() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferBase_11025() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferRange_11026() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBufferRange_11027() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBufferRange_11028() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBufferRange_11029() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBuffersBase_11030() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.BindBuffersBase(_target,_first,_count,_buffers); +} +static unsafe void Test_BindBuffersBase_11031() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindBuffersBase(_target,_first,_count,ref _buffers); +} +static unsafe void Test_BindBuffersBase_11032() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.BindBuffersBase(_target,_first,_count,_buffers); +} +static unsafe void Test_BindBuffersBase_11033() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.BindBuffersBase(_target,_first,_count,_buffers); +} +static unsafe void Test_BindBuffersBase_11034() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindBuffersBase(_target,_first,_count,ref _buffers); +} +static unsafe void Test_BindBuffersBase_11035() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.BindBuffersBase(_target,_first,_count,_buffers); +} +static unsafe void Test_BindBuffersRange_11036() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + System.IntPtr[] _offsets = default(System.IntPtr[]); + System.IntPtr[] _sizes = default(System.IntPtr[]); + OpenTK.Graphics.OpenGL.GL.BindBuffersRange(_target,_first,_count,_buffers,_offsets,_sizes); +} +static unsafe void Test_BindBuffersRange_11037() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + System.IntPtr _offsets = default(System.IntPtr); + System.IntPtr _sizes = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.BindBuffersRange(_target,_first,_count,ref _buffers,ref _offsets,ref _sizes); +} +static unsafe void Test_BindBuffersRange_11038() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + System.IntPtr* _offsets = default(System.IntPtr*); + System.IntPtr* _sizes = default(System.IntPtr*); + OpenTK.Graphics.OpenGL.GL.BindBuffersRange(_target,_first,_count,_buffers,_offsets,_sizes); +} +static unsafe void Test_BindBuffersRange_11039() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + System.IntPtr[] _offsets = default(System.IntPtr[]); + System.IntPtr[] _sizes = default(System.IntPtr[]); + OpenTK.Graphics.OpenGL.GL.BindBuffersRange(_target,_first,_count,_buffers,_offsets,_sizes); +} +static unsafe void Test_BindBuffersRange_11040() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + System.IntPtr _offsets = default(System.IntPtr); + System.IntPtr _sizes = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.BindBuffersRange(_target,_first,_count,ref _buffers,ref _offsets,ref _sizes); +} +static unsafe void Test_BindBuffersRange_11041() { + OpenTK.Graphics.OpenGL.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + System.IntPtr* _offsets = default(System.IntPtr*); + System.IntPtr* _sizes = default(System.IntPtr*); + OpenTK.Graphics.OpenGL.GL.BindBuffersRange(_target,_first,_count,_buffers,_offsets,_sizes); +} +static unsafe void Test_BindFragDataLocation_11042() { + System.Int32 _program = default(System.Int32); + System.Int32 _color = default(System.Int32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL.GL.BindFragDataLocation(_program,_color,_name); +} +static unsafe void Test_BindFragDataLocation_11043() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _color = default(System.UInt32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL.GL.BindFragDataLocation(_program,_color,_name); +} +static unsafe void Test_BindFragDataLocationIndexed_11044() { + System.Int32 _program = default(System.Int32); + System.Int32 _colorNumber = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL.GL.BindFragDataLocationIndexed(_program,_colorNumber,_index,_name); +} +static unsafe void Test_BindFragDataLocationIndexed_11045() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _colorNumber = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL.GL.BindFragDataLocationIndexed(_program,_colorNumber,_index,_name); +} +static unsafe void Test_BindFramebuffer_11046() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + System.Int32 _framebuffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindFramebuffer_11047() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + System.UInt32 _framebuffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindImageTexture_11048() { + System.Int32 _unit = default(System.Int32); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Boolean _layered = default(System.Boolean); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.OpenGL.TextureAccess _access = default(OpenTK.Graphics.OpenGL.TextureAccess); + OpenTK.Graphics.OpenGL.SizedInternalFormat _format = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + OpenTK.Graphics.OpenGL.GL.BindImageTexture(_unit,_texture,_level,_layered,_layer,_access,_format); +} +static unsafe void Test_BindImageTexture_11049() { + System.UInt32 _unit = default(System.UInt32); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Boolean _layered = default(System.Boolean); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.OpenGL.TextureAccess _access = default(OpenTK.Graphics.OpenGL.TextureAccess); + OpenTK.Graphics.OpenGL.SizedInternalFormat _format = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + OpenTK.Graphics.OpenGL.GL.BindImageTexture(_unit,_texture,_level,_layered,_layer,_access,_format); +} +static unsafe void Test_BindImageTextures_11050() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.BindImageTextures(_first,_count,_textures); +} +static unsafe void Test_BindImageTextures_11051() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindImageTextures(_first,_count,ref _textures); +} +static unsafe void Test_BindImageTextures_11052() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.BindImageTextures(_first,_count,_textures); +} +static unsafe void Test_BindImageTextures_11053() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.BindImageTextures(_first,_count,_textures); +} +static unsafe void Test_BindImageTextures_11054() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindImageTextures(_first,_count,ref _textures); +} +static unsafe void Test_BindImageTextures_11055() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.BindImageTextures(_first,_count,_textures); +} +static unsafe void Test_BindProgramPipeline_11056() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindProgramPipeline(_pipeline); +} +static unsafe void Test_BindProgramPipeline_11057() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindProgramPipeline(_pipeline); +} +static unsafe void Test_BindRenderbuffer_11058() { + OpenTK.Graphics.OpenGL.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindRenderbuffer_11059() { + OpenTK.Graphics.OpenGL.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindSampler_11060() { + System.Int32 _unit = default(System.Int32); + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindSampler(_unit,_sampler); +} +static unsafe void Test_BindSampler_11061() { + System.UInt32 _unit = default(System.UInt32); + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindSampler(_unit,_sampler); +} +static unsafe void Test_BindSamplers_11062() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _samplers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.BindSamplers(_first,_count,_samplers); +} +static unsafe void Test_BindSamplers_11063() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindSamplers(_first,_count,ref _samplers); +} +static unsafe void Test_BindSamplers_11064() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _samplers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.BindSamplers(_first,_count,_samplers); +} +static unsafe void Test_BindSamplers_11065() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _samplers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.BindSamplers(_first,_count,_samplers); +} +static unsafe void Test_BindSamplers_11066() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindSamplers(_first,_count,ref _samplers); +} +static unsafe void Test_BindSamplers_11067() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _samplers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.BindSamplers(_first,_count,_samplers); +} +static unsafe void Test_BindTexture_11068() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_11069() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTextures_11070() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.BindTextures(_first,_count,_textures); +} +static unsafe void Test_BindTextures_11071() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindTextures(_first,_count,ref _textures); +} +static unsafe void Test_BindTextures_11072() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.BindTextures(_first,_count,_textures); +} +static unsafe void Test_BindTextures_11073() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.BindTextures(_first,_count,_textures); +} +static unsafe void Test_BindTextures_11074() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindTextures(_first,_count,ref _textures); +} +static unsafe void Test_BindTextures_11075() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.BindTextures(_first,_count,_textures); +} +static unsafe void Test_BindTransformFeedback_11076() { + OpenTK.Graphics.OpenGL.TransformFeedbackTarget _target = default(OpenTK.Graphics.OpenGL.TransformFeedbackTarget); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindTransformFeedback(_target,_id); +} +static unsafe void Test_BindTransformFeedback_11077() { + OpenTK.Graphics.OpenGL.TransformFeedbackTarget _target = default(OpenTK.Graphics.OpenGL.TransformFeedbackTarget); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindTransformFeedback(_target,_id); +} +static unsafe void Test_BindVertexArray_11078() { + System.Int32 _array = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindVertexArray(_array); +} +static unsafe void Test_BindVertexArray_11079() { + System.UInt32 _array = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.BindVertexArray(_array); +} +static unsafe void Test_BindVertexBuffer_11080() { + System.Int32 _bindingindex = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindVertexBuffer(_bindingindex,_buffer,_offset,_stride); +} +static unsafe void Test_BindVertexBuffer_11081() { + System.UInt32 _bindingindex = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindVertexBuffer(_bindingindex,_buffer,_offset,_stride); +} +static unsafe void Test_BindVertexBuffers_11082() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + System.IntPtr[] _offsets = default(System.IntPtr[]); + System.Int32[] _strides = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.BindVertexBuffers(_first,_count,_buffers,_offsets,_strides); +} +static unsafe void Test_BindVertexBuffers_11083() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + System.IntPtr _offsets = default(System.IntPtr); + System.Int32 _strides = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindVertexBuffers(_first,_count,ref _buffers,ref _offsets,ref _strides); +} +static unsafe void Test_BindVertexBuffers_11084() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + System.IntPtr* _offsets = default(System.IntPtr*); + System.Int32* _strides = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.BindVertexBuffers(_first,_count,_buffers,_offsets,_strides); +} +static unsafe void Test_BindVertexBuffers_11085() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + System.IntPtr[] _offsets = default(System.IntPtr[]); + System.Int32[] _strides = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.BindVertexBuffers(_first,_count,_buffers,_offsets,_strides); +} +static unsafe void Test_BindVertexBuffers_11086() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + System.IntPtr _offsets = default(System.IntPtr); + System.Int32 _strides = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.BindVertexBuffers(_first,_count,ref _buffers,ref _offsets,ref _strides); +} +static unsafe void Test_BindVertexBuffers_11087() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + System.IntPtr* _offsets = default(System.IntPtr*); + System.Int32* _strides = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.BindVertexBuffers(_first,_count,_buffers,_offsets,_strides); +} +static unsafe void Test_Bitmap_11088() { + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Single _xorig = default(System.Single); + System.Single _yorig = default(System.Single); + System.Single _xmove = default(System.Single); + System.Single _ymove = default(System.Single); + System.Byte[] _bitmap = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.Bitmap(_width,_height,_xorig,_yorig,_xmove,_ymove,_bitmap); +} +static unsafe void Test_Bitmap_11089() { + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Single _xorig = default(System.Single); + System.Single _yorig = default(System.Single); + System.Single _xmove = default(System.Single); + System.Single _ymove = default(System.Single); + System.Byte _bitmap = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.Bitmap(_width,_height,_xorig,_yorig,_xmove,_ymove,ref _bitmap); +} +static unsafe void Test_Bitmap_11090() { + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Single _xorig = default(System.Single); + System.Single _yorig = default(System.Single); + System.Single _xmove = default(System.Single); + System.Single _ymove = default(System.Single); + System.Byte* _bitmap = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.Bitmap(_width,_height,_xorig,_yorig,_xmove,_ymove,_bitmap); +} +static unsafe void Test_BlendColor_11091() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.OpenGL.GL.BlendColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_BlendEquation_11092() { + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _mode = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_mode); +} +static unsafe void Test_BlendEquation_11093() { + OpenTK.Graphics.OpenGL.BlendEquationMode _mode = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_mode); +} +static unsafe void Test_BlendEquation_11094() { + OpenTK.Graphics.OpenGL.Version40 _mode = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_mode); +} +static unsafe void Test_BlendEquation_11095() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _mode = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_buf,_mode); +} +static unsafe void Test_BlendEquation_11096() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.BlendEquationMode _mode = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_buf,_mode); +} +static unsafe void Test_BlendEquation_11097() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.Version40 _mode = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_buf,_mode); +} +static unsafe void Test_BlendEquation_11098() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _mode = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_buf,_mode); +} +static unsafe void Test_BlendEquation_11099() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.BlendEquationMode _mode = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_buf,_mode); +} +static unsafe void Test_BlendEquation_11100() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.Version40 _mode = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.GL.BlendEquation(_buf,_mode); +} +static unsafe void Test_BlendEquationSeparate_11101() { + OpenTK.Graphics.OpenGL.BlendEquationMode _modeRGB = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.BlendEquationMode _modeAlpha = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.GL.BlendEquationSeparate(_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendEquationSeparate_11102() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.BlendEquationMode _modeRGB = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.BlendEquationMode _modeAlpha = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.GL.BlendEquationSeparate(_buf,_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendEquationSeparate_11103() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.BlendEquationMode _modeRGB = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.BlendEquationMode _modeAlpha = default(OpenTK.Graphics.OpenGL.BlendEquationMode); + OpenTK.Graphics.OpenGL.GL.BlendEquationSeparate(_buf,_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendFunc_11104() { + OpenTK.Graphics.OpenGL.BlendingFactorSrc _sfactor = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dfactor = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BlendFunc_11105() { + OpenTK.Graphics.OpenGL.BlendingFactorSrc _sfactor = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.Version40 _dfactor = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BlendFunc_11106() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _src = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _dst = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.GL.BlendFunc(_buf,_src,_dst); +} +static unsafe void Test_BlendFunc_11107() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.BlendingFactorSrc _src = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dst = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.GL.BlendFunc(_buf,_src,_dst); +} +static unsafe void Test_BlendFunc_11108() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.Version40 _src = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.Version40 _dst = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.GL.BlendFunc(_buf,_src,_dst); +} +static unsafe void Test_BlendFunc_11109() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _src = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _dst = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.GL.BlendFunc(_buf,_src,_dst); +} +static unsafe void Test_BlendFunc_11110() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.BlendingFactorSrc _src = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dst = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.GL.BlendFunc(_buf,_src,_dst); +} +static unsafe void Test_BlendFunc_11111() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.Version40 _src = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.Version40 _dst = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.GL.BlendFunc(_buf,_src,_dst); +} +static unsafe void Test_BlendFuncSeparate_11112() { + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _sfactorRGB = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _dfactorRGB = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _sfactorAlpha = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _dfactorAlpha = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.GL.BlendFuncSeparate(_sfactorRGB,_dfactorRGB,_sfactorAlpha,_dfactorAlpha); +} +static unsafe void Test_BlendFuncSeparate_11113() { + OpenTK.Graphics.OpenGL.BlendingFactorSrc _sfactorRGB = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dfactorRGB = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.BlendingFactorSrc _sfactorAlpha = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dfactorAlpha = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.GL.BlendFuncSeparate(_sfactorRGB,_dfactorRGB,_sfactorAlpha,_dfactorAlpha); +} +static unsafe void Test_BlendFuncSeparate_11114() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _srcRGB = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _dstRGB = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _srcAlpha = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _dstAlpha = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.GL.BlendFuncSeparate(_buf,_srcRGB,_dstRGB,_srcAlpha,_dstAlpha); +} +static unsafe void Test_BlendFuncSeparate_11115() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.BlendingFactorSrc _srcRGB = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dstRGB = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.BlendingFactorSrc _srcAlpha = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dstAlpha = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.GL.BlendFuncSeparate(_buf,_srcRGB,_dstRGB,_srcAlpha,_dstAlpha); +} +static unsafe void Test_BlendFuncSeparate_11116() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL.Version40 _srcRGB = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.Version40 _dstRGB = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.Version40 _srcAlpha = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.Version40 _dstAlpha = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.GL.BlendFuncSeparate(_buf,_srcRGB,_dstRGB,_srcAlpha,_dstAlpha); +} +static unsafe void Test_BlendFuncSeparate_11117() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _srcRGB = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _dstRGB = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _srcAlpha = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend _dstAlpha = default(OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend); + OpenTK.Graphics.OpenGL.GL.BlendFuncSeparate(_buf,_srcRGB,_dstRGB,_srcAlpha,_dstAlpha); +} +static unsafe void Test_BlendFuncSeparate_11118() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.BlendingFactorSrc _srcRGB = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dstRGB = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.BlendingFactorSrc _srcAlpha = default(OpenTK.Graphics.OpenGL.BlendingFactorSrc); + OpenTK.Graphics.OpenGL.BlendingFactorDest _dstAlpha = default(OpenTK.Graphics.OpenGL.BlendingFactorDest); + OpenTK.Graphics.OpenGL.GL.BlendFuncSeparate(_buf,_srcRGB,_dstRGB,_srcAlpha,_dstAlpha); +} +static unsafe void Test_BlendFuncSeparate_11119() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL.Version40 _srcRGB = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.Version40 _dstRGB = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.Version40 _srcAlpha = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.Version40 _dstAlpha = default(OpenTK.Graphics.OpenGL.Version40); + OpenTK.Graphics.OpenGL.GL.BlendFuncSeparate(_buf,_srcRGB,_dstRGB,_srcAlpha,_dstAlpha); +} +static unsafe void Test_BlitFramebuffer_11120() { + System.Int32 _srcX0 = default(System.Int32); + System.Int32 _srcY0 = default(System.Int32); + System.Int32 _srcX1 = default(System.Int32); + System.Int32 _srcY1 = default(System.Int32); + System.Int32 _dstX0 = default(System.Int32); + System.Int32 _dstY0 = default(System.Int32); + System.Int32 _dstX1 = default(System.Int32); + System.Int32 _dstY1 = default(System.Int32); + OpenTK.Graphics.OpenGL.ClearBufferMask _mask = default(OpenTK.Graphics.OpenGL.ClearBufferMask); + OpenTK.Graphics.OpenGL.BlitFramebufferFilter _filter = default(OpenTK.Graphics.OpenGL.BlitFramebufferFilter); + OpenTK.Graphics.OpenGL.GL.BlitFramebuffer(_srcX0,_srcY0,_srcX1,_srcY1,_dstX0,_dstY0,_dstX1,_dstY1,_mask,_filter); +} +static unsafe void Test_BufferData_11121() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL.BufferUsageHint); + OpenTK.Graphics.OpenGL.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_11122() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL.BufferUsageHint); + OpenTK.Graphics.OpenGL.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_11123() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL.BufferUsageHint); + OpenTK.Graphics.OpenGL.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_11124() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL.BufferUsageHint); + OpenTK.Graphics.OpenGL.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_11125() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.OpenGL.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL.BufferUsageHint); + OpenTK.Graphics.OpenGL.GL.BufferData(_target,_size,ref _data,_usage); +} +static unsafe void Test_BufferStorage_11126() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL.BufferStorageFlags); + OpenTK.Graphics.OpenGL.GL.BufferStorage(_target,_size,_data,_flags); +} +static unsafe void Test_BufferStorage_11127() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL.BufferStorageFlags); + OpenTK.Graphics.OpenGL.GL.BufferStorage(_target,_size,_data,_flags); +} +static unsafe void Test_BufferStorage_11128() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL.BufferStorageFlags); + OpenTK.Graphics.OpenGL.GL.BufferStorage(_target,_size,_data,_flags); +} +static unsafe void Test_BufferStorage_11129() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL.BufferStorageFlags); + OpenTK.Graphics.OpenGL.GL.BufferStorage(_target,_size,_data,_flags); +} +static unsafe void Test_BufferStorage_11130() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.OpenGL.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL.BufferStorageFlags); + OpenTK.Graphics.OpenGL.GL.BufferStorage(_target,_size,ref _data,_flags); +} +static unsafe void Test_BufferSubData_11131() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_11132() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_11133() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_11134() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_11135() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.BufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_CallList_11136() { + System.Int32 _list = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CallList(_list); +} +static unsafe void Test_CallList_11137() { + System.UInt32 _list = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.CallList(_list); +} +static unsafe void Test_CallLists_11138() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL.ListNameType _type = default(OpenTK.Graphics.OpenGL.ListNameType); + System.IntPtr _lists = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.CallLists(_n,_type,_lists); +} +static unsafe void Test_CallLists_11139() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL.ListNameType _type = default(OpenTK.Graphics.OpenGL.ListNameType); + int[] _lists = default(int[]); + OpenTK.Graphics.OpenGL.GL.CallLists(_n,_type,_lists); +} +static unsafe void Test_CallLists_11140() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL.ListNameType _type = default(OpenTK.Graphics.OpenGL.ListNameType); + int[,] _lists = default(int[,]); + OpenTK.Graphics.OpenGL.GL.CallLists(_n,_type,_lists); +} +static unsafe void Test_CallLists_11141() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL.ListNameType _type = default(OpenTK.Graphics.OpenGL.ListNameType); + int[,,] _lists = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.CallLists(_n,_type,_lists); +} +static unsafe void Test_CallLists_11142() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL.ListNameType _type = default(OpenTK.Graphics.OpenGL.ListNameType); + int _lists = default(int); + OpenTK.Graphics.OpenGL.GL.CallLists(_n,_type,ref _lists); +} +static unsafe void Test_CheckFramebufferStatus_11143() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferErrorCode r = OpenTK.Graphics.OpenGL.GL.CheckFramebufferStatus(_target); +} +static unsafe void Test_ClampColor_11144() { + OpenTK.Graphics.OpenGL.ClampColorTarget _target = default(OpenTK.Graphics.OpenGL.ClampColorTarget); + OpenTK.Graphics.OpenGL.ClampColorMode _clamp = default(OpenTK.Graphics.OpenGL.ClampColorMode); + OpenTK.Graphics.OpenGL.GL.ClampColor(_target,_clamp); +} +static unsafe void Test_Clear_11145() { + OpenTK.Graphics.OpenGL.ClearBufferMask _mask = default(OpenTK.Graphics.OpenGL.ClearBufferMask); + OpenTK.Graphics.OpenGL.GL.Clear(_mask); +} +static unsafe void Test_ClearAccum_11146() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ClearAccum(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearBufferData_11147() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ClearBufferData(_target,_internalformat,_format,_type,_data); +} +static unsafe void Test_ClearBufferData_11148() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.ClearBufferData(_target,_internalformat,_format,_type,_data); +} +static unsafe void Test_ClearBufferData_11149() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ClearBufferData(_target,_internalformat,_format,_type,_data); +} +static unsafe void Test_ClearBufferData_11150() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ClearBufferData(_target,_internalformat,_format,_type,_data); +} +static unsafe void Test_ClearBufferData_11151() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.ClearBufferData(_target,_internalformat,_format,_type,ref _data); +} +static unsafe void Test_ClearBuffer_11152() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _depth = default(System.Single); + System.Int32 _stencil = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,_depth,_stencil); +} +static unsafe void Test_ClearBuffer_11153() { + OpenTK.Graphics.OpenGL.ClearBufferCombined _buffer = default(OpenTK.Graphics.OpenGL.ClearBufferCombined); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _depth = default(System.Single); + System.Int32 _stencil = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,_depth,_stencil); +} +static unsafe void Test_ClearBuffer_11154() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_11155() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_11156() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_11157() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_11158() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_11159() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBufferSubData_11160() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,_data); +} +static unsafe void Test_ClearBufferSubData_11161() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,_data); +} +static unsafe void Test_ClearBufferSubData_11162() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,_data); +} +static unsafe void Test_ClearBufferSubData_11163() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,_data); +} +static unsafe void Test_ClearBufferSubData_11164() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,ref _data); +} +static unsafe void Test_ClearBuffer_11165() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_11166() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_11167() { + OpenTK.Graphics.OpenGL.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearColor_11168() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ClearColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearDepth_11169() { + System.Double _depth = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ClearDepth(_depth); +} +static unsafe void Test_ClearDepth_11170() { + System.Single _d = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ClearDepth(_d); +} +static unsafe void Test_ClearIndex_11171() { + System.Single _c = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ClearIndex(_c); +} +static unsafe void Test_ClearStencil_11172() { + System.Int32 _s = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ClearStencil(_s); +} +static unsafe void Test_ClearTexImage_11173() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_11174() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_11175() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_11176() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_11177() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,ref _data); +} +static unsafe void Test_ClearTexImage_11178() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_11179() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_11180() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_11181() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_11182() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.ClearTexImage(_texture,_level,_format,_type,ref _data); +} +static unsafe void Test_ClearTexSubImage_11183() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_11184() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_11185() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_11186() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_11187() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,ref _data); +} +static unsafe void Test_ClearTexSubImage_11188() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_11189() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_11190() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_11191() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_11192() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,ref _data); +} +static unsafe void Test_ClientActiveTexture_11193() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.GL.ClientActiveTexture(_texture); +} +static unsafe void Test_ClientWaitSync_11194() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.ClientWaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL.ClientWaitSyncFlags); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClientWaitSync_11195() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.ClientWaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL.ClientWaitSyncFlags); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClientWaitSync_11196() { + System.IntPtr _sync = default(System.IntPtr); + System.Int32 _flags = default(System.Int32); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClientWaitSync_11197() { + System.IntPtr _sync = default(System.IntPtr); + System.Int32 _flags = default(System.Int32); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClientWaitSync_11198() { + System.IntPtr _sync = default(System.IntPtr); + System.UInt32 _flags = default(System.UInt32); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClipPlane_11199() { + OpenTK.Graphics.OpenGL.ClipPlaneName _plane = default(OpenTK.Graphics.OpenGL.ClipPlaneName); + System.Double[] _equation = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ClipPlane(_plane,_equation); +} +static unsafe void Test_ClipPlane_11200() { + OpenTK.Graphics.OpenGL.ClipPlaneName _plane = default(OpenTK.Graphics.OpenGL.ClipPlaneName); + System.Double _equation = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ClipPlane(_plane,ref _equation); +} +static unsafe void Test_ClipPlane_11201() { + OpenTK.Graphics.OpenGL.ClipPlaneName _plane = default(OpenTK.Graphics.OpenGL.ClipPlaneName); + System.Double* _equation = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ClipPlane(_plane,_equation); +} +static unsafe void Test_Color3_11202() { + System.SByte _red = default(System.SByte); + System.SByte _green = default(System.SByte); + System.SByte _blue = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.Color3(_red,_green,_blue); +} +static unsafe void Test_Color3_11203() { + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11204() { + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.Color3(ref _v); +} +static unsafe void Test_Color3_11205() { + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11206() { + System.Double _red = default(System.Double); + System.Double _green = default(System.Double); + System.Double _blue = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Color3(_red,_green,_blue); +} +static unsafe void Test_Color3_11207() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11208() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Color3(ref _v); +} +static unsafe void Test_Color3_11209() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11210() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Color3(_red,_green,_blue); +} +static unsafe void Test_Color3_11211() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11212() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Color3(ref _v); +} +static unsafe void Test_Color3_11213() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11214() { + System.Int32 _red = default(System.Int32); + System.Int32 _green = default(System.Int32); + System.Int32 _blue = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Color3(_red,_green,_blue); +} +static unsafe void Test_Color3_11215() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11216() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Color3(ref _v); +} +static unsafe void Test_Color3_11217() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11218() { + System.Int16 _red = default(System.Int16); + System.Int16 _green = default(System.Int16); + System.Int16 _blue = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Color3(_red,_green,_blue); +} +static unsafe void Test_Color3_11219() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11220() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Color3(ref _v); +} +static unsafe void Test_Color3_11221() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11222() { + System.Byte _red = default(System.Byte); + System.Byte _green = default(System.Byte); + System.Byte _blue = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.Color3(_red,_green,_blue); +} +static unsafe void Test_Color3_11223() { + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11224() { + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.Color3(ref _v); +} +static unsafe void Test_Color3_11225() { + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11226() { + System.UInt32 _red = default(System.UInt32); + System.UInt32 _green = default(System.UInt32); + System.UInt32 _blue = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Color3(_red,_green,_blue); +} +static unsafe void Test_Color3_11227() { + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11228() { + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Color3(ref _v); +} +static unsafe void Test_Color3_11229() { + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11230() { + System.UInt16 _red = default(System.UInt16); + System.UInt16 _green = default(System.UInt16); + System.UInt16 _blue = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.Color3(_red,_green,_blue); +} +static unsafe void Test_Color3_11231() { + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color3_11232() { + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.Color3(ref _v); +} +static unsafe void Test_Color3_11233() { + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL.GL.Color3(_v); +} +static unsafe void Test_Color4_11234() { + System.SByte _red = default(System.SByte); + System.SByte _green = default(System.SByte); + System.SByte _blue = default(System.SByte); + System.SByte _alpha = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_11235() { + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11236() { + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.Color4(ref _v); +} +static unsafe void Test_Color4_11237() { + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11238() { + System.Double _red = default(System.Double); + System.Double _green = default(System.Double); + System.Double _blue = default(System.Double); + System.Double _alpha = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_11239() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11240() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Color4(ref _v); +} +static unsafe void Test_Color4_11241() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11242() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_11243() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11244() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Color4(ref _v); +} +static unsafe void Test_Color4_11245() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11246() { + System.Int32 _red = default(System.Int32); + System.Int32 _green = default(System.Int32); + System.Int32 _blue = default(System.Int32); + System.Int32 _alpha = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_11247() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11248() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Color4(ref _v); +} +static unsafe void Test_Color4_11249() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11250() { + System.Int16 _red = default(System.Int16); + System.Int16 _green = default(System.Int16); + System.Int16 _blue = default(System.Int16); + System.Int16 _alpha = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_11251() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11252() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Color4(ref _v); +} +static unsafe void Test_Color4_11253() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11254() { + System.Byte _red = default(System.Byte); + System.Byte _green = default(System.Byte); + System.Byte _blue = default(System.Byte); + System.Byte _alpha = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_11255() { + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11256() { + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.Color4(ref _v); +} +static unsafe void Test_Color4_11257() { + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11258() { + System.UInt32 _red = default(System.UInt32); + System.UInt32 _green = default(System.UInt32); + System.UInt32 _blue = default(System.UInt32); + System.UInt32 _alpha = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_11259() { + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11260() { + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Color4(ref _v); +} +static unsafe void Test_Color4_11261() { + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11262() { + System.UInt16 _red = default(System.UInt16); + System.UInt16 _green = default(System.UInt16); + System.UInt16 _blue = default(System.UInt16); + System.UInt16 _alpha = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_11263() { + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_Color4_11264() { + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.Color4(ref _v); +} +static unsafe void Test_Color4_11265() { + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL.GL.Color4(_v); +} +static unsafe void Test_ColorMask_11266() { + System.Boolean _red = default(System.Boolean); + System.Boolean _green = default(System.Boolean); + System.Boolean _blue = default(System.Boolean); + System.Boolean _alpha = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.ColorMask(_red,_green,_blue,_alpha); +} +static unsafe void Test_ColorMask_11267() { + System.Int32 _index = default(System.Int32); + System.Boolean _r = default(System.Boolean); + System.Boolean _g = default(System.Boolean); + System.Boolean _b = default(System.Boolean); + System.Boolean _a = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.ColorMask(_index,_r,_g,_b,_a); +} +static unsafe void Test_ColorMask_11268() { + System.UInt32 _index = default(System.UInt32); + System.Boolean _r = default(System.Boolean); + System.Boolean _g = default(System.Boolean); + System.Boolean _b = default(System.Boolean); + System.Boolean _a = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.ColorMask(_index,_r,_g,_b,_a); +} +static unsafe void Test_ColorMaterial_11269() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.ColorMaterialParameter _mode = default(OpenTK.Graphics.OpenGL.ColorMaterialParameter); + OpenTK.Graphics.OpenGL.GL.ColorMaterial(_face,_mode); +} +static unsafe void Test_ColorP3_11270() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _color = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ColorP3(_type,_color); +} +static unsafe void Test_ColorP3_11271() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _color = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ColorP3(_type,_color); +} +static unsafe void Test_ColorP3_11272() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _color = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ColorP3(_type,_color); +} +static unsafe void Test_ColorP3_11273() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _color = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.ColorP3(_type,_color); +} +static unsafe void Test_ColorP4_11274() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _color = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ColorP4(_type,_color); +} +static unsafe void Test_ColorP4_11275() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _color = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ColorP4(_type,_color); +} +static unsafe void Test_ColorP4_11276() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _color = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ColorP4(_type,_color); +} +static unsafe void Test_ColorP4_11277() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _color = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.ColorP4(_type,_color); +} +static unsafe void Test_ColorPointer_11278() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_11279() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_11280() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_11281() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_11282() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.ColorPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_ColorSubTable_11283() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ColorSubTable(_target,_start,_count,_format,_type,_data); +} +static unsafe void Test_ColorSubTable_11284() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.ColorSubTable(_target,_start,_count,_format,_type,_data); +} +static unsafe void Test_ColorSubTable_11285() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ColorSubTable(_target,_start,_count,_format,_type,_data); +} +static unsafe void Test_ColorSubTable_11286() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ColorSubTable(_target,_start,_count,_format,_type,_data); +} +static unsafe void Test_ColorSubTable_11287() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.ColorSubTable(_target,_start,_count,_format,_type,ref _data); +} +static unsafe void Test_ColorTable_11288() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _table = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ColorTable(_target,_internalformat,_width,_format,_type,_table); +} +static unsafe void Test_ColorTable_11289() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _table = default(int[]); + OpenTK.Graphics.OpenGL.GL.ColorTable(_target,_internalformat,_width,_format,_type,_table); +} +static unsafe void Test_ColorTable_11290() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _table = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ColorTable(_target,_internalformat,_width,_format,_type,_table); +} +static unsafe void Test_ColorTable_11291() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _table = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ColorTable(_target,_internalformat,_width,_format,_type,_table); +} +static unsafe void Test_ColorTable_11292() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _table = default(int); + OpenTK.Graphics.OpenGL.GL.ColorTable(_target,_internalformat,_width,_format,_type,ref _table); +} +static unsafe void Test_ColorTableParameter_11293() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.ColorTableParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_ColorTableParameter_11294() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.ColorTableParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ColorTableParameter(_target,_pname,ref _params); +} +static unsafe void Test_ColorTableParameter_11295() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.ColorTableParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_ColorTableParameter_11296() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.ColorTableParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_ColorTableParameter_11297() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.ColorTableParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ColorTableParameter(_target,_pname,ref _params); +} +static unsafe void Test_ColorTableParameter_11298() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.ColorTableParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_CompileShader_11299() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CompileShader(_shader); +} +static unsafe void Test_CompileShader_11300() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.CompileShader(_shader); +} +static unsafe void Test_CompressedTexImage1D_11301() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage1D_11302() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage1D_11303() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage1D_11304() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage1D_11305() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage2D_11306() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_11307() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_11308() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_11309() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_11310() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage3D_11311() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_11312() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_11313() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_11314() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_11315() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage1D_11316() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage1D_11317() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage1D_11318() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage1D_11319() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage1D_11320() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_11321() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_11322() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_11323() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_11324() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_11325() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage3D_11326() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_11327() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_11328() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_11329() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_11330() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,ref _data); +} +static unsafe void Test_ConvolutionFilter1D_11331() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _image = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter1D_11332() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _image = default(int[]); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter1D_11333() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _image = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter1D_11334() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _image = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter1D_11335() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _image = default(int); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,ref _image); +} +static unsafe void Test_ConvolutionFilter2D_11336() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _image = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter2D_11337() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _image = default(int[]); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter2D_11338() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _image = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter2D_11339() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _image = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter2D_11340() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _image = default(int); + OpenTK.Graphics.OpenGL.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,ref _image); +} +static unsafe void Test_ConvolutionParameter_11341() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL.ConvolutionParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_11342() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL.ConvolutionParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_11343() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL.ConvolutionParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_11344() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL.ConvolutionParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_11345() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL.ConvolutionParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_11346() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL.ConvolutionParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_CopyBufferSubData_11347() { + OpenTK.Graphics.OpenGL.BufferTarget _readTarget = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferTarget _writeTarget = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _readOffset = default(System.IntPtr); + System.IntPtr _writeOffset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.CopyBufferSubData(_readTarget,_writeTarget,_readOffset,_writeOffset,_size); +} +static unsafe void Test_CopyColorSubTable_11348() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyColorSubTable(_target,_start,_x,_y,_width); +} +static unsafe void Test_CopyColorTable_11349() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyColorTable(_target,_internalformat,_x,_y,_width); +} +static unsafe void Test_CopyConvolutionFilter1D_11350() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyConvolutionFilter1D(_target,_internalformat,_x,_y,_width); +} +static unsafe void Test_CopyConvolutionFilter2D_11351() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyConvolutionFilter2D(_target,_internalformat,_x,_y,_width,_height); +} +static unsafe void Test_CopyImageSubData_11352() { + System.Int32 _srcName = default(System.Int32); + OpenTK.Graphics.OpenGL.ImageTarget _srcTarget = default(OpenTK.Graphics.OpenGL.ImageTarget); + System.Int32 _srcLevel = default(System.Int32); + System.Int32 _srcX = default(System.Int32); + System.Int32 _srcY = default(System.Int32); + System.Int32 _srcZ = default(System.Int32); + System.Int32 _dstName = default(System.Int32); + OpenTK.Graphics.OpenGL.ImageTarget _dstTarget = default(OpenTK.Graphics.OpenGL.ImageTarget); + System.Int32 _dstLevel = default(System.Int32); + System.Int32 _dstX = default(System.Int32); + System.Int32 _dstY = default(System.Int32); + System.Int32 _dstZ = default(System.Int32); + System.Int32 _srcWidth = default(System.Int32); + System.Int32 _srcHeight = default(System.Int32); + System.Int32 _srcDepth = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyImageSubData(_srcName,_srcTarget,_srcLevel,_srcX,_srcY,_srcZ,_dstName,_dstTarget,_dstLevel,_dstX,_dstY,_dstZ,_srcWidth,_srcHeight,_srcDepth); +} +static unsafe void Test_CopyImageSubData_11353() { + System.UInt32 _srcName = default(System.UInt32); + OpenTK.Graphics.OpenGL.ImageTarget _srcTarget = default(OpenTK.Graphics.OpenGL.ImageTarget); + System.Int32 _srcLevel = default(System.Int32); + System.Int32 _srcX = default(System.Int32); + System.Int32 _srcY = default(System.Int32); + System.Int32 _srcZ = default(System.Int32); + System.UInt32 _dstName = default(System.UInt32); + OpenTK.Graphics.OpenGL.ImageTarget _dstTarget = default(OpenTK.Graphics.OpenGL.ImageTarget); + System.Int32 _dstLevel = default(System.Int32); + System.Int32 _dstX = default(System.Int32); + System.Int32 _dstY = default(System.Int32); + System.Int32 _dstZ = default(System.Int32); + System.Int32 _srcWidth = default(System.Int32); + System.Int32 _srcHeight = default(System.Int32); + System.Int32 _srcDepth = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyImageSubData(_srcName,_srcTarget,_srcLevel,_srcX,_srcY,_srcZ,_dstName,_dstTarget,_dstLevel,_dstX,_dstY,_dstZ,_srcWidth,_srcHeight,_srcDepth); +} +static unsafe void Test_CopyPixels_11354() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelCopyType _type = default(OpenTK.Graphics.OpenGL.PixelCopyType); + OpenTK.Graphics.OpenGL.GL.CopyPixels(_x,_y,_width,_height,_type); +} +static unsafe void Test_CopyTexImage1D_11355() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyTexImage1D(_target,_level,_internalformat,_x,_y,_width,_border); +} +static unsafe void Test_CopyTexImage2D_11356() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexSubImage1D_11357() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyTexSubImage1D(_target,_level,_xoffset,_x,_y,_width); +} +static unsafe void Test_CopyTexSubImage2D_11358() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CopyTexSubImage3D_11359() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.CopyTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_x,_y,_width,_height); +} +static unsafe void Test_CreateProgram_11360() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.CreateProgram(); +} +static unsafe void Test_CreateShader_11361() { + OpenTK.Graphics.OpenGL.ShaderType _type = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.CreateShader(_type); +} +static unsafe void Test_CreateShaderProgram_11362() { + OpenTK.Graphics.OpenGL.ShaderType _type = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _count = default(System.Int32); + System.String[] _strings = default(System.String[]); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.CreateShaderProgram(_type,_count,_strings); +} +static unsafe void Test_CullFace_11363() { + OpenTK.Graphics.OpenGL.CullFaceMode _mode = default(OpenTK.Graphics.OpenGL.CullFaceMode); + OpenTK.Graphics.OpenGL.GL.CullFace(_mode); +} +static unsafe void Test_DebugMessageCallback_11364() { + OpenTK.Graphics.OpenGL.DebugProc _callback = default(OpenTK.Graphics.OpenGL.DebugProc); + System.IntPtr _userParam = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_11365() { + OpenTK.Graphics.OpenGL.DebugProc _callback = default(OpenTK.Graphics.OpenGL.DebugProc); + int[] _userParam = default(int[]); + OpenTK.Graphics.OpenGL.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_11366() { + OpenTK.Graphics.OpenGL.DebugProc _callback = default(OpenTK.Graphics.OpenGL.DebugProc); + int[,] _userParam = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_11367() { + OpenTK.Graphics.OpenGL.DebugProc _callback = default(OpenTK.Graphics.OpenGL.DebugProc); + int[,,] _userParam = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_11368() { + OpenTK.Graphics.OpenGL.DebugProc _callback = default(OpenTK.Graphics.OpenGL.DebugProc); + int _userParam = default(int); + OpenTK.Graphics.OpenGL.GL.DebugMessageCallback(_callback,ref _userParam); +} +static unsafe void Test_DebugMessageControl_11369() { + OpenTK.Graphics.OpenGL.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL.DebugSourceControl); + OpenTK.Graphics.OpenGL.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL.DebugTypeControl); + OpenTK.Graphics.OpenGL.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_11370() { + OpenTK.Graphics.OpenGL.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL.DebugSourceControl); + OpenTK.Graphics.OpenGL.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL.DebugTypeControl); + OpenTK.Graphics.OpenGL.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32 _ids = default(System.Int32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_11371() { + OpenTK.Graphics.OpenGL.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL.DebugSourceControl); + OpenTK.Graphics.OpenGL.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL.DebugTypeControl); + OpenTK.Graphics.OpenGL.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_11372() { + OpenTK.Graphics.OpenGL.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL.DebugSourceControl); + OpenTK.Graphics.OpenGL.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL.DebugTypeControl); + OpenTK.Graphics.OpenGL.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_11373() { + OpenTK.Graphics.OpenGL.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL.DebugSourceControl); + OpenTK.Graphics.OpenGL.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL.DebugTypeControl); + OpenTK.Graphics.OpenGL.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_11374() { + OpenTK.Graphics.OpenGL.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL.DebugSourceControl); + OpenTK.Graphics.OpenGL.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL.DebugTypeControl); + OpenTK.Graphics.OpenGL.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageInsert_11375() { + OpenTK.Graphics.OpenGL.DebugSourceExternal _source = default(OpenTK.Graphics.OpenGL.DebugSourceExternal); + OpenTK.Graphics.OpenGL.DebugType _type = default(OpenTK.Graphics.OpenGL.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.OpenGL.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DebugMessageInsert_11376() { + OpenTK.Graphics.OpenGL.DebugSourceExternal _source = default(OpenTK.Graphics.OpenGL.DebugSourceExternal); + OpenTK.Graphics.OpenGL.DebugType _type = default(OpenTK.Graphics.OpenGL.DebugType); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.OpenGL.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DeleteBuffer_11377() { + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffer_11378() { + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffers_11379() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_11380() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_11381() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_11382() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_11383() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_11384() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteFramebuffer_11385() { + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteFramebuffer(_framebuffers); +} +static unsafe void Test_DeleteFramebuffer_11386() { + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteFramebuffer(_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_11387() { + System.Int32 _n = default(System.Int32); + System.Int32[] _framebuffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_11388() { + System.Int32 _n = default(System.Int32); + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteFramebuffers(_n,ref _framebuffers); +} +static unsafe void Test_DeleteFramebuffers_11389() { + System.Int32 _n = default(System.Int32); + System.Int32* _framebuffers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_11390() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _framebuffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_11391() { + System.Int32 _n = default(System.Int32); + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteFramebuffers(_n,ref _framebuffers); +} +static unsafe void Test_DeleteFramebuffers_11392() { + System.Int32 _n = default(System.Int32); + System.UInt32* _framebuffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteLists_11393() { + System.Int32 _list = default(System.Int32); + System.Int32 _range = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteLists(_list,_range); +} +static unsafe void Test_DeleteLists_11394() { + System.UInt32 _list = default(System.UInt32); + System.Int32 _range = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteLists(_list,_range); +} +static unsafe void Test_DeleteProgram_11395() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteProgram(_program); +} +static unsafe void Test_DeleteProgram_11396() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteProgram(_program); +} +static unsafe void Test_DeleteProgramPipeline_11397() { + System.Int32 _pipelines = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteProgramPipeline(_pipelines); +} +static unsafe void Test_DeleteProgramPipeline_11398() { + System.UInt32 _pipelines = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteProgramPipeline(_pipelines); +} +static unsafe void Test_DeleteProgramPipelines_11399() { + System.Int32 _n = default(System.Int32); + System.Int32[] _pipelines = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteProgramPipelines(_n,_pipelines); +} +static unsafe void Test_DeleteProgramPipelines_11400() { + System.Int32 _n = default(System.Int32); + System.Int32 _pipelines = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteProgramPipelines(_n,ref _pipelines); +} +static unsafe void Test_DeleteProgramPipelines_11401() { + System.Int32 _n = default(System.Int32); + System.Int32* _pipelines = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteProgramPipelines(_n,_pipelines); +} +static unsafe void Test_DeleteProgramPipelines_11402() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _pipelines = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteProgramPipelines(_n,_pipelines); +} +static unsafe void Test_DeleteProgramPipelines_11403() { + System.Int32 _n = default(System.Int32); + System.UInt32 _pipelines = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteProgramPipelines(_n,ref _pipelines); +} +static unsafe void Test_DeleteProgramPipelines_11404() { + System.Int32 _n = default(System.Int32); + System.UInt32* _pipelines = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteProgramPipelines(_n,_pipelines); +} +static unsafe void Test_DeleteQuery_11405() { + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteQuery(_ids); +} +static unsafe void Test_DeleteQuery_11406() { + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteQuery(_ids); +} +static unsafe void Test_DeleteQueries_11407() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_11408() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteQueries(_n,ref _ids); +} +static unsafe void Test_DeleteQueries_11409() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_11410() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_11411() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteQueries(_n,ref _ids); +} +static unsafe void Test_DeleteQueries_11412() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteRenderbuffer_11413() { + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteRenderbuffer(_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffer_11414() { + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteRenderbuffer(_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_11415() { + System.Int32 _n = default(System.Int32); + System.Int32[] _renderbuffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_11416() { + System.Int32 _n = default(System.Int32); + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteRenderbuffers(_n,ref _renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_11417() { + System.Int32 _n = default(System.Int32); + System.Int32* _renderbuffers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_11418() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _renderbuffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_11419() { + System.Int32 _n = default(System.Int32); + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteRenderbuffers(_n,ref _renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_11420() { + System.Int32 _n = default(System.Int32); + System.UInt32* _renderbuffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteSampler_11421() { + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteSampler(_samplers); +} +static unsafe void Test_DeleteSampler_11422() { + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteSampler(_samplers); +} +static unsafe void Test_DeleteSamplers_11423() { + System.Int32 _count = default(System.Int32); + System.Int32[] _samplers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_11424() { + System.Int32 _count = default(System.Int32); + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteSamplers(_count,ref _samplers); +} +static unsafe void Test_DeleteSamplers_11425() { + System.Int32 _count = default(System.Int32); + System.Int32* _samplers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_11426() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _samplers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_11427() { + System.Int32 _count = default(System.Int32); + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteSamplers(_count,ref _samplers); +} +static unsafe void Test_DeleteSamplers_11428() { + System.Int32 _count = default(System.Int32); + System.UInt32* _samplers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteShader_11429() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteShader(_shader); +} +static unsafe void Test_DeleteShader_11430() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteShader(_shader); +} +static unsafe void Test_DeleteSync_11431() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DeleteSync(_sync); +} +static unsafe void Test_DeleteTexture_11432() { + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTexture_11433() { + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTextures_11434() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_11435() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_11436() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_11437() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_11438() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_11439() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTransformFeedback_11440() { + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteTransformFeedback(_ids); +} +static unsafe void Test_DeleteTransformFeedback_11441() { + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteTransformFeedback(_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_11442() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_11443() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteTransformFeedbacks(_n,ref _ids); +} +static unsafe void Test_DeleteTransformFeedbacks_11444() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_11445() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_11446() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteTransformFeedbacks(_n,ref _ids); +} +static unsafe void Test_DeleteTransformFeedbacks_11447() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteVertexArray_11448() { + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteVertexArray(_arrays); +} +static unsafe void Test_DeleteVertexArray_11449() { + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteVertexArray(_arrays); +} +static unsafe void Test_DeleteVertexArrays_11450() { + System.Int32 _n = default(System.Int32); + System.Int32[] _arrays = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_11451() { + System.Int32 _n = default(System.Int32); + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DeleteVertexArrays(_n,ref _arrays); +} +static unsafe void Test_DeleteVertexArrays_11452() { + System.Int32 _n = default(System.Int32); + System.Int32* _arrays = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_11453() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _arrays = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_11454() { + System.Int32 _n = default(System.Int32); + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DeleteVertexArrays(_n,ref _arrays); +} +static unsafe void Test_DeleteVertexArrays_11455() { + System.Int32 _n = default(System.Int32); + System.UInt32* _arrays = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DepthFunc_11456() { + OpenTK.Graphics.OpenGL.DepthFunction _func = default(OpenTK.Graphics.OpenGL.DepthFunction); + OpenTK.Graphics.OpenGL.GL.DepthFunc(_func); +} +static unsafe void Test_DepthMask_11457() { + System.Boolean _flag = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.DepthMask(_flag); +} +static unsafe void Test_DepthRange_11458() { + System.Double _near = default(System.Double); + System.Double _far = default(System.Double); + OpenTK.Graphics.OpenGL.GL.DepthRange(_near,_far); +} +static unsafe void Test_DepthRangeArray_11459() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.DepthRangeArray(_first,_count,_v); +} +static unsafe void Test_DepthRangeArray_11460() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.DepthRangeArray(_first,_count,ref _v); +} +static unsafe void Test_DepthRangeArray_11461() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.DepthRangeArray(_first,_count,_v); +} +static unsafe void Test_DepthRangeArray_11462() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.DepthRangeArray(_first,_count,_v); +} +static unsafe void Test_DepthRangeArray_11463() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.DepthRangeArray(_first,_count,ref _v); +} +static unsafe void Test_DepthRangeArray_11464() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.DepthRangeArray(_first,_count,_v); +} +static unsafe void Test_DepthRange_11465() { + System.Single _n = default(System.Single); + System.Single _f = default(System.Single); + OpenTK.Graphics.OpenGL.GL.DepthRange(_n,_f); +} +static unsafe void Test_DepthRangeIndexed_11466() { + System.Int32 _index = default(System.Int32); + System.Double _n = default(System.Double); + System.Double _f = default(System.Double); + OpenTK.Graphics.OpenGL.GL.DepthRangeIndexed(_index,_n,_f); +} +static unsafe void Test_DepthRangeIndexed_11467() { + System.UInt32 _index = default(System.UInt32); + System.Double _n = default(System.Double); + System.Double _f = default(System.Double); + OpenTK.Graphics.OpenGL.GL.DepthRangeIndexed(_index,_n,_f); +} +static unsafe void Test_DetachShader_11468() { + System.Int32 _program = default(System.Int32); + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DetachShader(_program,_shader); +} +static unsafe void Test_DetachShader_11469() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DetachShader(_program,_shader); +} +static unsafe void Test_Disable_11470() { + OpenTK.Graphics.OpenGL.EnableCap _cap = default(OpenTK.Graphics.OpenGL.EnableCap); + OpenTK.Graphics.OpenGL.GL.Disable(_cap); +} +static unsafe void Test_DisableClientState_11471() { + OpenTK.Graphics.OpenGL.ArrayCap _array = default(OpenTK.Graphics.OpenGL.ArrayCap); + OpenTK.Graphics.OpenGL.GL.DisableClientState(_array); +} +static unsafe void Test_Disable_11472() { + OpenTK.Graphics.OpenGL.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL.IndexedEnableCap); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Disable(_target,_index); +} +static unsafe void Test_Disable_11473() { + OpenTK.Graphics.OpenGL.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL.IndexedEnableCap); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Disable(_target,_index); +} +static unsafe void Test_DisableVertexAttribArray_11474() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DisableVertexAttribArray(_index); +} +static unsafe void Test_DisableVertexAttribArray_11475() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DisableVertexAttribArray(_index); +} +static unsafe void Test_DispatchCompute_11476() { + System.Int32 _num_groups_x = default(System.Int32); + System.Int32 _num_groups_y = default(System.Int32); + System.Int32 _num_groups_z = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DispatchCompute(_num_groups_x,_num_groups_y,_num_groups_z); +} +static unsafe void Test_DispatchCompute_11477() { + System.UInt32 _num_groups_x = default(System.UInt32); + System.UInt32 _num_groups_y = default(System.UInt32); + System.UInt32 _num_groups_z = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DispatchCompute(_num_groups_x,_num_groups_y,_num_groups_z); +} +static unsafe void Test_DispatchComputeIndirect_11478() { + System.IntPtr _indirect = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DispatchComputeIndirect(_indirect); +} +static unsafe void Test_DrawArrays_11479() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArrays_11480() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArraysIndirect_11481() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + System.IntPtr _indirect = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_11482() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + int[] _indirect = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_11483() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + int[,] _indirect = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_11484() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + int[,,] _indirect = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_11485() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + int _indirect = default(int); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,ref _indirect); +} +static unsafe void Test_DrawArraysIndirect_11486() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.IntPtr _indirect = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_11487() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + int[] _indirect = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_11488() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + int[,] _indirect = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_11489() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + int[,,] _indirect = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_11490() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + int _indirect = default(int); + OpenTK.Graphics.OpenGL.GL.DrawArraysIndirect(_mode,ref _indirect); +} +static unsafe void Test_DrawArraysInstanced_11491() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawArraysInstanced(_mode,_first,_count,_instancecount); +} +static unsafe void Test_DrawArraysInstanced_11492() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawArraysInstanced(_mode,_first,_count,_instancecount); +} +static unsafe void Test_DrawArraysInstancedBaseInstance_11493() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawArraysInstancedBaseInstance(_mode,_first,_count,_instancecount,_baseinstance); +} +static unsafe void Test_DrawArraysInstancedBaseInstance_11494() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawArraysInstancedBaseInstance(_mode,_first,_count,_instancecount,_baseinstance); +} +static unsafe void Test_DrawBuffer_11495() { + OpenTK.Graphics.OpenGL.DrawBufferMode _mode = default(OpenTK.Graphics.OpenGL.DrawBufferMode); + OpenTK.Graphics.OpenGL.GL.DrawBuffer(_mode); +} +static unsafe void Test_DrawBuffers_11496() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawBuffersEnum[] _bufs = default(OpenTK.Graphics.OpenGL.DrawBuffersEnum[]); + OpenTK.Graphics.OpenGL.GL.DrawBuffers(_n,_bufs); +} +static unsafe void Test_DrawBuffers_11497() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawBuffersEnum _bufs = default(OpenTK.Graphics.OpenGL.DrawBuffersEnum); + OpenTK.Graphics.OpenGL.GL.DrawBuffers(_n,ref _bufs); +} +static unsafe void Test_DrawBuffers_11498() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawBuffersEnum* _bufs = default(OpenTK.Graphics.OpenGL.DrawBuffersEnum*); + OpenTK.Graphics.OpenGL.GL.DrawBuffers(_n,_bufs); +} +static unsafe void Test_DrawElements_11499() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.Int32 _indices = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11500() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11501() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11502() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11503() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11504() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElements_11505() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.Int32 _indices = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11506() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11507() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11508() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11509() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_11510() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElementsBaseVertex_11511() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11512() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11513() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11514() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11515() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11516() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11517() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11518() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11519() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_11520() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsBaseVertex(_mode,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawElementsIndirect_11521() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + OpenTK.Graphics.OpenGL.ArbDrawIndirect _type = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + System.IntPtr _indirect = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_11522() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + OpenTK.Graphics.OpenGL.ArbDrawIndirect _type = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + int[] _indirect = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_11523() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + OpenTK.Graphics.OpenGL.ArbDrawIndirect _type = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + int[,] _indirect = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_11524() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + OpenTK.Graphics.OpenGL.ArbDrawIndirect _type = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + int[,,] _indirect = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_11525() { + OpenTK.Graphics.OpenGL.ArbDrawIndirect _mode = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + OpenTK.Graphics.OpenGL.ArbDrawIndirect _type = default(OpenTK.Graphics.OpenGL.ArbDrawIndirect); + int _indirect = default(int); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,ref _indirect); +} +static unsafe void Test_DrawElementsIndirect_11526() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + System.IntPtr _indirect = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_11527() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[] _indirect = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_11528() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[,] _indirect = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_11529() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[,,] _indirect = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_11530() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int _indirect = default(int); + OpenTK.Graphics.OpenGL.GL.DrawElementsIndirect(_mode,_type,ref _indirect); +} +static unsafe void Test_DrawElementsInstanced_11531() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11532() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11533() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11534() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11535() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,ref _indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11536() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11537() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11538() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11539() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_11540() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstanced(_mode,_count,_type,ref _indices,_instancecount); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11541() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11542() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11543() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11544() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11545() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11546() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11547() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11548() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11549() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,ref _indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_11550() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,ref _indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11551() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11552() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11553() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11554() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11555() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,ref _indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11556() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11557() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11558() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11559() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_11560() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,ref _indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11561() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11562() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11563() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11564() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11565() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11566() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11567() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11568() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11569() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,ref _indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_11570() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,ref _indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawPixels_11571() { + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawPixels(_width,_height,_format,_type,_pixels); +} +static unsafe void Test_DrawPixels_11572() { + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawPixels(_width,_height,_format,_type,_pixels); +} +static unsafe void Test_DrawPixels_11573() { + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawPixels(_width,_height,_format,_type,_pixels); +} +static unsafe void Test_DrawPixels_11574() { + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawPixels(_width,_height,_format,_type,_pixels); +} +static unsafe void Test_DrawPixels_11575() { + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.DrawPixels(_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_DrawRangeElements_11576() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11577() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11578() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11579() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11580() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElements_11581() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11582() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11583() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11584() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11585() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElements_11586() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11587() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11588() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11589() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11590() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElements_11591() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11592() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11593() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11594() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_11595() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11596() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11597() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11598() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11599() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11600() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11601() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11602() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11603() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11604() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11605() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11606() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11607() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11608() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11609() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11610() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11611() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11612() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11613() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11614() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_11615() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawTransformFeedback_11616() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedback(_mode,_id); +} +static unsafe void Test_DrawTransformFeedback_11617() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedback(_mode,_id); +} +static unsafe void Test_DrawTransformFeedback_11618() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedback(_mode,_id); +} +static unsafe void Test_DrawTransformFeedback_11619() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedback(_mode,_id); +} +static unsafe void Test_DrawTransformFeedbackInstanced_11620() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _id = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedbackInstanced(_mode,_id,_instancecount); +} +static unsafe void Test_DrawTransformFeedbackInstanced_11621() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _id = default(System.UInt32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedbackInstanced(_mode,_id,_instancecount); +} +static unsafe void Test_DrawTransformFeedbackStream_11622() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _id = default(System.Int32); + System.Int32 _stream = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedbackStream(_mode,_id,_stream); +} +static unsafe void Test_DrawTransformFeedbackStream_11623() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.UInt32 _id = default(System.UInt32); + System.UInt32 _stream = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedbackStream(_mode,_id,_stream); +} +static unsafe void Test_DrawTransformFeedbackStream_11624() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _id = default(System.Int32); + System.Int32 _stream = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedbackStream(_mode,_id,_stream); +} +static unsafe void Test_DrawTransformFeedbackStream_11625() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _id = default(System.UInt32); + System.UInt32 _stream = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedbackStream(_mode,_id,_stream); +} +static unsafe void Test_DrawTransformFeedbackStreamInstanced_11626() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _id = default(System.Int32); + System.Int32 _stream = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedbackStreamInstanced(_mode,_id,_stream,_instancecount); +} +static unsafe void Test_DrawTransformFeedbackStreamInstanced_11627() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.UInt32 _id = default(System.UInt32); + System.UInt32 _stream = default(System.UInt32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.DrawTransformFeedbackStreamInstanced(_mode,_id,_stream,_instancecount); +} +static unsafe void Test_EdgeFlag_11628() { + System.Boolean _flag = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.EdgeFlag(_flag); +} +static unsafe void Test_EdgeFlagPointer_11629() { + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.EdgeFlagPointer(_stride,_pointer); +} +static unsafe void Test_EdgeFlagPointer_11630() { + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.EdgeFlagPointer(_stride,_pointer); +} +static unsafe void Test_EdgeFlagPointer_11631() { + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.EdgeFlagPointer(_stride,_pointer); +} +static unsafe void Test_EdgeFlagPointer_11632() { + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.EdgeFlagPointer(_stride,_pointer); +} +static unsafe void Test_EdgeFlagPointer_11633() { + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.EdgeFlagPointer(_stride,ref _pointer); +} +static unsafe void Test_EdgeFlag_11634() { + System.Boolean[] _flag = default(System.Boolean[]); + OpenTK.Graphics.OpenGL.GL.EdgeFlag(_flag); +} +static unsafe void Test_EdgeFlag_11635() { + System.Boolean* _flag = default(System.Boolean*); + OpenTK.Graphics.OpenGL.GL.EdgeFlag(_flag); +} +static unsafe void Test_Enable_11636() { + OpenTK.Graphics.OpenGL.EnableCap _cap = default(OpenTK.Graphics.OpenGL.EnableCap); + OpenTK.Graphics.OpenGL.GL.Enable(_cap); +} +static unsafe void Test_EnableClientState_11637() { + OpenTK.Graphics.OpenGL.ArrayCap _array = default(OpenTK.Graphics.OpenGL.ArrayCap); + OpenTK.Graphics.OpenGL.GL.EnableClientState(_array); +} +static unsafe void Test_Enable_11638() { + OpenTK.Graphics.OpenGL.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL.IndexedEnableCap); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Enable(_target,_index); +} +static unsafe void Test_Enable_11639() { + OpenTK.Graphics.OpenGL.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL.IndexedEnableCap); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Enable(_target,_index); +} +static unsafe void Test_EnableVertexAttribArray_11640() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.EnableVertexAttribArray(_index); +} +static unsafe void Test_EnableVertexAttribArray_11641() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.EnableVertexAttribArray(_index); +} +static unsafe void Test_End_11642() { + OpenTK.Graphics.OpenGL.GL.End(); +} +static unsafe void Test_EndConditionalRender_11643() { + OpenTK.Graphics.OpenGL.GL.EndConditionalRender(); +} +static unsafe void Test_EndList_11644() { + OpenTK.Graphics.OpenGL.GL.EndList(); +} +static unsafe void Test_EndQuery_11645() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + OpenTK.Graphics.OpenGL.GL.EndQuery(_target); +} +static unsafe void Test_EndQueryIndexed_11646() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.EndQueryIndexed(_target,_index); +} +static unsafe void Test_EndQueryIndexed_11647() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.EndQueryIndexed(_target,_index); +} +static unsafe void Test_EndTransformFeedback_11648() { + OpenTK.Graphics.OpenGL.GL.EndTransformFeedback(); +} +static unsafe void Test_EvalCoord1_11649() { + System.Double _u = default(System.Double); + OpenTK.Graphics.OpenGL.GL.EvalCoord1(_u); +} +static unsafe void Test_EvalCoord1_11650() { + System.Double* _u = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.EvalCoord1(_u); +} +static unsafe void Test_EvalCoord1_11651() { + System.Single _u = default(System.Single); + OpenTK.Graphics.OpenGL.GL.EvalCoord1(_u); +} +static unsafe void Test_EvalCoord1_11652() { + System.Single* _u = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.EvalCoord1(_u); +} +static unsafe void Test_EvalCoord2_11653() { + System.Double _u = default(System.Double); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.EvalCoord2(_u,_v); +} +static unsafe void Test_EvalCoord2_11654() { + System.Double[] _u = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.EvalCoord2(_u); +} +static unsafe void Test_EvalCoord2_11655() { + System.Double _u = default(System.Double); + OpenTK.Graphics.OpenGL.GL.EvalCoord2(ref _u); +} +static unsafe void Test_EvalCoord2_11656() { + System.Double* _u = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.EvalCoord2(_u); +} +static unsafe void Test_EvalCoord2_11657() { + System.Single _u = default(System.Single); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.EvalCoord2(_u,_v); +} +static unsafe void Test_EvalCoord2_11658() { + System.Single[] _u = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.EvalCoord2(_u); +} +static unsafe void Test_EvalCoord2_11659() { + System.Single _u = default(System.Single); + OpenTK.Graphics.OpenGL.GL.EvalCoord2(ref _u); +} +static unsafe void Test_EvalCoord2_11660() { + System.Single* _u = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.EvalCoord2(_u); +} +static unsafe void Test_EvalMesh1_11661() { + OpenTK.Graphics.OpenGL.MeshMode1 _mode = default(OpenTK.Graphics.OpenGL.MeshMode1); + System.Int32 _i1 = default(System.Int32); + System.Int32 _i2 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.EvalMesh1(_mode,_i1,_i2); +} +static unsafe void Test_EvalMesh2_11662() { + OpenTK.Graphics.OpenGL.MeshMode2 _mode = default(OpenTK.Graphics.OpenGL.MeshMode2); + System.Int32 _i1 = default(System.Int32); + System.Int32 _i2 = default(System.Int32); + System.Int32 _j1 = default(System.Int32); + System.Int32 _j2 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.EvalMesh2(_mode,_i1,_i2,_j1,_j2); +} +static unsafe void Test_EvalPoint1_11663() { + System.Int32 _i = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.EvalPoint1(_i); +} +static unsafe void Test_EvalPoint2_11664() { + System.Int32 _i = default(System.Int32); + System.Int32 _j = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.EvalPoint2(_i,_j); +} +static unsafe void Test_FeedbackBuffer_11665() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.FeedbackType _type = default(OpenTK.Graphics.OpenGL.FeedbackType); + System.Single[] _buffer = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.FeedbackBuffer(_size,_type,_buffer); +} +static unsafe void Test_FeedbackBuffer_11666() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.FeedbackType _type = default(OpenTK.Graphics.OpenGL.FeedbackType); + System.Single _buffer = default(System.Single); + OpenTK.Graphics.OpenGL.GL.FeedbackBuffer(_size,_type,out _buffer); +} +static unsafe void Test_FeedbackBuffer_11667() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.FeedbackType _type = default(OpenTK.Graphics.OpenGL.FeedbackType); + System.Single* _buffer = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.FeedbackBuffer(_size,_type,_buffer); +} +static unsafe void Test_FenceSync_11668() { + OpenTK.Graphics.OpenGL.ArbSync _condition = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int32 _flags = default(System.Int32); + System.IntPtr r = OpenTK.Graphics.OpenGL.GL.FenceSync(_condition,_flags); +} +static unsafe void Test_FenceSync_11669() { + OpenTK.Graphics.OpenGL.ArbSync _condition = default(OpenTK.Graphics.OpenGL.ArbSync); + System.UInt32 _flags = default(System.UInt32); + System.IntPtr r = OpenTK.Graphics.OpenGL.GL.FenceSync(_condition,_flags); +} +static unsafe void Test_FenceSync_11670() { + OpenTK.Graphics.OpenGL.SyncCondition _condition = default(OpenTK.Graphics.OpenGL.SyncCondition); + OpenTK.Graphics.OpenGL.WaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL.WaitSyncFlags); + System.IntPtr r = OpenTK.Graphics.OpenGL.GL.FenceSync(_condition,_flags); +} +static unsafe void Test_Finish_11671() { + OpenTK.Graphics.OpenGL.GL.Finish(); +} +static unsafe void Test_Flush_11672() { + OpenTK.Graphics.OpenGL.GL.Flush(); +} +static unsafe void Test_FlushMappedBufferRange_11673() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.FlushMappedBufferRange(_target,_offset,_length); +} +static unsafe void Test_FogCoord_11674() { + System.Double _coord = default(System.Double); + OpenTK.Graphics.OpenGL.GL.FogCoord(_coord); +} +static unsafe void Test_FogCoord_11675() { + System.Double* _coord = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.FogCoord(_coord); +} +static unsafe void Test_FogCoord_11676() { + System.Single _coord = default(System.Single); + OpenTK.Graphics.OpenGL.GL.FogCoord(_coord); +} +static unsafe void Test_FogCoord_11677() { + System.Single* _coord = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.FogCoord(_coord); +} +static unsafe void Test_FogCoordPointer_11678() { + OpenTK.Graphics.OpenGL.FogPointerType _type = default(OpenTK.Graphics.OpenGL.FogPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.FogCoordPointer(_type,_stride,_pointer); +} +static unsafe void Test_FogCoordPointer_11679() { + OpenTK.Graphics.OpenGL.FogPointerType _type = default(OpenTK.Graphics.OpenGL.FogPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.FogCoordPointer(_type,_stride,_pointer); +} +static unsafe void Test_FogCoordPointer_11680() { + OpenTK.Graphics.OpenGL.FogPointerType _type = default(OpenTK.Graphics.OpenGL.FogPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.FogCoordPointer(_type,_stride,_pointer); +} +static unsafe void Test_FogCoordPointer_11681() { + OpenTK.Graphics.OpenGL.FogPointerType _type = default(OpenTK.Graphics.OpenGL.FogPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.FogCoordPointer(_type,_stride,_pointer); +} +static unsafe void Test_FogCoordPointer_11682() { + OpenTK.Graphics.OpenGL.FogPointerType _type = default(OpenTK.Graphics.OpenGL.FogPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.FogCoordPointer(_type,_stride,ref _pointer); +} +static unsafe void Test_Fog_11683() { + OpenTK.Graphics.OpenGL.FogParameter _pname = default(OpenTK.Graphics.OpenGL.FogParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Fog(_pname,_param); +} +static unsafe void Test_Fog_11684() { + OpenTK.Graphics.OpenGL.FogParameter _pname = default(OpenTK.Graphics.OpenGL.FogParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Fog(_pname,_params); +} +static unsafe void Test_Fog_11685() { + OpenTK.Graphics.OpenGL.FogParameter _pname = default(OpenTK.Graphics.OpenGL.FogParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Fog(_pname,_params); +} +static unsafe void Test_Fog_11686() { + OpenTK.Graphics.OpenGL.FogParameter _pname = default(OpenTK.Graphics.OpenGL.FogParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Fog(_pname,_param); +} +static unsafe void Test_Fog_11687() { + OpenTK.Graphics.OpenGL.FogParameter _pname = default(OpenTK.Graphics.OpenGL.FogParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Fog(_pname,_params); +} +static unsafe void Test_Fog_11688() { + OpenTK.Graphics.OpenGL.FogParameter _pname = default(OpenTK.Graphics.OpenGL.FogParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Fog(_pname,_params); +} +static unsafe void Test_FramebufferParameter_11689() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferDefaultParameter _pname = default(OpenTK.Graphics.OpenGL.FramebufferDefaultParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferParameter(_target,_pname,_param); +} +static unsafe void Test_FramebufferRenderbuffer_11690() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_11691() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferTexture_11692() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTexture(_target,_attachment,_texture,_level); +} +static unsafe void Test_FramebufferTexture_11693() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTexture(_target,_attachment,_texture,_level); +} +static unsafe void Test_FramebufferTexture1D_11694() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTexture1D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture1D_11695() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTexture1D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_11696() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_11697() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture3D_11698() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTexture3D(_target,_attachment,_textarget,_texture,_level,_zoffset); +} +static unsafe void Test_FramebufferTexture3D_11699() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTexture3D(_target,_attachment,_textarget,_texture,_level,_zoffset); +} +static unsafe void Test_FramebufferTextureLayer_11700() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTextureLayer(_target,_attachment,_texture,_level,_layer); +} +static unsafe void Test_FramebufferTextureLayer_11701() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FramebufferTextureLayer(_target,_attachment,_texture,_level,_layer); +} +static unsafe void Test_FrontFace_11702() { + OpenTK.Graphics.OpenGL.FrontFaceDirection _mode = default(OpenTK.Graphics.OpenGL.FrontFaceDirection); + OpenTK.Graphics.OpenGL.GL.FrontFace(_mode); +} +static unsafe void Test_Frustum_11703() { + System.Double _left = default(System.Double); + System.Double _right = default(System.Double); + System.Double _bottom = default(System.Double); + System.Double _top = default(System.Double); + System.Double _zNear = default(System.Double); + System.Double _zFar = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Frustum(_left,_right,_bottom,_top,_zNear,_zFar); +} +static unsafe void Test_GenBuffer_11704() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenBuffer(); +} +static unsafe void Test_GenBuffers_11705() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_11706() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_11707() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_11708() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_11709() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_11710() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenerateMipmap_11711() { + OpenTK.Graphics.OpenGL.GenerateMipmapTarget _target = default(OpenTK.Graphics.OpenGL.GenerateMipmapTarget); + OpenTK.Graphics.OpenGL.GL.GenerateMipmap(_target); +} +static unsafe void Test_GenFramebuffer_11712() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenFramebuffer(); +} +static unsafe void Test_GenFramebuffers_11713() { + System.Int32 _n = default(System.Int32); + System.Int32[] _framebuffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_11714() { + System.Int32 _n = default(System.Int32); + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenFramebuffers(_n,out _framebuffers); +} +static unsafe void Test_GenFramebuffers_11715() { + System.Int32 _n = default(System.Int32); + System.Int32* _framebuffers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_11716() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _framebuffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_11717() { + System.Int32 _n = default(System.Int32); + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenFramebuffers(_n,out _framebuffers); +} +static unsafe void Test_GenFramebuffers_11718() { + System.Int32 _n = default(System.Int32); + System.UInt32* _framebuffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenLists_11719() { + System.Int32 _range = default(System.Int32); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenLists(_range); +} +static unsafe void Test_GenProgramPipeline_11720() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenProgramPipeline(); +} +static unsafe void Test_GenProgramPipelines_11721() { + System.Int32 _n = default(System.Int32); + System.Int32[] _pipelines = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenProgramPipelines(_n,_pipelines); +} +static unsafe void Test_GenProgramPipelines_11722() { + System.Int32 _n = default(System.Int32); + System.Int32 _pipelines = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenProgramPipelines(_n,out _pipelines); +} +static unsafe void Test_GenProgramPipelines_11723() { + System.Int32 _n = default(System.Int32); + System.Int32* _pipelines = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenProgramPipelines(_n,_pipelines); +} +static unsafe void Test_GenProgramPipelines_11724() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _pipelines = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenProgramPipelines(_n,_pipelines); +} +static unsafe void Test_GenProgramPipelines_11725() { + System.Int32 _n = default(System.Int32); + System.UInt32 _pipelines = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenProgramPipelines(_n,out _pipelines); +} +static unsafe void Test_GenProgramPipelines_11726() { + System.Int32 _n = default(System.Int32); + System.UInt32* _pipelines = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenProgramPipelines(_n,_pipelines); +} +static unsafe void Test_GenQuery_11727() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenQuery(); +} +static unsafe void Test_GenQueries_11728() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_11729() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenQueries(_n,out _ids); +} +static unsafe void Test_GenQueries_11730() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_11731() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_11732() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenQueries(_n,out _ids); +} +static unsafe void Test_GenQueries_11733() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenRenderbuffer_11734() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenRenderbuffer(); +} +static unsafe void Test_GenRenderbuffers_11735() { + System.Int32 _n = default(System.Int32); + System.Int32[] _renderbuffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_11736() { + System.Int32 _n = default(System.Int32); + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenRenderbuffers(_n,out _renderbuffers); +} +static unsafe void Test_GenRenderbuffers_11737() { + System.Int32 _n = default(System.Int32); + System.Int32* _renderbuffers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_11738() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _renderbuffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_11739() { + System.Int32 _n = default(System.Int32); + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenRenderbuffers(_n,out _renderbuffers); +} +static unsafe void Test_GenRenderbuffers_11740() { + System.Int32 _n = default(System.Int32); + System.UInt32* _renderbuffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenSampler_11741() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenSampler(); +} +static unsafe void Test_GenSamplers_11742() { + System.Int32 _count = default(System.Int32); + System.Int32[] _samplers = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_11743() { + System.Int32 _count = default(System.Int32); + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenSamplers(_count,out _samplers); +} +static unsafe void Test_GenSamplers_11744() { + System.Int32 _count = default(System.Int32); + System.Int32* _samplers = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_11745() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _samplers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_11746() { + System.Int32 _count = default(System.Int32); + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenSamplers(_count,out _samplers); +} +static unsafe void Test_GenSamplers_11747() { + System.Int32 _count = default(System.Int32); + System.UInt32* _samplers = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenTexture_11748() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenTexture(); +} +static unsafe void Test_GenTextures_11749() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_11750() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_11751() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_11752() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_11753() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_11754() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTransformFeedback_11755() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenTransformFeedback(); +} +static unsafe void Test_GenTransformFeedbacks_11756() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_11757() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenTransformFeedbacks(_n,out _ids); +} +static unsafe void Test_GenTransformFeedbacks_11758() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_11759() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_11760() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenTransformFeedbacks(_n,out _ids); +} +static unsafe void Test_GenTransformFeedbacks_11761() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenVertexArray_11762() { + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GenVertexArray(); +} +static unsafe void Test_GenVertexArrays_11763() { + System.Int32 _n = default(System.Int32); + System.Int32[] _arrays = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_11764() { + System.Int32 _n = default(System.Int32); + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GenVertexArrays(_n,out _arrays); +} +static unsafe void Test_GenVertexArrays_11765() { + System.Int32 _n = default(System.Int32); + System.Int32* _arrays = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_11766() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _arrays = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_11767() { + System.Int32 _n = default(System.Int32); + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GenVertexArrays(_n,out _arrays); +} +static unsafe void Test_GenVertexArrays_11768() { + System.Int32 _n = default(System.Int32); + System.UInt32* _arrays = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_11769() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufferIndex = default(System.Int32); + OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,_params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_11770() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufferIndex = default(System.Int32); + OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,out _params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_11771() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufferIndex = default(System.Int32); + OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,_params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_11772() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _bufferIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,_params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_11773() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _bufferIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,out _params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_11774() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _bufferIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,_params); +} +static unsafe void Test_GetActiveAttrib_11775() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveAttribType _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_11776() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL.ActiveAttribType* _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveAttrib_11777() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveAttribType _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_11778() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL.ActiveAttribType* _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveSubroutineName_11779() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _index = default(System.Int32); + System.Int32 _bufsize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineName(_program,_shadertype,_index,_bufsize,out _length,_name); +} +static unsafe void Test_GetActiveSubroutineName_11780() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _index = default(System.Int32); + System.Int32 _bufsize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineName(_program,_shadertype,_index,_bufsize,_length,_name); +} +static unsafe void Test_GetActiveSubroutineName_11781() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufsize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineName(_program,_shadertype,_index,_bufsize,out _length,_name); +} +static unsafe void Test_GetActiveSubroutineName_11782() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufsize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineName(_program,_shadertype,_index,_bufsize,_length,_name); +} +static unsafe void Test_GetActiveSubroutineUniform_11783() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,_values); +} +static unsafe void Test_GetActiveSubroutineUniform_11784() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,out _values); +} +static unsafe void Test_GetActiveSubroutineUniform_11785() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,_values); +} +static unsafe void Test_GetActiveSubroutineUniform_11786() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,_values); +} +static unsafe void Test_GetActiveSubroutineUniform_11787() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,out _values); +} +static unsafe void Test_GetActiveSubroutineUniform_11788() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,_values); +} +static unsafe void Test_GetActiveSubroutineUniformName_11789() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _index = default(System.Int32); + System.Int32 _bufsize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniformName(_program,_shadertype,_index,_bufsize,out _length,_name); +} +static unsafe void Test_GetActiveSubroutineUniformName_11790() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _index = default(System.Int32); + System.Int32 _bufsize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniformName(_program,_shadertype,_index,_bufsize,_length,_name); +} +static unsafe void Test_GetActiveSubroutineUniformName_11791() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufsize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniformName(_program,_shadertype,_index,_bufsize,out _length,_name); +} +static unsafe void Test_GetActiveSubroutineUniformName_11792() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufsize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveSubroutineUniformName(_program,_shadertype,_index,_bufsize,_length,_name); +} +static unsafe void Test_GetActiveUniform_11793() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveUniformType _type = default(OpenTK.Graphics.OpenGL.ActiveUniformType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_11794() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL.ActiveUniformType* _type = default(OpenTK.Graphics.OpenGL.ActiveUniformType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_11795() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveUniformType _type = default(OpenTK.Graphics.OpenGL.ActiveUniformType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_11796() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL.ActiveUniformType* _type = default(OpenTK.Graphics.OpenGL.ActiveUniformType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniformBlock_11797() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_11798() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,out _params); +} +static unsafe void Test_GetActiveUniformBlock_11799() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_11800() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_11801() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,out _params); +} +static unsafe void Test_GetActiveUniformBlock_11802() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlockName_11803() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,out _length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_11804() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,_length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_11805() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,out _length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_11806() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,_length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformName_11807() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformName(_program,_uniformIndex,_bufSize,out _length,_uniformName); +} +static unsafe void Test_GetActiveUniformName_11808() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformName(_program,_uniformIndex,_bufSize,_length,_uniformName); +} +static unsafe void Test_GetActiveUniformName_11809() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformName(_program,_uniformIndex,_bufSize,out _length,_uniformName); +} +static unsafe void Test_GetActiveUniformName_11810() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetActiveUniformName(_program,_uniformIndex,_bufSize,_length,_uniformName); +} +static unsafe void Test_GetActiveUniforms_11811() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32[] _uniformIndices = default(System.Int32[]); + OpenTK.Graphics.OpenGL.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_11812() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32 _uniformIndices = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_11813() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32* _uniformIndices = default(System.Int32*); + OpenTK.Graphics.OpenGL.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_11814() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32[] _uniformIndices = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_11815() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32 _uniformIndices = default(System.UInt32); + OpenTK.Graphics.OpenGL.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_11816() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32* _uniformIndices = default(System.UInt32*); + OpenTK.Graphics.OpenGL.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL.ActiveUniformParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetAttachedShaders_11817() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetAttachedShaders(_program,_maxCount,out _count,_shaders); +} +static unsafe void Test_GetAttachedShaders_11818() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetAttachedShaders(_program,_maxCount,out _count,out _shaders); +} +static unsafe void Test_GetAttachedShaders_11819() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetAttachedShaders(_program,_maxCount,_count,_shaders); +} +static unsafe void Test_GetAttachedShaders_11820() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetAttachedShaders(_program,_maxCount,out _count,_shaders); +} +static unsafe void Test_GetAttachedShaders_11821() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetAttachedShaders(_program,_maxCount,out _count,out _shaders); +} +static unsafe void Test_GetAttachedShaders_11822() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetAttachedShaders(_program,_maxCount,_count,_shaders); +} +static unsafe void Test_GetAttribLocation_11823() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetAttribLocation(_program,_name); +} +static unsafe void Test_GetAttribLocation_11824() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetAttribLocation(_program,_name); +} +static unsafe void Test_GetBoolean_11825() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_target,_index,_data); +} +static unsafe void Test_GetBoolean_11826() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_target,_index,out _data); +} +static unsafe void Test_GetBoolean_11827() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_target,_index,_data); +} +static unsafe void Test_GetBoolean_11828() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_target,_index,_data); +} +static unsafe void Test_GetBoolean_11829() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_target,_index,out _data); +} +static unsafe void Test_GetBoolean_11830() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_target,_index,_data); +} +static unsafe void Test_GetBoolean_11831() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.GetBoolean(_pname); +} +static unsafe void Test_GetBoolean_11832() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_11833() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_pname,out _data); +} +static unsafe void Test_GetBoolean_11834() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.OpenGL.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBufferParameter_11835() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL.BufferParameterName); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_11836() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL.BufferParameterName); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_11837() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL.BufferParameterName); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_11838() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL.BufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_11839() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL.BufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_11840() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL.BufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_11841() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferPointer _pname = default(OpenTK.Graphics.OpenGL.BufferPointer); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_11842() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferPointer _pname = default(OpenTK.Graphics.OpenGL.BufferPointer); + int[] _params = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_11843() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferPointer _pname = default(OpenTK.Graphics.OpenGL.BufferPointer); + int[,] _params = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_11844() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferPointer _pname = default(OpenTK.Graphics.OpenGL.BufferPointer); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_11845() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferPointer _pname = default(OpenTK.Graphics.OpenGL.BufferPointer); + int _params = default(int); + OpenTK.Graphics.OpenGL.GL.GetBufferPointer(_target,_pname,ref _params); +} +static unsafe void Test_GetBufferSubData_11846() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetBufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_GetBufferSubData_11847() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetBufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_GetBufferSubData_11848() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetBufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_GetBufferSubData_11849() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetBufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_GetBufferSubData_11850() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.OpenGL.GL.GetBufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_GetClipPlane_11851() { + OpenTK.Graphics.OpenGL.ClipPlaneName _plane = default(OpenTK.Graphics.OpenGL.ClipPlaneName); + System.Double[] _equation = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetClipPlane(_plane,_equation); +} +static unsafe void Test_GetClipPlane_11852() { + OpenTK.Graphics.OpenGL.ClipPlaneName _plane = default(OpenTK.Graphics.OpenGL.ClipPlaneName); + System.Double _equation = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetClipPlane(_plane,out _equation); +} +static unsafe void Test_GetClipPlane_11853() { + OpenTK.Graphics.OpenGL.ClipPlaneName _plane = default(OpenTK.Graphics.OpenGL.ClipPlaneName); + System.Double* _equation = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetClipPlane(_plane,_equation); +} +static unsafe void Test_GetColorTable_11854() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _table = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetColorTable(_target,_format,_type,_table); +} +static unsafe void Test_GetColorTable_11855() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _table = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetColorTable(_target,_format,_type,_table); +} +static unsafe void Test_GetColorTable_11856() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _table = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetColorTable(_target,_format,_type,_table); +} +static unsafe void Test_GetColorTable_11857() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _table = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetColorTable(_target,_format,_type,_table); +} +static unsafe void Test_GetColorTable_11858() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _table = default(int); + OpenTK.Graphics.OpenGL.GL.GetColorTable(_target,_format,_type,ref _table); +} +static unsafe void Test_GetColorTableParameter_11859() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetColorTableParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_GetColorTableParameter_11860() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetColorTableParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetColorTableParameter(_target,_pname,out _params); +} +static unsafe void Test_GetColorTableParameter_11861() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetColorTableParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_GetColorTableParameter_11862() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetColorTableParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_GetColorTableParameter_11863() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetColorTableParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetColorTableParameter(_target,_pname,out _params); +} +static unsafe void Test_GetColorTableParameter_11864() { + OpenTK.Graphics.OpenGL.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL.ColorTableTarget); + OpenTK.Graphics.OpenGL.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetColorTableParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_GetCompressedTexImage_11865() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.IntPtr _img = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetCompressedTexImage(_target,_level,_img); +} +static unsafe void Test_GetCompressedTexImage_11866() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + int[] _img = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetCompressedTexImage(_target,_level,_img); +} +static unsafe void Test_GetCompressedTexImage_11867() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + int[,] _img = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetCompressedTexImage(_target,_level,_img); +} +static unsafe void Test_GetCompressedTexImage_11868() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + int[,,] _img = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetCompressedTexImage(_target,_level,_img); +} +static unsafe void Test_GetCompressedTexImage_11869() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + int _img = default(int); + OpenTK.Graphics.OpenGL.GL.GetCompressedTexImage(_target,_level,ref _img); +} +static unsafe void Test_GetConvolutionFilter_11870() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _image = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetConvolutionFilter(_target,_format,_type,_image); +} +static unsafe void Test_GetConvolutionFilter_11871() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _image = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetConvolutionFilter(_target,_format,_type,_image); +} +static unsafe void Test_GetConvolutionFilter_11872() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _image = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetConvolutionFilter(_target,_format,_type,_image); +} +static unsafe void Test_GetConvolutionFilter_11873() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _image = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetConvolutionFilter(_target,_format,_type,_image); +} +static unsafe void Test_GetConvolutionFilter_11874() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _image = default(int); + OpenTK.Graphics.OpenGL.GL.GetConvolutionFilter(_target,_format,_type,ref _image); +} +static unsafe void Test_GetConvolutionParameter_11875() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetConvolutionParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_GetConvolutionParameter_11876() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetConvolutionParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetConvolutionParameter(_target,_pname,out _params); +} +static unsafe void Test_GetConvolutionParameter_11877() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetConvolutionParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_GetConvolutionParameter_11878() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetConvolutionParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_GetConvolutionParameter_11879() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetConvolutionParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetConvolutionParameter(_target,_pname,out _params); +} +static unsafe void Test_GetConvolutionParameter_11880() { + OpenTK.Graphics.OpenGL.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL.ConvolutionTarget); + OpenTK.Graphics.OpenGL.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetConvolutionParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_GetDebugMessageLog_11881() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSource[] _sources = default(OpenTK.Graphics.OpenGL.DebugSource[]); + OpenTK.Graphics.OpenGL.DebugType[] _types = default(OpenTK.Graphics.OpenGL.DebugType[]); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DebugSeverity[] _severities = default(OpenTK.Graphics.OpenGL.DebugSeverity[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_11882() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSource _sources = default(OpenTK.Graphics.OpenGL.DebugSource); + OpenTK.Graphics.OpenGL.DebugType _types = default(OpenTK.Graphics.OpenGL.DebugType); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSeverity _severities = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_11883() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSource* _sources = default(OpenTK.Graphics.OpenGL.DebugSource*); + OpenTK.Graphics.OpenGL.DebugType* _types = default(OpenTK.Graphics.OpenGL.DebugType*); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL.DebugSeverity* _severities = default(OpenTK.Graphics.OpenGL.DebugSeverity*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_11884() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSource[] _sources = default(OpenTK.Graphics.OpenGL.DebugSource[]); + OpenTK.Graphics.OpenGL.DebugType[] _types = default(OpenTK.Graphics.OpenGL.DebugType[]); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.DebugSeverity[] _severities = default(OpenTK.Graphics.OpenGL.DebugSeverity[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_11885() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSource _sources = default(OpenTK.Graphics.OpenGL.DebugSource); + OpenTK.Graphics.OpenGL.DebugType _types = default(OpenTK.Graphics.OpenGL.DebugType); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL.DebugSeverity _severities = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_11886() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSource* _sources = default(OpenTK.Graphics.OpenGL.DebugSource*); + OpenTK.Graphics.OpenGL.DebugType* _types = default(OpenTK.Graphics.OpenGL.DebugType*); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL.DebugSeverity* _severities = default(OpenTK.Graphics.OpenGL.DebugSeverity*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDouble_11887() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Double[] _data = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetDouble(_target,_index,_data); +} +static unsafe void Test_GetDouble_11888() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Double _data = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetDouble(_target,_index,out _data); +} +static unsafe void Test_GetDouble_11889() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Double* _data = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetDouble(_target,_index,_data); +} +static unsafe void Test_GetDouble_11890() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Double[] _data = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetDouble(_target,_index,_data); +} +static unsafe void Test_GetDouble_11891() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Double _data = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetDouble(_target,_index,out _data); +} +static unsafe void Test_GetDouble_11892() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Double* _data = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetDouble(_target,_index,_data); +} +static unsafe void Test_GetDouble_11893() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Double r = OpenTK.Graphics.OpenGL.GL.GetDouble(_pname); +} +static unsafe void Test_GetDouble_11894() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Double[] _data = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetDouble(_pname,_data); +} +static unsafe void Test_GetDouble_11895() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Double _data = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetDouble(_pname,out _data); +} +static unsafe void Test_GetDouble_11896() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Double* _data = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetDouble(_pname,_data); +} +static unsafe void Test_GetError_11897() { + OpenTK.Graphics.OpenGL.ErrorCode r = OpenTK.Graphics.OpenGL.GL.GetError(); +} +static unsafe void Test_GetFloat_11898() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetFloat(_target,_index,_data); +} +static unsafe void Test_GetFloat_11899() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Single _data = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetFloat(_target,_index,out _data); +} +static unsafe void Test_GetFloat_11900() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetFloat(_target,_index,_data); +} +static unsafe void Test_GetFloat_11901() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetFloat(_target,_index,_data); +} +static unsafe void Test_GetFloat_11902() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Single _data = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetFloat(_target,_index,out _data); +} +static unsafe void Test_GetFloat_11903() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetFloat(_target,_index,_data); +} +static unsafe void Test_GetFloat_11904() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Single r = OpenTK.Graphics.OpenGL.GL.GetFloat(_pname); +} +static unsafe void Test_GetFloat_11905() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_11906() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Single _data = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetFloat(_pname,out _data); +} +static unsafe void Test_GetFloat_11907() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFragDataIndex_11908() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetFragDataIndex(_program,_name); +} +static unsafe void Test_GetFragDataIndex_11909() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetFragDataIndex(_program,_name); +} +static unsafe void Test_GetFragDataLocation_11910() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetFragDataLocation(_program,_name); +} +static unsafe void Test_GetFragDataLocation_11911() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetFragDataLocation(_program,_name); +} +static unsafe void Test_GetFramebufferAttachmentParameter_11912() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.FramebufferParameterName _pname = default(OpenTK.Graphics.OpenGL.FramebufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_11913() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.FramebufferParameterName _pname = default(OpenTK.Graphics.OpenGL.FramebufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,out _params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_11914() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.FramebufferParameterName _pname = default(OpenTK.Graphics.OpenGL.FramebufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferParameter_11915() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferDefaultParameter _pname = default(OpenTK.Graphics.OpenGL.FramebufferDefaultParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetFramebufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetFramebufferParameter_11916() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferDefaultParameter _pname = default(OpenTK.Graphics.OpenGL.FramebufferDefaultParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetFramebufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetFramebufferParameter_11917() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + OpenTK.Graphics.OpenGL.FramebufferDefaultParameter _pname = default(OpenTK.Graphics.OpenGL.FramebufferDefaultParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetFramebufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetHistogram_11918() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _values = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetHistogram(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetHistogram_11919() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _values = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetHistogram(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetHistogram_11920() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _values = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetHistogram(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetHistogram_11921() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _values = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetHistogram(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetHistogram_11922() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _values = default(int); + OpenTK.Graphics.OpenGL.GL.GetHistogram(_target,_reset,_format,_type,ref _values); +} +static unsafe void Test_GetHistogramParameter_11923() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + OpenTK.Graphics.OpenGL.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetHistogramParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetHistogramParameter(_target,_pname,_params); +} +static unsafe void Test_GetHistogramParameter_11924() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + OpenTK.Graphics.OpenGL.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetHistogramParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetHistogramParameter(_target,_pname,out _params); +} +static unsafe void Test_GetHistogramParameter_11925() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + OpenTK.Graphics.OpenGL.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetHistogramParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetHistogramParameter(_target,_pname,_params); +} +static unsafe void Test_GetHistogramParameter_11926() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + OpenTK.Graphics.OpenGL.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetHistogramParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetHistogramParameter(_target,_pname,_params); +} +static unsafe void Test_GetHistogramParameter_11927() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + OpenTK.Graphics.OpenGL.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetHistogramParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetHistogramParameter(_target,_pname,out _params); +} +static unsafe void Test_GetHistogramParameter_11928() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + OpenTK.Graphics.OpenGL.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetHistogramParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetHistogramParameter(_target,_pname,_params); +} +static unsafe void Test_GetInteger64_11929() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_11930() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_11931() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_11932() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_11933() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_11934() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_11935() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + System.Int32 _index = default(System.Int32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_11936() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + System.Int32 _index = default(System.Int32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_11937() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + System.Int32 _index = default(System.Int32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_11938() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + System.UInt32 _index = default(System.UInt32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_11939() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + System.UInt32 _index = default(System.UInt32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_11940() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + System.UInt32 _index = default(System.UInt32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_11941() { + OpenTK.Graphics.OpenGL.ArbSync _pname = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int64 r = OpenTK.Graphics.OpenGL.GL.GetInteger64(_pname); +} +static unsafe void Test_GetInteger64_11942() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Int64 r = OpenTK.Graphics.OpenGL.GL.GetInteger64(_pname); +} +static unsafe void Test_GetInteger64_11943() { + OpenTK.Graphics.OpenGL.ArbSync _pname = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger64_11944() { + OpenTK.Graphics.OpenGL.ArbSync _pname = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_pname,out _data); +} +static unsafe void Test_GetInteger64_11945() { + OpenTK.Graphics.OpenGL.ArbSync _pname = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger64_11946() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger64_11947() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_pname,out _data); +} +static unsafe void Test_GetInteger64_11948() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger_11949() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_11950() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetInteger(_target,_index,out _data); +} +static unsafe void Test_GetInteger_11951() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_11952() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_11953() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetInteger(_target,_index,out _data); +} +static unsafe void Test_GetInteger_11954() { + OpenTK.Graphics.OpenGL.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_11955() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetInteger(_pname); +} +static unsafe void Test_GetInteger_11956() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_11957() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetInteger(_pname,out _data); +} +static unsafe void Test_GetInteger_11958() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInternalformat_11959() { + OpenTK.Graphics.OpenGL.ImageTarget _target = default(OpenTK.Graphics.OpenGL.ImageTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + OpenTK.Graphics.OpenGL.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_11960() { + OpenTK.Graphics.OpenGL.ImageTarget _target = default(OpenTK.Graphics.OpenGL.ImageTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + OpenTK.Graphics.OpenGL.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,out _params); +} +static unsafe void Test_GetInternalformat_11961() { + OpenTK.Graphics.OpenGL.ImageTarget _target = default(OpenTK.Graphics.OpenGL.ImageTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + OpenTK.Graphics.OpenGL.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_11962() { + OpenTK.Graphics.OpenGL.ImageTarget _target = default(OpenTK.Graphics.OpenGL.ImageTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + OpenTK.Graphics.OpenGL.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_11963() { + OpenTK.Graphics.OpenGL.ImageTarget _target = default(OpenTK.Graphics.OpenGL.ImageTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + OpenTK.Graphics.OpenGL.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,out _params); +} +static unsafe void Test_GetInternalformat_11964() { + OpenTK.Graphics.OpenGL.ImageTarget _target = default(OpenTK.Graphics.OpenGL.ImageTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + OpenTK.Graphics.OpenGL.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetLight_11965() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetLight(_light,_pname,_params); +} +static unsafe void Test_GetLight_11966() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetLight(_light,_pname,out _params); +} +static unsafe void Test_GetLight_11967() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetLight(_light,_pname,_params); +} +static unsafe void Test_GetLight_11968() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetLight(_light,_pname,_params); +} +static unsafe void Test_GetLight_11969() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetLight(_light,_pname,out _params); +} +static unsafe void Test_GetLight_11970() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetLight(_light,_pname,_params); +} +static unsafe void Test_GetMap_11971() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,_v); +} +static unsafe void Test_GetMap_11972() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,out _v); +} +static unsafe void Test_GetMap_11973() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,_v); +} +static unsafe void Test_GetMap_11974() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,_v); +} +static unsafe void Test_GetMap_11975() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,out _v); +} +static unsafe void Test_GetMap_11976() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,_v); +} +static unsafe void Test_GetMap_11977() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,_v); +} +static unsafe void Test_GetMap_11978() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,out _v); +} +static unsafe void Test_GetMap_11979() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + OpenTK.Graphics.OpenGL.GetMapQuery _query = default(OpenTK.Graphics.OpenGL.GetMapQuery); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetMap(_target,_query,_v); +} +static unsafe void Test_GetMaterial_11980() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetMaterial(_face,_pname,_params); +} +static unsafe void Test_GetMaterial_11981() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetMaterial(_face,_pname,out _params); +} +static unsafe void Test_GetMaterial_11982() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetMaterial(_face,_pname,_params); +} +static unsafe void Test_GetMaterial_11983() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetMaterial(_face,_pname,_params); +} +static unsafe void Test_GetMaterial_11984() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetMaterial(_face,_pname,out _params); +} +static unsafe void Test_GetMaterial_11985() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetMaterial(_face,_pname,_params); +} +static unsafe void Test_GetMinmax_11986() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _values = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetMinmax(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetMinmax_11987() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _values = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetMinmax(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetMinmax_11988() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _values = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetMinmax(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetMinmax_11989() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _values = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetMinmax(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetMinmax_11990() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _values = default(int); + OpenTK.Graphics.OpenGL.GL.GetMinmax(_target,_reset,_format,_type,ref _values); +} +static unsafe void Test_GetMinmaxParameter_11991() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + OpenTK.Graphics.OpenGL.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetMinmaxParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetMinmaxParameter(_target,_pname,_params); +} +static unsafe void Test_GetMinmaxParameter_11992() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + OpenTK.Graphics.OpenGL.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetMinmaxParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetMinmaxParameter(_target,_pname,out _params); +} +static unsafe void Test_GetMinmaxParameter_11993() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + OpenTK.Graphics.OpenGL.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetMinmaxParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetMinmaxParameter(_target,_pname,_params); +} +static unsafe void Test_GetMinmaxParameter_11994() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + OpenTK.Graphics.OpenGL.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetMinmaxParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetMinmaxParameter(_target,_pname,_params); +} +static unsafe void Test_GetMinmaxParameter_11995() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + OpenTK.Graphics.OpenGL.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetMinmaxParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetMinmaxParameter(_target,_pname,out _params); +} +static unsafe void Test_GetMinmaxParameter_11996() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + OpenTK.Graphics.OpenGL.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL.GetMinmaxParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetMinmaxParameter(_target,_pname,_params); +} +static unsafe void Test_GetMultisample_11997() { + OpenTK.Graphics.OpenGL.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL.GetMultisamplePName); + System.Int32 _index = default(System.Int32); + System.Single[] _val = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetMultisample(_pname,_index,_val); +} +static unsafe void Test_GetMultisample_11998() { + OpenTK.Graphics.OpenGL.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL.GetMultisamplePName); + System.Int32 _index = default(System.Int32); + System.Single _val = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetMultisample(_pname,_index,out _val); +} +static unsafe void Test_GetMultisample_11999() { + OpenTK.Graphics.OpenGL.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL.GetMultisamplePName); + System.Int32 _index = default(System.Int32); + System.Single* _val = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetMultisample(_pname,_index,_val); +} +static unsafe void Test_GetMultisample_12000() { + OpenTK.Graphics.OpenGL.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL.GetMultisamplePName); + System.UInt32 _index = default(System.UInt32); + System.Single[] _val = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetMultisample(_pname,_index,_val); +} +static unsafe void Test_GetMultisample_12001() { + OpenTK.Graphics.OpenGL.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL.GetMultisamplePName); + System.UInt32 _index = default(System.UInt32); + System.Single _val = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetMultisample(_pname,_index,out _val); +} +static unsafe void Test_GetMultisample_12002() { + OpenTK.Graphics.OpenGL.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL.GetMultisamplePName); + System.UInt32 _index = default(System.UInt32); + System.Single* _val = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetMultisample(_pname,_index,_val); +} +static unsafe void Test_GetObjectLabel_12003() { + OpenTK.Graphics.OpenGL.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_12004() { + OpenTK.Graphics.OpenGL.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_12005() { + OpenTK.Graphics.OpenGL.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_12006() { + OpenTK.Graphics.OpenGL.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_12007() { + OpenTK.Graphics.OpenGL.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_12008() { + OpenTK.Graphics.OpenGL.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12009() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12010() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12011() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12012() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12013() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12014() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12015() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12016() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12017() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12018() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12019() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12020() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12021() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(ref _ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12022() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(ref _ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_12023() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetObjectPtrLabel(ref _ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetPixelMap_12024() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Single r = OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map); +} +static unsafe void Test_GetPixelMap_12025() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Single[] _values = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12026() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Single _values = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,out _values); +} +static unsafe void Test_GetPixelMap_12027() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Single* _values = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12028() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12029() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,out _values); +} +static unsafe void Test_GetPixelMap_12030() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12031() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.UInt32[] _values = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12032() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.UInt32 _values = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,out _values); +} +static unsafe void Test_GetPixelMap_12033() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.UInt32* _values = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12034() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int16[] _values = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12035() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int16 _values = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,out _values); +} +static unsafe void Test_GetPixelMap_12036() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int16* _values = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12037() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.UInt16[] _values = default(System.UInt16[]); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMap_12038() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.UInt16 _values = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,out _values); +} +static unsafe void Test_GetPixelMap_12039() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.UInt16* _values = default(System.UInt16*); + OpenTK.Graphics.OpenGL.GL.GetPixelMap(_map,_values); +} +static unsafe void Test_GetPixelMapx_12040() { + OpenTK.Graphics.OpenGL.OesFixedPoint _map = default(OpenTK.Graphics.OpenGL.OesFixedPoint); + System.Int32 _size = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetPixelMapx(_map,_size,_values); +} +static unsafe void Test_GetPixelMapx_12041() { + OpenTK.Graphics.OpenGL.OesFixedPoint _map = default(OpenTK.Graphics.OpenGL.OesFixedPoint); + System.Int32 _size = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetPixelMapx(_map,_size,out _values); +} +static unsafe void Test_GetPixelMapx_12042() { + OpenTK.Graphics.OpenGL.OesFixedPoint _map = default(OpenTK.Graphics.OpenGL.OesFixedPoint); + System.Int32 _size = default(System.Int32); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetPixelMapx(_map,_size,_values); +} +static unsafe void Test_GetPointer_12043() { + OpenTK.Graphics.OpenGL.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL.GetPointervPName); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_12044() { + OpenTK.Graphics.OpenGL.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL.GetPointervPName); + int[] _params = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_12045() { + OpenTK.Graphics.OpenGL.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL.GetPointervPName); + int[,] _params = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_12046() { + OpenTK.Graphics.OpenGL.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL.GetPointervPName); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_12047() { + OpenTK.Graphics.OpenGL.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL.GetPointervPName); + int _params = default(int); + OpenTK.Graphics.OpenGL.GL.GetPointer(_pname,ref _params); +} +static unsafe void Test_GetPolygonStipple_12048() { + System.Byte r = OpenTK.Graphics.OpenGL.GL.GetPolygonStipple(); +} +static unsafe void Test_GetPolygonStipple_12049() { + System.Byte[] _mask = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.GetPolygonStipple(_mask); +} +static unsafe void Test_GetPolygonStipple_12050() { + System.Byte _mask = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.GetPolygonStipple(out _mask); +} +static unsafe void Test_GetPolygonStipple_12051() { + System.Byte* _mask = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.GetPolygonStipple(_mask); +} +static unsafe void Test_GetProgramBinary_12052() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12053() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12054() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12055() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12056() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_12057() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12058() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + int[] _binary = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12059() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + int[,] _binary = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12060() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12061() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + int _binary = default(int); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_12062() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12063() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12064() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12065() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12066() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_12067() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12068() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + int[] _binary = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12069() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + int[,] _binary = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12070() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_12071() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat*); + int _binary = default(int); + OpenTK.Graphics.OpenGL.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramInfoLog_12072() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramInfoLog(_program,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_12073() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramInfoLog(_program,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_12074() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramInfoLog(_program,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_12075() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramInfoLog(_program,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramInterface_12076() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + OpenTK.Graphics.OpenGL.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramInterfaceParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgramInterface(_program,_programInterface,_pname,_params); +} +static unsafe void Test_GetProgramInterface_12077() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + OpenTK.Graphics.OpenGL.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramInterfaceParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgramInterface(_program,_programInterface,_pname,out _params); +} +static unsafe void Test_GetProgramInterface_12078() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + OpenTK.Graphics.OpenGL.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramInterfaceParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgramInterface(_program,_programInterface,_pname,_params); +} +static unsafe void Test_GetProgramInterface_12079() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + OpenTK.Graphics.OpenGL.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramInterfaceParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgramInterface(_program,_programInterface,_pname,_params); +} +static unsafe void Test_GetProgramInterface_12080() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + OpenTK.Graphics.OpenGL.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramInterfaceParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgramInterface(_program,_programInterface,_pname,out _params); +} +static unsafe void Test_GetProgramInterface_12081() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + OpenTK.Graphics.OpenGL.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramInterfaceParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgramInterface(_program,_programInterface,_pname,_params); +} +static unsafe void Test_GetProgram_12082() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL.GetProgramParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_12083() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL.GetProgramParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_12084() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL.GetProgramParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_12085() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_12086() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_12087() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_12088() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL.GetProgramParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_12089() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL.GetProgramParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_12090() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL.GetProgramParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_12091() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_12092() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_12093() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgramPipelineInfoLog_12094() { + System.Int32 _pipeline = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramPipelineInfoLog_12095() { + System.Int32 _pipeline = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramPipelineInfoLog_12096() { + System.Int32 _pipeline = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramPipelineInfoLog_12097() { + System.UInt32 _pipeline = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramPipelineInfoLog_12098() { + System.UInt32 _pipeline = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramPipelineInfoLog_12099() { + System.UInt32 _pipeline = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramPipeline_12100() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramPipelineParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgramPipeline(_pipeline,_pname,_params); +} +static unsafe void Test_GetProgramPipeline_12101() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramPipelineParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgramPipeline(_pipeline,_pname,out _params); +} +static unsafe void Test_GetProgramPipeline_12102() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramPipelineParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgramPipeline(_pipeline,_pname,_params); +} +static unsafe void Test_GetProgramPipeline_12103() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramPipelineParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgramPipeline(_pipeline,_pname,_params); +} +static unsafe void Test_GetProgramPipeline_12104() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramPipelineParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgramPipeline(_pipeline,_pname,out _params); +} +static unsafe void Test_GetProgramPipeline_12105() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramPipelineParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgramPipeline(_pipeline,_pname,_params); +} +static unsafe void Test_GetProgramResourceIndex_12106() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetProgramResourceIndex(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceIndex_12107() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetProgramResourceIndex(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResource_12108() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramProperty[] _props = default(OpenTK.Graphics.OpenGL.ProgramProperty[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,_length,_params); +} +static unsafe void Test_GetProgramResource_12109() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramProperty[] _props = default(OpenTK.Graphics.OpenGL.ProgramProperty[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,out _length,_params); +} +static unsafe void Test_GetProgramResource_12110() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramProperty _props = default(OpenTK.Graphics.OpenGL.ProgramProperty); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgramResource(_program,_programInterface,_index,_propCount,ref _props,_bufSize,out _length,out _params); +} +static unsafe void Test_GetProgramResource_12111() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramProperty* _props = default(OpenTK.Graphics.OpenGL.ProgramProperty*); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,_length,_params); +} +static unsafe void Test_GetProgramResource_12112() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramProperty[] _props = default(OpenTK.Graphics.OpenGL.ProgramProperty[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,_length,_params); +} +static unsafe void Test_GetProgramResource_12113() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramProperty[] _props = default(OpenTK.Graphics.OpenGL.ProgramProperty[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,out _length,_params); +} +static unsafe void Test_GetProgramResource_12114() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramProperty _props = default(OpenTK.Graphics.OpenGL.ProgramProperty); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgramResource(_program,_programInterface,_index,_propCount,ref _props,_bufSize,out _length,out _params); +} +static unsafe void Test_GetProgramResource_12115() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramProperty* _props = default(OpenTK.Graphics.OpenGL.ProgramProperty*); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,_length,_params); +} +static unsafe void Test_GetProgramResourceLocation_12116() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetProgramResourceLocation(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceLocation_12117() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetProgramResourceLocation(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceLocationIndex_12118() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetProgramResourceLocationIndex(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceLocationIndex_12119() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetProgramResourceLocationIndex(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceName_12120() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,_length,_name); +} +static unsafe void Test_GetProgramResourceName_12121() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,out _length,_name); +} +static unsafe void Test_GetProgramResourceName_12122() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,_length,_name); +} +static unsafe void Test_GetProgramResourceName_12123() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,_length,_name); +} +static unsafe void Test_GetProgramResourceName_12124() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,out _length,_name); +} +static unsafe void Test_GetProgramResourceName_12125() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,_length,_name); +} +static unsafe void Test_GetProgramStage_12126() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + OpenTK.Graphics.OpenGL.ProgramStageParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramStageParameter); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgramStage(_program,_shadertype,_pname,out _values); +} +static unsafe void Test_GetProgramStage_12127() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + OpenTK.Graphics.OpenGL.ProgramStageParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramStageParameter); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgramStage(_program,_shadertype,_pname,_values); +} +static unsafe void Test_GetProgramStage_12128() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + OpenTK.Graphics.OpenGL.ProgramStageParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramStageParameter); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetProgramStage(_program,_shadertype,_pname,out _values); +} +static unsafe void Test_GetProgramStage_12129() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + OpenTK.Graphics.OpenGL.ProgramStageParameter _pname = default(OpenTK.Graphics.OpenGL.ProgramStageParameter); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetProgramStage(_program,_shadertype,_pname,_values); +} +static unsafe void Test_GetQueryIndexed_12130() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetQueryIndexed(_target,_index,_pname,_params); +} +static unsafe void Test_GetQueryIndexed_12131() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetQueryIndexed(_target,_index,_pname,out _params); +} +static unsafe void Test_GetQueryIndexed_12132() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetQueryIndexed(_target,_index,_pname,_params); +} +static unsafe void Test_GetQueryIndexed_12133() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetQueryIndexed(_target,_index,_pname,_params); +} +static unsafe void Test_GetQueryIndexed_12134() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetQueryIndexed(_target,_index,_pname,out _params); +} +static unsafe void Test_GetQueryIndexed_12135() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetQueryIndexed(_target,_index,_pname,_params); +} +static unsafe void Test_GetQuery_12136() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetQuery(_target,_pname,_params); +} +static unsafe void Test_GetQuery_12137() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetQuery(_target,_pname,out _params); +} +static unsafe void Test_GetQuery_12138() { + OpenTK.Graphics.OpenGL.QueryTarget _target = default(OpenTK.Graphics.OpenGL.QueryTarget); + OpenTK.Graphics.OpenGL.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetQuery(_target,_pname,_params); +} +static unsafe void Test_GetQueryObject_12139() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12140() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_12141() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12142() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12143() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_12144() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12145() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12146() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_12147() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12148() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12149() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_12150() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12151() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.UInt64[] _params = default(System.UInt64[]); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12152() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.UInt64 _params = default(System.UInt64); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_12153() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.UInt64* _params = default(System.UInt64*); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12154() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_12155() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_12156() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL.GetQueryObjectParam); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_12157() { + OpenTK.Graphics.OpenGL.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + OpenTK.Graphics.OpenGL.RenderbufferParameterName _pname = default(OpenTK.Graphics.OpenGL.RenderbufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_12158() { + OpenTK.Graphics.OpenGL.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + OpenTK.Graphics.OpenGL.RenderbufferParameterName _pname = default(OpenTK.Graphics.OpenGL.RenderbufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetRenderbufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetRenderbufferParameter_12159() { + OpenTK.Graphics.OpenGL.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + OpenTK.Graphics.OpenGL.RenderbufferParameterName _pname = default(OpenTK.Graphics.OpenGL.RenderbufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12160() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12161() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_12162() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12163() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12164() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_12165() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12166() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12167() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_12168() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12169() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12170() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_12171() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12172() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12173() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_12174() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12175() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12176() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_12177() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12178() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12179() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_12180() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12181() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12182() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_12183() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12184() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12185() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_12186() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.All _pname = default(OpenTK.Graphics.OpenGL.All); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12187() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_12188() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_12189() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12190() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12191() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_12192() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12193() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12194() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_12195() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12196() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12197() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_12198() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12199() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_12200() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_12201() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSeparableFilter_12202() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + System.IntPtr _column = default(System.IntPtr); + System.IntPtr _span = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_12203() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _row = default(int[]); + int[] _column = default(int[]); + int[] _span = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_12204() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _row = default(int[,]); + int[,] _column = default(int[,]); + int[,] _span = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_12205() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _row = default(int[,,]); + int[,,] _column = default(int[,,]); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_12206() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _row = default(int); + int _column = default(int); + int _span = default(int); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,ref _row,ref _column,ref _span); +} +static unsafe void Test_GetShaderInfoLog_12207() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetShaderInfoLog(_shader,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_12208() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetShaderInfoLog(_shader,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_12209() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetShaderInfoLog(_shader,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_12210() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetShaderInfoLog(_shader,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetShader_12211() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL.ShaderParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_12212() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL.ShaderParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_12213() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL.ShaderParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_12214() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL.ShaderParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_12215() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL.ShaderParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_12216() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL.ShaderParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShaderPrecisionFormat_12217() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + OpenTK.Graphics.OpenGL.ShaderPrecision _precisiontype = default(OpenTK.Graphics.OpenGL.ShaderPrecision); + System.Int32[] _range = default(System.Int32[]); + System.Int32[] _precision = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderPrecisionFormat_12218() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + OpenTK.Graphics.OpenGL.ShaderPrecision _precisiontype = default(OpenTK.Graphics.OpenGL.ShaderPrecision); + System.Int32 _range = default(System.Int32); + System.Int32 _precision = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,out _range,out _precision); +} +static unsafe void Test_GetShaderPrecisionFormat_12219() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + OpenTK.Graphics.OpenGL.ShaderPrecision _precisiontype = default(OpenTK.Graphics.OpenGL.ShaderPrecision); + System.Int32* _range = default(System.Int32*); + System.Int32* _precision = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderSource_12220() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetShaderSource(_shader,_bufSize,out _length,_source); +} +static unsafe void Test_GetShaderSource_12221() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetShaderSource(_shader,_bufSize,_length,_source); +} +static unsafe void Test_GetShaderSource_12222() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetShaderSource(_shader,_bufSize,out _length,_source); +} +static unsafe void Test_GetShaderSource_12223() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetShaderSource(_shader,_bufSize,_length,_source); +} +static unsafe void Test_GetString_12224() { + OpenTK.Graphics.OpenGL.StringName _name = default(OpenTK.Graphics.OpenGL.StringName); + System.String r = OpenTK.Graphics.OpenGL.GL.GetString(_name); +} +static unsafe void Test_GetString_12225() { + OpenTK.Graphics.OpenGL.StringName _name = default(OpenTK.Graphics.OpenGL.StringName); + System.Int32 _index = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL.GL.GetString(_name,_index); +} +static unsafe void Test_GetString_12226() { + OpenTK.Graphics.OpenGL.StringName _name = default(OpenTK.Graphics.OpenGL.StringName); + System.UInt32 _index = default(System.UInt32); + System.String r = OpenTK.Graphics.OpenGL.GL.GetString(_name,_index); +} +static unsafe void Test_GetString_12227() { + OpenTK.Graphics.OpenGL.StringNameIndexed _name = default(OpenTK.Graphics.OpenGL.StringNameIndexed); + System.Int32 _index = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL.GL.GetString(_name,_index); +} +static unsafe void Test_GetString_12228() { + OpenTK.Graphics.OpenGL.StringNameIndexed _name = default(OpenTK.Graphics.OpenGL.StringNameIndexed); + System.UInt32 _index = default(System.UInt32); + System.String r = OpenTK.Graphics.OpenGL.GL.GetString(_name,_index); +} +static unsafe void Test_GetSubroutineIndex_12229() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetSubroutineIndex(_program,_shadertype,_name); +} +static unsafe void Test_GetSubroutineIndex_12230() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetSubroutineIndex(_program,_shadertype,_name); +} +static unsafe void Test_GetSubroutineUniformLocation_12231() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetSubroutineUniformLocation(_program,_shadertype,_name); +} +static unsafe void Test_GetSubroutineUniformLocation_12232() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetSubroutineUniformLocation(_program,_shadertype,_name); +} +static unsafe void Test_GetSync_12233() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.ArbSync _pname = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSync(_sync,_pname,_bufSize,out _length,_values); +} +static unsafe void Test_GetSync_12234() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.ArbSync _pname = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSync(_sync,_pname,_bufSize,out _length,out _values); +} +static unsafe void Test_GetSync_12235() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.ArbSync _pname = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSync(_sync,_pname,_bufSize,_length,_values); +} +static unsafe void Test_GetSync_12236() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.SyncParameterName _pname = default(OpenTK.Graphics.OpenGL.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSync(_sync,_pname,_bufSize,out _length,_values); +} +static unsafe void Test_GetSync_12237() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.SyncParameterName _pname = default(OpenTK.Graphics.OpenGL.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetSync(_sync,_pname,_bufSize,out _length,out _values); +} +static unsafe void Test_GetSync_12238() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.SyncParameterName _pname = default(OpenTK.Graphics.OpenGL.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetSync(_sync,_pname,_bufSize,_length,_values); +} +static unsafe void Test_GetTexEnv_12239() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_12240() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetTexEnv(_target,_pname,out _params); +} +static unsafe void Test_GetTexEnv_12241() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_12242() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_12243() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetTexEnv(_target,_pname,out _params); +} +static unsafe void Test_GetTexEnv_12244() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexGen_12245() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,_params); +} +static unsafe void Test_GetTexGen_12246() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,out _params); +} +static unsafe void Test_GetTexGen_12247() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,_params); +} +static unsafe void Test_GetTexGen_12248() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,_params); +} +static unsafe void Test_GetTexGen_12249() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,out _params); +} +static unsafe void Test_GetTexGen_12250() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,_params); +} +static unsafe void Test_GetTexGen_12251() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,_params); +} +static unsafe void Test_GetTexGen_12252() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,out _params); +} +static unsafe void Test_GetTexGen_12253() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetTexGen(_coord,_pname,_params); +} +static unsafe void Test_GetTexImage_12254() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetTexImage(_target,_level,_format,_type,_pixels); +} +static unsafe void Test_GetTexImage_12255() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetTexImage(_target,_level,_format,_type,_pixels); +} +static unsafe void Test_GetTexImage_12256() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetTexImage(_target,_level,_format,_type,_pixels); +} +static unsafe void Test_GetTexImage_12257() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetTexImage(_target,_level,_format,_type,_pixels); +} +static unsafe void Test_GetTexImage_12258() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.GetTexImage(_target,_level,_format,_type,ref _pixels); +} +static unsafe void Test_GetTexLevelParameter_12259() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetTexLevelParameter(_target,_level,_pname,_params); +} +static unsafe void Test_GetTexLevelParameter_12260() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetTexLevelParameter(_target,_level,_pname,out _params); +} +static unsafe void Test_GetTexLevelParameter_12261() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetTexLevelParameter(_target,_level,_pname,_params); +} +static unsafe void Test_GetTexLevelParameter_12262() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetTexLevelParameter(_target,_level,_pname,_params); +} +static unsafe void Test_GetTexLevelParameter_12263() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetTexLevelParameter(_target,_level,_pname,out _params); +} +static unsafe void Test_GetTexLevelParameter_12264() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetTexLevelParameter(_target,_level,_pname,_params); +} +static unsafe void Test_GetTexParameter_12265() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_12266() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_12267() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterI_12268() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetTexParameterI(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterI_12269() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetTexParameterI(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameterI_12270() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetTexParameterI(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterI_12271() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetTexParameterI(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterI_12272() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetTexParameterI(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameterI_12273() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetTexParameterI(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_12274() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_12275() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_12276() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL.GetTextureParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTransformFeedbackVarying_12277() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveAttribType _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_12278() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.TransformFeedbackType _type = default(OpenTK.Graphics.OpenGL.TransformFeedbackType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_12279() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL.ActiveAttribType* _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_12280() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL.TransformFeedbackType* _type = default(OpenTK.Graphics.OpenGL.TransformFeedbackType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_12281() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveAttribType _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_12282() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.TransformFeedbackType _type = default(OpenTK.Graphics.OpenGL.TransformFeedbackType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_12283() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL.ActiveAttribType* _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_12284() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL.TransformFeedbackType* _type = default(OpenTK.Graphics.OpenGL.TransformFeedbackType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetUniformBlockIndex_12285() { + System.Int32 _program = default(System.Int32); + System.String _uniformBlockName = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetUniformBlockIndex(_program,_uniformBlockName); +} +static unsafe void Test_GetUniformBlockIndex_12286() { + System.UInt32 _program = default(System.UInt32); + System.String _uniformBlockName = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetUniformBlockIndex(_program,_uniformBlockName); +} +static unsafe void Test_GetUniform_12287() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12288() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_12289() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12290() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12291() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_12292() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12293() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12294() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_12295() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12296() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12297() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_12298() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniformIndices_12299() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32[] _uniformIndices = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_12300() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32 _uniformIndices = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,out _uniformIndices); +} +static unsafe void Test_GetUniformIndices_12301() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32* _uniformIndices = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_12302() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32[] _uniformIndices = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_12303() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32 _uniformIndices = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,out _uniformIndices); +} +static unsafe void Test_GetUniformIndices_12304() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32* _uniformIndices = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniform_12305() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12306() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_12307() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12308() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12309() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_12310() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniformLocation_12311() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetUniformLocation(_program,_name); +} +static unsafe void Test_GetUniformLocation_12312() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.GetUniformLocation(_program,_name); +} +static unsafe void Test_GetUniformSubroutine_12313() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetUniformSubroutine(_shadertype,_location,out _params); +} +static unsafe void Test_GetUniformSubroutine_12314() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetUniformSubroutine(_shadertype,_location,_params); +} +static unsafe void Test_GetUniformSubroutine_12315() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _location = default(System.Int32); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetUniformSubroutine(_shadertype,_location,out _params); +} +static unsafe void Test_GetUniformSubroutine_12316() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _location = default(System.Int32); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetUniformSubroutine(_shadertype,_location,_params); +} +static unsafe void Test_GetUniform_12317() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_12318() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_12319() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetVertexAttrib_12320() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12321() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_12322() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12323() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12324() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_12325() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12326() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12327() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_12328() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12329() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12330() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_12331() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_12332() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_12333() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_12334() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_12335() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_12336() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_12337() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12338() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12339() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_12340() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12341() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_12342() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_12343() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribL_12344() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribL(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribL_12345() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribL(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribL_12346() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribL(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribL_12347() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribL(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribL_12348() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribL(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribL_12349() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribL(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribPointer_12350() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_12351() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_12352() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_12353() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_12354() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_GetVertexAttribPointer_12355() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_12356() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_12357() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_12358() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_12359() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL.VertexAttribPointerParameter); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_Hint_12360() { + OpenTK.Graphics.OpenGL.HintTarget _target = default(OpenTK.Graphics.OpenGL.HintTarget); + OpenTK.Graphics.OpenGL.HintMode _mode = default(OpenTK.Graphics.OpenGL.HintMode); + OpenTK.Graphics.OpenGL.GL.Hint(_target,_mode); +} +static unsafe void Test_Histogram_12361() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Boolean _sink = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.Histogram(_target,_width,_internalformat,_sink); +} +static unsafe void Test_Index_12362() { + System.Double _c = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_Index_12363() { + System.Double* _c = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_Index_12364() { + System.Single _c = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_Index_12365() { + System.Single* _c = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_Index_12366() { + System.Int32 _c = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_Index_12367() { + System.Int32* _c = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_IndexMask_12368() { + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.IndexMask(_mask); +} +static unsafe void Test_IndexMask_12369() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.IndexMask(_mask); +} +static unsafe void Test_IndexPointer_12370() { + OpenTK.Graphics.OpenGL.IndexPointerType _type = default(OpenTK.Graphics.OpenGL.IndexPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.IndexPointer(_type,_stride,_pointer); +} +static unsafe void Test_IndexPointer_12371() { + OpenTK.Graphics.OpenGL.IndexPointerType _type = default(OpenTK.Graphics.OpenGL.IndexPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.IndexPointer(_type,_stride,_pointer); +} +static unsafe void Test_IndexPointer_12372() { + OpenTK.Graphics.OpenGL.IndexPointerType _type = default(OpenTK.Graphics.OpenGL.IndexPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.IndexPointer(_type,_stride,_pointer); +} +static unsafe void Test_IndexPointer_12373() { + OpenTK.Graphics.OpenGL.IndexPointerType _type = default(OpenTK.Graphics.OpenGL.IndexPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.IndexPointer(_type,_stride,_pointer); +} +static unsafe void Test_IndexPointer_12374() { + OpenTK.Graphics.OpenGL.IndexPointerType _type = default(OpenTK.Graphics.OpenGL.IndexPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.IndexPointer(_type,_stride,ref _pointer); +} +static unsafe void Test_Index_12375() { + System.Int16 _c = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_Index_12376() { + System.Int16* _c = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_Index_12377() { + System.Byte _c = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_Index_12378() { + System.Byte* _c = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.Index(_c); +} +static unsafe void Test_InitNames_12379() { + OpenTK.Graphics.OpenGL.GL.InitNames(); +} +static unsafe void Test_InterleavedArrays_12380() { + OpenTK.Graphics.OpenGL.InterleavedArrayFormat _format = default(OpenTK.Graphics.OpenGL.InterleavedArrayFormat); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.InterleavedArrays(_format,_stride,_pointer); +} +static unsafe void Test_InterleavedArrays_12381() { + OpenTK.Graphics.OpenGL.InterleavedArrayFormat _format = default(OpenTK.Graphics.OpenGL.InterleavedArrayFormat); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.InterleavedArrays(_format,_stride,_pointer); +} +static unsafe void Test_InterleavedArrays_12382() { + OpenTK.Graphics.OpenGL.InterleavedArrayFormat _format = default(OpenTK.Graphics.OpenGL.InterleavedArrayFormat); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.InterleavedArrays(_format,_stride,_pointer); +} +static unsafe void Test_InterleavedArrays_12383() { + OpenTK.Graphics.OpenGL.InterleavedArrayFormat _format = default(OpenTK.Graphics.OpenGL.InterleavedArrayFormat); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.InterleavedArrays(_format,_stride,_pointer); +} +static unsafe void Test_InterleavedArrays_12384() { + OpenTK.Graphics.OpenGL.InterleavedArrayFormat _format = default(OpenTK.Graphics.OpenGL.InterleavedArrayFormat); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.InterleavedArrays(_format,_stride,ref _pointer); +} +static unsafe void Test_InvalidateBufferData_12385() { + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.InvalidateBufferData(_buffer); +} +static unsafe void Test_InvalidateBufferData_12386() { + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.InvalidateBufferData(_buffer); +} +static unsafe void Test_InvalidateBufferSubData_12387() { + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.InvalidateBufferSubData(_buffer,_offset,_length); +} +static unsafe void Test_InvalidateBufferSubData_12388() { + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.InvalidateBufferSubData(_buffer,_offset,_length); +} +static unsafe void Test_InvalidateFramebuffer_12389() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL.FramebufferAttachment[] _attachments = default(OpenTK.Graphics.OpenGL.FramebufferAttachment[]); + OpenTK.Graphics.OpenGL.GL.InvalidateFramebuffer(_target,_numAttachments,_attachments); +} +static unsafe void Test_InvalidateFramebuffer_12390() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachments = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + OpenTK.Graphics.OpenGL.GL.InvalidateFramebuffer(_target,_numAttachments,ref _attachments); +} +static unsafe void Test_InvalidateFramebuffer_12391() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL.FramebufferAttachment* _attachments = default(OpenTK.Graphics.OpenGL.FramebufferAttachment*); + OpenTK.Graphics.OpenGL.GL.InvalidateFramebuffer(_target,_numAttachments,_attachments); +} +static unsafe void Test_InvalidateSubFramebuffer_12392() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL.FramebufferAttachment[] _attachments = default(OpenTK.Graphics.OpenGL.FramebufferAttachment[]); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.InvalidateSubFramebuffer(_target,_numAttachments,_attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_12393() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL.FramebufferAttachment _attachments = default(OpenTK.Graphics.OpenGL.FramebufferAttachment); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.InvalidateSubFramebuffer(_target,_numAttachments,ref _attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_12394() { + OpenTK.Graphics.OpenGL.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL.FramebufferAttachment* _attachments = default(OpenTK.Graphics.OpenGL.FramebufferAttachment*); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.InvalidateSubFramebuffer(_target,_numAttachments,_attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateTexImage_12395() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.InvalidateTexImage(_texture,_level); +} +static unsafe void Test_InvalidateTexImage_12396() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.InvalidateTexImage(_texture,_level); +} +static unsafe void Test_InvalidateTexSubImage_12397() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.InvalidateTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth); +} +static unsafe void Test_InvalidateTexSubImage_12398() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.InvalidateTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth); +} +static unsafe void Test_IsBuffer_12399() { + System.Int32 _buffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsBuffer_12400() { + System.UInt32 _buffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsEnabled_12401() { + OpenTK.Graphics.OpenGL.EnableCap _cap = default(OpenTK.Graphics.OpenGL.EnableCap); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsEnabled(_cap); +} +static unsafe void Test_IsEnabled_12402() { + OpenTK.Graphics.OpenGL.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL.IndexedEnableCap); + System.Int32 _index = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsEnabled(_target,_index); +} +static unsafe void Test_IsEnabled_12403() { + OpenTK.Graphics.OpenGL.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL.IndexedEnableCap); + System.UInt32 _index = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsEnabled(_target,_index); +} +static unsafe void Test_IsFramebuffer_12404() { + System.Int32 _framebuffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsFramebuffer(_framebuffer); +} +static unsafe void Test_IsFramebuffer_12405() { + System.UInt32 _framebuffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsFramebuffer(_framebuffer); +} +static unsafe void Test_IsList_12406() { + System.Int32 _list = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsList(_list); +} +static unsafe void Test_IsList_12407() { + System.UInt32 _list = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsList(_list); +} +static unsafe void Test_IsProgram_12408() { + System.Int32 _program = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsProgram(_program); +} +static unsafe void Test_IsProgram_12409() { + System.UInt32 _program = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsProgram(_program); +} +static unsafe void Test_IsProgramPipeline_12410() { + System.Int32 _pipeline = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsProgramPipeline(_pipeline); +} +static unsafe void Test_IsProgramPipeline_12411() { + System.UInt32 _pipeline = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsProgramPipeline(_pipeline); +} +static unsafe void Test_IsQuery_12412() { + System.Int32 _id = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsQuery(_id); +} +static unsafe void Test_IsQuery_12413() { + System.UInt32 _id = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsQuery(_id); +} +static unsafe void Test_IsRenderbuffer_12414() { + System.Int32 _renderbuffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsRenderbuffer(_renderbuffer); +} +static unsafe void Test_IsRenderbuffer_12415() { + System.UInt32 _renderbuffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsRenderbuffer(_renderbuffer); +} +static unsafe void Test_IsSampler_12416() { + System.Int32 _sampler = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsSampler(_sampler); +} +static unsafe void Test_IsSampler_12417() { + System.UInt32 _sampler = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsSampler(_sampler); +} +static unsafe void Test_IsShader_12418() { + System.Int32 _shader = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsShader(_shader); +} +static unsafe void Test_IsShader_12419() { + System.UInt32 _shader = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsShader(_shader); +} +static unsafe void Test_IsSync_12420() { + System.IntPtr _sync = default(System.IntPtr); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsSync(_sync); +} +static unsafe void Test_IsTexture_12421() { + System.Int32 _texture = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsTexture(_texture); +} +static unsafe void Test_IsTexture_12422() { + System.UInt32 _texture = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsTexture(_texture); +} +static unsafe void Test_IsTransformFeedback_12423() { + System.Int32 _id = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsTransformFeedback(_id); +} +static unsafe void Test_IsTransformFeedback_12424() { + System.UInt32 _id = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsTransformFeedback(_id); +} +static unsafe void Test_IsVertexArray_12425() { + System.Int32 _array = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsVertexArray(_array); +} +static unsafe void Test_IsVertexArray_12426() { + System.UInt32 _array = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.IsVertexArray(_array); +} +static unsafe void Test_Light_12427() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Light(_light,_pname,_param); +} +static unsafe void Test_Light_12428() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Light(_light,_pname,_params); +} +static unsafe void Test_Light_12429() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Light(_light,_pname,_params); +} +static unsafe void Test_Light_12430() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Light(_light,_pname,_param); +} +static unsafe void Test_Light_12431() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Light(_light,_pname,_params); +} +static unsafe void Test_Light_12432() { + OpenTK.Graphics.OpenGL.LightName _light = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Light(_light,_pname,_params); +} +static unsafe void Test_LightModel_12433() { + OpenTK.Graphics.OpenGL.LightModelParameter _pname = default(OpenTK.Graphics.OpenGL.LightModelParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.LightModel(_pname,_param); +} +static unsafe void Test_LightModel_12434() { + OpenTK.Graphics.OpenGL.LightModelParameter _pname = default(OpenTK.Graphics.OpenGL.LightModelParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModel_12435() { + OpenTK.Graphics.OpenGL.LightModelParameter _pname = default(OpenTK.Graphics.OpenGL.LightModelParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModel_12436() { + OpenTK.Graphics.OpenGL.LightModelParameter _pname = default(OpenTK.Graphics.OpenGL.LightModelParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.LightModel(_pname,_param); +} +static unsafe void Test_LightModel_12437() { + OpenTK.Graphics.OpenGL.LightModelParameter _pname = default(OpenTK.Graphics.OpenGL.LightModelParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModel_12438() { + OpenTK.Graphics.OpenGL.LightModelParameter _pname = default(OpenTK.Graphics.OpenGL.LightModelParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.LightModel(_pname,_params); +} +static unsafe void Test_LineStipple_12439() { + System.Int32 _factor = default(System.Int32); + System.Int16 _pattern = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.LineStipple(_factor,_pattern); +} +static unsafe void Test_LineStipple_12440() { + System.Int32 _factor = default(System.Int32); + System.UInt16 _pattern = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.LineStipple(_factor,_pattern); +} +static unsafe void Test_LineWidth_12441() { + System.Single _width = default(System.Single); + OpenTK.Graphics.OpenGL.GL.LineWidth(_width); +} +static unsafe void Test_LinkProgram_12442() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.LinkProgram(_program); +} +static unsafe void Test_LinkProgram_12443() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.LinkProgram(_program); +} +static unsafe void Test_ListBase_12444() { + System.Int32 _base = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ListBase(_base); +} +static unsafe void Test_ListBase_12445() { + System.UInt32 _base = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ListBase(_base); +} +static unsafe void Test_LoadIdentity_12446() { + OpenTK.Graphics.OpenGL.GL.LoadIdentity(); +} +static unsafe void Test_LoadMatrix_12447() { + System.Double[] _m = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.LoadMatrix(_m); +} +static unsafe void Test_LoadMatrix_12448() { + System.Double _m = default(System.Double); + OpenTK.Graphics.OpenGL.GL.LoadMatrix(ref _m); +} +static unsafe void Test_LoadMatrix_12449() { + System.Double* _m = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.LoadMatrix(_m); +} +static unsafe void Test_LoadMatrix_12450() { + System.Single[] _m = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.LoadMatrix(_m); +} +static unsafe void Test_LoadMatrix_12451() { + System.Single _m = default(System.Single); + OpenTK.Graphics.OpenGL.GL.LoadMatrix(ref _m); +} +static unsafe void Test_LoadMatrix_12452() { + System.Single* _m = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.LoadMatrix(_m); +} +static unsafe void Test_LoadName_12453() { + System.Int32 _name = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.LoadName(_name); +} +static unsafe void Test_LoadName_12454() { + System.UInt32 _name = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.LoadName(_name); +} +static unsafe void Test_LoadTransposeMatrix_12455() { + System.Double[] _m = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.LoadTransposeMatrix(_m); +} +static unsafe void Test_LoadTransposeMatrix_12456() { + System.Double _m = default(System.Double); + OpenTK.Graphics.OpenGL.GL.LoadTransposeMatrix(ref _m); +} +static unsafe void Test_LoadTransposeMatrix_12457() { + System.Double* _m = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.LoadTransposeMatrix(_m); +} +static unsafe void Test_LoadTransposeMatrix_12458() { + System.Single[] _m = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.LoadTransposeMatrix(_m); +} +static unsafe void Test_LoadTransposeMatrix_12459() { + System.Single _m = default(System.Single); + OpenTK.Graphics.OpenGL.GL.LoadTransposeMatrix(ref _m); +} +static unsafe void Test_LoadTransposeMatrix_12460() { + System.Single* _m = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.LoadTransposeMatrix(_m); +} +static unsafe void Test_LogicOp_12461() { + OpenTK.Graphics.OpenGL.LogicOp _opcode = default(OpenTK.Graphics.OpenGL.LogicOp); + OpenTK.Graphics.OpenGL.GL.LogicOp(_opcode); +} +static unsafe void Test_Map1_12462() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Double _u1 = default(System.Double); + System.Double _u2 = default(System.Double); + System.Int32 _stride = default(System.Int32); + System.Int32 _order = default(System.Int32); + System.Double[] _points = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Map1(_target,_u1,_u2,_stride,_order,_points); +} +static unsafe void Test_Map1_12463() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Double _u1 = default(System.Double); + System.Double _u2 = default(System.Double); + System.Int32 _stride = default(System.Int32); + System.Int32 _order = default(System.Int32); + System.Double _points = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Map1(_target,_u1,_u2,_stride,_order,ref _points); +} +static unsafe void Test_Map1_12464() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Double _u1 = default(System.Double); + System.Double _u2 = default(System.Double); + System.Int32 _stride = default(System.Int32); + System.Int32 _order = default(System.Int32); + System.Double* _points = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Map1(_target,_u1,_u2,_stride,_order,_points); +} +static unsafe void Test_Map1_12465() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Single _u1 = default(System.Single); + System.Single _u2 = default(System.Single); + System.Int32 _stride = default(System.Int32); + System.Int32 _order = default(System.Int32); + System.Single[] _points = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Map1(_target,_u1,_u2,_stride,_order,_points); +} +static unsafe void Test_Map1_12466() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Single _u1 = default(System.Single); + System.Single _u2 = default(System.Single); + System.Int32 _stride = default(System.Int32); + System.Int32 _order = default(System.Int32); + System.Single _points = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Map1(_target,_u1,_u2,_stride,_order,ref _points); +} +static unsafe void Test_Map1_12467() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Single _u1 = default(System.Single); + System.Single _u2 = default(System.Single); + System.Int32 _stride = default(System.Int32); + System.Int32 _order = default(System.Int32); + System.Single* _points = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Map1(_target,_u1,_u2,_stride,_order,_points); +} +static unsafe void Test_Map2_12468() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Double _u1 = default(System.Double); + System.Double _u2 = default(System.Double); + System.Int32 _ustride = default(System.Int32); + System.Int32 _uorder = default(System.Int32); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + System.Int32 _vstride = default(System.Int32); + System.Int32 _vorder = default(System.Int32); + System.Double[] _points = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Map2(_target,_u1,_u2,_ustride,_uorder,_v1,_v2,_vstride,_vorder,_points); +} +static unsafe void Test_Map2_12469() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Double _u1 = default(System.Double); + System.Double _u2 = default(System.Double); + System.Int32 _ustride = default(System.Int32); + System.Int32 _uorder = default(System.Int32); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + System.Int32 _vstride = default(System.Int32); + System.Int32 _vorder = default(System.Int32); + System.Double _points = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Map2(_target,_u1,_u2,_ustride,_uorder,_v1,_v2,_vstride,_vorder,ref _points); +} +static unsafe void Test_Map2_12470() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Double _u1 = default(System.Double); + System.Double _u2 = default(System.Double); + System.Int32 _ustride = default(System.Int32); + System.Int32 _uorder = default(System.Int32); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + System.Int32 _vstride = default(System.Int32); + System.Int32 _vorder = default(System.Int32); + System.Double* _points = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Map2(_target,_u1,_u2,_ustride,_uorder,_v1,_v2,_vstride,_vorder,_points); +} +static unsafe void Test_Map2_12471() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Single _u1 = default(System.Single); + System.Single _u2 = default(System.Single); + System.Int32 _ustride = default(System.Int32); + System.Int32 _uorder = default(System.Int32); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Int32 _vstride = default(System.Int32); + System.Int32 _vorder = default(System.Int32); + System.Single[] _points = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Map2(_target,_u1,_u2,_ustride,_uorder,_v1,_v2,_vstride,_vorder,_points); +} +static unsafe void Test_Map2_12472() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Single _u1 = default(System.Single); + System.Single _u2 = default(System.Single); + System.Int32 _ustride = default(System.Int32); + System.Int32 _uorder = default(System.Int32); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Int32 _vstride = default(System.Int32); + System.Int32 _vorder = default(System.Int32); + System.Single _points = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Map2(_target,_u1,_u2,_ustride,_uorder,_v1,_v2,_vstride,_vorder,ref _points); +} +static unsafe void Test_Map2_12473() { + OpenTK.Graphics.OpenGL.MapTarget _target = default(OpenTK.Graphics.OpenGL.MapTarget); + System.Single _u1 = default(System.Single); + System.Single _u2 = default(System.Single); + System.Int32 _ustride = default(System.Int32); + System.Int32 _uorder = default(System.Int32); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Int32 _vstride = default(System.Int32); + System.Int32 _vorder = default(System.Int32); + System.Single* _points = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Map2(_target,_u1,_u2,_ustride,_uorder,_v1,_v2,_vstride,_vorder,_points); +} +static unsafe void Test_MapBuffer_12474() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + OpenTK.Graphics.OpenGL.BufferAccess _access = default(OpenTK.Graphics.OpenGL.BufferAccess); + System.IntPtr r = OpenTK.Graphics.OpenGL.GL.MapBuffer(_target,_access); +} +static unsafe void Test_MapBufferRange_12475() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.OpenGL.BufferAccessMask _access = default(OpenTK.Graphics.OpenGL.BufferAccessMask); + System.IntPtr r = OpenTK.Graphics.OpenGL.GL.MapBufferRange(_target,_offset,_length,_access); +} +static unsafe void Test_MapGrid1_12476() { + System.Int32 _un = default(System.Int32); + System.Double _u1 = default(System.Double); + System.Double _u2 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MapGrid1(_un,_u1,_u2); +} +static unsafe void Test_MapGrid1_12477() { + System.Int32 _un = default(System.Int32); + System.Single _u1 = default(System.Single); + System.Single _u2 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MapGrid1(_un,_u1,_u2); +} +static unsafe void Test_MapGrid2_12478() { + System.Int32 _un = default(System.Int32); + System.Double _u1 = default(System.Double); + System.Double _u2 = default(System.Double); + System.Int32 _vn = default(System.Int32); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MapGrid2(_un,_u1,_u2,_vn,_v1,_v2); +} +static unsafe void Test_MapGrid2_12479() { + System.Int32 _un = default(System.Int32); + System.Single _u1 = default(System.Single); + System.Single _u2 = default(System.Single); + System.Int32 _vn = default(System.Int32); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MapGrid2(_un,_u1,_u2,_vn,_v1,_v2); +} +static unsafe void Test_Material_12480() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Material(_face,_pname,_param); +} +static unsafe void Test_Material_12481() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Material_12482() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Material_12483() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Material(_face,_pname,_param); +} +static unsafe void Test_Material_12484() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Material_12485() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Material(_face,_pname,_params); +} +static unsafe void Test_MatrixMode_12486() { + OpenTK.Graphics.OpenGL.MatrixMode _mode = default(OpenTK.Graphics.OpenGL.MatrixMode); + OpenTK.Graphics.OpenGL.GL.MatrixMode(_mode); +} +static unsafe void Test_MemoryBarrier_12487() { + OpenTK.Graphics.OpenGL.MemoryBarrierFlags _barriers = default(OpenTK.Graphics.OpenGL.MemoryBarrierFlags); + OpenTK.Graphics.OpenGL.GL.MemoryBarrier(_barriers); +} +static unsafe void Test_Minmax_12488() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Boolean _sink = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.Minmax(_target,_internalformat,_sink); +} +static unsafe void Test_MinSampleShading_12489() { + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MinSampleShading(_value); +} +static unsafe void Test_MultiDrawArrays_12490() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _first = default(System.Int32[]); + System.Int32[] _count = default(System.Int32[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArrays(_mode,_first,_count,_drawcount); +} +static unsafe void Test_MultiDrawArrays_12491() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArrays(_mode,ref _first,ref _count,_drawcount); +} +static unsafe void Test_MultiDrawArrays_12492() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _first = default(System.Int32*); + System.Int32* _count = default(System.Int32*); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArrays(_mode,_first,_count,_drawcount); +} +static unsafe void Test_MultiDrawArrays_12493() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _first = default(System.Int32[]); + System.Int32[] _count = default(System.Int32[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArrays(_mode,_first,_count,_drawcount); +} +static unsafe void Test_MultiDrawArrays_12494() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArrays(_mode,ref _first,ref _count,_drawcount); +} +static unsafe void Test_MultiDrawArrays_12495() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _first = default(System.Int32*); + System.Int32* _count = default(System.Int32*); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArrays(_mode,_first,_count,_drawcount); +} +static unsafe void Test_MultiDrawArraysIndirect_12496() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.IntPtr _indirect = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArraysIndirect(_mode,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawArraysIndirect_12497() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + int[] _indirect = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArraysIndirect(_mode,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawArraysIndirect_12498() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + int[,] _indirect = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArraysIndirect(_mode,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawArraysIndirect_12499() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + int[,,] _indirect = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArraysIndirect(_mode,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawArraysIndirect_12500() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + int _indirect = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawArraysIndirect(_mode,ref _indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElements_12501() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12502() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12503() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12504() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12505() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12506() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12507() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12508() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12509() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12510() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12511() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12512() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12513() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12514() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12515() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12516() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12517() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12518() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12519() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12520() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12521() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12522() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12523() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12524() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12525() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,ref _count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12526() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12527() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12528() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12529() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_12530() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElements(_mode,_count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12531() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12532() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12533() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12534() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12535() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,ref _indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12536() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12537() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12538() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12539() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12540() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,ref _indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12541() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12542() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12543() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12544() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12545() { + OpenTK.Graphics.OpenGL.BeginMode _mode = default(OpenTK.Graphics.OpenGL.BeginMode); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,ref _indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12546() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12547() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12548() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12549() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12550() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,ref _indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12551() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12552() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12553() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12554() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12555() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,ref _indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12556() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12557() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12558() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12559() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_12560() { + OpenTK.Graphics.OpenGL.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL.DrawElementsType _type = default(OpenTK.Graphics.OpenGL.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,ref _indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsIndirect_12561() { + OpenTK.Graphics.OpenGL.All _mode = default(OpenTK.Graphics.OpenGL.All); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + System.IntPtr _indirect = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsIndirect(_mode,_type,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElementsIndirect_12562() { + OpenTK.Graphics.OpenGL.All _mode = default(OpenTK.Graphics.OpenGL.All); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[] _indirect = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsIndirect(_mode,_type,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElementsIndirect_12563() { + OpenTK.Graphics.OpenGL.All _mode = default(OpenTK.Graphics.OpenGL.All); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[,] _indirect = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsIndirect(_mode,_type,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElementsIndirect_12564() { + OpenTK.Graphics.OpenGL.All _mode = default(OpenTK.Graphics.OpenGL.All); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int[,,] _indirect = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsIndirect(_mode,_type,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElementsIndirect_12565() { + OpenTK.Graphics.OpenGL.All _mode = default(OpenTK.Graphics.OpenGL.All); + OpenTK.Graphics.OpenGL.All _type = default(OpenTK.Graphics.OpenGL.All); + int _indirect = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiDrawElementsIndirect(_mode,_type,ref _indirect,_drawcount,_stride); +} +static unsafe void Test_MultiTexCoord1_12566() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double _s = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord1(_target,_s); +} +static unsafe void Test_MultiTexCoord1_12567() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord1(_target,_v); +} +static unsafe void Test_MultiTexCoord1_12568() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single _s = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord1(_target,_s); +} +static unsafe void Test_MultiTexCoord1_12569() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord1(_target,_v); +} +static unsafe void Test_MultiTexCoord1_12570() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32 _s = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord1(_target,_s); +} +static unsafe void Test_MultiTexCoord1_12571() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord1(_target,_v); +} +static unsafe void Test_MultiTexCoord1_12572() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16 _s = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord1(_target,_s); +} +static unsafe void Test_MultiTexCoord1_12573() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord1(_target,_v); +} +static unsafe void Test_MultiTexCoord2_12574() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double _s = default(System.Double); + System.Double _t = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_s,_t); +} +static unsafe void Test_MultiTexCoord2_12575() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_v); +} +static unsafe void Test_MultiTexCoord2_12576() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,ref _v); +} +static unsafe void Test_MultiTexCoord2_12577() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_v); +} +static unsafe void Test_MultiTexCoord2_12578() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_s,_t); +} +static unsafe void Test_MultiTexCoord2_12579() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_v); +} +static unsafe void Test_MultiTexCoord2_12580() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,ref _v); +} +static unsafe void Test_MultiTexCoord2_12581() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_v); +} +static unsafe void Test_MultiTexCoord2_12582() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32 _s = default(System.Int32); + System.Int32 _t = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_s,_t); +} +static unsafe void Test_MultiTexCoord2_12583() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_v); +} +static unsafe void Test_MultiTexCoord2_12584() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,ref _v); +} +static unsafe void Test_MultiTexCoord2_12585() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_v); +} +static unsafe void Test_MultiTexCoord2_12586() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16 _s = default(System.Int16); + System.Int16 _t = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_s,_t); +} +static unsafe void Test_MultiTexCoord2_12587() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_v); +} +static unsafe void Test_MultiTexCoord2_12588() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,ref _v); +} +static unsafe void Test_MultiTexCoord2_12589() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,_v); +} +static unsafe void Test_MultiTexCoord3_12590() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double _s = default(System.Double); + System.Double _t = default(System.Double); + System.Double _r = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_s,_t,_r); +} +static unsafe void Test_MultiTexCoord3_12591() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_v); +} +static unsafe void Test_MultiTexCoord3_12592() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,ref _v); +} +static unsafe void Test_MultiTexCoord3_12593() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_v); +} +static unsafe void Test_MultiTexCoord3_12594() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + System.Single _r = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_s,_t,_r); +} +static unsafe void Test_MultiTexCoord3_12595() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_v); +} +static unsafe void Test_MultiTexCoord3_12596() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,ref _v); +} +static unsafe void Test_MultiTexCoord3_12597() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_v); +} +static unsafe void Test_MultiTexCoord3_12598() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32 _s = default(System.Int32); + System.Int32 _t = default(System.Int32); + System.Int32 _r = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_s,_t,_r); +} +static unsafe void Test_MultiTexCoord3_12599() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_v); +} +static unsafe void Test_MultiTexCoord3_12600() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,ref _v); +} +static unsafe void Test_MultiTexCoord3_12601() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_v); +} +static unsafe void Test_MultiTexCoord3_12602() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16 _s = default(System.Int16); + System.Int16 _t = default(System.Int16); + System.Int16 _r = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_s,_t,_r); +} +static unsafe void Test_MultiTexCoord3_12603() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_v); +} +static unsafe void Test_MultiTexCoord3_12604() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,ref _v); +} +static unsafe void Test_MultiTexCoord3_12605() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,_v); +} +static unsafe void Test_MultiTexCoord4_12606() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double _s = default(System.Double); + System.Double _t = default(System.Double); + System.Double _r = default(System.Double); + System.Double _q = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_s,_t,_r,_q); +} +static unsafe void Test_MultiTexCoord4_12607() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_v); +} +static unsafe void Test_MultiTexCoord4_12608() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,ref _v); +} +static unsafe void Test_MultiTexCoord4_12609() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_v); +} +static unsafe void Test_MultiTexCoord4_12610() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + System.Single _r = default(System.Single); + System.Single _q = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_s,_t,_r,_q); +} +static unsafe void Test_MultiTexCoord4_12611() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_v); +} +static unsafe void Test_MultiTexCoord4_12612() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,ref _v); +} +static unsafe void Test_MultiTexCoord4_12613() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_v); +} +static unsafe void Test_MultiTexCoord4_12614() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32 _s = default(System.Int32); + System.Int32 _t = default(System.Int32); + System.Int32 _r = default(System.Int32); + System.Int32 _q = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_s,_t,_r,_q); +} +static unsafe void Test_MultiTexCoord4_12615() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_v); +} +static unsafe void Test_MultiTexCoord4_12616() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,ref _v); +} +static unsafe void Test_MultiTexCoord4_12617() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_v); +} +static unsafe void Test_MultiTexCoord4_12618() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16 _s = default(System.Int16); + System.Int16 _t = default(System.Int16); + System.Int16 _r = default(System.Int16); + System.Int16 _q = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_s,_t,_r,_q); +} +static unsafe void Test_MultiTexCoord4_12619() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_v); +} +static unsafe void Test_MultiTexCoord4_12620() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,ref _v); +} +static unsafe void Test_MultiTexCoord4_12621() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,_v); +} +static unsafe void Test_MultiTexCoordP1_12622() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP1(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP1_12623() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP1(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP1_12624() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP1(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP1_12625() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP1(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP2_12626() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP2(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP2_12627() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP2(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP2_12628() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP2(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP2_12629() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP2(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP3_12630() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP3(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP3_12631() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP3(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP3_12632() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP3(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP3_12633() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP3(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP4_12634() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP4(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP4_12635() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP4(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP4_12636() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP4(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP4_12637() { + OpenTK.Graphics.OpenGL.TextureUnit _texture = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.MultiTexCoordP4(_texture,_type,_coords); +} +static unsafe void Test_MultMatrix_12638() { + System.Double[] _m = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.MultMatrix(_m); +} +static unsafe void Test_MultMatrix_12639() { + System.Double _m = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultMatrix(ref _m); +} +static unsafe void Test_MultMatrix_12640() { + System.Double* _m = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.MultMatrix(_m); +} +static unsafe void Test_MultMatrix_12641() { + System.Single[] _m = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.MultMatrix(_m); +} +static unsafe void Test_MultMatrix_12642() { + System.Single _m = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultMatrix(ref _m); +} +static unsafe void Test_MultMatrix_12643() { + System.Single* _m = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.MultMatrix(_m); +} +static unsafe void Test_MultTransposeMatrix_12644() { + System.Double[] _m = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.MultTransposeMatrix(_m); +} +static unsafe void Test_MultTransposeMatrix_12645() { + System.Double _m = default(System.Double); + OpenTK.Graphics.OpenGL.GL.MultTransposeMatrix(ref _m); +} +static unsafe void Test_MultTransposeMatrix_12646() { + System.Double* _m = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.MultTransposeMatrix(_m); +} +static unsafe void Test_MultTransposeMatrix_12647() { + System.Single[] _m = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.MultTransposeMatrix(_m); +} +static unsafe void Test_MultTransposeMatrix_12648() { + System.Single _m = default(System.Single); + OpenTK.Graphics.OpenGL.GL.MultTransposeMatrix(ref _m); +} +static unsafe void Test_MultTransposeMatrix_12649() { + System.Single* _m = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.MultTransposeMatrix(_m); +} +static unsafe void Test_NewList_12650() { + System.Int32 _list = default(System.Int32); + OpenTK.Graphics.OpenGL.ListMode _mode = default(OpenTK.Graphics.OpenGL.ListMode); + OpenTK.Graphics.OpenGL.GL.NewList(_list,_mode); +} +static unsafe void Test_NewList_12651() { + System.UInt32 _list = default(System.UInt32); + OpenTK.Graphics.OpenGL.ListMode _mode = default(OpenTK.Graphics.OpenGL.ListMode); + OpenTK.Graphics.OpenGL.GL.NewList(_list,_mode); +} +static unsafe void Test_Normal3_12652() { + System.Byte _nx = default(System.Byte); + System.Byte _ny = default(System.Byte); + System.Byte _nz = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.Normal3(_nx,_ny,_nz); +} +static unsafe void Test_Normal3_12653() { + System.SByte _nx = default(System.SByte); + System.SByte _ny = default(System.SByte); + System.SByte _nz = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.Normal3(_nx,_ny,_nz); +} +static unsafe void Test_Normal3_12654() { + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12655() { + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.Normal3(ref _v); +} +static unsafe void Test_Normal3_12656() { + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12657() { + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12658() { + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.Normal3(ref _v); +} +static unsafe void Test_Normal3_12659() { + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12660() { + System.Double _nx = default(System.Double); + System.Double _ny = default(System.Double); + System.Double _nz = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Normal3(_nx,_ny,_nz); +} +static unsafe void Test_Normal3_12661() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12662() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Normal3(ref _v); +} +static unsafe void Test_Normal3_12663() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12664() { + System.Single _nx = default(System.Single); + System.Single _ny = default(System.Single); + System.Single _nz = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Normal3(_nx,_ny,_nz); +} +static unsafe void Test_Normal3_12665() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12666() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Normal3(ref _v); +} +static unsafe void Test_Normal3_12667() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12668() { + System.Int32 _nx = default(System.Int32); + System.Int32 _ny = default(System.Int32); + System.Int32 _nz = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Normal3(_nx,_ny,_nz); +} +static unsafe void Test_Normal3_12669() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12670() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Normal3(ref _v); +} +static unsafe void Test_Normal3_12671() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12672() { + System.Int16 _nx = default(System.Int16); + System.Int16 _ny = default(System.Int16); + System.Int16 _nz = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Normal3(_nx,_ny,_nz); +} +static unsafe void Test_Normal3_12673() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_Normal3_12674() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Normal3(ref _v); +} +static unsafe void Test_Normal3_12675() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.Normal3(_v); +} +static unsafe void Test_NormalP3_12676() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.NormalP3(_type,_coords); +} +static unsafe void Test_NormalP3_12677() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.NormalP3(_type,_coords); +} +static unsafe void Test_NormalP3_12678() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.NormalP3(_type,_coords); +} +static unsafe void Test_NormalP3_12679() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.NormalP3(_type,_coords); +} +static unsafe void Test_NormalPointer_12680() { + OpenTK.Graphics.OpenGL.NormalPointerType _type = default(OpenTK.Graphics.OpenGL.NormalPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_12681() { + OpenTK.Graphics.OpenGL.NormalPointerType _type = default(OpenTK.Graphics.OpenGL.NormalPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_12682() { + OpenTK.Graphics.OpenGL.NormalPointerType _type = default(OpenTK.Graphics.OpenGL.NormalPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_12683() { + OpenTK.Graphics.OpenGL.NormalPointerType _type = default(OpenTK.Graphics.OpenGL.NormalPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_12684() { + OpenTK.Graphics.OpenGL.NormalPointerType _type = default(OpenTK.Graphics.OpenGL.NormalPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.NormalPointer(_type,_stride,ref _pointer); +} +static unsafe void Test_ObjectLabel_12685() { + OpenTK.Graphics.OpenGL.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectLabel_12686() { + OpenTK.Graphics.OpenGL.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_12687() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_12688() { + int[] _ptr = default(int[]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_12689() { + int[,] _ptr = default(int[,]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_12690() { + int[,,] _ptr = default(int[,,]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_12691() { + int _ptr = default(int); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL.GL.ObjectPtrLabel(ref _ptr,_length,_label); +} +static unsafe void Test_Ortho_12692() { + System.Double _left = default(System.Double); + System.Double _right = default(System.Double); + System.Double _bottom = default(System.Double); + System.Double _top = default(System.Double); + System.Double _zNear = default(System.Double); + System.Double _zFar = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Ortho(_left,_right,_bottom,_top,_zNear,_zFar); +} +static unsafe void Test_PassThrough_12693() { + System.Single _token = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PassThrough(_token); +} +static unsafe void Test_PatchParameter_12694() { + OpenTK.Graphics.OpenGL.PatchParameterFloat _pname = default(OpenTK.Graphics.OpenGL.PatchParameterFloat); + System.Single[] _values = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.PatchParameter(_pname,_values); +} +static unsafe void Test_PatchParameter_12695() { + OpenTK.Graphics.OpenGL.PatchParameterFloat _pname = default(OpenTK.Graphics.OpenGL.PatchParameterFloat); + System.Single _values = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PatchParameter(_pname,ref _values); +} +static unsafe void Test_PatchParameter_12696() { + OpenTK.Graphics.OpenGL.PatchParameterFloat _pname = default(OpenTK.Graphics.OpenGL.PatchParameterFloat); + System.Single* _values = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.PatchParameter(_pname,_values); +} +static unsafe void Test_PatchParameter_12697() { + OpenTK.Graphics.OpenGL.PatchParameterInt _pname = default(OpenTK.Graphics.OpenGL.PatchParameterInt); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PatchParameter(_pname,_value); +} +static unsafe void Test_PauseTransformFeedback_12698() { + OpenTK.Graphics.OpenGL.GL.PauseTransformFeedback(); +} +static unsafe void Test_PixelMap_12699() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Single[] _values = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12700() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Single _values = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,ref _values); +} +static unsafe void Test_PixelMap_12701() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Single* _values = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12702() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12703() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,ref _values); +} +static unsafe void Test_PixelMap_12704() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12705() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.UInt32[] _values = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12706() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.UInt32 _values = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,ref _values); +} +static unsafe void Test_PixelMap_12707() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.UInt32* _values = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12708() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Int16[] _values = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12709() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Int16 _values = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,ref _values); +} +static unsafe void Test_PixelMap_12710() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.Int16* _values = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12711() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.UInt16[] _values = default(System.UInt16[]); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMap_12712() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.UInt16 _values = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,ref _values); +} +static unsafe void Test_PixelMap_12713() { + OpenTK.Graphics.OpenGL.PixelMap _map = default(OpenTK.Graphics.OpenGL.PixelMap); + System.Int32 _mapsize = default(System.Int32); + System.UInt16* _values = default(System.UInt16*); + OpenTK.Graphics.OpenGL.GL.PixelMap(_map,_mapsize,_values); +} +static unsafe void Test_PixelMapx_12714() { + OpenTK.Graphics.OpenGL.OesFixedPoint _map = default(OpenTK.Graphics.OpenGL.OesFixedPoint); + System.Int32 _size = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.PixelMapx(_map,_size,_values); +} +static unsafe void Test_PixelMapx_12715() { + OpenTK.Graphics.OpenGL.OesFixedPoint _map = default(OpenTK.Graphics.OpenGL.OesFixedPoint); + System.Int32 _size = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PixelMapx(_map,_size,ref _values); +} +static unsafe void Test_PixelMapx_12716() { + OpenTK.Graphics.OpenGL.OesFixedPoint _map = default(OpenTK.Graphics.OpenGL.OesFixedPoint); + System.Int32 _size = default(System.Int32); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.PixelMapx(_map,_size,_values); +} +static unsafe void Test_PixelStore_12717() { + OpenTK.Graphics.OpenGL.PixelStoreParameter _pname = default(OpenTK.Graphics.OpenGL.PixelStoreParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PixelStore_12718() { + OpenTK.Graphics.OpenGL.PixelStoreParameter _pname = default(OpenTK.Graphics.OpenGL.PixelStoreParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PixelStorex_12719() { + OpenTK.Graphics.OpenGL.OesFixedPoint _pname = default(OpenTK.Graphics.OpenGL.OesFixedPoint); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PixelStorex(_pname,_param); +} +static unsafe void Test_PixelTransfer_12720() { + OpenTK.Graphics.OpenGL.PixelTransferParameter _pname = default(OpenTK.Graphics.OpenGL.PixelTransferParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PixelTransfer(_pname,_param); +} +static unsafe void Test_PixelTransfer_12721() { + OpenTK.Graphics.OpenGL.PixelTransferParameter _pname = default(OpenTK.Graphics.OpenGL.PixelTransferParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PixelTransfer(_pname,_param); +} +static unsafe void Test_PixelZoom_12722() { + System.Single _xfactor = default(System.Single); + System.Single _yfactor = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PixelZoom(_xfactor,_yfactor); +} +static unsafe void Test_PointParameter_12723() { + OpenTK.Graphics.OpenGL.PointParameterName _pname = default(OpenTK.Graphics.OpenGL.PointParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PointParameter(_pname,_param); +} +static unsafe void Test_PointParameter_12724() { + OpenTK.Graphics.OpenGL.PointParameterName _pname = default(OpenTK.Graphics.OpenGL.PointParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointParameter_12725() { + OpenTK.Graphics.OpenGL.PointParameterName _pname = default(OpenTK.Graphics.OpenGL.PointParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointParameter_12726() { + OpenTK.Graphics.OpenGL.PointParameterName _pname = default(OpenTK.Graphics.OpenGL.PointParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PointParameter(_pname,_param); +} +static unsafe void Test_PointParameter_12727() { + OpenTK.Graphics.OpenGL.PointParameterName _pname = default(OpenTK.Graphics.OpenGL.PointParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointParameter_12728() { + OpenTK.Graphics.OpenGL.PointParameterName _pname = default(OpenTK.Graphics.OpenGL.PointParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointSize_12729() { + System.Single _size = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PointSize(_size); +} +static unsafe void Test_PolygonMode_12730() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.PolygonMode _mode = default(OpenTK.Graphics.OpenGL.PolygonMode); + OpenTK.Graphics.OpenGL.GL.PolygonMode(_face,_mode); +} +static unsafe void Test_PolygonOffset_12731() { + System.Single _factor = default(System.Single); + System.Single _units = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PolygonOffset(_factor,_units); +} +static unsafe void Test_PolygonStipple_12732() { + System.Byte[] _mask = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.PolygonStipple(_mask); +} +static unsafe void Test_PolygonStipple_12733() { + System.Byte _mask = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.PolygonStipple(ref _mask); +} +static unsafe void Test_PolygonStipple_12734() { + System.Byte* _mask = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.PolygonStipple(_mask); +} +static unsafe void Test_PopAttrib_12735() { + OpenTK.Graphics.OpenGL.GL.PopAttrib(); +} +static unsafe void Test_PopClientAttrib_12736() { + OpenTK.Graphics.OpenGL.GL.PopClientAttrib(); +} +static unsafe void Test_PopDebugGroup_12737() { + OpenTK.Graphics.OpenGL.GL.PopDebugGroup(); +} +static unsafe void Test_PopMatrix_12738() { + OpenTK.Graphics.OpenGL.GL.PopMatrix(); +} +static unsafe void Test_PopName_12739() { + OpenTK.Graphics.OpenGL.GL.PopName(); +} +static unsafe void Test_PrimitiveRestartIndex_12740() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PrimitiveRestartIndex(_index); +} +static unsafe void Test_PrimitiveRestartIndex_12741() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.PrimitiveRestartIndex(_index); +} +static unsafe void Test_PrioritizeTextures_12742() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + System.Single[] _priorities = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.PrioritizeTextures(_n,_textures,_priorities); +} +static unsafe void Test_PrioritizeTextures_12743() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + System.Single _priorities = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PrioritizeTextures(_n,ref _textures,ref _priorities); +} +static unsafe void Test_PrioritizeTextures_12744() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + System.Single* _priorities = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.PrioritizeTextures(_n,_textures,_priorities); +} +static unsafe void Test_PrioritizeTextures_12745() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + System.Single[] _priorities = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.PrioritizeTextures(_n,_textures,_priorities); +} +static unsafe void Test_PrioritizeTextures_12746() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + System.Single _priorities = default(System.Single); + OpenTK.Graphics.OpenGL.GL.PrioritizeTextures(_n,ref _textures,ref _priorities); +} +static unsafe void Test_PrioritizeTextures_12747() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + System.Single* _priorities = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.PrioritizeTextures(_n,_textures,_priorities); +} +static unsafe void Test_ProgramBinary_12748() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_12749() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_12750() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_12751() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_12752() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,ref _binary,_length); +} +static unsafe void Test_ProgramBinary_12753() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_12754() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_12755() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_12756() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_12757() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramBinary(_program,_binaryFormat,ref _binary,_length); +} +static unsafe void Test_ProgramParameter_12758() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb _pname = default(OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_12759() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramParameterName _pname = default(OpenTK.Graphics.OpenGL.ProgramParameterName); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_12760() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.Version32 _pname = default(OpenTK.Graphics.OpenGL.Version32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_12761() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb _pname = default(OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_12762() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramParameterName _pname = default(OpenTK.Graphics.OpenGL.ProgramParameterName); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_12763() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.Version32 _pname = default(OpenTK.Graphics.OpenGL.Version32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramUniform1_12764() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_12765() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_12766() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_12767() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_12768() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_12769() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_12770() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_12771() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_12772() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_12773() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_12774() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_12775() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_12776() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_12777() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_12778() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_12779() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_12780() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_12781() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_12782() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_12783() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_12784() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12785() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_12786() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_12787() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12788() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_12789() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12790() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12791() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_12792() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12793() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_12794() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_12795() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12796() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_12797() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12798() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12799() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_12800() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12801() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_12802() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_12803() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12804() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12805() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12806() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12807() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_12808() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_12809() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_12810() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12811() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_12812() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_12813() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12814() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_12815() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12816() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12817() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_12818() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12819() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_12820() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_12821() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12822() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_12823() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12824() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12825() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_12826() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12827() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_12828() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_12829() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12830() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_12831() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12832() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12833() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_12834() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12835() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_12836() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_12837() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_12838() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12839() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + System.Double _v3 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_12840() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + System.Double _v3 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_12841() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12842() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_12843() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12844() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12845() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_12846() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12847() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Single _v3 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_12848() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Single _v3 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_12849() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12850() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_12851() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12852() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12853() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_12854() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12855() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + System.Int32 _v3 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_12856() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + System.Int32 _v3 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_12857() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12858() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_12859() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12860() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12861() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_12862() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12863() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + System.UInt32 _v3 = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_12864() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_12865() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_12866() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniformMatrix2_12867() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_12868() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2_12869() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_12870() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_12871() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2_12872() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_12873() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_12874() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2_12875() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_12876() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_12877() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2_12878() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12879() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12880() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12881() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12882() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12883() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12884() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12885() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12886() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12887() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12888() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12889() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x3_12890() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12891() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12892() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12893() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12894() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12895() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12896() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12897() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12898() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12899() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12900() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12901() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x4_12902() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_12903() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_12904() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3_12905() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_12906() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_12907() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3_12908() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_12909() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_12910() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3_12911() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_12912() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_12913() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3_12914() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12915() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12916() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12917() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12918() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12919() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12920() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12921() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12922() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12923() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12924() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12925() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x2_12926() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12927() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12928() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12929() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12930() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12931() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12932() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12933() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12934() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12935() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12936() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12937() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x4_12938() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_12939() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_12940() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4_12941() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_12942() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_12943() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4_12944() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_12945() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_12946() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4_12947() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_12948() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_12949() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4_12950() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12951() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12952() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12953() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12954() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12955() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12956() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12957() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12958() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12959() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12960() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12961() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x2_12962() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12963() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12964() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12965() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12966() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12967() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12968() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12969() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12970() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12971() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12972() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12973() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x3_12974() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProvokingVertex_12975() { + OpenTK.Graphics.OpenGL.ProvokingVertexMode _mode = default(OpenTK.Graphics.OpenGL.ProvokingVertexMode); + OpenTK.Graphics.OpenGL.GL.ProvokingVertex(_mode); +} +static unsafe void Test_PushAttrib_12976() { + OpenTK.Graphics.OpenGL.AttribMask _mask = default(OpenTK.Graphics.OpenGL.AttribMask); + OpenTK.Graphics.OpenGL.GL.PushAttrib(_mask); +} +static unsafe void Test_PushClientAttrib_12977() { + OpenTK.Graphics.OpenGL.ClientAttribMask _mask = default(OpenTK.Graphics.OpenGL.ClientAttribMask); + OpenTK.Graphics.OpenGL.GL.PushClientAttrib(_mask); +} +static unsafe void Test_PushDebugGroup_12978() { + OpenTK.Graphics.OpenGL.DebugSourceExternal _source = default(OpenTK.Graphics.OpenGL.DebugSourceExternal); + System.Int32 _id = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _message = default(System.String); + OpenTK.Graphics.OpenGL.GL.PushDebugGroup(_source,_id,_length,_message); +} +static unsafe void Test_PushDebugGroup_12979() { + OpenTK.Graphics.OpenGL.DebugSourceExternal _source = default(OpenTK.Graphics.OpenGL.DebugSourceExternal); + System.UInt32 _id = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _message = default(System.String); + OpenTK.Graphics.OpenGL.GL.PushDebugGroup(_source,_id,_length,_message); +} +static unsafe void Test_PushMatrix_12980() { + OpenTK.Graphics.OpenGL.GL.PushMatrix(); +} +static unsafe void Test_PushName_12981() { + System.Int32 _name = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.PushName(_name); +} +static unsafe void Test_PushName_12982() { + System.UInt32 _name = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.PushName(_name); +} +static unsafe void Test_QueryCounter_12983() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.QueryCounterTarget _target = default(OpenTK.Graphics.OpenGL.QueryCounterTarget); + OpenTK.Graphics.OpenGL.GL.QueryCounter(_id,_target); +} +static unsafe void Test_QueryCounter_12984() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL.QueryCounterTarget _target = default(OpenTK.Graphics.OpenGL.QueryCounterTarget); + OpenTK.Graphics.OpenGL.GL.QueryCounter(_id,_target); +} +static unsafe void Test_RasterPos2_12985() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_x,_y); +} +static unsafe void Test_RasterPos2_12986() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_v); +} +static unsafe void Test_RasterPos2_12987() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.RasterPos2(ref _v); +} +static unsafe void Test_RasterPos2_12988() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_v); +} +static unsafe void Test_RasterPos2_12989() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_x,_y); +} +static unsafe void Test_RasterPos2_12990() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_v); +} +static unsafe void Test_RasterPos2_12991() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.RasterPos2(ref _v); +} +static unsafe void Test_RasterPos2_12992() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_v); +} +static unsafe void Test_RasterPos2_12993() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_x,_y); +} +static unsafe void Test_RasterPos2_12994() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_v); +} +static unsafe void Test_RasterPos2_12995() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.RasterPos2(ref _v); +} +static unsafe void Test_RasterPos2_12996() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_v); +} +static unsafe void Test_RasterPos2_12997() { + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_x,_y); +} +static unsafe void Test_RasterPos2_12998() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_v); +} +static unsafe void Test_RasterPos2_12999() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.RasterPos2(ref _v); +} +static unsafe void Test_RasterPos2_13000() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_v); +} +static unsafe void Test_RasterPos3_13001() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_x,_y,_z); +} +static unsafe void Test_RasterPos3_13002() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_v); +} +static unsafe void Test_RasterPos3_13003() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.RasterPos3(ref _v); +} +static unsafe void Test_RasterPos3_13004() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_v); +} +static unsafe void Test_RasterPos3_13005() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_x,_y,_z); +} +static unsafe void Test_RasterPos3_13006() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_v); +} +static unsafe void Test_RasterPos3_13007() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.RasterPos3(ref _v); +} +static unsafe void Test_RasterPos3_13008() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_v); +} +static unsafe void Test_RasterPos3_13009() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_x,_y,_z); +} +static unsafe void Test_RasterPos3_13010() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_v); +} +static unsafe void Test_RasterPos3_13011() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.RasterPos3(ref _v); +} +static unsafe void Test_RasterPos3_13012() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_v); +} +static unsafe void Test_RasterPos3_13013() { + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_x,_y,_z); +} +static unsafe void Test_RasterPos3_13014() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_v); +} +static unsafe void Test_RasterPos3_13015() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.RasterPos3(ref _v); +} +static unsafe void Test_RasterPos3_13016() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_v); +} +static unsafe void Test_RasterPos4_13017() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_x,_y,_z,_w); +} +static unsafe void Test_RasterPos4_13018() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_v); +} +static unsafe void Test_RasterPos4_13019() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.RasterPos4(ref _v); +} +static unsafe void Test_RasterPos4_13020() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_v); +} +static unsafe void Test_RasterPos4_13021() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_x,_y,_z,_w); +} +static unsafe void Test_RasterPos4_13022() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_v); +} +static unsafe void Test_RasterPos4_13023() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.RasterPos4(ref _v); +} +static unsafe void Test_RasterPos4_13024() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_v); +} +static unsafe void Test_RasterPos4_13025() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + System.Int32 _w = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_x,_y,_z,_w); +} +static unsafe void Test_RasterPos4_13026() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_v); +} +static unsafe void Test_RasterPos4_13027() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.RasterPos4(ref _v); +} +static unsafe void Test_RasterPos4_13028() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_v); +} +static unsafe void Test_RasterPos4_13029() { + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + System.Int16 _w = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_x,_y,_z,_w); +} +static unsafe void Test_RasterPos4_13030() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_v); +} +static unsafe void Test_RasterPos4_13031() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.RasterPos4(ref _v); +} +static unsafe void Test_RasterPos4_13032() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_v); +} +static unsafe void Test_ReadBuffer_13033() { + OpenTK.Graphics.OpenGL.ReadBufferMode _mode = default(OpenTK.Graphics.OpenGL.ReadBufferMode); + OpenTK.Graphics.OpenGL.GL.ReadBuffer(_mode); +} +static unsafe void Test_ReadPixels_13034() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_13035() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_13036() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_13037() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_13038() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_Rect_13039() { + System.Double _x1 = default(System.Double); + System.Double _y1 = default(System.Double); + System.Double _x2 = default(System.Double); + System.Double _y2 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Rect(_x1,_y1,_x2,_y2); +} +static unsafe void Test_Rect_13040() { + System.Double[] _v1 = default(System.Double[]); + System.Double[] _v2 = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Rect(_v1,_v2); +} +static unsafe void Test_Rect_13041() { + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Rect(ref _v1,ref _v2); +} +static unsafe void Test_Rect_13042() { + System.Double* _v1 = default(System.Double*); + System.Double* _v2 = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Rect(_v1,_v2); +} +static unsafe void Test_Rect_13043() { + System.Single _x1 = default(System.Single); + System.Single _y1 = default(System.Single); + System.Single _x2 = default(System.Single); + System.Single _y2 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Rect(_x1,_y1,_x2,_y2); +} +static unsafe void Test_Rect_13044() { + System.Single[] _v1 = default(System.Single[]); + System.Single[] _v2 = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Rect(_v1,_v2); +} +static unsafe void Test_Rect_13045() { + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Rect(ref _v1,ref _v2); +} +static unsafe void Test_Rect_13046() { + System.Single* _v1 = default(System.Single*); + System.Single* _v2 = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Rect(_v1,_v2); +} +static unsafe void Test_Rect_13047() { + System.Int32 _x1 = default(System.Int32); + System.Int32 _y1 = default(System.Int32); + System.Int32 _x2 = default(System.Int32); + System.Int32 _y2 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Rect(_x1,_y1,_x2,_y2); +} +static unsafe void Test_Rect_13048() { + System.Int32[] _v1 = default(System.Int32[]); + System.Int32[] _v2 = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Rect(_v1,_v2); +} +static unsafe void Test_Rect_13049() { + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Rect(ref _v1,ref _v2); +} +static unsafe void Test_Rect_13050() { + System.Int32* _v1 = default(System.Int32*); + System.Int32* _v2 = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Rect(_v1,_v2); +} +static unsafe void Test_Rects_13051() { + System.Int16 _x1 = default(System.Int16); + System.Int16 _y1 = default(System.Int16); + System.Int16 _x2 = default(System.Int16); + System.Int16 _y2 = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Rects(_x1,_y1,_x2,_y2); +} +static unsafe void Test_Rect_13052() { + System.Int16[] _v1 = default(System.Int16[]); + System.Int16[] _v2 = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.Rect(_v1,_v2); +} +static unsafe void Test_Rect_13053() { + System.Int16 _v1 = default(System.Int16); + System.Int16 _v2 = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Rect(ref _v1,ref _v2); +} +static unsafe void Test_Rect_13054() { + System.Int16* _v1 = default(System.Int16*); + System.Int16* _v2 = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.Rect(_v1,_v2); +} +static unsafe void Test_ReleaseShaderCompiler_13055() { + OpenTK.Graphics.OpenGL.GL.ReleaseShaderCompiler(); +} +static unsafe void Test_RenderbufferStorage_13056() { + OpenTK.Graphics.OpenGL.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + OpenTK.Graphics.OpenGL.RenderbufferStorage _internalformat = default(OpenTK.Graphics.OpenGL.RenderbufferStorage); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.RenderbufferStorage(_target,_internalformat,_width,_height); +} +static unsafe void Test_RenderbufferStorageMultisample_13057() { + OpenTK.Graphics.OpenGL.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL.RenderbufferTarget); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL.RenderbufferStorage _internalformat = default(OpenTK.Graphics.OpenGL.RenderbufferStorage); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.RenderbufferStorageMultisample(_target,_samples,_internalformat,_width,_height); +} +static unsafe void Test_RenderMode_13058() { + OpenTK.Graphics.OpenGL.RenderingMode _mode = default(OpenTK.Graphics.OpenGL.RenderingMode); + System.Int32 r = OpenTK.Graphics.OpenGL.GL.RenderMode(_mode); +} +static unsafe void Test_ResetHistogram_13059() { + OpenTK.Graphics.OpenGL.HistogramTarget _target = default(OpenTK.Graphics.OpenGL.HistogramTarget); + OpenTK.Graphics.OpenGL.GL.ResetHistogram(_target); +} +static unsafe void Test_ResetMinmax_13060() { + OpenTK.Graphics.OpenGL.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL.MinmaxTarget); + OpenTK.Graphics.OpenGL.GL.ResetMinmax(_target); +} +static unsafe void Test_ResumeTransformFeedback_13061() { + OpenTK.Graphics.OpenGL.GL.ResumeTransformFeedback(); +} +static unsafe void Test_Rotate_13062() { + System.Double _angle = default(System.Double); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Rotate(_angle,_x,_y,_z); +} +static unsafe void Test_Rotate_13063() { + System.Single _angle = default(System.Single); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Rotate(_angle,_x,_y,_z); +} +static unsafe void Test_SampleCoverage_13064() { + System.Single _value = default(System.Single); + System.Boolean _invert = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.SampleCoverage(_value,_invert); +} +static unsafe void Test_SampleMask_13065() { + System.Int32 _maskNumber = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SampleMask(_maskNumber,_mask); +} +static unsafe void Test_SampleMask_13066() { + System.UInt32 _maskNumber = default(System.UInt32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.SampleMask(_maskNumber,_mask); +} +static unsafe void Test_SamplerParameter_13067() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13068() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13069() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13070() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13071() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13072() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13073() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13074() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13075() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13076() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13077() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13078() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13079() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13080() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13081() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13082() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13083() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13084() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_13085() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13086() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13087() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_13088() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13089() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13090() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_13091() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13092() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13093() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_13094() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13095() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.UInt32[] _param = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13096() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.UInt32 _param = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_13097() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbSamplerObjects _pname = default(OpenTK.Graphics.OpenGL.ArbSamplerObjects); + System.UInt32* _param = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13098() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.UInt32[] _param = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_13099() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.UInt32 _param = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_13100() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.UInt32* _param = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13101() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13102() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13103() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13104() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13105() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13106() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameter _pname = default(OpenTK.Graphics.OpenGL.SamplerParameter); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13107() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_13108() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_Scale_13109() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Scale(_x,_y,_z); +} +static unsafe void Test_Scale_13110() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Scale(_x,_y,_z); +} +static unsafe void Test_Scissor_13111() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Scissor(_x,_y,_width,_height); +} +static unsafe void Test_ScissorArray_13112() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ScissorArray(_first,_count,_v); +} +static unsafe void Test_ScissorArray_13113() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ScissorArray(_first,_count,ref _v); +} +static unsafe void Test_ScissorArray_13114() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ScissorArray(_first,_count,_v); +} +static unsafe void Test_ScissorArray_13115() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ScissorArray(_first,_count,_v); +} +static unsafe void Test_ScissorArray_13116() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ScissorArray(_first,_count,ref _v); +} +static unsafe void Test_ScissorArray_13117() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ScissorArray(_first,_count,_v); +} +static unsafe void Test_ScissorIndexed_13118() { + System.Int32 _index = default(System.Int32); + System.Int32 _left = default(System.Int32); + System.Int32 _bottom = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ScissorIndexed(_index,_left,_bottom,_width,_height); +} +static unsafe void Test_ScissorIndexed_13119() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _left = default(System.Int32); + System.Int32 _bottom = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ScissorIndexed(_index,_left,_bottom,_width,_height); +} +static unsafe void Test_ScissorIndexed_13120() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ScissorIndexed(_index,_v); +} +static unsafe void Test_ScissorIndexed_13121() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ScissorIndexed(_index,ref _v); +} +static unsafe void Test_ScissorIndexed_13122() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ScissorIndexed(_index,_v); +} +static unsafe void Test_ScissorIndexed_13123() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ScissorIndexed(_index,_v); +} +static unsafe void Test_ScissorIndexed_13124() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ScissorIndexed(_index,ref _v); +} +static unsafe void Test_ScissorIndexed_13125() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ScissorIndexed(_index,_v); +} +static unsafe void Test_SecondaryColor3_13126() { + System.SByte _red = default(System.SByte); + System.SByte _green = default(System.SByte); + System.SByte _blue = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_red,_green,_blue); +} +static unsafe void Test_SecondaryColor3_13127() { + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13128() { + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(ref _v); +} +static unsafe void Test_SecondaryColor3_13129() { + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13130() { + System.Double _red = default(System.Double); + System.Double _green = default(System.Double); + System.Double _blue = default(System.Double); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_red,_green,_blue); +} +static unsafe void Test_SecondaryColor3_13131() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13132() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(ref _v); +} +static unsafe void Test_SecondaryColor3_13133() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13134() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_red,_green,_blue); +} +static unsafe void Test_SecondaryColor3_13135() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13136() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(ref _v); +} +static unsafe void Test_SecondaryColor3_13137() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13138() { + System.Int32 _red = default(System.Int32); + System.Int32 _green = default(System.Int32); + System.Int32 _blue = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_red,_green,_blue); +} +static unsafe void Test_SecondaryColor3_13139() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13140() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(ref _v); +} +static unsafe void Test_SecondaryColor3_13141() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13142() { + System.Int16 _red = default(System.Int16); + System.Int16 _green = default(System.Int16); + System.Int16 _blue = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_red,_green,_blue); +} +static unsafe void Test_SecondaryColor3_13143() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13144() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(ref _v); +} +static unsafe void Test_SecondaryColor3_13145() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13146() { + System.Byte _red = default(System.Byte); + System.Byte _green = default(System.Byte); + System.Byte _blue = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_red,_green,_blue); +} +static unsafe void Test_SecondaryColor3_13147() { + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13148() { + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(ref _v); +} +static unsafe void Test_SecondaryColor3_13149() { + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13150() { + System.UInt32 _red = default(System.UInt32); + System.UInt32 _green = default(System.UInt32); + System.UInt32 _blue = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_red,_green,_blue); +} +static unsafe void Test_SecondaryColor3_13151() { + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13152() { + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(ref _v); +} +static unsafe void Test_SecondaryColor3_13153() { + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13154() { + System.UInt16 _red = default(System.UInt16); + System.UInt16 _green = default(System.UInt16); + System.UInt16 _blue = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_red,_green,_blue); +} +static unsafe void Test_SecondaryColor3_13155() { + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColor3_13156() { + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(ref _v); +} +static unsafe void Test_SecondaryColor3_13157() { + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL.GL.SecondaryColor3(_v); +} +static unsafe void Test_SecondaryColorP3_13158() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _color = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SecondaryColorP3(_type,_color); +} +static unsafe void Test_SecondaryColorP3_13159() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _color = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.SecondaryColorP3(_type,_color); +} +static unsafe void Test_SecondaryColorP3_13160() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _color = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SecondaryColorP3(_type,_color); +} +static unsafe void Test_SecondaryColorP3_13161() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _color = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.SecondaryColorP3(_type,_color); +} +static unsafe void Test_SecondaryColorPointer_13162() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.SecondaryColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_SecondaryColorPointer_13163() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.SecondaryColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_SecondaryColorPointer_13164() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.SecondaryColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_SecondaryColorPointer_13165() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.SecondaryColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_SecondaryColorPointer_13166() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.SecondaryColorPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_SelectBuffer_13167() { + System.Int32 _size = default(System.Int32); + System.Int32[] _buffer = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.SelectBuffer(_size,_buffer); +} +static unsafe void Test_SelectBuffer_13168() { + System.Int32 _size = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.SelectBuffer(_size,out _buffer); +} +static unsafe void Test_SelectBuffer_13169() { + System.Int32 _size = default(System.Int32); + System.Int32* _buffer = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.SelectBuffer(_size,_buffer); +} +static unsafe void Test_SelectBuffer_13170() { + System.Int32 _size = default(System.Int32); + System.UInt32[] _buffer = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.SelectBuffer(_size,_buffer); +} +static unsafe void Test_SelectBuffer_13171() { + System.Int32 _size = default(System.Int32); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.SelectBuffer(_size,out _buffer); +} +static unsafe void Test_SelectBuffer_13172() { + System.Int32 _size = default(System.Int32); + System.UInt32* _buffer = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.SelectBuffer(_size,_buffer); +} +static unsafe void Test_SeparableFilter2D_13173() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + System.IntPtr _column = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_13174() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _row = default(int[]); + int[] _column = default(int[]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_13175() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _row = default(int[,]); + int[,] _column = default(int[,]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_13176() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _row = default(int[,,]); + int[,,] _column = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_13177() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _row = default(int); + int _column = default(int); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,ref _row,ref _column); +} +static unsafe void Test_ShadeModel_13178() { + OpenTK.Graphics.OpenGL.ShadingModel _mode = default(OpenTK.Graphics.OpenGL.ShadingModel); + OpenTK.Graphics.OpenGL.GL.ShadeModel(_mode); +} +static unsafe void Test_ShaderBinary_13179() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13180() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13181() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13182() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13183() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_13184() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13185() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13186() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13187() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13188() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_13189() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13190() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13191() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13192() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13193() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_13194() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13195() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13196() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13197() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13198() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_13199() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13200() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13201() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13202() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13203() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_13204() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13205() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13206() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13207() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_13208() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderSource_13209() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32[] _length = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_13210() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderSource(_shader,_count,_string,ref _length); +} +static unsafe void Test_ShaderSource_13211() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_13212() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32[] _length = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_13213() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderSource(_shader,_count,_string,ref _length); +} +static unsafe void Test_ShaderSource_13214() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderStorageBlockBinding_13215() { + System.Int32 _program = default(System.Int32); + System.Int32 _storageBlockIndex = default(System.Int32); + System.Int32 _storageBlockBinding = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ShaderStorageBlockBinding(_program,_storageBlockIndex,_storageBlockBinding); +} +static unsafe void Test_ShaderStorageBlockBinding_13216() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _storageBlockIndex = default(System.UInt32); + System.UInt32 _storageBlockBinding = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ShaderStorageBlockBinding(_program,_storageBlockIndex,_storageBlockBinding); +} +static unsafe void Test_StencilFunc_13217() { + OpenTK.Graphics.OpenGL.StencilFunction _func = default(OpenTK.Graphics.OpenGL.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_13218() { + OpenTK.Graphics.OpenGL.StencilFunction _func = default(OpenTK.Graphics.OpenGL.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_13219() { + OpenTK.Graphics.OpenGL.StencilFace _face = default(OpenTK.Graphics.OpenGL.StencilFace); + OpenTK.Graphics.OpenGL.StencilFunction _func = default(OpenTK.Graphics.OpenGL.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_13220() { + OpenTK.Graphics.OpenGL.StencilFace _face = default(OpenTK.Graphics.OpenGL.StencilFace); + OpenTK.Graphics.OpenGL.StencilFunction _func = default(OpenTK.Graphics.OpenGL.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_13221() { + OpenTK.Graphics.OpenGL.Version20 _face = default(OpenTK.Graphics.OpenGL.Version20); + OpenTK.Graphics.OpenGL.StencilFunction _func = default(OpenTK.Graphics.OpenGL.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_13222() { + OpenTK.Graphics.OpenGL.Version20 _face = default(OpenTK.Graphics.OpenGL.Version20); + OpenTK.Graphics.OpenGL.StencilFunction _func = default(OpenTK.Graphics.OpenGL.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilMask_13223() { + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMask_13224() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMaskSeparate_13225() { + OpenTK.Graphics.OpenGL.StencilFace _face = default(OpenTK.Graphics.OpenGL.StencilFace); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_13226() { + OpenTK.Graphics.OpenGL.StencilFace _face = default(OpenTK.Graphics.OpenGL.StencilFace); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilOp_13227() { + OpenTK.Graphics.OpenGL.StencilOp _fail = default(OpenTK.Graphics.OpenGL.StencilOp); + OpenTK.Graphics.OpenGL.StencilOp _zfail = default(OpenTK.Graphics.OpenGL.StencilOp); + OpenTK.Graphics.OpenGL.StencilOp _zpass = default(OpenTK.Graphics.OpenGL.StencilOp); + OpenTK.Graphics.OpenGL.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_StencilOpSeparate_13228() { + OpenTK.Graphics.OpenGL.StencilFace _face = default(OpenTK.Graphics.OpenGL.StencilFace); + OpenTK.Graphics.OpenGL.StencilOp _sfail = default(OpenTK.Graphics.OpenGL.StencilOp); + OpenTK.Graphics.OpenGL.StencilOp _dpfail = default(OpenTK.Graphics.OpenGL.StencilOp); + OpenTK.Graphics.OpenGL.StencilOp _dppass = default(OpenTK.Graphics.OpenGL.StencilOp); + OpenTK.Graphics.OpenGL.GL.StencilOpSeparate(_face,_sfail,_dpfail,_dppass); +} +static unsafe void Test_TexBuffer_13229() { + OpenTK.Graphics.OpenGL.TextureBufferTarget _target = default(OpenTK.Graphics.OpenGL.TextureBufferTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexBuffer(_target,_internalformat,_buffer); +} +static unsafe void Test_TexBuffer_13230() { + OpenTK.Graphics.OpenGL.TextureBufferTarget _target = default(OpenTK.Graphics.OpenGL.TextureBufferTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.TexBuffer(_target,_internalformat,_buffer); +} +static unsafe void Test_TexBufferRange_13231() { + OpenTK.Graphics.OpenGL.TextureBufferTarget _target = default(OpenTK.Graphics.OpenGL.TextureBufferTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexBufferRange(_target,_internalformat,_buffer,_offset,_size); +} +static unsafe void Test_TexBufferRange_13232() { + OpenTK.Graphics.OpenGL.TextureBufferTarget _target = default(OpenTK.Graphics.OpenGL.TextureBufferTarget); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexBufferRange(_target,_internalformat,_buffer,_offset,_size); +} +static unsafe void Test_TexCoord1_13233() { + System.Double _s = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexCoord1(_s); +} +static unsafe void Test_TexCoord1_13234() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.TexCoord1(_v); +} +static unsafe void Test_TexCoord1_13235() { + System.Single _s = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexCoord1(_s); +} +static unsafe void Test_TexCoord1_13236() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.TexCoord1(_v); +} +static unsafe void Test_TexCoord1_13237() { + System.Int32 _s = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoord1(_s); +} +static unsafe void Test_TexCoord1_13238() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexCoord1(_v); +} +static unsafe void Test_TexCoord1_13239() { + System.Int16 _s = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.TexCoord1(_s); +} +static unsafe void Test_TexCoord1_13240() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.TexCoord1(_v); +} +static unsafe void Test_TexCoord2_13241() { + System.Double _s = default(System.Double); + System.Double _t = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_s,_t); +} +static unsafe void Test_TexCoord2_13242() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord2_13243() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexCoord2(ref _v); +} +static unsafe void Test_TexCoord2_13244() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord2_13245() { + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_s,_t); +} +static unsafe void Test_TexCoord2_13246() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord2_13247() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexCoord2(ref _v); +} +static unsafe void Test_TexCoord2_13248() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord2_13249() { + System.Int32 _s = default(System.Int32); + System.Int32 _t = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_s,_t); +} +static unsafe void Test_TexCoord2_13250() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord2_13251() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoord2(ref _v); +} +static unsafe void Test_TexCoord2_13252() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord2_13253() { + System.Int16 _s = default(System.Int16); + System.Int16 _t = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_s,_t); +} +static unsafe void Test_TexCoord2_13254() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord2_13255() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.TexCoord2(ref _v); +} +static unsafe void Test_TexCoord2_13256() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord3_13257() { + System.Double _s = default(System.Double); + System.Double _t = default(System.Double); + System.Double _r = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_s,_t,_r); +} +static unsafe void Test_TexCoord3_13258() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord3_13259() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexCoord3(ref _v); +} +static unsafe void Test_TexCoord3_13260() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord3_13261() { + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + System.Single _r = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_s,_t,_r); +} +static unsafe void Test_TexCoord3_13262() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord3_13263() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexCoord3(ref _v); +} +static unsafe void Test_TexCoord3_13264() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord3_13265() { + System.Int32 _s = default(System.Int32); + System.Int32 _t = default(System.Int32); + System.Int32 _r = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_s,_t,_r); +} +static unsafe void Test_TexCoord3_13266() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord3_13267() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoord3(ref _v); +} +static unsafe void Test_TexCoord3_13268() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord3_13269() { + System.Int16 _s = default(System.Int16); + System.Int16 _t = default(System.Int16); + System.Int16 _r = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_s,_t,_r); +} +static unsafe void Test_TexCoord3_13270() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord3_13271() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.TexCoord3(ref _v); +} +static unsafe void Test_TexCoord3_13272() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord4_13273() { + System.Double _s = default(System.Double); + System.Double _t = default(System.Double); + System.Double _r = default(System.Double); + System.Double _q = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_s,_t,_r,_q); +} +static unsafe void Test_TexCoord4_13274() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_TexCoord4_13275() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexCoord4(ref _v); +} +static unsafe void Test_TexCoord4_13276() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_TexCoord4_13277() { + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + System.Single _r = default(System.Single); + System.Single _q = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_s,_t,_r,_q); +} +static unsafe void Test_TexCoord4_13278() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_TexCoord4_13279() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexCoord4(ref _v); +} +static unsafe void Test_TexCoord4_13280() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_TexCoord4_13281() { + System.Int32 _s = default(System.Int32); + System.Int32 _t = default(System.Int32); + System.Int32 _r = default(System.Int32); + System.Int32 _q = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_s,_t,_r,_q); +} +static unsafe void Test_TexCoord4_13282() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_TexCoord4_13283() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoord4(ref _v); +} +static unsafe void Test_TexCoord4_13284() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_TexCoord4_13285() { + System.Int16 _s = default(System.Int16); + System.Int16 _t = default(System.Int16); + System.Int16 _r = default(System.Int16); + System.Int16 _q = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_s,_t,_r,_q); +} +static unsafe void Test_TexCoord4_13286() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_TexCoord4_13287() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.TexCoord4(ref _v); +} +static unsafe void Test_TexCoord4_13288() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_TexCoordP1_13289() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoordP1(_type,_coords); +} +static unsafe void Test_TexCoordP1_13290() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.TexCoordP1(_type,_coords); +} +static unsafe void Test_TexCoordP1_13291() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexCoordP1(_type,_coords); +} +static unsafe void Test_TexCoordP1_13292() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.TexCoordP1(_type,_coords); +} +static unsafe void Test_TexCoordP2_13293() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoordP2(_type,_coords); +} +static unsafe void Test_TexCoordP2_13294() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.TexCoordP2(_type,_coords); +} +static unsafe void Test_TexCoordP2_13295() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexCoordP2(_type,_coords); +} +static unsafe void Test_TexCoordP2_13296() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.TexCoordP2(_type,_coords); +} +static unsafe void Test_TexCoordP3_13297() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoordP3(_type,_coords); +} +static unsafe void Test_TexCoordP3_13298() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.TexCoordP3(_type,_coords); +} +static unsafe void Test_TexCoordP3_13299() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexCoordP3(_type,_coords); +} +static unsafe void Test_TexCoordP3_13300() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.TexCoordP3(_type,_coords); +} +static unsafe void Test_TexCoordP4_13301() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoordP4(_type,_coords); +} +static unsafe void Test_TexCoordP4_13302() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.TexCoordP4(_type,_coords); +} +static unsafe void Test_TexCoordP4_13303() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexCoordP4(_type,_coords); +} +static unsafe void Test_TexCoordP4_13304() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.TexCoordP4(_type,_coords); +} +static unsafe void Test_TexCoordPointer_13305() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.TexCoordPointerType _type = default(OpenTK.Graphics.OpenGL.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_13306() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.TexCoordPointerType _type = default(OpenTK.Graphics.OpenGL.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_13307() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.TexCoordPointerType _type = default(OpenTK.Graphics.OpenGL.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_13308() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.TexCoordPointerType _type = default(OpenTK.Graphics.OpenGL.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_13309() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.TexCoordPointerType _type = default(OpenTK.Graphics.OpenGL.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.TexCoordPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_TexEnv_13310() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexEnv(_target,_pname,_param); +} +static unsafe void Test_TexEnv_13311() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_13312() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_13313() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexEnv(_target,_pname,_param); +} +static unsafe void Test_TexEnv_13314() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_13315() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexGend_13316() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Double _param = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexGend(_coord,_pname,_param); +} +static unsafe void Test_TexGen_13317() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,_params); +} +static unsafe void Test_TexGen_13318() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,ref _params); +} +static unsafe void Test_TexGen_13319() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,_params); +} +static unsafe void Test_TexGen_13320() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,_param); +} +static unsafe void Test_TexGen_13321() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,_params); +} +static unsafe void Test_TexGen_13322() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,_params); +} +static unsafe void Test_TexGen_13323() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,_param); +} +static unsafe void Test_TexGen_13324() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,_params); +} +static unsafe void Test_TexGen_13325() { + OpenTK.Graphics.OpenGL.TextureCoordName _coord = default(OpenTK.Graphics.OpenGL.TextureCoordName); + OpenTK.Graphics.OpenGL.TextureGenParameter _pname = default(OpenTK.Graphics.OpenGL.TextureGenParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexGen(_coord,_pname,_params); +} +static unsafe void Test_TexImage1D_13326() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage1D_13327() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage1D_13328() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage1D_13329() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage1D_13330() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage2D_13331() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_13332() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_13333() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_13334() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_13335() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage2DMultisample_13336() { + OpenTK.Graphics.OpenGL.TextureTargetMultisample _target = default(OpenTK.Graphics.OpenGL.TextureTargetMultisample); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Boolean _fixedsamplelocations = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.TexImage2DMultisample(_target,_samples,_internalformat,_width,_height,_fixedsamplelocations); +} +static unsafe void Test_TexImage3D_13337() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_13338() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_13339() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_13340() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_13341() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage3DMultisample_13342() { + OpenTK.Graphics.OpenGL.TextureTargetMultisample _target = default(OpenTK.Graphics.OpenGL.TextureTargetMultisample); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Boolean _fixedsamplelocations = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.TexImage3DMultisample(_target,_samples,_internalformat,_width,_height,_depth,_fixedsamplelocations); +} +static unsafe void Test_TexParameter_13343() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_13344() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_13345() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_13346() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameterI_13347() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.TexParameterI(_target,_pname,_params); +} +static unsafe void Test_TexParameterI_13348() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexParameterI(_target,_pname,ref _params); +} +static unsafe void Test_TexParameterI_13349() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexParameterI(_target,_pname,_params); +} +static unsafe void Test_TexParameterI_13350() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.TexParameterI(_target,_pname,_params); +} +static unsafe void Test_TexParameterI_13351() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.TexParameterI(_target,_pname,ref _params); +} +static unsafe void Test_TexParameterI_13352() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.TexParameterI(_target,_pname,_params); +} +static unsafe void Test_TexParameter_13353() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_13354() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + OpenTK.Graphics.OpenGL.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL.TextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexStorage1D_13355() { + OpenTK.Graphics.OpenGL.TextureTarget1d _target = default(OpenTK.Graphics.OpenGL.TextureTarget1d); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexStorage1D(_target,_levels,_internalformat,_width); +} +static unsafe void Test_TexStorage2D_13356() { + OpenTK.Graphics.OpenGL.TextureTarget2d _target = default(OpenTK.Graphics.OpenGL.TextureTarget2d); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexStorage2D(_target,_levels,_internalformat,_width,_height); +} +static unsafe void Test_TexStorage2DMultisample_13357() { + OpenTK.Graphics.OpenGL.TextureTargetMultisample2d _target = default(OpenTK.Graphics.OpenGL.TextureTargetMultisample2d); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Boolean _fixedsamplelocations = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.TexStorage2DMultisample(_target,_samples,_internalformat,_width,_height,_fixedsamplelocations); +} +static unsafe void Test_TexStorage3D_13358() { + OpenTK.Graphics.OpenGL.TextureTarget3d _target = default(OpenTK.Graphics.OpenGL.TextureTarget3d); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexStorage3D(_target,_levels,_internalformat,_width,_height,_depth); +} +static unsafe void Test_TexStorage3DMultisample_13359() { + OpenTK.Graphics.OpenGL.TextureTargetMultisample3d _target = default(OpenTK.Graphics.OpenGL.TextureTargetMultisample3d); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Boolean _fixedsamplelocations = default(System.Boolean); + OpenTK.Graphics.OpenGL.GL.TexStorage3DMultisample(_target,_samples,_internalformat,_width,_height,_depth,_fixedsamplelocations); +} +static unsafe void Test_TexSubImage1D_13360() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage1D_13361() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage1D_13362() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage1D_13363() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage1D_13364() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage2D_13365() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_13366() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_13367() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_13368() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_13369() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage3D_13370() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_13371() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_13372() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_13373() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_13374() { + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,ref _pixels); +} +static unsafe void Test_TextureView_13375() { + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.Int32 _origtexture = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _minlevel = default(System.Int32); + System.Int32 _numlevels = default(System.Int32); + System.Int32 _minlayer = default(System.Int32); + System.Int32 _numlayers = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TextureView(_texture,_target,_origtexture,_internalformat,_minlevel,_numlevels,_minlayer,_numlayers); +} +static unsafe void Test_TextureView_13376() { + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.OpenGL.TextureTarget _target = default(OpenTK.Graphics.OpenGL.TextureTarget); + System.UInt32 _origtexture = default(System.UInt32); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.UInt32 _minlevel = default(System.UInt32); + System.UInt32 _numlevels = default(System.UInt32); + System.UInt32 _minlayer = default(System.UInt32); + System.UInt32 _numlayers = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.TextureView(_texture,_target,_origtexture,_internalformat,_minlevel,_numlevels,_minlayer,_numlayers); +} +static unsafe void Test_TransformFeedbackVaryings_13377() { + System.Int32 _program = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _varyings = default(System.String[]); + OpenTK.Graphics.OpenGL.TransformFeedbackMode _bufferMode = default(OpenTK.Graphics.OpenGL.TransformFeedbackMode); + OpenTK.Graphics.OpenGL.GL.TransformFeedbackVaryings(_program,_count,_varyings,_bufferMode); +} +static unsafe void Test_TransformFeedbackVaryings_13378() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _varyings = default(System.String[]); + OpenTK.Graphics.OpenGL.TransformFeedbackMode _bufferMode = default(OpenTK.Graphics.OpenGL.TransformFeedbackMode); + OpenTK.Graphics.OpenGL.GL.TransformFeedbackVaryings(_program,_count,_varyings,_bufferMode); +} +static unsafe void Test_Translate_13379() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Translate(_x,_y,_z); +} +static unsafe void Test_Translate_13380() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Translate(_x,_y,_z); +} +static unsafe void Test_Uniform1_13381() { + System.Int32 _location = default(System.Int32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_x); +} +static unsafe void Test_Uniform1_13382() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_13383() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_13384() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_13385() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_13386() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_13387() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_13388() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_13389() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_13390() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_13391() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_13392() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_13393() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_13394() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_13395() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_13396() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform2_13397() { + System.Int32 _location = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_x,_y); +} +static unsafe void Test_Uniform2_13398() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_13399() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_13400() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_13401() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_13402() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_13403() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_13404() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_13405() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_13406() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_13407() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_13408() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_13409() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_13410() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_13411() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform3_13412() { + System.Int32 _location = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_x,_y,_z); +} +static unsafe void Test_Uniform3_13413() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_13414() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_13415() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_13416() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_13417() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_13418() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_13419() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_13420() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_13421() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_13422() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_13423() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_13424() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_13425() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_13426() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_13427() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform4_13428() { + System.Int32 _location = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_x,_y,_z,_w); +} +static unsafe void Test_Uniform4_13429() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_13430() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_13431() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_13432() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Single _v3 = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_13433() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_13434() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_13435() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_13436() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + System.Int32 _v3 = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_13437() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_13438() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_13439() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_13440() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + System.UInt32 _v3 = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_13441() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_13442() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_13443() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_UniformBlockBinding_13444() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _uniformBlockBinding = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.UniformBlockBinding(_program,_uniformBlockIndex,_uniformBlockBinding); +} +static unsafe void Test_UniformBlockBinding_13445() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.UInt32 _uniformBlockBinding = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.UniformBlockBinding(_program,_uniformBlockIndex,_uniformBlockBinding); +} +static unsafe void Test_UniformMatrix2_13446() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2_13447() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2_13448() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2_13449() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2_13450() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2_13451() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_13452() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_13453() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x3_13454() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_13455() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_13456() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x3_13457() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_13458() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_13459() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x4_13460() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_13461() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_13462() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x4_13463() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_13464() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_13465() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3_13466() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_13467() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_13468() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3_13469() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_13470() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_13471() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x2_13472() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_13473() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_13474() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x2_13475() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_13476() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_13477() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x4_13478() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_13479() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_13480() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x4_13481() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_13482() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_13483() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4_13484() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_13485() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_13486() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4_13487() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_13488() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_13489() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x2_13490() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_13491() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_13492() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x2_13493() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_13494() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_13495() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x3_13496() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_13497() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_13498() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x3_13499() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformSubroutines_13500() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _count = default(System.Int32); + System.Int32[] _indices = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.UniformSubroutines(_shadertype,_count,_indices); +} +static unsafe void Test_UniformSubroutines_13501() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _count = default(System.Int32); + System.Int32 _indices = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.UniformSubroutines(_shadertype,_count,ref _indices); +} +static unsafe void Test_UniformSubroutines_13502() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _count = default(System.Int32); + System.Int32* _indices = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.UniformSubroutines(_shadertype,_count,_indices); +} +static unsafe void Test_UniformSubroutines_13503() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _count = default(System.Int32); + System.UInt32[] _indices = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.UniformSubroutines(_shadertype,_count,_indices); +} +static unsafe void Test_UniformSubroutines_13504() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _count = default(System.Int32); + System.UInt32 _indices = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.UniformSubroutines(_shadertype,_count,ref _indices); +} +static unsafe void Test_UniformSubroutines_13505() { + OpenTK.Graphics.OpenGL.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL.ShaderType); + System.Int32 _count = default(System.Int32); + System.UInt32* _indices = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.UniformSubroutines(_shadertype,_count,_indices); +} +static unsafe void Test_UnmapBuffer_13506() { + OpenTK.Graphics.OpenGL.BufferTarget _target = default(OpenTK.Graphics.OpenGL.BufferTarget); + System.Boolean r = OpenTK.Graphics.OpenGL.GL.UnmapBuffer(_target); +} +static unsafe void Test_UseProgram_13507() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.UseProgram(_program); +} +static unsafe void Test_UseProgram_13508() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.UseProgram(_program); +} +static unsafe void Test_UseProgramStages_13509() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL.ProgramStageMask _stages = default(OpenTK.Graphics.OpenGL.ProgramStageMask); + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.UseProgramStages(_pipeline,_stages,_program); +} +static unsafe void Test_UseProgramStages_13510() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL.ProgramStageMask _stages = default(OpenTK.Graphics.OpenGL.ProgramStageMask); + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.UseProgramStages(_pipeline,_stages,_program); +} +static unsafe void Test_ValidateProgram_13511() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ValidateProgram(_program); +} +static unsafe void Test_ValidateProgram_13512() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ValidateProgram(_program); +} +static unsafe void Test_ValidateProgramPipeline_13513() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ValidateProgramPipeline(_pipeline); +} +static unsafe void Test_ValidateProgramPipeline_13514() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.ValidateProgramPipeline(_pipeline); +} +static unsafe void Test_Vertex2_13515() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Vertex2(_x,_y); +} +static unsafe void Test_Vertex2_13516() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex2_13517() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Vertex2(ref _v); +} +static unsafe void Test_Vertex2_13518() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex2_13519() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Vertex2(_x,_y); +} +static unsafe void Test_Vertex2_13520() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex2_13521() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Vertex2(ref _v); +} +static unsafe void Test_Vertex2_13522() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex2_13523() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Vertex2(_x,_y); +} +static unsafe void Test_Vertex2_13524() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex2_13525() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Vertex2(ref _v); +} +static unsafe void Test_Vertex2_13526() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex2_13527() { + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Vertex2(_x,_y); +} +static unsafe void Test_Vertex2_13528() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex2_13529() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Vertex2(ref _v); +} +static unsafe void Test_Vertex2_13530() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex3_13531() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Vertex3(_x,_y,_z); +} +static unsafe void Test_Vertex3_13532() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex3_13533() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Vertex3(ref _v); +} +static unsafe void Test_Vertex3_13534() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex3_13535() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Vertex3(_x,_y,_z); +} +static unsafe void Test_Vertex3_13536() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex3_13537() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Vertex3(ref _v); +} +static unsafe void Test_Vertex3_13538() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex3_13539() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Vertex3(_x,_y,_z); +} +static unsafe void Test_Vertex3_13540() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex3_13541() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Vertex3(ref _v); +} +static unsafe void Test_Vertex3_13542() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex3_13543() { + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Vertex3(_x,_y,_z); +} +static unsafe void Test_Vertex3_13544() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex3_13545() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Vertex3(ref _v); +} +static unsafe void Test_Vertex3_13546() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex4_13547() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Vertex4(_x,_y,_z,_w); +} +static unsafe void Test_Vertex4_13548() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_Vertex4_13549() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.Vertex4(ref _v); +} +static unsafe void Test_Vertex4_13550() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_Vertex4_13551() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Vertex4(_x,_y,_z,_w); +} +static unsafe void Test_Vertex4_13552() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_Vertex4_13553() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.Vertex4(ref _v); +} +static unsafe void Test_Vertex4_13554() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_Vertex4_13555() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + System.Int32 _w = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Vertex4(_x,_y,_z,_w); +} +static unsafe void Test_Vertex4_13556() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_Vertex4_13557() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Vertex4(ref _v); +} +static unsafe void Test_Vertex4_13558() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_Vertex4_13559() { + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + System.Int16 _w = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Vertex4(_x,_y,_z,_w); +} +static unsafe void Test_Vertex4_13560() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_Vertex4_13561() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.Vertex4(ref _v); +} +static unsafe void Test_Vertex4_13562() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_VertexAttrib1_13563() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_13564() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_13565() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_13566() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_13567() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_13568() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_13569() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_13570() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_13571() { + System.Int32 _index = default(System.Int32); + System.Int16 _x = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_13572() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _x = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_13573() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_13574() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib2_13575() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_13576() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_13577() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13578() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_13579() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13580() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13581() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_13582() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13583() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_13584() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_13585() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13586() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_13587() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13588() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13589() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_13590() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13591() { + System.Int32 _index = default(System.Int32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_13592() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_13593() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13594() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_13595() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13596() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_13597() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_13598() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_13599() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_13600() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_13601() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13602() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_13603() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13604() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13605() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_13606() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13607() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_13608() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_13609() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13610() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_13611() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13612() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13613() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_13614() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13615() { + System.Int32 _index = default(System.Int32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_13616() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_13617() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13618() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_13619() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13620() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_13621() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_13622() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_13623() { + System.UInt32 _index = default(System.UInt32); + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13624() { + System.UInt32 _index = default(System.UInt32); + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13625() { + System.UInt32 _index = default(System.UInt32); + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13626() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_13627() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_13628() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13629() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13630() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13631() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13632() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13633() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13634() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_13635() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_13636() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13637() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13638() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13639() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13640() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13641() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13642() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13643() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13644() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13645() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13646() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13647() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13648() { + System.UInt32 _index = default(System.UInt32); + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13649() { + System.UInt32 _index = default(System.UInt32); + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13650() { + System.UInt32 _index = default(System.UInt32); + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13651() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13652() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13653() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13654() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13655() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13656() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13657() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13658() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13659() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13660() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13661() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13662() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13663() { + System.Int32 _index = default(System.Int32); + System.Byte _x = default(System.Byte); + System.Byte _y = default(System.Byte); + System.Byte _z = default(System.Byte); + System.Byte _w = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4N_13664() { + System.UInt32 _index = default(System.UInt32); + System.Byte _x = default(System.Byte); + System.Byte _y = default(System.Byte); + System.Byte _z = default(System.Byte); + System.Byte _w = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4N_13665() { + System.Int32 _index = default(System.Int32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13666() { + System.Int32 _index = default(System.Int32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13667() { + System.Int32 _index = default(System.Int32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13668() { + System.UInt32 _index = default(System.UInt32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13669() { + System.UInt32 _index = default(System.UInt32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13670() { + System.UInt32 _index = default(System.UInt32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13671() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13672() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13673() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13674() { + System.UInt32 _index = default(System.UInt32); + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_13675() { + System.UInt32 _index = default(System.UInt32); + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_13676() { + System.UInt32 _index = default(System.UInt32); + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4_13677() { + System.Int32 _index = default(System.Int32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + System.Int16 _w = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_13678() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + System.Int16 _w = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_13679() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13680() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13681() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13682() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13683() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13684() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13685() { + System.Int32 _index = default(System.Int32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13686() { + System.Int32 _index = default(System.Int32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13687() { + System.Int32 _index = default(System.Int32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13688() { + System.UInt32 _index = default(System.UInt32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13689() { + System.UInt32 _index = default(System.UInt32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13690() { + System.UInt32 _index = default(System.UInt32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13691() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13692() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13693() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13694() { + System.UInt32 _index = default(System.UInt32); + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_13695() { + System.UInt32 _index = default(System.UInt32); + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_13696() { + System.UInt32 _index = default(System.UInt32); + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttribBinding_13697() { + System.Int32 _attribindex = default(System.Int32); + System.Int32 _bindingindex = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribBinding(_attribindex,_bindingindex); +} +static unsafe void Test_VertexAttribBinding_13698() { + System.UInt32 _attribindex = default(System.UInt32); + System.UInt32 _bindingindex = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribBinding(_attribindex,_bindingindex); +} +static unsafe void Test_VertexAttribDivisor_13699() { + System.Int32 _index = default(System.Int32); + System.Int32 _divisor = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribDivisor(_index,_divisor); +} +static unsafe void Test_VertexAttribDivisor_13700() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _divisor = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribDivisor(_index,_divisor); +} +static unsafe void Test_VertexAttribFormat_13701() { + System.Int32 _attribindex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribType _type = default(OpenTK.Graphics.OpenGL.VertexAttribType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _relativeoffset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribFormat(_attribindex,_size,_type,_normalized,_relativeoffset); +} +static unsafe void Test_VertexAttribFormat_13702() { + System.UInt32 _attribindex = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribType _type = default(OpenTK.Graphics.OpenGL.VertexAttribType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _relativeoffset = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribFormat(_attribindex,_size,_type,_normalized,_relativeoffset); +} +static unsafe void Test_VertexAttribI1_13703() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI1(_index,_x); +} +static unsafe void Test_VertexAttribI1_13704() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI1(_index,_x); +} +static unsafe void Test_VertexAttribI1_13705() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI1(_index,_v); +} +static unsafe void Test_VertexAttribI1_13706() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI1(_index,_v); +} +static unsafe void Test_VertexAttribI1_13707() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI1(_index,_x); +} +static unsafe void Test_VertexAttribI1_13708() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI1(_index,_v); +} +static unsafe void Test_VertexAttribI2_13709() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_x,_y); +} +static unsafe void Test_VertexAttribI2_13710() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_x,_y); +} +static unsafe void Test_VertexAttribI2_13711() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_13712() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,ref _v); +} +static unsafe void Test_VertexAttribI2_13713() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_13714() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_13715() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,ref _v); +} +static unsafe void Test_VertexAttribI2_13716() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_13717() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + System.UInt32 _y = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_x,_y); +} +static unsafe void Test_VertexAttribI2_13718() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_13719() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,ref _v); +} +static unsafe void Test_VertexAttribI2_13720() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI3_13721() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribI3_13722() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribI3_13723() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_13724() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,ref _v); +} +static unsafe void Test_VertexAttribI3_13725() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_13726() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_13727() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,ref _v); +} +static unsafe void Test_VertexAttribI3_13728() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_13729() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + System.UInt32 _y = default(System.UInt32); + System.UInt32 _z = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribI3_13730() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_13731() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,ref _v); +} +static unsafe void Test_VertexAttribI3_13732() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI4_13733() { + System.UInt32 _index = default(System.UInt32); + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13734() { + System.UInt32 _index = default(System.UInt32); + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13735() { + System.UInt32 _index = default(System.UInt32); + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13736() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + System.Int32 _w = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_13737() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + System.Int32 _w = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_13738() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13739() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13740() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13741() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13742() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13743() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13744() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13745() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13746() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13747() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13748() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13749() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13750() { + System.Int32 _index = default(System.Int32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13751() { + System.Int32 _index = default(System.Int32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13752() { + System.Int32 _index = default(System.Int32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13753() { + System.UInt32 _index = default(System.UInt32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13754() { + System.UInt32 _index = default(System.UInt32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13755() { + System.UInt32 _index = default(System.UInt32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13756() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + System.UInt32 _y = default(System.UInt32); + System.UInt32 _z = default(System.UInt32); + System.UInt32 _w = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_13757() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13758() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13759() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13760() { + System.UInt32 _index = default(System.UInt32); + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_13761() { + System.UInt32 _index = default(System.UInt32); + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_13762() { + System.UInt32 _index = default(System.UInt32); + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribIFormat_13763() { + System.Int32 _attribindex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _relativeoffset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribIFormat(_attribindex,_size,_type,_relativeoffset); +} +static unsafe void Test_VertexAttribIFormat_13764() { + System.UInt32 _attribindex = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.UInt32 _relativeoffset = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribIFormat(_attribindex,_size,_type,_relativeoffset); +} +static unsafe void Test_VertexAttribIPointer_13765() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13766() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13767() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13768() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13769() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribIPointer_13770() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13771() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13772() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13773() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13774() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribIPointer_13775() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13776() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13777() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13778() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13779() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribIPointer_13780() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13781() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13782() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13783() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_13784() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribIPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribIPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribL1_13785() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL1(_index,_x); +} +static unsafe void Test_VertexAttribL1_13786() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL1(_index,_x); +} +static unsafe void Test_VertexAttribL1_13787() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttribL1(_index,_v); +} +static unsafe void Test_VertexAttribL1_13788() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttribL1(_index,_v); +} +static unsafe void Test_VertexAttribL2_13789() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL2(_index,_x,_y); +} +static unsafe void Test_VertexAttribL2_13790() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL2(_index,_x,_y); +} +static unsafe void Test_VertexAttribL2_13791() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribL2(_index,_v); +} +static unsafe void Test_VertexAttribL2_13792() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL2(_index,ref _v); +} +static unsafe void Test_VertexAttribL2_13793() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttribL2(_index,_v); +} +static unsafe void Test_VertexAttribL2_13794() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribL2(_index,_v); +} +static unsafe void Test_VertexAttribL2_13795() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL2(_index,ref _v); +} +static unsafe void Test_VertexAttribL2_13796() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttribL2(_index,_v); +} +static unsafe void Test_VertexAttribL3_13797() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribL3_13798() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribL3_13799() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribL3(_index,_v); +} +static unsafe void Test_VertexAttribL3_13800() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL3(_index,ref _v); +} +static unsafe void Test_VertexAttribL3_13801() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttribL3(_index,_v); +} +static unsafe void Test_VertexAttribL3_13802() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribL3(_index,_v); +} +static unsafe void Test_VertexAttribL3_13803() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL3(_index,ref _v); +} +static unsafe void Test_VertexAttribL3_13804() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttribL3(_index,_v); +} +static unsafe void Test_VertexAttribL4_13805() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribL4_13806() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribL4_13807() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribL4(_index,_v); +} +static unsafe void Test_VertexAttribL4_13808() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL4(_index,ref _v); +} +static unsafe void Test_VertexAttribL4_13809() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttribL4(_index,_v); +} +static unsafe void Test_VertexAttribL4_13810() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribL4(_index,_v); +} +static unsafe void Test_VertexAttribL4_13811() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.VertexAttribL4(_index,ref _v); +} +static unsafe void Test_VertexAttribL4_13812() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.VertexAttribL4(_index,_v); +} +static unsafe void Test_VertexAttribLFormat_13813() { + System.Int32 _attribindex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _relativeoffset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribLFormat(_attribindex,_size,_type,_relativeoffset); +} +static unsafe void Test_VertexAttribLFormat_13814() { + System.UInt32 _attribindex = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.UInt32 _relativeoffset = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribLFormat(_attribindex,_size,_type,_relativeoffset); +} +static unsafe void Test_VertexAttribLPointer_13815() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13816() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13817() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13818() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13819() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribLPointer_13820() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13821() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13822() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13823() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13824() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribLPointer_13825() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13826() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13827() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13828() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13829() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribLPointer_13830() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13831() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13832() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13833() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_13834() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribDPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribDPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribLPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribP1_13835() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribP1(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP1_13836() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribP1(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP1_13837() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribP1(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP1_13838() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribP1(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP2_13839() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribP2(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP2_13840() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribP2(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP2_13841() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribP2(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP2_13842() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribP2(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP3_13843() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribP3(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP3_13844() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribP3(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP3_13845() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribP3(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP3_13846() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribP3(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP4_13847() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribP4(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP4_13848() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexAttribP4(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP4_13849() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribP4(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP4_13850() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexAttribP4(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribPointer_13851() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_13852() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_13853() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_13854() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_13855() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_13856() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_13857() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_13858() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_13859() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_13860() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexBindingDivisor_13861() { + System.Int32 _bindingindex = default(System.Int32); + System.Int32 _divisor = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexBindingDivisor(_bindingindex,_divisor); +} +static unsafe void Test_VertexBindingDivisor_13862() { + System.UInt32 _bindingindex = default(System.UInt32); + System.UInt32 _divisor = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexBindingDivisor(_bindingindex,_divisor); +} +static unsafe void Test_VertexP2_13863() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexP2(_type,_value); +} +static unsafe void Test_VertexP2_13864() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexP2(_type,_value); +} +static unsafe void Test_VertexP2_13865() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexP2(_type,_value); +} +static unsafe void Test_VertexP2_13866() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexP2(_type,_value); +} +static unsafe void Test_VertexP3_13867() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexP3(_type,_value); +} +static unsafe void Test_VertexP3_13868() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexP3(_type,_value); +} +static unsafe void Test_VertexP3_13869() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexP3(_type,_value); +} +static unsafe void Test_VertexP3_13870() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexP3(_type,_value); +} +static unsafe void Test_VertexP4_13871() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexP4(_type,_value); +} +static unsafe void Test_VertexP4_13872() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL.GL.VertexP4(_type,_value); +} +static unsafe void Test_VertexP4_13873() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.VertexP4(_type,_value); +} +static unsafe void Test_VertexP4_13874() { + OpenTK.Graphics.OpenGL.PackedPointerType _type = default(OpenTK.Graphics.OpenGL.PackedPointerType); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL.GL.VertexP4(_type,_value); +} +static unsafe void Test_VertexPointer_13875() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexPointerType _type = default(OpenTK.Graphics.OpenGL.VertexPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_13876() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexPointerType _type = default(OpenTK.Graphics.OpenGL.VertexPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_13877() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexPointerType _type = default(OpenTK.Graphics.OpenGL.VertexPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_13878() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexPointerType _type = default(OpenTK.Graphics.OpenGL.VertexPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_13879() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexPointerType _type = default(OpenTK.Graphics.OpenGL.VertexPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL.GL.VertexPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_Viewport_13880() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.Viewport(_x,_y,_width,_height); +} +static unsafe void Test_ViewportArray_13881() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ViewportArray(_first,_count,_v); +} +static unsafe void Test_ViewportArray_13882() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ViewportArray(_first,_count,ref _v); +} +static unsafe void Test_ViewportArray_13883() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ViewportArray(_first,_count,_v); +} +static unsafe void Test_ViewportArray_13884() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ViewportArray(_first,_count,_v); +} +static unsafe void Test_ViewportArray_13885() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ViewportArray(_first,_count,ref _v); +} +static unsafe void Test_ViewportArray_13886() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ViewportArray(_first,_count,_v); +} +static unsafe void Test_ViewportIndexed_13887() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _w = default(System.Single); + System.Single _h = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ViewportIndexed(_index,_x,_y,_w,_h); +} +static unsafe void Test_ViewportIndexed_13888() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _w = default(System.Single); + System.Single _h = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ViewportIndexed(_index,_x,_y,_w,_h); +} +static unsafe void Test_ViewportIndexed_13889() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ViewportIndexed(_index,_v); +} +static unsafe void Test_ViewportIndexed_13890() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ViewportIndexed(_index,ref _v); +} +static unsafe void Test_ViewportIndexed_13891() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ViewportIndexed(_index,_v); +} +static unsafe void Test_ViewportIndexed_13892() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.ViewportIndexed(_index,_v); +} +static unsafe void Test_ViewportIndexed_13893() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.ViewportIndexed(_index,ref _v); +} +static unsafe void Test_ViewportIndexed_13894() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.ViewportIndexed(_index,_v); +} +static unsafe void Test_WaitSync_13895() { + System.IntPtr _sync = default(System.IntPtr); + System.Int32 _flags = default(System.Int32); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WaitSync_13896() { + System.IntPtr _sync = default(System.IntPtr); + System.Int32 _flags = default(System.Int32); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WaitSync_13897() { + System.IntPtr _sync = default(System.IntPtr); + System.UInt32 _flags = default(System.UInt32); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WaitSync_13898() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.WaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL.WaitSyncFlags); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WaitSync_13899() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.WaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL.WaitSyncFlags); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.OpenGL.WaitSyncStatus r = OpenTK.Graphics.OpenGL.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WindowPos2_13900() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_x,_y); +} +static unsafe void Test_WindowPos2_13901() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_v); +} +static unsafe void Test_WindowPos2_13902() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.WindowPos2(ref _v); +} +static unsafe void Test_WindowPos2_13903() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_v); +} +static unsafe void Test_WindowPos2_13904() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_x,_y); +} +static unsafe void Test_WindowPos2_13905() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_v); +} +static unsafe void Test_WindowPos2_13906() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.WindowPos2(ref _v); +} +static unsafe void Test_WindowPos2_13907() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_v); +} +static unsafe void Test_WindowPos2_13908() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_x,_y); +} +static unsafe void Test_WindowPos2_13909() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_v); +} +static unsafe void Test_WindowPos2_13910() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.WindowPos2(ref _v); +} +static unsafe void Test_WindowPos2_13911() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_v); +} +static unsafe void Test_WindowPos2_13912() { + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_x,_y); +} +static unsafe void Test_WindowPos2_13913() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_v); +} +static unsafe void Test_WindowPos2_13914() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.WindowPos2(ref _v); +} +static unsafe void Test_WindowPos2_13915() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.WindowPos2(_v); +} +static unsafe void Test_WindowPos3_13916() { + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_x,_y,_z); +} +static unsafe void Test_WindowPos3_13917() { + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_v); +} +static unsafe void Test_WindowPos3_13918() { + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL.GL.WindowPos3(ref _v); +} +static unsafe void Test_WindowPos3_13919() { + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_v); +} +static unsafe void Test_WindowPos3_13920() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_x,_y,_z); +} +static unsafe void Test_WindowPos3_13921() { + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_v); +} +static unsafe void Test_WindowPos3_13922() { + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL.GL.WindowPos3(ref _v); +} +static unsafe void Test_WindowPos3_13923() { + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_v); +} +static unsafe void Test_WindowPos3_13924() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_x,_y,_z); +} +static unsafe void Test_WindowPos3_13925() { + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_v); +} +static unsafe void Test_WindowPos3_13926() { + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.WindowPos3(ref _v); +} +static unsafe void Test_WindowPos3_13927() { + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_v); +} +static unsafe void Test_WindowPos3_13928() { + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_x,_y,_z); +} +static unsafe void Test_WindowPos3_13929() { + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_v); +} +static unsafe void Test_WindowPos3_13930() { + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL.GL.WindowPos3(ref _v); +} +static unsafe void Test_WindowPos3_13931() { + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL.GL.WindowPos3(_v); +} +static unsafe void Test_LoadAll_13932() { + OpenTK.Graphics.OpenGL.GL.LoadAll(); +} +static unsafe void Test_Color3_13933() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.OpenGL.GL.Color3(_color); +} +static unsafe void Test_Color4_13934() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.OpenGL.GL.Color4(_color); +} +static unsafe void Test_Color3_13935() { + OpenTK.Vector3 _color = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.Color3(_color); +} +static unsafe void Test_Color4_13936() { + OpenTK.Vector4 _color = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.Color4(_color); +} +static unsafe void Test_Color4_13937() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL.GL.Color4(_color); +} +static unsafe void Test_ClearColor_13938() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.OpenGL.GL.ClearColor(_color); +} +static unsafe void Test_ClearColor_13939() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL.GL.ClearColor(_color); +} +static unsafe void Test_BlendColor_13940() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.OpenGL.GL.BlendColor(_color); +} +static unsafe void Test_BlendColor_13941() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL.GL.BlendColor(_color); +} +static unsafe void Test_Material_13942() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + OpenTK.Vector4 _params = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Material_13943() { + OpenTK.Graphics.OpenGL.MaterialFace _face = default(OpenTK.Graphics.OpenGL.MaterialFace); + OpenTK.Graphics.OpenGL.MaterialParameter _pname = default(OpenTK.Graphics.OpenGL.MaterialParameter); + OpenTK.Graphics.Color4 _params = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Light_13944() { + OpenTK.Graphics.OpenGL.LightName _name = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + OpenTK.Vector4 _params = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.Light(_name,_pname,_params); +} +static unsafe void Test_Light_13945() { + OpenTK.Graphics.OpenGL.LightName _name = default(OpenTK.Graphics.OpenGL.LightName); + OpenTK.Graphics.OpenGL.LightParameter _pname = default(OpenTK.Graphics.OpenGL.LightParameter); + OpenTK.Graphics.Color4 _params = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL.GL.Light(_name,_pname,_params); +} +static unsafe void Test_Normal3_13946() { + OpenTK.Vector3 _normal = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.Normal3(_normal); +} +static unsafe void Test_RasterPos2_13947() { + OpenTK.Vector2 _pos = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_pos); +} +static unsafe void Test_RasterPos3_13948() { + OpenTK.Vector3 _pos = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_pos); +} +static unsafe void Test_RasterPos4_13949() { + OpenTK.Vector4 _pos = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_pos); +} +static unsafe void Test_Vertex2_13950() { + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex3_13951() { + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex4_13952() { + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_TexCoord2_13953() { + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord3_13954() { + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord4_13955() { + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_Rotate_13956() { + System.Single _angle = default(System.Single); + OpenTK.Vector3 _axis = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.Rotate(_angle,_axis); +} +static unsafe void Test_Scale_13957() { + OpenTK.Vector3 _scale = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.Scale(_scale); +} +static unsafe void Test_Translate_13958() { + OpenTK.Vector3 _trans = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.Translate(_trans); +} +static unsafe void Test_MultMatrix_13959() { + OpenTK.Matrix4 _mat = default(OpenTK.Matrix4); + OpenTK.Graphics.OpenGL.GL.MultMatrix(ref _mat); +} +static unsafe void Test_LoadMatrix_13960() { + OpenTK.Matrix4 _mat = default(OpenTK.Matrix4); + OpenTK.Graphics.OpenGL.GL.LoadMatrix(ref _mat); +} +static unsafe void Test_LoadTransposeMatrix_13961() { + OpenTK.Matrix4 _mat = default(OpenTK.Matrix4); + OpenTK.Graphics.OpenGL.GL.LoadTransposeMatrix(ref _mat); +} +static unsafe void Test_MultTransposeMatrix_13962() { + OpenTK.Matrix4 _mat = default(OpenTK.Matrix4); + OpenTK.Graphics.OpenGL.GL.MultTransposeMatrix(ref _mat); +} +static unsafe void Test_Normal3_13963() { + OpenTK.Vector3d _normal = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.Normal3(_normal); +} +static unsafe void Test_RasterPos2_13964() { + OpenTK.Vector2d _pos = default(OpenTK.Vector2d); + OpenTK.Graphics.OpenGL.GL.RasterPos2(_pos); +} +static unsafe void Test_RasterPos3_13965() { + OpenTK.Vector3d _pos = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.RasterPos3(_pos); +} +static unsafe void Test_RasterPos4_13966() { + OpenTK.Vector4d _pos = default(OpenTK.Vector4d); + OpenTK.Graphics.OpenGL.GL.RasterPos4(_pos); +} +static unsafe void Test_Vertex2_13967() { + OpenTK.Vector2d _v = default(OpenTK.Vector2d); + OpenTK.Graphics.OpenGL.GL.Vertex2(_v); +} +static unsafe void Test_Vertex3_13968() { + OpenTK.Vector3d _v = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.Vertex3(_v); +} +static unsafe void Test_Vertex4_13969() { + OpenTK.Vector4d _v = default(OpenTK.Vector4d); + OpenTK.Graphics.OpenGL.GL.Vertex4(_v); +} +static unsafe void Test_TexCoord2_13970() { + OpenTK.Vector2d _v = default(OpenTK.Vector2d); + OpenTK.Graphics.OpenGL.GL.TexCoord2(_v); +} +static unsafe void Test_TexCoord3_13971() { + OpenTK.Vector3d _v = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.TexCoord3(_v); +} +static unsafe void Test_TexCoord4_13972() { + OpenTK.Vector4d _v = default(OpenTK.Vector4d); + OpenTK.Graphics.OpenGL.GL.TexCoord4(_v); +} +static unsafe void Test_Rotate_13973() { + System.Double _angle = default(System.Double); + OpenTK.Vector3d _axis = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.Rotate(_angle,_axis); +} +static unsafe void Test_Scale_13974() { + OpenTK.Vector3d _scale = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.Scale(_scale); +} +static unsafe void Test_Translate_13975() { + OpenTK.Vector3d _trans = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.Translate(_trans); +} +static unsafe void Test_MultMatrix_13976() { + OpenTK.Matrix4d _mat = default(OpenTK.Matrix4d); + OpenTK.Graphics.OpenGL.GL.MultMatrix(ref _mat); +} +static unsafe void Test_LoadMatrix_13977() { + OpenTK.Matrix4d _mat = default(OpenTK.Matrix4d); + OpenTK.Graphics.OpenGL.GL.LoadMatrix(ref _mat); +} +static unsafe void Test_LoadTransposeMatrix_13978() { + OpenTK.Matrix4d _mat = default(OpenTK.Matrix4d); + OpenTK.Graphics.OpenGL.GL.LoadTransposeMatrix(ref _mat); +} +static unsafe void Test_MultTransposeMatrix_13979() { + OpenTK.Matrix4d _mat = default(OpenTK.Matrix4d); + OpenTK.Graphics.OpenGL.GL.MultTransposeMatrix(ref _mat); +} +static unsafe void Test_Uniform2_13980() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,ref _vector); +} +static unsafe void Test_Uniform3_13981() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,ref _vector); +} +static unsafe void Test_Uniform4_13982() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,ref _vector); +} +static unsafe void Test_Uniform2_13983() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.Uniform2(_location,_vector); +} +static unsafe void Test_Uniform3_13984() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.Uniform3(_location,_vector); +} +static unsafe void Test_Uniform4_13985() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_vector); +} +static unsafe void Test_Uniform4_13986() { + System.Int32 _location = default(System.Int32); + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_color); +} +static unsafe void Test_Uniform4_13987() { + System.Int32 _location = default(System.Int32); + OpenTK.Quaternion _quaternion = default(OpenTK.Quaternion); + OpenTK.Graphics.OpenGL.GL.Uniform4(_location,_quaternion); +} +static unsafe void Test_UniformMatrix2_13988() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2 _matrix = default(OpenTK.Matrix2); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix2_13989() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2d _matrix = default(OpenTK.Matrix2d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix2x3_13990() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2x3 _matrix = default(OpenTK.Matrix2x3); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix2x3_13991() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2x3d _matrix = default(OpenTK.Matrix2x3d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix2x4_13992() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2x4 _matrix = default(OpenTK.Matrix2x4); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x4(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix2x4_13993() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2x4d _matrix = default(OpenTK.Matrix2x4d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix2x4(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3x2_13994() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3x2 _matrix = default(OpenTK.Matrix3x2); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3x2_13995() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3x2d _matrix = default(OpenTK.Matrix3x2d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3_13996() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3 _matrix = default(OpenTK.Matrix3); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3_13997() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3d _matrix = default(OpenTK.Matrix3d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3x4_13998() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3x4 _matrix = default(OpenTK.Matrix3x4); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x4(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3x4_13999() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3x4d _matrix = default(OpenTK.Matrix3x4d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix3x4(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4x2_14000() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4x2 _matrix = default(OpenTK.Matrix4x2); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4x2_14001() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4x2d _matrix = default(OpenTK.Matrix4x2d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4x3_14002() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4x3 _matrix = default(OpenTK.Matrix4x3); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4x3_14003() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4x3d _matrix = default(OpenTK.Matrix4x3d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4x3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4_14004() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4 _matrix = default(OpenTK.Matrix4); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4_14005() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4d _matrix = default(OpenTK.Matrix4d); + OpenTK.Graphics.OpenGL.GL.UniformMatrix4(_location,_transpose,ref _matrix); +} +static unsafe void Test_GetActiveAttrib_14006() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveAttribType _type = default(OpenTK.Graphics.OpenGL.ActiveAttribType); + System.String r = OpenTK.Graphics.OpenGL.GL.GetActiveAttrib(_program,_index,out _size,out _type); +} +static unsafe void Test_GetActiveUniform_14007() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ActiveUniformType _type = default(OpenTK.Graphics.OpenGL.ActiveUniformType); + System.String r = OpenTK.Graphics.OpenGL.GL.GetActiveUniform(_program,_uniformIndex,out _size,out _type); +} +static unsafe void Test_GetActiveUniformName_14008() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL.GL.GetActiveUniformName(_program,_uniformIndex); +} +static unsafe void Test_GetActiveUniformBlockName_14009() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL.GL.GetActiveUniformBlockName(_program,_uniformIndex); +} +static unsafe void Test_ShaderSource_14010() { + System.Int32 _shader = default(System.Int32); + System.String _string = default(System.String); + OpenTK.Graphics.OpenGL.GL.ShaderSource(_shader,_string); +} +static unsafe void Test_GetShaderInfoLog_14011() { + System.Int32 _shader = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL.GL.GetShaderInfoLog(_shader); +} +static unsafe void Test_GetShaderInfoLog_14012() { + System.Int32 _shader = default(System.Int32); + System.String _info = default(System.String); + OpenTK.Graphics.OpenGL.GL.GetShaderInfoLog(_shader,out _info); +} +static unsafe void Test_GetProgramInfoLog_14013() { + System.Int32 _program = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL.GL.GetProgramInfoLog(_program); +} +static unsafe void Test_GetProgramInfoLog_14014() { + System.Int32 _program = default(System.Int32); + System.String _info = default(System.String); + OpenTK.Graphics.OpenGL.GL.GetProgramInfoLog(_program,out _info); +} +static unsafe void Test_PointParameter_14015() { + OpenTK.Graphics.OpenGL.PointSpriteCoordOriginParameter _param = default(OpenTK.Graphics.OpenGL.PointSpriteCoordOriginParameter); + OpenTK.Graphics.OpenGL.GL.PointParameter(_param); +} +static unsafe void Test_VertexAttrib2_14016() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_14017() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_14018() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_14019() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_14020() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_14021() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_MultiTexCoord2_14022() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,ref _v); +} +static unsafe void Test_MultiTexCoord3_14023() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,ref _v); +} +static unsafe void Test_MultiTexCoord4_14024() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,ref _v); +} +static unsafe void Test_VertexAttrib2_14025() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2d _v = default(OpenTK.Vector2d); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_14026() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3d _v = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_14027() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4d _v = default(OpenTK.Vector4d); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_14028() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2d _v = default(OpenTK.Vector2d); + OpenTK.Graphics.OpenGL.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_14029() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3d _v = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_14030() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4d _v = default(OpenTK.Vector4d); + OpenTK.Graphics.OpenGL.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_MultiTexCoord2_14031() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Vector2d _v = default(OpenTK.Vector2d); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord2(_target,ref _v); +} +static unsafe void Test_MultiTexCoord3_14032() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Vector3d _v = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord3(_target,ref _v); +} +static unsafe void Test_MultiTexCoord4_14033() { + OpenTK.Graphics.OpenGL.TextureUnit _target = default(OpenTK.Graphics.OpenGL.TextureUnit); + OpenTK.Vector4d _v = default(OpenTK.Vector4d); + OpenTK.Graphics.OpenGL.GL.MultiTexCoord4(_target,ref _v); +} +static unsafe void Test_Rect_14034() { + System.Drawing.RectangleF _rect = default(System.Drawing.RectangleF); + OpenTK.Graphics.OpenGL.GL.Rect(_rect); +} +static unsafe void Test_Rect_14035() { + System.Drawing.Rectangle _rect = default(System.Drawing.Rectangle); + OpenTK.Graphics.OpenGL.GL.Rect(_rect); +} +static unsafe void Test_Rect_14036() { + System.Drawing.RectangleF _rect = default(System.Drawing.RectangleF); + OpenTK.Graphics.OpenGL.GL.Rect(ref _rect); +} +static unsafe void Test_Rect_14037() { + System.Drawing.Rectangle _rect = default(System.Drawing.Rectangle); + OpenTK.Graphics.OpenGL.GL.Rect(ref _rect); +} +static unsafe void Test_VertexPointer_14038() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexPointerType _type = default(OpenTK.Graphics.OpenGL.VertexPointerType); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexPointer(_size,_type,_stride,_offset); +} +static unsafe void Test_NormalPointer_14039() { + OpenTK.Graphics.OpenGL.NormalPointerType _type = default(OpenTK.Graphics.OpenGL.NormalPointerType); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.NormalPointer(_type,_stride,_offset); +} +static unsafe void Test_IndexPointer_14040() { + OpenTK.Graphics.OpenGL.IndexPointerType _type = default(OpenTK.Graphics.OpenGL.IndexPointerType); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.IndexPointer(_type,_stride,_offset); +} +static unsafe void Test_ColorPointer_14041() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.ColorPointerType _type = default(OpenTK.Graphics.OpenGL.ColorPointerType); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.ColorPointer(_size,_type,_stride,_offset); +} +static unsafe void Test_FogCoordPointer_14042() { + OpenTK.Graphics.OpenGL.FogPointerType _type = default(OpenTK.Graphics.OpenGL.FogPointerType); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.FogCoordPointer(_type,_stride,_offset); +} +static unsafe void Test_EdgeFlagPointer_14043() { + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.EdgeFlagPointer(_stride,_offset); +} +static unsafe void Test_TexCoordPointer_14044() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.TexCoordPointerType _type = default(OpenTK.Graphics.OpenGL.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.TexCoordPointer(_size,_type,_stride,_offset); +} +static unsafe void Test_VertexAttribPointer_14045() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_offset); +} +static unsafe void Test_GetFloat_14046() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_14047() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_14048() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_14049() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + OpenTK.Matrix4 _matrix = default(OpenTK.Matrix4); + OpenTK.Graphics.OpenGL.GL.GetFloat(_pname,out _matrix); +} +static unsafe void Test_GetDouble_14050() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + OpenTK.Vector2d _vector = default(OpenTK.Vector2d); + OpenTK.Graphics.OpenGL.GL.GetDouble(_pname,out _vector); +} +static unsafe void Test_GetDouble_14051() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + OpenTK.Vector3d _vector = default(OpenTK.Vector3d); + OpenTK.Graphics.OpenGL.GL.GetDouble(_pname,out _vector); +} +static unsafe void Test_GetDouble_14052() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + OpenTK.Vector4d _vector = default(OpenTK.Vector4d); + OpenTK.Graphics.OpenGL.GL.GetDouble(_pname,out _vector); +} +static unsafe void Test_GetDouble_14053() { + OpenTK.Graphics.OpenGL.GetPName _pname = default(OpenTK.Graphics.OpenGL.GetPName); + OpenTK.Matrix4d _matrix = default(OpenTK.Matrix4d); + OpenTK.Graphics.OpenGL.GL.GetDouble(_pname,out _matrix); +} +static unsafe void Test_Viewport_14054() { + System.Drawing.Size _size = default(System.Drawing.Size); + OpenTK.Graphics.OpenGL.GL.Viewport(_size); +} +static unsafe void Test_Viewport_14055() { + System.Drawing.Point _location = default(System.Drawing.Point); + System.Drawing.Size _size = default(System.Drawing.Size); + OpenTK.Graphics.OpenGL.GL.Viewport(_location,_size); +} +static unsafe void Test_Viewport_14056() { + System.Drawing.Rectangle _rectangle = default(System.Drawing.Rectangle); + OpenTK.Graphics.OpenGL.GL.Viewport(_rectangle); +} +static unsafe void Test_TexEnv_14057() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.OpenGL.GL.TexEnv(_target,_pname,_color); +} +static unsafe void Test_TexEnv_14058() { + OpenTK.Graphics.OpenGL.TextureEnvTarget _target = default(OpenTK.Graphics.OpenGL.TextureEnvTarget); + OpenTK.Graphics.OpenGL.TextureEnvParameter _pname = default(OpenTK.Graphics.OpenGL.TextureEnvParameter); + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL.GL.TexEnv(_target,_pname,_color); +} +static unsafe void Test_DisableClientState_14059() { + OpenTK.Graphics.OpenGL.EnableCap _array = default(OpenTK.Graphics.OpenGL.EnableCap); + OpenTK.Graphics.OpenGL.GL.DisableClientState(_array); +} +static unsafe void Test_EnableClientState_14060() { + OpenTK.Graphics.OpenGL.EnableCap _array = default(OpenTK.Graphics.OpenGL.EnableCap); + OpenTK.Graphics.OpenGL.GL.EnableClientState(_array); +} +static unsafe void Test_GetActiveUniforms_14061() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32[] _uniformIndices = default(System.Int32[]); + OpenTK.Graphics.OpenGL.ArbUniformBufferObject _pname = default(OpenTK.Graphics.OpenGL.ArbUniformBufferObject); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_14062() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32 _uniformIndices = default(System.Int32); + OpenTK.Graphics.OpenGL.ArbUniformBufferObject _pname = default(OpenTK.Graphics.OpenGL.ArbUniformBufferObject); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_14063() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32* _uniformIndices = default(System.Int32*); + OpenTK.Graphics.OpenGL.ArbUniformBufferObject _pname = default(OpenTK.Graphics.OpenGL.ArbUniformBufferObject); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_14064() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32[] _uniformIndices = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.ArbUniformBufferObject _pname = default(OpenTK.Graphics.OpenGL.ArbUniformBufferObject); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_14065() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32 _uniformIndices = default(System.UInt32); + OpenTK.Graphics.OpenGL.ArbUniformBufferObject _pname = default(OpenTK.Graphics.OpenGL.ArbUniformBufferObject); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_14066() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32* _uniformIndices = default(System.UInt32*); + OpenTK.Graphics.OpenGL.ArbUniformBufferObject _pname = default(OpenTK.Graphics.OpenGL.ArbUniformBufferObject); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetBufferParameteri64_14067() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + OpenTK.Graphics.OpenGL.Version32 _pname = default(OpenTK.Graphics.OpenGL.Version32); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL.GL.GetBufferParameteri64(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameteri64_14068() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + OpenTK.Graphics.OpenGL.Version32 _pname = default(OpenTK.Graphics.OpenGL.Version32); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL.GL.GetBufferParameteri64(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameteri64_14069() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + OpenTK.Graphics.OpenGL.Version32 _pname = default(OpenTK.Graphics.OpenGL.Version32); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL.GL.GetBufferParameteri64(_target,_pname,_params); +} +static unsafe void Test_FramebufferTextureFace_14070() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + OpenTK.Graphics.OpenGL.Version32 _attachment = default(OpenTK.Graphics.OpenGL.Version32); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.Version32 _face = default(OpenTK.Graphics.OpenGL.Version32); + OpenTK.Graphics.OpenGL.GL.FramebufferTextureFace(_target,_attachment,_texture,_level,_face); +} +static unsafe void Test_FramebufferTextureFace_14071() { + OpenTK.Graphics.OpenGL.Version32 _target = default(OpenTK.Graphics.OpenGL.Version32); + OpenTK.Graphics.OpenGL.Version32 _attachment = default(OpenTK.Graphics.OpenGL.Version32); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL.Version32 _face = default(OpenTK.Graphics.OpenGL.Version32); + OpenTK.Graphics.OpenGL.GL.FramebufferTextureFace(_target,_attachment,_texture,_level,_face); +} +static unsafe void Test_GetAttachedShaders_14072() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.Int32[] _obj = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetAttachedShaders(_program,_maxCount,_count,_obj); +} +static unsafe void Test_GetAttachedShaders_14073() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.UInt32[] _obj = default(System.UInt32[]); + OpenTK.Graphics.OpenGL.GL.GetAttachedShaders(_program,_maxCount,_count,_obj); +} +static unsafe void Test_GetSeparableFilter_14074() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + System.IntPtr _column = default(System.IntPtr); + int[] _span = default(int[]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_14075() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + System.IntPtr _column = default(System.IntPtr); + int[,] _span = default(int[,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_14076() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + System.IntPtr _column = default(System.IntPtr); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_14077() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + System.IntPtr _column = default(System.IntPtr); + int _span = default(int); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,ref _span); +} +static unsafe void Test_GetSeparableFilter_14078() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + int[] _column = default(int[]); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_14079() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + int[,] _column = default(int[,]); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_14080() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + int[,,] _column = default(int[,,]); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_14081() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + int _column = default(int); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,ref _column,_span); +} +static unsafe void Test_GetSeparableFilter_14082() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _row = default(int[]); + int[,,] _column = default(int[,,]); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_14083() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _row = default(int[,]); + int[,,] _column = default(int[,,]); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_14084() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _row = default(int); + int[,,] _column = default(int[,,]); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.GetSeparableFilter(_target,_format,_type,ref _row,_column,_span); +} +static unsafe void Test_GetSync_14085() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL.ArbSync _pname = default(OpenTK.Graphics.OpenGL.ArbSync); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL.GL.GetSync(_sync,_pname,_bufSize,_length,_values); +} +static unsafe void Test_SeparableFilter2D_14086() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + int[] _column = default(int[]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_14087() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + int[,] _column = default(int[,]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_14088() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + int[,,] _column = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_14089() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + System.IntPtr _row = default(System.IntPtr); + int _column = default(int); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,ref _column); +} +static unsafe void Test_SeparableFilter2D_14090() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[] _row = default(int[]); + int[,,] _column = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_14091() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int[,] _row = default(int[,]); + int[,,] _column = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_14092() { + OpenTK.Graphics.OpenGL.SeparableTarget _target = default(OpenTK.Graphics.OpenGL.SeparableTarget); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _row = default(int); + int[,,] _column = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,ref _row,_column); +} +static unsafe void Test_SeparableFilter2D_14093() { + OpenTK.Graphics.OpenGL.ExtConvolution _target = default(OpenTK.Graphics.OpenGL.ExtConvolution); + OpenTK.Graphics.OpenGL.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL.PixelFormat _format = default(OpenTK.Graphics.OpenGL.PixelFormat); + OpenTK.Graphics.OpenGL.PixelType _type = default(OpenTK.Graphics.OpenGL.PixelType); + int _row = default(int); + int[,,] _column = default(int[,,]); + OpenTK.Graphics.OpenGL.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,ref _row,_column); +} + +static unsafe void Test_Invoke_14095() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.AmdDebugOutput _category = default(OpenTK.Graphics.OpenGL.AmdDebugOutput); + OpenTK.Graphics.OpenGL.AmdDebugOutput _severity = default(OpenTK.Graphics.OpenGL.AmdDebugOutput); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.OpenGL.DebugProcAmd).Invoke(_id,_category,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_14096() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.AmdDebugOutput _category = default(OpenTK.Graphics.OpenGL.AmdDebugOutput); + OpenTK.Graphics.OpenGL.AmdDebugOutput _severity = default(OpenTK.Graphics.OpenGL.AmdDebugOutput); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.OpenGL.DebugProcAmd).BeginInvoke(_id,_category,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_14097() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.OpenGL.DebugProcAmd).EndInvoke(_result); +} + +static unsafe void Test_Invoke_14099() { + OpenTK.Graphics.OpenGL.DebugSource _source = default(OpenTK.Graphics.OpenGL.DebugSource); + OpenTK.Graphics.OpenGL.DebugType _type = default(OpenTK.Graphics.OpenGL.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.OpenGL.DebugProcArb).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_14100() { + OpenTK.Graphics.OpenGL.DebugSource _source = default(OpenTK.Graphics.OpenGL.DebugSource); + OpenTK.Graphics.OpenGL.DebugType _type = default(OpenTK.Graphics.OpenGL.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.OpenGL.DebugProcArb).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_14101() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.OpenGL.DebugProcArb).EndInvoke(_result); +} + +static unsafe void Test_Invoke_14103() { + OpenTK.Graphics.OpenGL.DebugSource _source = default(OpenTK.Graphics.OpenGL.DebugSource); + OpenTK.Graphics.OpenGL.DebugType _type = default(OpenTK.Graphics.OpenGL.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.OpenGL.DebugProc).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_14104() { + OpenTK.Graphics.OpenGL.DebugSource _source = default(OpenTK.Graphics.OpenGL.DebugSource); + OpenTK.Graphics.OpenGL.DebugType _type = default(OpenTK.Graphics.OpenGL.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.OpenGL.DebugProc).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_14105() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.OpenGL.DebugProc).EndInvoke(_result); +} + +static unsafe void Test_Invoke_14107() { + OpenTK.Graphics.OpenGL.DebugSource _source = default(OpenTK.Graphics.OpenGL.DebugSource); + OpenTK.Graphics.OpenGL.DebugType _type = default(OpenTK.Graphics.OpenGL.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.OpenGL.DebugProcKhr).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_14108() { + OpenTK.Graphics.OpenGL.DebugSource _source = default(OpenTK.Graphics.OpenGL.DebugSource); + OpenTK.Graphics.OpenGL.DebugType _type = default(OpenTK.Graphics.OpenGL.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.OpenGL.DebugProcKhr).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_14109() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.OpenGL.DebugProcKhr).EndInvoke(_result); +} + +static unsafe void Test_ActiveTexture_14111() { + OpenTK.Graphics.ES10.All _texture = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.ActiveTexture(_texture); +} +static unsafe void Test_AlphaFunc_14112() { + OpenTK.Graphics.ES10.All _func = default(OpenTK.Graphics.ES10.All); + System.Single _ref = default(System.Single); + OpenTK.Graphics.ES10.GL.AlphaFunc(_func,_ref); +} +static unsafe void Test_AlphaFuncx_14113() { + OpenTK.Graphics.ES10.All _func = default(OpenTK.Graphics.ES10.All); + System.Int32 _ref = default(System.Int32); + OpenTK.Graphics.ES10.GL.AlphaFuncx(_func,_ref); +} +static unsafe void Test_BindTexture_14114() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.ES10.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_14115() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.ES10.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BlendFunc_14116() { + OpenTK.Graphics.ES10.All _sfactor = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _dfactor = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_Clear_14117() { + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES10.GL.Clear(_mask); +} +static unsafe void Test_Clear_14118() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES10.GL.Clear(_mask); +} +static unsafe void Test_ClearColor_14119() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.ES10.GL.ClearColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearColorx_14120() { + System.Int32 _red = default(System.Int32); + System.Int32 _green = default(System.Int32); + System.Int32 _blue = default(System.Int32); + System.Int32 _alpha = default(System.Int32); + OpenTK.Graphics.ES10.GL.ClearColorx(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearDepth_14121() { + System.Single _depth = default(System.Single); + OpenTK.Graphics.ES10.GL.ClearDepth(_depth); +} +static unsafe void Test_ClearDepthx_14122() { + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES10.GL.ClearDepthx(_depth); +} +static unsafe void Test_ClearStencil_14123() { + System.Int32 _s = default(System.Int32); + OpenTK.Graphics.ES10.GL.ClearStencil(_s); +} +static unsafe void Test_ClientActiveTexture_14124() { + OpenTK.Graphics.ES10.All _texture = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.ClientActiveTexture(_texture); +} +static unsafe void Test_Color4_14125() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.ES10.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4x_14126() { + System.Int32 _red = default(System.Int32); + System.Int32 _green = default(System.Int32); + System.Int32 _blue = default(System.Int32); + System.Int32 _alpha = default(System.Int32); + OpenTK.Graphics.ES10.GL.Color4x(_red,_green,_blue,_alpha); +} +static unsafe void Test_ColorMask_14127() { + System.Boolean _red = default(System.Boolean); + System.Boolean _green = default(System.Boolean); + System.Boolean _blue = default(System.Boolean); + System.Boolean _alpha = default(System.Boolean); + OpenTK.Graphics.ES10.GL.ColorMask(_red,_green,_blue,_alpha); +} +static unsafe void Test_ColorPointer_14128() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14129() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES10.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14130() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES10.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14131() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES10.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14132() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES10.GL.ColorPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_CompressedTexImage2D_14133() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES10.All _internalformat = default(OpenTK.Graphics.ES10.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14134() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES10.All _internalformat = default(OpenTK.Graphics.ES10.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES10.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14135() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES10.All _internalformat = default(OpenTK.Graphics.ES10.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES10.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14136() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES10.All _internalformat = default(OpenTK.Graphics.ES10.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES10.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14137() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES10.All _internalformat = default(OpenTK.Graphics.ES10.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES10.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_14138() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14139() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES10.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14140() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES10.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14141() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES10.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14142() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES10.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CopyTexImage2D_14143() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES10.All _internalformat = default(OpenTK.Graphics.ES10.All); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES10.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexSubImage2D_14144() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CullFace_14145() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.CullFace(_mode); +} +static unsafe void Test_DeleteTextures_14146() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14147() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES10.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_14148() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.ES10.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14149() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.ES10.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14150() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES10.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_14151() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.ES10.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DepthFunc_14152() { + OpenTK.Graphics.ES10.All _func = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.DepthFunc(_func); +} +static unsafe void Test_DepthMask_14153() { + System.Boolean _flag = default(System.Boolean); + OpenTK.Graphics.ES10.GL.DepthMask(_flag); +} +static unsafe void Test_DepthRange_14154() { + System.Single _zNear = default(System.Single); + System.Single _zFar = default(System.Single); + OpenTK.Graphics.ES10.GL.DepthRange(_zNear,_zFar); +} +static unsafe void Test_DepthRangex_14155() { + System.Int32 _zNear = default(System.Int32); + System.Int32 _zFar = default(System.Int32); + OpenTK.Graphics.ES10.GL.DepthRangex(_zNear,_zFar); +} +static unsafe void Test_Disable_14156() { + OpenTK.Graphics.ES10.All _cap = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.Disable(_cap); +} +static unsafe void Test_DisableClientState_14157() { + OpenTK.Graphics.ES10.All _array = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.DisableClientState(_array); +} +static unsafe void Test_DrawArrays_14158() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES10.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawElements_14159() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14160() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[] _indices = default(int[]); + OpenTK.Graphics.ES10.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14161() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES10.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14162() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES10.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14163() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int _indices = default(int); + OpenTK.Graphics.ES10.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_Enable_14164() { + OpenTK.Graphics.ES10.All _cap = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.Enable(_cap); +} +static unsafe void Test_EnableClientState_14165() { + OpenTK.Graphics.ES10.All _array = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.EnableClientState(_array); +} +static unsafe void Test_Finish_14166() { + OpenTK.Graphics.ES10.GL.Finish(); +} +static unsafe void Test_Flush_14167() { + OpenTK.Graphics.ES10.GL.Flush(); +} +static unsafe void Test_Fog_14168() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES10.GL.Fog(_pname,_param); +} +static unsafe void Test_Fog_14169() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES10.GL.Fog(_pname,_params); +} +static unsafe void Test_Fog_14170() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES10.GL.Fog(_pname,_params); +} +static unsafe void Test_Fogx_14171() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES10.GL.Fogx(_pname,_param); +} +static unsafe void Test_Fogx_14172() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.Fogx(_pname,_params); +} +static unsafe void Test_Fogx_14173() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES10.GL.Fogx(_pname,_params); +} +static unsafe void Test_FrontFace_14174() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.FrontFace(_mode); +} +static unsafe void Test_Frustum_14175() { + System.Single _left = default(System.Single); + System.Single _right = default(System.Single); + System.Single _bottom = default(System.Single); + System.Single _top = default(System.Single); + System.Single _zNear = default(System.Single); + System.Single _zFar = default(System.Single); + OpenTK.Graphics.ES10.GL.Frustum(_left,_right,_bottom,_top,_zNear,_zFar); +} +static unsafe void Test_Frustumx_14176() { + System.Int32 _left = default(System.Int32); + System.Int32 _right = default(System.Int32); + System.Int32 _bottom = default(System.Int32); + System.Int32 _top = default(System.Int32); + System.Int32 _zNear = default(System.Int32); + System.Int32 _zFar = default(System.Int32); + OpenTK.Graphics.ES10.GL.Frustumx(_left,_right,_bottom,_top,_zNear,_zFar); +} +static unsafe void Test_GenTextures_14177() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_14178() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES10.GL.GenTextures(_n,ref _textures); +} +static unsafe void Test_GenTextures_14179() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.ES10.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_14180() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.ES10.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_14181() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES10.GL.GenTextures(_n,ref _textures); +} +static unsafe void Test_GenTextures_14182() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.ES10.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GetError_14183() { + OpenTK.Graphics.ES10.All r = OpenTK.Graphics.ES10.GL.GetError(); +} +static unsafe void Test_GetInteger_14184() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.GetInteger(_pname,_params); +} +static unsafe void Test_GetInteger_14185() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES10.GL.GetInteger(_pname,ref _params); +} +static unsafe void Test_GetInteger_14186() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES10.GL.GetInteger(_pname,_params); +} +static unsafe void Test_GetString_14187() { + OpenTK.Graphics.ES10.All _name = default(OpenTK.Graphics.ES10.All); + System.String r = OpenTK.Graphics.ES10.GL.GetString(_name); +} +static unsafe void Test_Hint_14188() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.Hint(_target,_mode); +} +static unsafe void Test_Light_14189() { + OpenTK.Graphics.ES10.All _light = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES10.GL.Light(_light,_pname,_param); +} +static unsafe void Test_Light_14190() { + OpenTK.Graphics.ES10.All _light = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES10.GL.Light(_light,_pname,_params); +} +static unsafe void Test_Light_14191() { + OpenTK.Graphics.ES10.All _light = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES10.GL.Light(_light,_pname,_params); +} +static unsafe void Test_LightModel_14192() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES10.GL.LightModel(_pname,_param); +} +static unsafe void Test_LightModel_14193() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES10.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModel_14194() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES10.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModelx_14195() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES10.GL.LightModelx(_pname,_param); +} +static unsafe void Test_LightModelx_14196() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.LightModelx(_pname,_params); +} +static unsafe void Test_LightModelx_14197() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES10.GL.LightModelx(_pname,_params); +} +static unsafe void Test_Lightx_14198() { + OpenTK.Graphics.ES10.All _light = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES10.GL.Lightx(_light,_pname,_param); +} +static unsafe void Test_Lightx_14199() { + OpenTK.Graphics.ES10.All _light = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.Lightx(_light,_pname,_params); +} +static unsafe void Test_Lightx_14200() { + OpenTK.Graphics.ES10.All _light = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES10.GL.Lightx(_light,_pname,_params); +} +static unsafe void Test_LineWidth_14201() { + System.Single _width = default(System.Single); + OpenTK.Graphics.ES10.GL.LineWidth(_width); +} +static unsafe void Test_LineWidthx_14202() { + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.ES10.GL.LineWidthx(_width); +} +static unsafe void Test_LoadIdentity_14203() { + OpenTK.Graphics.ES10.GL.LoadIdentity(); +} +static unsafe void Test_LoadMatrix_14204() { + System.Single[] _m = default(System.Single[]); + OpenTK.Graphics.ES10.GL.LoadMatrix(_m); +} +static unsafe void Test_LoadMatrix_14205() { + System.Single _m = default(System.Single); + OpenTK.Graphics.ES10.GL.LoadMatrix(ref _m); +} +static unsafe void Test_LoadMatrix_14206() { + System.Single* _m = default(System.Single*); + OpenTK.Graphics.ES10.GL.LoadMatrix(_m); +} +static unsafe void Test_LoadMatrixx_14207() { + System.Int32[] _m = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.LoadMatrixx(_m); +} +static unsafe void Test_LoadMatrixx_14208() { + System.Int32 _m = default(System.Int32); + OpenTK.Graphics.ES10.GL.LoadMatrixx(ref _m); +} +static unsafe void Test_LoadMatrixx_14209() { + System.Int32* _m = default(System.Int32*); + OpenTK.Graphics.ES10.GL.LoadMatrixx(_m); +} +static unsafe void Test_LogicOp_14210() { + OpenTK.Graphics.ES10.All _opcode = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.LogicOp(_opcode); +} +static unsafe void Test_Material_14211() { + OpenTK.Graphics.ES10.All _face = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES10.GL.Material(_face,_pname,_param); +} +static unsafe void Test_Material_14212() { + OpenTK.Graphics.ES10.All _face = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES10.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Material_14213() { + OpenTK.Graphics.ES10.All _face = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES10.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Materialx_14214() { + OpenTK.Graphics.ES10.All _face = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES10.GL.Materialx(_face,_pname,_param); +} +static unsafe void Test_Materialx_14215() { + OpenTK.Graphics.ES10.All _face = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.Materialx(_face,_pname,_params); +} +static unsafe void Test_Materialx_14216() { + OpenTK.Graphics.ES10.All _face = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES10.GL.Materialx(_face,_pname,_params); +} +static unsafe void Test_MatrixMode_14217() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.MatrixMode(_mode); +} +static unsafe void Test_MultiTexCoord4_14218() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + System.Single _r = default(System.Single); + System.Single _q = default(System.Single); + OpenTK.Graphics.ES10.GL.MultiTexCoord4(_target,_s,_t,_r,_q); +} +static unsafe void Test_MultiTexCoord4x_14219() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _s = default(System.Int32); + System.Int32 _t = default(System.Int32); + System.Int32 _r = default(System.Int32); + System.Int32 _q = default(System.Int32); + OpenTK.Graphics.ES10.GL.MultiTexCoord4x(_target,_s,_t,_r,_q); +} +static unsafe void Test_MultMatrix_14220() { + System.Single[] _m = default(System.Single[]); + OpenTK.Graphics.ES10.GL.MultMatrix(_m); +} +static unsafe void Test_MultMatrix_14221() { + System.Single _m = default(System.Single); + OpenTK.Graphics.ES10.GL.MultMatrix(ref _m); +} +static unsafe void Test_MultMatrix_14222() { + System.Single* _m = default(System.Single*); + OpenTK.Graphics.ES10.GL.MultMatrix(_m); +} +static unsafe void Test_MultMatrixx_14223() { + System.Int32[] _m = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.MultMatrixx(_m); +} +static unsafe void Test_MultMatrixx_14224() { + System.Int32 _m = default(System.Int32); + OpenTK.Graphics.ES10.GL.MultMatrixx(ref _m); +} +static unsafe void Test_MultMatrixx_14225() { + System.Int32* _m = default(System.Int32*); + OpenTK.Graphics.ES10.GL.MultMatrixx(_m); +} +static unsafe void Test_Normal3_14226() { + System.Single _nx = default(System.Single); + System.Single _ny = default(System.Single); + System.Single _nz = default(System.Single); + OpenTK.Graphics.ES10.GL.Normal3(_nx,_ny,_nz); +} +static unsafe void Test_Normal3x_14227() { + System.Int32 _nx = default(System.Int32); + System.Int32 _ny = default(System.Int32); + System.Int32 _nz = default(System.Int32); + OpenTK.Graphics.ES10.GL.Normal3x(_nx,_ny,_nz); +} +static unsafe void Test_NormalPointer_14228() { + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14229() { + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES10.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14230() { + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES10.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14231() { + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES10.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14232() { + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES10.GL.NormalPointer(_type,_stride,ref _pointer); +} +static unsafe void Test_Ortho_14233() { + System.Single _left = default(System.Single); + System.Single _right = default(System.Single); + System.Single _bottom = default(System.Single); + System.Single _top = default(System.Single); + System.Single _zNear = default(System.Single); + System.Single _zFar = default(System.Single); + OpenTK.Graphics.ES10.GL.Ortho(_left,_right,_bottom,_top,_zNear,_zFar); +} +static unsafe void Test_Orthox_14234() { + System.Int32 _left = default(System.Int32); + System.Int32 _right = default(System.Int32); + System.Int32 _bottom = default(System.Int32); + System.Int32 _top = default(System.Int32); + System.Int32 _zNear = default(System.Int32); + System.Int32 _zFar = default(System.Int32); + OpenTK.Graphics.ES10.GL.Orthox(_left,_right,_bottom,_top,_zNear,_zFar); +} +static unsafe void Test_PixelStore_14235() { + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES10.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PointSize_14236() { + System.Single _size = default(System.Single); + OpenTK.Graphics.ES10.GL.PointSize(_size); +} +static unsafe void Test_PointSizex_14237() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.GL.PointSizex(_size); +} +static unsafe void Test_PolygonOffset_14238() { + System.Single _factor = default(System.Single); + System.Single _units = default(System.Single); + OpenTK.Graphics.ES10.GL.PolygonOffset(_factor,_units); +} +static unsafe void Test_PolygonOffsetx_14239() { + System.Int32 _factor = default(System.Int32); + System.Int32 _units = default(System.Int32); + OpenTK.Graphics.ES10.GL.PolygonOffsetx(_factor,_units); +} +static unsafe void Test_PopMatrix_14240() { + OpenTK.Graphics.ES10.GL.PopMatrix(); +} +static unsafe void Test_PushMatrix_14241() { + OpenTK.Graphics.ES10.GL.PushMatrix(); +} +static unsafe void Test_ReadPixels_14242() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14243() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES10.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14244() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES10.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14245() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES10.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14246() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int _pixels = default(int); + OpenTK.Graphics.ES10.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_Rotate_14247() { + System.Single _angle = default(System.Single); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES10.GL.Rotate(_angle,_x,_y,_z); +} +static unsafe void Test_Rotatex_14248() { + System.Int32 _angle = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.ES10.GL.Rotatex(_angle,_x,_y,_z); +} +static unsafe void Test_SampleCoverage_14249() { + System.Single _value = default(System.Single); + System.Boolean _invert = default(System.Boolean); + OpenTK.Graphics.ES10.GL.SampleCoverage(_value,_invert); +} +static unsafe void Test_SampleCoveragex_14250() { + System.Int32 _value = default(System.Int32); + System.Boolean _invert = default(System.Boolean); + OpenTK.Graphics.ES10.GL.SampleCoveragex(_value,_invert); +} +static unsafe void Test_Scale_14251() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES10.GL.Scale(_x,_y,_z); +} +static unsafe void Test_Scalex_14252() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.ES10.GL.Scalex(_x,_y,_z); +} +static unsafe void Test_Scissor_14253() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.GL.Scissor(_x,_y,_width,_height); +} +static unsafe void Test_ShadeModel_14254() { + OpenTK.Graphics.ES10.All _mode = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.ShadeModel(_mode); +} +static unsafe void Test_StencilFunc_14255() { + OpenTK.Graphics.ES10.All _func = default(OpenTK.Graphics.ES10.All); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES10.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_14256() { + OpenTK.Graphics.ES10.All _func = default(OpenTK.Graphics.ES10.All); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES10.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilMask_14257() { + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES10.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMask_14258() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES10.GL.StencilMask(_mask); +} +static unsafe void Test_StencilOp_14259() { + OpenTK.Graphics.ES10.All _fail = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _zfail = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _zpass = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_TexCoordPointer_14260() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14261() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES10.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14262() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES10.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14263() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES10.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14264() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES10.GL.TexCoordPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_TexEnv_14265() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES10.GL.TexEnv(_target,_pname,_param); +} +static unsafe void Test_TexEnv_14266() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES10.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_14267() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES10.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnvx_14268() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES10.GL.TexEnvx(_target,_pname,_param); +} +static unsafe void Test_TexEnvx_14269() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES10.GL.TexEnvx(_target,_pname,_params); +} +static unsafe void Test_TexEnvx_14270() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES10.GL.TexEnvx(_target,_pname,_params); +} +static unsafe void Test_TexImage2D_14271() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14272() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES10.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14273() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES10.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14274() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES10.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14275() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int _pixels = default(int); + OpenTK.Graphics.ES10.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexParameter_14276() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES10.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameterx_14277() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _pname = default(OpenTK.Graphics.ES10.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES10.GL.TexParameterx(_target,_pname,_param); +} +static unsafe void Test_TexSubImage2D_14278() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14279() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES10.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14280() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES10.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14281() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES10.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14282() { + OpenTK.Graphics.ES10.All _target = default(OpenTK.Graphics.ES10.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.All _format = default(OpenTK.Graphics.ES10.All); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + int _pixels = default(int); + OpenTK.Graphics.ES10.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_Translate_14283() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES10.GL.Translate(_x,_y,_z); +} +static unsafe void Test_Translatex_14284() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.ES10.GL.Translatex(_x,_y,_z); +} +static unsafe void Test_VertexPointer_14285() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES10.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14286() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES10.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14287() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES10.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14288() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES10.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14289() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES10.All _type = default(OpenTK.Graphics.ES10.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES10.GL.VertexPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_Viewport_14290() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES10.GL.Viewport(_x,_y,_width,_height); +} +static void Test_All_14291() { + var _False = OpenTK.Graphics.ES10.All.False; + var _NoError = OpenTK.Graphics.ES10.All.NoError; + var _Zero = OpenTK.Graphics.ES10.All.Zero; + var _Points = OpenTK.Graphics.ES10.All.Points; + var _DepthBufferBit = OpenTK.Graphics.ES10.All.DepthBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES10.All.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.ES10.All.ColorBufferBit; + var _Lines = OpenTK.Graphics.ES10.All.Lines; + var _LineLoop = OpenTK.Graphics.ES10.All.LineLoop; + var _LineStrip = OpenTK.Graphics.ES10.All.LineStrip; + var _Triangles = OpenTK.Graphics.ES10.All.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES10.All.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES10.All.TriangleFan; + var _Add = OpenTK.Graphics.ES10.All.Add; + var _Never = OpenTK.Graphics.ES10.All.Never; + var _Less = OpenTK.Graphics.ES10.All.Less; + var _Equal = OpenTK.Graphics.ES10.All.Equal; + var _Lequal = OpenTK.Graphics.ES10.All.Lequal; + var _Greater = OpenTK.Graphics.ES10.All.Greater; + var _Notequal = OpenTK.Graphics.ES10.All.Notequal; + var _Gequal = OpenTK.Graphics.ES10.All.Gequal; + var _Always = OpenTK.Graphics.ES10.All.Always; + var _SrcColor = OpenTK.Graphics.ES10.All.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES10.All.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES10.All.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES10.All.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES10.All.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES10.All.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES10.All.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES10.All.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES10.All.SrcAlphaSaturate; + var _Front = OpenTK.Graphics.ES10.All.Front; + var _Back = OpenTK.Graphics.ES10.All.Back; + var _FrontAndBack = OpenTK.Graphics.ES10.All.FrontAndBack; + var _InvalidEnum = OpenTK.Graphics.ES10.All.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES10.All.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES10.All.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES10.All.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.ES10.All.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.ES10.All.OutOfMemory; + var _Exp = OpenTK.Graphics.ES10.All.Exp; + var _Exp2 = OpenTK.Graphics.ES10.All.Exp2; + var _Cw = OpenTK.Graphics.ES10.All.Cw; + var _Ccw = OpenTK.Graphics.ES10.All.Ccw; + var _PointSmooth = OpenTK.Graphics.ES10.All.PointSmooth; + var _SmoothPointSizeRange = OpenTK.Graphics.ES10.All.SmoothPointSizeRange; + var _LineSmooth = OpenTK.Graphics.ES10.All.LineSmooth; + var _SmoothLineWidthRange = OpenTK.Graphics.ES10.All.SmoothLineWidthRange; + var _CullFace = OpenTK.Graphics.ES10.All.CullFace; + var _Lighting = OpenTK.Graphics.ES10.All.Lighting; + var _LightModelTwoSide = OpenTK.Graphics.ES10.All.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES10.All.LightModelAmbient; + var _ColorMaterial = OpenTK.Graphics.ES10.All.ColorMaterial; + var _Fog = OpenTK.Graphics.ES10.All.Fog; + var _FogDensity = OpenTK.Graphics.ES10.All.FogDensity; + var _FogStart = OpenTK.Graphics.ES10.All.FogStart; + var _FogEnd = OpenTK.Graphics.ES10.All.FogEnd; + var _FogMode = OpenTK.Graphics.ES10.All.FogMode; + var _FogColor = OpenTK.Graphics.ES10.All.FogColor; + var _DepthTest = OpenTK.Graphics.ES10.All.DepthTest; + var _StencilTest = OpenTK.Graphics.ES10.All.StencilTest; + var _Normalize = OpenTK.Graphics.ES10.All.Normalize; + var _AlphaTest = OpenTK.Graphics.ES10.All.AlphaTest; + var _Dither = OpenTK.Graphics.ES10.All.Dither; + var _Blend = OpenTK.Graphics.ES10.All.Blend; + var _ColorLogicOp = OpenTK.Graphics.ES10.All.ColorLogicOp; + var _ScissorTest = OpenTK.Graphics.ES10.All.ScissorTest; + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES10.All.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES10.All.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES10.All.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES10.All.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES10.All.FogHint; + var _UnpackAlignment = OpenTK.Graphics.ES10.All.UnpackAlignment; + var _PackAlignment = OpenTK.Graphics.ES10.All.PackAlignment; + var _MaxLights = OpenTK.Graphics.ES10.All.MaxLights; + var _MaxTextureSize = OpenTK.Graphics.ES10.All.MaxTextureSize; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES10.All.MaxModelviewStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES10.All.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES10.All.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES10.All.MaxViewportDims; + var _SubpixelBits = OpenTK.Graphics.ES10.All.SubpixelBits; + var _RedBits = OpenTK.Graphics.ES10.All.RedBits; + var _GreenBits = OpenTK.Graphics.ES10.All.GreenBits; + var _BlueBits = OpenTK.Graphics.ES10.All.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES10.All.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES10.All.DepthBits; + var _StencilBits = OpenTK.Graphics.ES10.All.StencilBits; + var _Texture2D = OpenTK.Graphics.ES10.All.Texture2D; + var _DontCare = OpenTK.Graphics.ES10.All.DontCare; + var _Fastest = OpenTK.Graphics.ES10.All.Fastest; + var _Nicest = OpenTK.Graphics.ES10.All.Nicest; + var _Ambient = OpenTK.Graphics.ES10.All.Ambient; + var _Diffuse = OpenTK.Graphics.ES10.All.Diffuse; + var _Specular = OpenTK.Graphics.ES10.All.Specular; + var _Position = OpenTK.Graphics.ES10.All.Position; + var _SpotDirection = OpenTK.Graphics.ES10.All.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES10.All.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES10.All.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES10.All.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES10.All.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES10.All.QuadraticAttenuation; + var _Byte = OpenTK.Graphics.ES10.All.Byte; + var _UnsignedByte = OpenTK.Graphics.ES10.All.UnsignedByte; + var _Short = OpenTK.Graphics.ES10.All.Short; + var _UnsignedShort = OpenTK.Graphics.ES10.All.UnsignedShort; + var _Float = OpenTK.Graphics.ES10.All.Float; + var _Fixed = OpenTK.Graphics.ES10.All.Fixed; + var _Clear = OpenTK.Graphics.ES10.All.Clear; + var _And = OpenTK.Graphics.ES10.All.And; + var _AndReverse = OpenTK.Graphics.ES10.All.AndReverse; + var _Copy = OpenTK.Graphics.ES10.All.Copy; + var _AndInverted = OpenTK.Graphics.ES10.All.AndInverted; + var _Noop = OpenTK.Graphics.ES10.All.Noop; + var _Xor = OpenTK.Graphics.ES10.All.Xor; + var _Or = OpenTK.Graphics.ES10.All.Or; + var _Nor = OpenTK.Graphics.ES10.All.Nor; + var _Equiv = OpenTK.Graphics.ES10.All.Equiv; + var _Invert = OpenTK.Graphics.ES10.All.Invert; + var _OrReverse = OpenTK.Graphics.ES10.All.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES10.All.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES10.All.OrInverted; + var _Nand = OpenTK.Graphics.ES10.All.Nand; + var _Set = OpenTK.Graphics.ES10.All.Set; + var _Emission = OpenTK.Graphics.ES10.All.Emission; + var _Shininess = OpenTK.Graphics.ES10.All.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES10.All.AmbientAndDiffuse; + var _Modelview = OpenTK.Graphics.ES10.All.Modelview; + var _Projection = OpenTK.Graphics.ES10.All.Projection; + var _Texture = OpenTK.Graphics.ES10.All.Texture; + var _Alpha = OpenTK.Graphics.ES10.All.Alpha; + var _Rgb = OpenTK.Graphics.ES10.All.Rgb; + var _Rgba = OpenTK.Graphics.ES10.All.Rgba; + var _Luminance = OpenTK.Graphics.ES10.All.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES10.All.LuminanceAlpha; + var _Flat = OpenTK.Graphics.ES10.All.Flat; + var _Smooth = OpenTK.Graphics.ES10.All.Smooth; + var _Keep = OpenTK.Graphics.ES10.All.Keep; + var _Replace = OpenTK.Graphics.ES10.All.Replace; + var _Incr = OpenTK.Graphics.ES10.All.Incr; + var _Decr = OpenTK.Graphics.ES10.All.Decr; + var _Vendor = OpenTK.Graphics.ES10.All.Vendor; + var _Renderer = OpenTK.Graphics.ES10.All.Renderer; + var _Version = OpenTK.Graphics.ES10.All.Version; + var _Extensions = OpenTK.Graphics.ES10.All.Extensions; + var _Modulate = OpenTK.Graphics.ES10.All.Modulate; + var _Decal = OpenTK.Graphics.ES10.All.Decal; + var _TextureEnvMode = OpenTK.Graphics.ES10.All.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES10.All.TextureEnvColor; + var _TextureEnv = OpenTK.Graphics.ES10.All.TextureEnv; + var _Nearest = OpenTK.Graphics.ES10.All.Nearest; + var _Linear = OpenTK.Graphics.ES10.All.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES10.All.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES10.All.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES10.All.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES10.All.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.ES10.All.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES10.All.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES10.All.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES10.All.TextureWrapT; + var _Repeat = OpenTK.Graphics.ES10.All.Repeat; + var _Light0 = OpenTK.Graphics.ES10.All.Light0; + var _Light1 = OpenTK.Graphics.ES10.All.Light1; + var _Light2 = OpenTK.Graphics.ES10.All.Light2; + var _Light3 = OpenTK.Graphics.ES10.All.Light3; + var _Light4 = OpenTK.Graphics.ES10.All.Light4; + var _Light5 = OpenTK.Graphics.ES10.All.Light5; + var _Light6 = OpenTK.Graphics.ES10.All.Light6; + var _Light7 = OpenTK.Graphics.ES10.All.Light7; + var _UnsignedShort4444 = OpenTK.Graphics.ES10.All.UnsignedShort4444; + var _UnsignedShort5551 = OpenTK.Graphics.ES10.All.UnsignedShort5551; + var _PolygonOffsetFill = OpenTK.Graphics.ES10.All.PolygonOffsetFill; + var _RescaleNormal = OpenTK.Graphics.ES10.All.RescaleNormal; + var _VertexArray = OpenTK.Graphics.ES10.All.VertexArray; + var _NormalArray = OpenTK.Graphics.ES10.All.NormalArray; + var _ColorArray = OpenTK.Graphics.ES10.All.ColorArray; + var _TextureCoordArray = OpenTK.Graphics.ES10.All.TextureCoordArray; + var _Multisample = OpenTK.Graphics.ES10.All.Multisample; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES10.All.SampleAlphaToCoverage; + var _SampleAlphaToOne = OpenTK.Graphics.ES10.All.SampleAlphaToOne; + var _SampleCoverage = OpenTK.Graphics.ES10.All.SampleCoverage; + var _MaxElementsVertices = OpenTK.Graphics.ES10.All.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.ES10.All.MaxElementsIndices; + var _ClampToEdge = OpenTK.Graphics.ES10.All.ClampToEdge; + var _UnsignedShort565 = OpenTK.Graphics.ES10.All.UnsignedShort565; + var _AliasedPointSizeRange = OpenTK.Graphics.ES10.All.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES10.All.AliasedLineWidthRange; + var _Texture0 = OpenTK.Graphics.ES10.All.Texture0; + var _Texture1 = OpenTK.Graphics.ES10.All.Texture1; + var _Texture2 = OpenTK.Graphics.ES10.All.Texture2; + var _Texture3 = OpenTK.Graphics.ES10.All.Texture3; + var _Texture4 = OpenTK.Graphics.ES10.All.Texture4; + var _Texture5 = OpenTK.Graphics.ES10.All.Texture5; + var _Texture6 = OpenTK.Graphics.ES10.All.Texture6; + var _Texture7 = OpenTK.Graphics.ES10.All.Texture7; + var _Texture8 = OpenTK.Graphics.ES10.All.Texture8; + var _Texture9 = OpenTK.Graphics.ES10.All.Texture9; + var _Texture10 = OpenTK.Graphics.ES10.All.Texture10; + var _Texture11 = OpenTK.Graphics.ES10.All.Texture11; + var _Texture12 = OpenTK.Graphics.ES10.All.Texture12; + var _Texture13 = OpenTK.Graphics.ES10.All.Texture13; + var _Texture14 = OpenTK.Graphics.ES10.All.Texture14; + var _Texture15 = OpenTK.Graphics.ES10.All.Texture15; + var _Texture16 = OpenTK.Graphics.ES10.All.Texture16; + var _Texture17 = OpenTK.Graphics.ES10.All.Texture17; + var _Texture18 = OpenTK.Graphics.ES10.All.Texture18; + var _Texture19 = OpenTK.Graphics.ES10.All.Texture19; + var _Texture20 = OpenTK.Graphics.ES10.All.Texture20; + var _Texture21 = OpenTK.Graphics.ES10.All.Texture21; + var _Texture22 = OpenTK.Graphics.ES10.All.Texture22; + var _Texture23 = OpenTK.Graphics.ES10.All.Texture23; + var _Texture24 = OpenTK.Graphics.ES10.All.Texture24; + var _Texture25 = OpenTK.Graphics.ES10.All.Texture25; + var _Texture26 = OpenTK.Graphics.ES10.All.Texture26; + var _Texture27 = OpenTK.Graphics.ES10.All.Texture27; + var _Texture28 = OpenTK.Graphics.ES10.All.Texture28; + var _Texture29 = OpenTK.Graphics.ES10.All.Texture29; + var _Texture30 = OpenTK.Graphics.ES10.All.Texture30; + var _Texture31 = OpenTK.Graphics.ES10.All.Texture31; + var _MaxTextureUnits = OpenTK.Graphics.ES10.All.MaxTextureUnits; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES10.All.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES10.All.CompressedTextureFormats; + var _Palette4Rgb8Oes = OpenTK.Graphics.ES10.All.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES10.All.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES10.All.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES10.All.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES10.All.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES10.All.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES10.All.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES10.All.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES10.All.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES10.All.Palette8Rgb5A1Oes; + var _ImplementationColorReadTypeOes = OpenTK.Graphics.ES10.All.ImplementationColorReadTypeOes; + var _ImplementationColorReadFormatOes = OpenTK.Graphics.ES10.All.ImplementationColorReadFormatOes; + var _OesCompressedPalettedTexture = OpenTK.Graphics.ES10.All.OesCompressedPalettedTexture; + var _OesReadFormat = OpenTK.Graphics.ES10.All.OesReadFormat; + var _OesVersion10 = OpenTK.Graphics.ES10.All.OesVersion10; + var _One = OpenTK.Graphics.ES10.All.One; + var _True = OpenTK.Graphics.ES10.All.True; +} +static void Test_AlphaFunction_14292() { + var _Never = OpenTK.Graphics.ES10.AlphaFunction.Never; + var _Less = OpenTK.Graphics.ES10.AlphaFunction.Less; + var _Equal = OpenTK.Graphics.ES10.AlphaFunction.Equal; + var _Lequal = OpenTK.Graphics.ES10.AlphaFunction.Lequal; + var _Greater = OpenTK.Graphics.ES10.AlphaFunction.Greater; + var _Notequal = OpenTK.Graphics.ES10.AlphaFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES10.AlphaFunction.Gequal; + var _Always = OpenTK.Graphics.ES10.AlphaFunction.Always; +} +static void Test_BeginMode_14293() { + var _Points = OpenTK.Graphics.ES10.BeginMode.Points; + var _Lines = OpenTK.Graphics.ES10.BeginMode.Lines; + var _LineLoop = OpenTK.Graphics.ES10.BeginMode.LineLoop; + var _LineStrip = OpenTK.Graphics.ES10.BeginMode.LineStrip; + var _Triangles = OpenTK.Graphics.ES10.BeginMode.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES10.BeginMode.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES10.BeginMode.TriangleFan; +} +static void Test_BlendingFactorDest_14294() { + var _Zero = OpenTK.Graphics.ES10.BlendingFactorDest.Zero; + var _SrcColor = OpenTK.Graphics.ES10.BlendingFactorDest.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES10.BlendingFactorDest.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES10.BlendingFactorDest.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES10.BlendingFactorDest.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES10.BlendingFactorDest.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES10.BlendingFactorDest.OneMinusDstAlpha; + var _One = OpenTK.Graphics.ES10.BlendingFactorDest.One; +} +static void Test_BlendingFactorSrc_14295() { + var _DstColor = OpenTK.Graphics.ES10.BlendingFactorSrc.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES10.BlendingFactorSrc.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES10.BlendingFactorSrc.SrcAlphaSaturate; +} +static void Test_Boolean_14296() { + var _False = OpenTK.Graphics.ES10.Boolean.False; + var _True = OpenTK.Graphics.ES10.Boolean.True; +} +static void Test_ClearBufferMask_14297() { + var _DepthBufferBit = OpenTK.Graphics.ES10.ClearBufferMask.DepthBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES10.ClearBufferMask.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.ES10.ClearBufferMask.ColorBufferBit; +} +static void Test_CullFaceMode_14298() { + var _Front = OpenTK.Graphics.ES10.CullFaceMode.Front; + var _Back = OpenTK.Graphics.ES10.CullFaceMode.Back; + var _FrontAndBack = OpenTK.Graphics.ES10.CullFaceMode.FrontAndBack; +} +static void Test_DataType_14299() { + var _Byte = OpenTK.Graphics.ES10.DataType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES10.DataType.UnsignedByte; + var _Short = OpenTK.Graphics.ES10.DataType.Short; + var _UnsignedShort = OpenTK.Graphics.ES10.DataType.UnsignedShort; + var _Float = OpenTK.Graphics.ES10.DataType.Float; + var _Fixed = OpenTK.Graphics.ES10.DataType.Fixed; +} +static void Test_EnableCap_14300() { + var _PointSmooth = OpenTK.Graphics.ES10.EnableCap.PointSmooth; + var _LineSmooth = OpenTK.Graphics.ES10.EnableCap.LineSmooth; + var _CullFace = OpenTK.Graphics.ES10.EnableCap.CullFace; + var _Lighting = OpenTK.Graphics.ES10.EnableCap.Lighting; + var _ColorMaterial = OpenTK.Graphics.ES10.EnableCap.ColorMaterial; + var _Fog = OpenTK.Graphics.ES10.EnableCap.Fog; + var _DepthTest = OpenTK.Graphics.ES10.EnableCap.DepthTest; + var _StencilTest = OpenTK.Graphics.ES10.EnableCap.StencilTest; + var _Normalize = OpenTK.Graphics.ES10.EnableCap.Normalize; + var _AlphaTest = OpenTK.Graphics.ES10.EnableCap.AlphaTest; + var _Dither = OpenTK.Graphics.ES10.EnableCap.Dither; + var _Blend = OpenTK.Graphics.ES10.EnableCap.Blend; + var _ColorLogicOp = OpenTK.Graphics.ES10.EnableCap.ColorLogicOp; + var _ScissorTest = OpenTK.Graphics.ES10.EnableCap.ScissorTest; + var _Texture2D = OpenTK.Graphics.ES10.EnableCap.Texture2D; + var _PolygonOffsetFill = OpenTK.Graphics.ES10.EnableCap.PolygonOffsetFill; + var _RescaleNormal = OpenTK.Graphics.ES10.EnableCap.RescaleNormal; + var _VertexArray = OpenTK.Graphics.ES10.EnableCap.VertexArray; + var _NormalArray = OpenTK.Graphics.ES10.EnableCap.NormalArray; + var _ColorArray = OpenTK.Graphics.ES10.EnableCap.ColorArray; + var _TextureCoordArray = OpenTK.Graphics.ES10.EnableCap.TextureCoordArray; + var _Multisample = OpenTK.Graphics.ES10.EnableCap.Multisample; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES10.EnableCap.SampleAlphaToCoverage; + var _SampleAlphaToOne = OpenTK.Graphics.ES10.EnableCap.SampleAlphaToOne; + var _SampleCoverage = OpenTK.Graphics.ES10.EnableCap.SampleCoverage; +} +static void Test_ErrorCode_14301() { + var _NoError = OpenTK.Graphics.ES10.ErrorCode.NoError; + var _InvalidEnum = OpenTK.Graphics.ES10.ErrorCode.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES10.ErrorCode.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES10.ErrorCode.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES10.ErrorCode.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.ES10.ErrorCode.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.ES10.ErrorCode.OutOfMemory; +} +static void Test_Extensions_14302() { + var _OesCompressedPalettedTexture = OpenTK.Graphics.ES10.Extensions.OesCompressedPalettedTexture; + var _OesReadFormat = OpenTK.Graphics.ES10.Extensions.OesReadFormat; + var _OesVersion10 = OpenTK.Graphics.ES10.Extensions.OesVersion10; +} +static void Test_FogMode_14303() { + var _Exp = OpenTK.Graphics.ES10.FogMode.Exp; + var _Exp2 = OpenTK.Graphics.ES10.FogMode.Exp2; +} +static void Test_FogParameter_14304() { + var _FogDensity = OpenTK.Graphics.ES10.FogParameter.FogDensity; + var _FogStart = OpenTK.Graphics.ES10.FogParameter.FogStart; + var _FogEnd = OpenTK.Graphics.ES10.FogParameter.FogEnd; + var _FogMode = OpenTK.Graphics.ES10.FogParameter.FogMode; + var _FogColor = OpenTK.Graphics.ES10.FogParameter.FogColor; +} +static void Test_FrontFaceDirection_14305() { + var _Cw = OpenTK.Graphics.ES10.FrontFaceDirection.Cw; + var _Ccw = OpenTK.Graphics.ES10.FrontFaceDirection.Ccw; +} +static void Test_GetPName_14306() { + var _SmoothPointSizeRange = OpenTK.Graphics.ES10.GetPName.SmoothPointSizeRange; + var _SmoothLineWidthRange = OpenTK.Graphics.ES10.GetPName.SmoothLineWidthRange; + var _MaxLights = OpenTK.Graphics.ES10.GetPName.MaxLights; + var _MaxTextureSize = OpenTK.Graphics.ES10.GetPName.MaxTextureSize; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES10.GetPName.MaxModelviewStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES10.GetPName.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES10.GetPName.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES10.GetPName.MaxViewportDims; + var _SubpixelBits = OpenTK.Graphics.ES10.GetPName.SubpixelBits; + var _RedBits = OpenTK.Graphics.ES10.GetPName.RedBits; + var _GreenBits = OpenTK.Graphics.ES10.GetPName.GreenBits; + var _BlueBits = OpenTK.Graphics.ES10.GetPName.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES10.GetPName.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES10.GetPName.DepthBits; + var _StencilBits = OpenTK.Graphics.ES10.GetPName.StencilBits; + var _MaxElementsVertices = OpenTK.Graphics.ES10.GetPName.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.ES10.GetPName.MaxElementsIndices; + var _AliasedPointSizeRange = OpenTK.Graphics.ES10.GetPName.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES10.GetPName.AliasedLineWidthRange; + var _MaxTextureUnits = OpenTK.Graphics.ES10.GetPName.MaxTextureUnits; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES10.GetPName.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES10.GetPName.CompressedTextureFormats; + var _ImplementationColorReadTypeOes = OpenTK.Graphics.ES10.GetPName.ImplementationColorReadTypeOes; + var _ImplementationColorReadFormatOes = OpenTK.Graphics.ES10.GetPName.ImplementationColorReadFormatOes; +} +static void Test_HintMode_14307() { + var _DontCare = OpenTK.Graphics.ES10.HintMode.DontCare; + var _Fastest = OpenTK.Graphics.ES10.HintMode.Fastest; + var _Nicest = OpenTK.Graphics.ES10.HintMode.Nicest; +} +static void Test_HintTarget_14308() { + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES10.HintTarget.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES10.HintTarget.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES10.HintTarget.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES10.HintTarget.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES10.HintTarget.FogHint; +} +static void Test_LightModelParameter_14309() { + var _LightModelTwoSide = OpenTK.Graphics.ES10.LightModelParameter.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES10.LightModelParameter.LightModelAmbient; +} +static void Test_LightName_14310() { + var _Light0 = OpenTK.Graphics.ES10.LightName.Light0; + var _Light1 = OpenTK.Graphics.ES10.LightName.Light1; + var _Light2 = OpenTK.Graphics.ES10.LightName.Light2; + var _Light3 = OpenTK.Graphics.ES10.LightName.Light3; + var _Light4 = OpenTK.Graphics.ES10.LightName.Light4; + var _Light5 = OpenTK.Graphics.ES10.LightName.Light5; + var _Light6 = OpenTK.Graphics.ES10.LightName.Light6; + var _Light7 = OpenTK.Graphics.ES10.LightName.Light7; +} +static void Test_LightParameter_14311() { + var _Ambient = OpenTK.Graphics.ES10.LightParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES10.LightParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES10.LightParameter.Specular; + var _Position = OpenTK.Graphics.ES10.LightParameter.Position; + var _SpotDirection = OpenTK.Graphics.ES10.LightParameter.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES10.LightParameter.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES10.LightParameter.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES10.LightParameter.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES10.LightParameter.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES10.LightParameter.QuadraticAttenuation; +} +static void Test_LogicOp_14312() { + var _Clear = OpenTK.Graphics.ES10.LogicOp.Clear; + var _And = OpenTK.Graphics.ES10.LogicOp.And; + var _AndReverse = OpenTK.Graphics.ES10.LogicOp.AndReverse; + var _Copy = OpenTK.Graphics.ES10.LogicOp.Copy; + var _AndInverted = OpenTK.Graphics.ES10.LogicOp.AndInverted; + var _Noop = OpenTK.Graphics.ES10.LogicOp.Noop; + var _Xor = OpenTK.Graphics.ES10.LogicOp.Xor; + var _Or = OpenTK.Graphics.ES10.LogicOp.Or; + var _Nor = OpenTK.Graphics.ES10.LogicOp.Nor; + var _Equiv = OpenTK.Graphics.ES10.LogicOp.Equiv; + var _Invert = OpenTK.Graphics.ES10.LogicOp.Invert; + var _OrReverse = OpenTK.Graphics.ES10.LogicOp.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES10.LogicOp.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES10.LogicOp.OrInverted; + var _Nand = OpenTK.Graphics.ES10.LogicOp.Nand; + var _Set = OpenTK.Graphics.ES10.LogicOp.Set; +} +static void Test_MaterialParameter_14313() { + var _Emission = OpenTK.Graphics.ES10.MaterialParameter.Emission; + var _Shininess = OpenTK.Graphics.ES10.MaterialParameter.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES10.MaterialParameter.AmbientAndDiffuse; +} +static void Test_MatrixMode_14314() { + var _Modelview = OpenTK.Graphics.ES10.MatrixMode.Modelview; + var _Projection = OpenTK.Graphics.ES10.MatrixMode.Projection; + var _Texture = OpenTK.Graphics.ES10.MatrixMode.Texture; +} +static void Test_PixelFormat_14315() { + var _Alpha = OpenTK.Graphics.ES10.PixelFormat.Alpha; + var _Rgb = OpenTK.Graphics.ES10.PixelFormat.Rgb; + var _Rgba = OpenTK.Graphics.ES10.PixelFormat.Rgba; + var _Luminance = OpenTK.Graphics.ES10.PixelFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES10.PixelFormat.LuminanceAlpha; +} +static void Test_PixelInternalFormat_14316() { + var _Palette4Rgb8Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES10.PixelInternalFormat.Palette8Rgb5A1Oes; +} +static void Test_PixelStoreParameter_14317() { + var _UnpackAlignment = OpenTK.Graphics.ES10.PixelStoreParameter.UnpackAlignment; + var _PackAlignment = OpenTK.Graphics.ES10.PixelStoreParameter.PackAlignment; +} +static void Test_PixelType_14318() { + var _UnsignedShort4444 = OpenTK.Graphics.ES10.PixelType.UnsignedShort4444; + var _UnsignedShort5551 = OpenTK.Graphics.ES10.PixelType.UnsignedShort5551; + var _UnsignedShort565 = OpenTK.Graphics.ES10.PixelType.UnsignedShort565; +} +static void Test_ShadingModel_14319() { + var _Flat = OpenTK.Graphics.ES10.ShadingModel.Flat; + var _Smooth = OpenTK.Graphics.ES10.ShadingModel.Smooth; +} +static void Test_StencilOp_14320() { + var _Keep = OpenTK.Graphics.ES10.StencilOp.Keep; + var _Replace = OpenTK.Graphics.ES10.StencilOp.Replace; + var _Incr = OpenTK.Graphics.ES10.StencilOp.Incr; + var _Decr = OpenTK.Graphics.ES10.StencilOp.Decr; +} +static void Test_StringName_14321() { + var _Vendor = OpenTK.Graphics.ES10.StringName.Vendor; + var _Renderer = OpenTK.Graphics.ES10.StringName.Renderer; + var _Version = OpenTK.Graphics.ES10.StringName.Version; + var _Extensions = OpenTK.Graphics.ES10.StringName.Extensions; +} +static void Test_TextureEnvMode_14322() { + var _Add = OpenTK.Graphics.ES10.TextureEnvMode.Add; + var _Modulate = OpenTK.Graphics.ES10.TextureEnvMode.Modulate; + var _Decal = OpenTK.Graphics.ES10.TextureEnvMode.Decal; +} +static void Test_TextureEnvParameter_14323() { + var _TextureEnvMode = OpenTK.Graphics.ES10.TextureEnvParameter.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES10.TextureEnvParameter.TextureEnvColor; +} +static void Test_TextureEnvTarget_14324() { + var _TextureEnv = OpenTK.Graphics.ES10.TextureEnvTarget.TextureEnv; +} +static void Test_TextureMagFilter_14325() { + var _Nearest = OpenTK.Graphics.ES10.TextureMagFilter.Nearest; + var _Linear = OpenTK.Graphics.ES10.TextureMagFilter.Linear; +} +static void Test_TextureMinFilter_14326() { + var _NearestMipmapNearest = OpenTK.Graphics.ES10.TextureMinFilter.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES10.TextureMinFilter.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES10.TextureMinFilter.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES10.TextureMinFilter.LinearMipmapLinear; +} +static void Test_TextureParameterName_14327() { + var _TextureMagFilter = OpenTK.Graphics.ES10.TextureParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES10.TextureParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES10.TextureParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES10.TextureParameterName.TextureWrapT; +} +static void Test_TextureUnit_14328() { + var _Texture0 = OpenTK.Graphics.ES10.TextureUnit.Texture0; + var _Texture1 = OpenTK.Graphics.ES10.TextureUnit.Texture1; + var _Texture2 = OpenTK.Graphics.ES10.TextureUnit.Texture2; + var _Texture3 = OpenTK.Graphics.ES10.TextureUnit.Texture3; + var _Texture4 = OpenTK.Graphics.ES10.TextureUnit.Texture4; + var _Texture5 = OpenTK.Graphics.ES10.TextureUnit.Texture5; + var _Texture6 = OpenTK.Graphics.ES10.TextureUnit.Texture6; + var _Texture7 = OpenTK.Graphics.ES10.TextureUnit.Texture7; + var _Texture8 = OpenTK.Graphics.ES10.TextureUnit.Texture8; + var _Texture9 = OpenTK.Graphics.ES10.TextureUnit.Texture9; + var _Texture10 = OpenTK.Graphics.ES10.TextureUnit.Texture10; + var _Texture11 = OpenTK.Graphics.ES10.TextureUnit.Texture11; + var _Texture12 = OpenTK.Graphics.ES10.TextureUnit.Texture12; + var _Texture13 = OpenTK.Graphics.ES10.TextureUnit.Texture13; + var _Texture14 = OpenTK.Graphics.ES10.TextureUnit.Texture14; + var _Texture15 = OpenTK.Graphics.ES10.TextureUnit.Texture15; + var _Texture16 = OpenTK.Graphics.ES10.TextureUnit.Texture16; + var _Texture17 = OpenTK.Graphics.ES10.TextureUnit.Texture17; + var _Texture18 = OpenTK.Graphics.ES10.TextureUnit.Texture18; + var _Texture19 = OpenTK.Graphics.ES10.TextureUnit.Texture19; + var _Texture20 = OpenTK.Graphics.ES10.TextureUnit.Texture20; + var _Texture21 = OpenTK.Graphics.ES10.TextureUnit.Texture21; + var _Texture22 = OpenTK.Graphics.ES10.TextureUnit.Texture22; + var _Texture23 = OpenTK.Graphics.ES10.TextureUnit.Texture23; + var _Texture24 = OpenTK.Graphics.ES10.TextureUnit.Texture24; + var _Texture25 = OpenTK.Graphics.ES10.TextureUnit.Texture25; + var _Texture26 = OpenTK.Graphics.ES10.TextureUnit.Texture26; + var _Texture27 = OpenTK.Graphics.ES10.TextureUnit.Texture27; + var _Texture28 = OpenTK.Graphics.ES10.TextureUnit.Texture28; + var _Texture29 = OpenTK.Graphics.ES10.TextureUnit.Texture29; + var _Texture30 = OpenTK.Graphics.ES10.TextureUnit.Texture30; + var _Texture31 = OpenTK.Graphics.ES10.TextureUnit.Texture31; +} +static void Test_TextureWrapMode_14329() { + var _Repeat = OpenTK.Graphics.ES10.TextureWrapMode.Repeat; + var _ClampToEdge = OpenTK.Graphics.ES10.TextureWrapMode.ClampToEdge; +} + +static unsafe void Test_ActiveTexture_14331() { + OpenTK.Graphics.ES11.All _texture = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.ActiveTexture(_texture); +} +static unsafe void Test_ActiveTexture_14332() { + OpenTK.Graphics.ES11.TextureUnit _texture = default(OpenTK.Graphics.ES11.TextureUnit); + OpenTK.Graphics.ES11.GL.ActiveTexture(_texture); +} +static unsafe void Test_AlphaFunc_14333() { + OpenTK.Graphics.ES11.All _func = default(OpenTK.Graphics.ES11.All); + System.Single _ref = default(System.Single); + OpenTK.Graphics.ES11.GL.AlphaFunc(_func,_ref); +} +static unsafe void Test_AlphaFunc_14334() { + OpenTK.Graphics.ES11.AlphaFunction _func = default(OpenTK.Graphics.ES11.AlphaFunction); + System.Single _ref = default(System.Single); + OpenTK.Graphics.ES11.GL.AlphaFunc(_func,_ref); +} +static unsafe void Test_AlphaFuncx_14335() { + OpenTK.Graphics.ES11.All _func = default(OpenTK.Graphics.ES11.All); + System.Int32 _ref = default(System.Int32); + OpenTK.Graphics.ES11.GL.AlphaFuncx(_func,_ref); +} +static unsafe void Test_BindBuffer_14336() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.ES11.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_14337() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.ES11.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindTexture_14338() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.ES11.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_14339() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.ES11.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_14340() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.ES11.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_14341() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.ES11.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BlendFunc_14342() { + OpenTK.Graphics.ES11.All _sfactor = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _dfactor = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BlendFunc_14343() { + OpenTK.Graphics.ES11.BlendingFactorSrc _sfactor = default(OpenTK.Graphics.ES11.BlendingFactorSrc); + OpenTK.Graphics.ES11.BlendingFactorDest _dfactor = default(OpenTK.Graphics.ES11.BlendingFactorDest); + OpenTK.Graphics.ES11.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BufferData_14344() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES11.All _usage = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14345() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES11.All _usage = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14346() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES11.All _usage = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14347() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES11.All _usage = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14348() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES11.All _usage = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.BufferData(_target,_size,ref _data,_usage); +} +static unsafe void Test_BufferSubData_14349() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14350() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES11.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14351() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES11.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14352() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES11.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14353() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES11.GL.BufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_Clear_14354() { + OpenTK.Graphics.ES11.All _mask = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.Clear(_mask); +} +static unsafe void Test_Clear_14355() { + OpenTK.Graphics.ES11.ClearBufferMask _mask = default(OpenTK.Graphics.ES11.ClearBufferMask); + OpenTK.Graphics.ES11.GL.Clear(_mask); +} +static unsafe void Test_Clear_14356() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES11.GL.Clear(_mask); +} +static unsafe void Test_ClearColor_14357() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.ES11.GL.ClearColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearColorx_14358() { + System.Int32 _red = default(System.Int32); + System.Int32 _green = default(System.Int32); + System.Int32 _blue = default(System.Int32); + System.Int32 _alpha = default(System.Int32); + OpenTK.Graphics.ES11.GL.ClearColorx(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearDepth_14359() { + System.Single _d = default(System.Single); + OpenTK.Graphics.ES11.GL.ClearDepth(_d); +} +static unsafe void Test_ClearDepthx_14360() { + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES11.GL.ClearDepthx(_depth); +} +static unsafe void Test_ClearStencil_14361() { + System.Int32 _s = default(System.Int32); + OpenTK.Graphics.ES11.GL.ClearStencil(_s); +} +static unsafe void Test_ClientActiveTexture_14362() { + OpenTK.Graphics.ES11.All _texture = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.ClientActiveTexture(_texture); +} +static unsafe void Test_ClientActiveTexture_14363() { + OpenTK.Graphics.ES11.TextureUnit _texture = default(OpenTK.Graphics.ES11.TextureUnit); + OpenTK.Graphics.ES11.GL.ClientActiveTexture(_texture); +} +static unsafe void Test_ClipPlane_14364() { + OpenTK.Graphics.ES11.All _p = default(OpenTK.Graphics.ES11.All); + System.Single[] _eqn = default(System.Single[]); + OpenTK.Graphics.ES11.GL.ClipPlane(_p,_eqn); +} +static unsafe void Test_ClipPlane_14365() { + OpenTK.Graphics.ES11.All _p = default(OpenTK.Graphics.ES11.All); + System.Single _eqn = default(System.Single); + OpenTK.Graphics.ES11.GL.ClipPlane(_p,ref _eqn); +} +static unsafe void Test_ClipPlane_14366() { + OpenTK.Graphics.ES11.All _p = default(OpenTK.Graphics.ES11.All); + System.Single* _eqn = default(System.Single*); + OpenTK.Graphics.ES11.GL.ClipPlane(_p,_eqn); +} +static unsafe void Test_ClipPlanex_14367() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Int32[] _equation = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.ClipPlanex(_plane,_equation); +} +static unsafe void Test_ClipPlanex_14368() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Int32 _equation = default(System.Int32); + OpenTK.Graphics.ES11.GL.ClipPlanex(_plane,ref _equation); +} +static unsafe void Test_ClipPlanex_14369() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Int32* _equation = default(System.Int32*); + OpenTK.Graphics.ES11.GL.ClipPlanex(_plane,_equation); +} +static unsafe void Test_Color4_14370() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.ES11.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4_14371() { + System.Byte _red = default(System.Byte); + System.Byte _green = default(System.Byte); + System.Byte _blue = default(System.Byte); + System.Byte _alpha = default(System.Byte); + OpenTK.Graphics.ES11.GL.Color4(_red,_green,_blue,_alpha); +} +static unsafe void Test_Color4x_14372() { + System.Int32 _red = default(System.Int32); + System.Int32 _green = default(System.Int32); + System.Int32 _blue = default(System.Int32); + System.Int32 _alpha = default(System.Int32); + OpenTK.Graphics.ES11.GL.Color4x(_red,_green,_blue,_alpha); +} +static unsafe void Test_ColorMask_14373() { + System.Boolean _red = default(System.Boolean); + System.Boolean _green = default(System.Boolean); + System.Boolean _blue = default(System.Boolean); + System.Boolean _alpha = default(System.Boolean); + OpenTK.Graphics.ES11.GL.ColorMask(_red,_green,_blue,_alpha); +} +static unsafe void Test_ColorPointer_14374() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14375() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14376() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14377() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14378() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_ColorPointer_14379() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.ColorPointerType _type = default(OpenTK.Graphics.ES11.ColorPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14380() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.ColorPointerType _type = default(OpenTK.Graphics.ES11.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14381() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.ColorPointerType _type = default(OpenTK.Graphics.ES11.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14382() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.ColorPointerType _type = default(OpenTK.Graphics.ES11.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_ColorPointer_14383() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.ColorPointerType _type = default(OpenTK.Graphics.ES11.ColorPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES11.GL.ColorPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_CompressedTexImage2D_14384() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14385() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14386() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14387() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14388() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage2D_14389() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14390() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14391() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14392() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14393() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES11.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_14394() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14395() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14396() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14397() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14398() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_14399() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14400() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14401() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14402() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14403() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES11.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CopyTexImage2D_14404() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexImage2D_14405() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES11.All _internalformat = default(OpenTK.Graphics.ES11.All); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexSubImage2D_14406() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CopyTexSubImage2D_14407() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CullFace_14408() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.CullFace(_mode); +} +static unsafe void Test_CullFace_14409() { + OpenTK.Graphics.ES11.CullFaceMode _mode = default(OpenTK.Graphics.ES11.CullFaceMode); + OpenTK.Graphics.ES11.GL.CullFace(_mode); +} +static unsafe void Test_DeleteBuffer_14410() { + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES11.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffer_14411() { + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES11.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffers_14412() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_14413() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES11.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_14414() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.ES11.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_14415() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.ES11.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_14416() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES11.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_14417() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.ES11.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteTexture_14418() { + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES11.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTexture_14419() { + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES11.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTextures_14420() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14421() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES11.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_14422() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.ES11.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14423() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.ES11.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14424() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES11.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_14425() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.ES11.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DepthFunc_14426() { + OpenTK.Graphics.ES11.All _func = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.DepthFunc(_func); +} +static unsafe void Test_DepthFunc_14427() { + OpenTK.Graphics.ES11.DepthFunction _func = default(OpenTK.Graphics.ES11.DepthFunction); + OpenTK.Graphics.ES11.GL.DepthFunc(_func); +} +static unsafe void Test_DepthMask_14428() { + System.Boolean _flag = default(System.Boolean); + OpenTK.Graphics.ES11.GL.DepthMask(_flag); +} +static unsafe void Test_DepthRange_14429() { + System.Single _n = default(System.Single); + System.Single _f = default(System.Single); + OpenTK.Graphics.ES11.GL.DepthRange(_n,_f); +} +static unsafe void Test_DepthRangex_14430() { + System.Int32 _n = default(System.Int32); + System.Int32 _f = default(System.Int32); + OpenTK.Graphics.ES11.GL.DepthRangex(_n,_f); +} +static unsafe void Test_Disable_14431() { + OpenTK.Graphics.ES11.All _cap = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.Disable(_cap); +} +static unsafe void Test_Disable_14432() { + OpenTK.Graphics.ES11.EnableCap _cap = default(OpenTK.Graphics.ES11.EnableCap); + OpenTK.Graphics.ES11.GL.Disable(_cap); +} +static unsafe void Test_DisableClientState_14433() { + OpenTK.Graphics.ES11.All _array = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.DisableClientState(_array); +} +static unsafe void Test_DisableClientState_14434() { + OpenTK.Graphics.ES11.EnableCap _array = default(OpenTK.Graphics.ES11.EnableCap); + OpenTK.Graphics.ES11.GL.DisableClientState(_array); +} +static unsafe void Test_DrawArrays_14435() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArrays_14436() { + OpenTK.Graphics.ES11.BeginMode _mode = default(OpenTK.Graphics.ES11.BeginMode); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArrays_14437() { + OpenTK.Graphics.ES11.PrimitiveType _mode = default(OpenTK.Graphics.ES11.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawElements_14438() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14439() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[] _indices = default(int[]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14440() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14441() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14442() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int _indices = default(int); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElements_14443() { + OpenTK.Graphics.ES11.BeginMode _mode = default(OpenTK.Graphics.ES11.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14444() { + OpenTK.Graphics.ES11.BeginMode _mode = default(OpenTK.Graphics.ES11.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[] _indices = default(int[]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14445() { + OpenTK.Graphics.ES11.BeginMode _mode = default(OpenTK.Graphics.ES11.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14446() { + OpenTK.Graphics.ES11.BeginMode _mode = default(OpenTK.Graphics.ES11.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14447() { + OpenTK.Graphics.ES11.BeginMode _mode = default(OpenTK.Graphics.ES11.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int _indices = default(int); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElements_14448() { + OpenTK.Graphics.ES11.PrimitiveType _mode = default(OpenTK.Graphics.ES11.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14449() { + OpenTK.Graphics.ES11.PrimitiveType _mode = default(OpenTK.Graphics.ES11.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[] _indices = default(int[]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14450() { + OpenTK.Graphics.ES11.PrimitiveType _mode = default(OpenTK.Graphics.ES11.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14451() { + OpenTK.Graphics.ES11.PrimitiveType _mode = default(OpenTK.Graphics.ES11.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14452() { + OpenTK.Graphics.ES11.PrimitiveType _mode = default(OpenTK.Graphics.ES11.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int _indices = default(int); + OpenTK.Graphics.ES11.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_Enable_14453() { + OpenTK.Graphics.ES11.All _cap = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.Enable(_cap); +} +static unsafe void Test_Enable_14454() { + OpenTK.Graphics.ES11.EnableCap _cap = default(OpenTK.Graphics.ES11.EnableCap); + OpenTK.Graphics.ES11.GL.Enable(_cap); +} +static unsafe void Test_EnableClientState_14455() { + OpenTK.Graphics.ES11.All _array = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.EnableClientState(_array); +} +static unsafe void Test_EnableClientState_14456() { + OpenTK.Graphics.ES11.EnableCap _array = default(OpenTK.Graphics.ES11.EnableCap); + OpenTK.Graphics.ES11.GL.EnableClientState(_array); +} +static unsafe void Test_Finish_14457() { + OpenTK.Graphics.ES11.GL.Finish(); +} +static unsafe void Test_Flush_14458() { + OpenTK.Graphics.ES11.GL.Flush(); +} +static unsafe void Test_Fog_14459() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.Fog(_pname,_param); +} +static unsafe void Test_Fog_14460() { + OpenTK.Graphics.ES11.FogParameter _pname = default(OpenTK.Graphics.ES11.FogParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.Fog(_pname,_param); +} +static unsafe void Test_Fog_14461() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.Fog(_pname,_params); +} +static unsafe void Test_Fog_14462() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.Fog(_pname,_params); +} +static unsafe void Test_Fog_14463() { + OpenTK.Graphics.ES11.FogParameter _pname = default(OpenTK.Graphics.ES11.FogParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.Fog(_pname,_params); +} +static unsafe void Test_Fog_14464() { + OpenTK.Graphics.ES11.FogParameter _pname = default(OpenTK.Graphics.ES11.FogParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.Fog(_pname,_params); +} +static unsafe void Test_Fogx_14465() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.Fogx(_pname,_param); +} +static unsafe void Test_Fogx_14466() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.Fogx(_pname,_param); +} +static unsafe void Test_Fogx_14467() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.ES11.GL.Fogx(_pname,_param); +} +static unsafe void Test_FrontFace_14468() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.FrontFace(_mode); +} +static unsafe void Test_FrontFace_14469() { + OpenTK.Graphics.ES11.FrontFaceDirection _mode = default(OpenTK.Graphics.ES11.FrontFaceDirection); + OpenTK.Graphics.ES11.GL.FrontFace(_mode); +} +static unsafe void Test_Frustum_14470() { + System.Single _l = default(System.Single); + System.Single _r = default(System.Single); + System.Single _b = default(System.Single); + System.Single _t = default(System.Single); + System.Single _n = default(System.Single); + System.Single _f = default(System.Single); + OpenTK.Graphics.ES11.GL.Frustum(_l,_r,_b,_t,_n,_f); +} +static unsafe void Test_Frustumx_14471() { + System.Int32 _l = default(System.Int32); + System.Int32 _r = default(System.Int32); + System.Int32 _b = default(System.Int32); + System.Int32 _t = default(System.Int32); + System.Int32 _n = default(System.Int32); + System.Int32 _f = default(System.Int32); + OpenTK.Graphics.ES11.GL.Frustumx(_l,_r,_b,_t,_n,_f); +} +static unsafe void Test_GenBuffer_14472() { + System.Int32 r = OpenTK.Graphics.ES11.GL.GenBuffer(); +} +static unsafe void Test_GenBuffers_14473() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_14474() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES11.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_14475() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_14476() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.ES11.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_14477() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES11.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_14478() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.ES11.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenTexture_14479() { + System.Int32 r = OpenTK.Graphics.ES11.GL.GenTexture(); +} +static unsafe void Test_GenTextures_14480() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_14481() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES11.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_14482() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_14483() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.ES11.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_14484() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES11.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_14485() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.ES11.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GetBoolean_14486() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Boolean r = OpenTK.Graphics.ES11.GL.GetBoolean(_pname); +} +static unsafe void Test_GetBoolean_14487() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Boolean r = OpenTK.Graphics.ES11.GL.GetBoolean(_pname); +} +static unsafe void Test_GetBoolean_14488() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.ES11.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_14489() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.ES11.GL.GetBoolean(_pname,out _data); +} +static unsafe void Test_GetBoolean_14490() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.ES11.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_14491() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.ES11.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_14492() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.ES11.GL.GetBoolean(_pname,out _data); +} +static unsafe void Test_GetBoolean_14493() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.ES11.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBufferParameter_14494() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_14495() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_14496() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetClipPlane_14497() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Single[] _equation = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetClipPlane(_plane,_equation); +} +static unsafe void Test_GetClipPlane_14498() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Single _equation = default(System.Single); + OpenTK.Graphics.ES11.GL.GetClipPlane(_plane,out _equation); +} +static unsafe void Test_GetClipPlane_14499() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Single* _equation = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetClipPlane(_plane,_equation); +} +static unsafe void Test_GetClipPlanex_14500() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Int32[] _equation = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetClipPlanex(_plane,_equation); +} +static unsafe void Test_GetClipPlanex_14501() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Int32 _equation = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetClipPlanex(_plane,out _equation); +} +static unsafe void Test_GetClipPlanex_14502() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Int32* _equation = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetClipPlanex(_plane,_equation); +} +static unsafe void Test_GetError_14503() { + OpenTK.Graphics.ES11.ErrorCode r = OpenTK.Graphics.ES11.GL.GetError(); +} +static unsafe void Test_GetFixed_14504() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 r = OpenTK.Graphics.ES11.GL.GetFixed(_pname); +} +static unsafe void Test_GetFixed_14505() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetFixed(_pname,_params); +} +static unsafe void Test_GetFixed_14506() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetFixed(_pname,out _params); +} +static unsafe void Test_GetFixed_14507() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetFixed(_pname,_params); +} +static unsafe void Test_GetFloat_14508() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single r = OpenTK.Graphics.ES11.GL.GetFloat(_pname); +} +static unsafe void Test_GetFloat_14509() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Single r = OpenTK.Graphics.ES11.GL.GetFloat(_pname); +} +static unsafe void Test_GetFloat_14510() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_14511() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _data = default(System.Single); + OpenTK.Graphics.ES11.GL.GetFloat(_pname,out _data); +} +static unsafe void Test_GetFloat_14512() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_14513() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_14514() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Single _data = default(System.Single); + OpenTK.Graphics.ES11.GL.GetFloat(_pname,out _data); +} +static unsafe void Test_GetFloat_14515() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetInteger_14516() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 r = OpenTK.Graphics.ES11.GL.GetInteger(_pname); +} +static unsafe void Test_GetInteger_14517() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Int32 r = OpenTK.Graphics.ES11.GL.GetInteger(_pname); +} +static unsafe void Test_GetInteger_14518() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_14519() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetInteger(_pname,out _data); +} +static unsafe void Test_GetInteger_14520() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_14521() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_14522() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetInteger(_pname,out _data); +} +static unsafe void Test_GetInteger_14523() { + OpenTK.Graphics.ES11.GetPName _pname = default(OpenTK.Graphics.ES11.GetPName); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetLight_14524() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetLight(_light,_pname,_params); +} +static unsafe void Test_GetLight_14525() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES11.GL.GetLight(_light,_pname,out _params); +} +static unsafe void Test_GetLight_14526() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetLight(_light,_pname,_params); +} +static unsafe void Test_GetLight_14527() { + OpenTK.Graphics.ES11.LightName _light = default(OpenTK.Graphics.ES11.LightName); + OpenTK.Graphics.ES11.LightParameter _pname = default(OpenTK.Graphics.ES11.LightParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetLight(_light,_pname,_params); +} +static unsafe void Test_GetLight_14528() { + OpenTK.Graphics.ES11.LightName _light = default(OpenTK.Graphics.ES11.LightName); + OpenTK.Graphics.ES11.LightParameter _pname = default(OpenTK.Graphics.ES11.LightParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES11.GL.GetLight(_light,_pname,out _params); +} +static unsafe void Test_GetLight_14529() { + OpenTK.Graphics.ES11.LightName _light = default(OpenTK.Graphics.ES11.LightName); + OpenTK.Graphics.ES11.LightParameter _pname = default(OpenTK.Graphics.ES11.LightParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetLight(_light,_pname,_params); +} +static unsafe void Test_GetLightx_14530() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetLightx(_light,_pname,_params); +} +static unsafe void Test_GetLightx_14531() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetLightx(_light,_pname,out _params); +} +static unsafe void Test_GetLightx_14532() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetLightx(_light,_pname,_params); +} +static unsafe void Test_GetMaterial_14533() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetMaterial(_face,_pname,_params); +} +static unsafe void Test_GetMaterial_14534() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES11.GL.GetMaterial(_face,_pname,out _params); +} +static unsafe void Test_GetMaterial_14535() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetMaterial(_face,_pname,_params); +} +static unsafe void Test_GetMaterial_14536() { + OpenTK.Graphics.ES11.MaterialFace _face = default(OpenTK.Graphics.ES11.MaterialFace); + OpenTK.Graphics.ES11.MaterialParameter _pname = default(OpenTK.Graphics.ES11.MaterialParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetMaterial(_face,_pname,_params); +} +static unsafe void Test_GetMaterial_14537() { + OpenTK.Graphics.ES11.MaterialFace _face = default(OpenTK.Graphics.ES11.MaterialFace); + OpenTK.Graphics.ES11.MaterialParameter _pname = default(OpenTK.Graphics.ES11.MaterialParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES11.GL.GetMaterial(_face,_pname,out _params); +} +static unsafe void Test_GetMaterial_14538() { + OpenTK.Graphics.ES11.MaterialFace _face = default(OpenTK.Graphics.ES11.MaterialFace); + OpenTK.Graphics.ES11.MaterialParameter _pname = default(OpenTK.Graphics.ES11.MaterialParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetMaterial(_face,_pname,_params); +} +static unsafe void Test_GetMaterialx_14539() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetMaterialx(_face,_pname,_params); +} +static unsafe void Test_GetMaterialx_14540() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetMaterialx(_face,_pname,out _params); +} +static unsafe void Test_GetMaterialx_14541() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetMaterialx(_face,_pname,_params); +} +static unsafe void Test_GetPixelMapx_14542() { + OpenTK.Graphics.ES11.All _map = default(OpenTK.Graphics.ES11.All); + System.Int32 _size = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetPixelMapx(_map,_size,_values); +} +static unsafe void Test_GetPixelMapx_14543() { + OpenTK.Graphics.ES11.All _map = default(OpenTK.Graphics.ES11.All); + System.Int32 _size = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetPixelMapx(_map,_size,out _values); +} +static unsafe void Test_GetPixelMapx_14544() { + OpenTK.Graphics.ES11.All _map = default(OpenTK.Graphics.ES11.All); + System.Int32 _size = default(System.Int32); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetPixelMapx(_map,_size,_values); +} +static unsafe void Test_GetPointer_14545() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_14546() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + int[] _params = default(int[]); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_14547() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + int[,] _params = default(int[,]); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_14548() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_14549() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + int _params = default(int); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,ref _params); +} +static unsafe void Test_GetPointer_14550() { + OpenTK.Graphics.ES11.GetPointervPName _pname = default(OpenTK.Graphics.ES11.GetPointervPName); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_14551() { + OpenTK.Graphics.ES11.GetPointervPName _pname = default(OpenTK.Graphics.ES11.GetPointervPName); + int[] _params = default(int[]); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_14552() { + OpenTK.Graphics.ES11.GetPointervPName _pname = default(OpenTK.Graphics.ES11.GetPointervPName); + int[,] _params = default(int[,]); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_14553() { + OpenTK.Graphics.ES11.GetPointervPName _pname = default(OpenTK.Graphics.ES11.GetPointervPName); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_14554() { + OpenTK.Graphics.ES11.GetPointervPName _pname = default(OpenTK.Graphics.ES11.GetPointervPName); + int _params = default(int); + OpenTK.Graphics.ES11.GL.GetPointer(_pname,ref _params); +} +static unsafe void Test_GetString_14555() { + OpenTK.Graphics.ES11.All _name = default(OpenTK.Graphics.ES11.All); + System.String r = OpenTK.Graphics.ES11.GL.GetString(_name); +} +static unsafe void Test_GetString_14556() { + OpenTK.Graphics.ES11.StringName _name = default(OpenTK.Graphics.ES11.StringName); + System.String r = OpenTK.Graphics.ES11.GL.GetString(_name); +} +static unsafe void Test_GetTexEnv_14557() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_14558() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,out _params); +} +static unsafe void Test_GetTexEnv_14559() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_14560() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_14561() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,out _params); +} +static unsafe void Test_GetTexEnv_14562() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_14563() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_14564() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,out _params); +} +static unsafe void Test_GetTexEnv_14565() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_14566() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnv_14567() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,out _params); +} +static unsafe void Test_GetTexEnv_14568() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetTexEnv(_target,_pname,_params); +} +static unsafe void Test_GetTexEnvx_14569() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetTexEnvx(_target,_pname,_params); +} +static unsafe void Test_GetTexEnvx_14570() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetTexEnvx(_target,_pname,out _params); +} +static unsafe void Test_GetTexEnvx_14571() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetTexEnvx(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_14572() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_14573() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_14574() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_14575() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.GetTextureParameter _pname = default(OpenTK.Graphics.ES11.GetTextureParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_14576() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.GetTextureParameter _pname = default(OpenTK.Graphics.ES11.GetTextureParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_14577() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.GetTextureParameter _pname = default(OpenTK.Graphics.ES11.GetTextureParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_14578() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_14579() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_14580() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_14581() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.GetTextureParameter _pname = default(OpenTK.Graphics.ES11.GetTextureParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_14582() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.GetTextureParameter _pname = default(OpenTK.Graphics.ES11.GetTextureParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_14583() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.GetTextureParameter _pname = default(OpenTK.Graphics.ES11.GetTextureParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterx_14584() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.GetTexParameterx(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterx_14585() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES11.GL.GetTexParameterx(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameterx_14586() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.GetTexParameterx(_target,_pname,_params); +} +static unsafe void Test_Hint_14587() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.Hint(_target,_mode); +} +static unsafe void Test_Hint_14588() { + OpenTK.Graphics.ES11.HintTarget _target = default(OpenTK.Graphics.ES11.HintTarget); + OpenTK.Graphics.ES11.HintMode _mode = default(OpenTK.Graphics.ES11.HintMode); + OpenTK.Graphics.ES11.GL.Hint(_target,_mode); +} +static unsafe void Test_IsBuffer_14589() { + System.Int32 _buffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES11.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsBuffer_14590() { + System.UInt32 _buffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES11.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsEnabled_14591() { + OpenTK.Graphics.ES11.All _cap = default(OpenTK.Graphics.ES11.All); + System.Boolean r = OpenTK.Graphics.ES11.GL.IsEnabled(_cap); +} +static unsafe void Test_IsEnabled_14592() { + OpenTK.Graphics.ES11.EnableCap _cap = default(OpenTK.Graphics.ES11.EnableCap); + System.Boolean r = OpenTK.Graphics.ES11.GL.IsEnabled(_cap); +} +static unsafe void Test_IsTexture_14593() { + System.Int32 _texture = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES11.GL.IsTexture(_texture); +} +static unsafe void Test_IsTexture_14594() { + System.UInt32 _texture = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES11.GL.IsTexture(_texture); +} +static unsafe void Test_Light_14595() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.Light(_light,_pname,_param); +} +static unsafe void Test_Light_14596() { + OpenTK.Graphics.ES11.LightName _light = default(OpenTK.Graphics.ES11.LightName); + OpenTK.Graphics.ES11.LightParameter _pname = default(OpenTK.Graphics.ES11.LightParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.Light(_light,_pname,_param); +} +static unsafe void Test_Light_14597() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.Light(_light,_pname,_params); +} +static unsafe void Test_Light_14598() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.Light(_light,_pname,_params); +} +static unsafe void Test_Light_14599() { + OpenTK.Graphics.ES11.LightName _light = default(OpenTK.Graphics.ES11.LightName); + OpenTK.Graphics.ES11.LightParameter _pname = default(OpenTK.Graphics.ES11.LightParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.Light(_light,_pname,_params); +} +static unsafe void Test_Light_14600() { + OpenTK.Graphics.ES11.LightName _light = default(OpenTK.Graphics.ES11.LightName); + OpenTK.Graphics.ES11.LightParameter _pname = default(OpenTK.Graphics.ES11.LightParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.Light(_light,_pname,_params); +} +static unsafe void Test_LightModel_14601() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.LightModel(_pname,_param); +} +static unsafe void Test_LightModel_14602() { + OpenTK.Graphics.ES11.LightModelParameter _pname = default(OpenTK.Graphics.ES11.LightModelParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.LightModel(_pname,_param); +} +static unsafe void Test_LightModel_14603() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModel_14604() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModel_14605() { + OpenTK.Graphics.ES11.LightModelParameter _pname = default(OpenTK.Graphics.ES11.LightModelParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModel_14606() { + OpenTK.Graphics.ES11.LightModelParameter _pname = default(OpenTK.Graphics.ES11.LightModelParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.LightModel(_pname,_params); +} +static unsafe void Test_LightModelx_14607() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.LightModelx(_pname,_param); +} +static unsafe void Test_LightModelx_14608() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.LightModelx(_pname,_param); +} +static unsafe void Test_LightModelx_14609() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.ES11.GL.LightModelx(_pname,_param); +} +static unsafe void Test_Lightx_14610() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.Lightx(_light,_pname,_param); +} +static unsafe void Test_Lightx_14611() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.Lightx(_light,_pname,_params); +} +static unsafe void Test_Lightx_14612() { + OpenTK.Graphics.ES11.All _light = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.Lightx(_light,_pname,_params); +} +static unsafe void Test_LineWidth_14613() { + System.Single _width = default(System.Single); + OpenTK.Graphics.ES11.GL.LineWidth(_width); +} +static unsafe void Test_LineWidthx_14614() { + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.ES11.GL.LineWidthx(_width); +} +static unsafe void Test_LoadIdentity_14615() { + OpenTK.Graphics.ES11.GL.LoadIdentity(); +} +static unsafe void Test_LoadMatrix_14616() { + System.Single[] _m = default(System.Single[]); + OpenTK.Graphics.ES11.GL.LoadMatrix(_m); +} +static unsafe void Test_LoadMatrix_14617() { + System.Single _m = default(System.Single); + OpenTK.Graphics.ES11.GL.LoadMatrix(ref _m); +} +static unsafe void Test_LoadMatrix_14618() { + System.Single* _m = default(System.Single*); + OpenTK.Graphics.ES11.GL.LoadMatrix(_m); +} +static unsafe void Test_LoadMatrixx_14619() { + System.Int32[] _m = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.LoadMatrixx(_m); +} +static unsafe void Test_LoadMatrixx_14620() { + System.Int32 _m = default(System.Int32); + OpenTK.Graphics.ES11.GL.LoadMatrixx(ref _m); +} +static unsafe void Test_LoadMatrixx_14621() { + System.Int32* _m = default(System.Int32*); + OpenTK.Graphics.ES11.GL.LoadMatrixx(_m); +} +static unsafe void Test_LogicOp_14622() { + OpenTK.Graphics.ES11.All _opcode = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.LogicOp(_opcode); +} +static unsafe void Test_LogicOp_14623() { + OpenTK.Graphics.ES11.LogicOp _opcode = default(OpenTK.Graphics.ES11.LogicOp); + OpenTK.Graphics.ES11.GL.LogicOp(_opcode); +} +static unsafe void Test_Material_14624() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.Material(_face,_pname,_param); +} +static unsafe void Test_Material_14625() { + OpenTK.Graphics.ES11.MaterialFace _face = default(OpenTK.Graphics.ES11.MaterialFace); + OpenTK.Graphics.ES11.MaterialParameter _pname = default(OpenTK.Graphics.ES11.MaterialParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.Material(_face,_pname,_param); +} +static unsafe void Test_Material_14626() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Material_14627() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Material_14628() { + OpenTK.Graphics.ES11.MaterialFace _face = default(OpenTK.Graphics.ES11.MaterialFace); + OpenTK.Graphics.ES11.MaterialParameter _pname = default(OpenTK.Graphics.ES11.MaterialParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Material_14629() { + OpenTK.Graphics.ES11.MaterialFace _face = default(OpenTK.Graphics.ES11.MaterialFace); + OpenTK.Graphics.ES11.MaterialParameter _pname = default(OpenTK.Graphics.ES11.MaterialParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.Material(_face,_pname,_params); +} +static unsafe void Test_Materialx_14630() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.Materialx(_face,_pname,_param); +} +static unsafe void Test_Materialx_14631() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.Materialx(_face,_pname,_param); +} +static unsafe void Test_Materialx_14632() { + OpenTK.Graphics.ES11.All _face = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.ES11.GL.Materialx(_face,_pname,_param); +} +static unsafe void Test_MatrixMode_14633() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.MatrixMode(_mode); +} +static unsafe void Test_MatrixMode_14634() { + OpenTK.Graphics.ES11.MatrixMode _mode = default(OpenTK.Graphics.ES11.MatrixMode); + OpenTK.Graphics.ES11.GL.MatrixMode(_mode); +} +static unsafe void Test_MultiTexCoord4_14635() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + System.Single _r = default(System.Single); + System.Single _q = default(System.Single); + OpenTK.Graphics.ES11.GL.MultiTexCoord4(_target,_s,_t,_r,_q); +} +static unsafe void Test_MultiTexCoord4_14636() { + OpenTK.Graphics.ES11.TextureUnit _target = default(OpenTK.Graphics.ES11.TextureUnit); + System.Single _s = default(System.Single); + System.Single _t = default(System.Single); + System.Single _r = default(System.Single); + System.Single _q = default(System.Single); + OpenTK.Graphics.ES11.GL.MultiTexCoord4(_target,_s,_t,_r,_q); +} +static unsafe void Test_MultiTexCoord4x_14637() { + OpenTK.Graphics.ES11.All _texture = default(OpenTK.Graphics.ES11.All); + System.Int32 _s = default(System.Int32); + System.Int32 _t = default(System.Int32); + System.Int32 _r = default(System.Int32); + System.Int32 _q = default(System.Int32); + OpenTK.Graphics.ES11.GL.MultiTexCoord4x(_texture,_s,_t,_r,_q); +} +static unsafe void Test_MultMatrix_14638() { + System.Single[] _m = default(System.Single[]); + OpenTK.Graphics.ES11.GL.MultMatrix(_m); +} +static unsafe void Test_MultMatrix_14639() { + System.Single _m = default(System.Single); + OpenTK.Graphics.ES11.GL.MultMatrix(ref _m); +} +static unsafe void Test_MultMatrix_14640() { + System.Single* _m = default(System.Single*); + OpenTK.Graphics.ES11.GL.MultMatrix(_m); +} +static unsafe void Test_MultMatrixx_14641() { + System.Int32[] _m = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.MultMatrixx(_m); +} +static unsafe void Test_MultMatrixx_14642() { + System.Int32 _m = default(System.Int32); + OpenTK.Graphics.ES11.GL.MultMatrixx(ref _m); +} +static unsafe void Test_MultMatrixx_14643() { + System.Int32* _m = default(System.Int32*); + OpenTK.Graphics.ES11.GL.MultMatrixx(_m); +} +static unsafe void Test_Normal3_14644() { + System.Single _nx = default(System.Single); + System.Single _ny = default(System.Single); + System.Single _nz = default(System.Single); + OpenTK.Graphics.ES11.GL.Normal3(_nx,_ny,_nz); +} +static unsafe void Test_Normal3x_14645() { + System.Int32 _nx = default(System.Int32); + System.Int32 _ny = default(System.Int32); + System.Int32 _nz = default(System.Int32); + OpenTK.Graphics.ES11.GL.Normal3x(_nx,_ny,_nz); +} +static unsafe void Test_NormalPointer_14646() { + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14647() { + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14648() { + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14649() { + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14650() { + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,ref _pointer); +} +static unsafe void Test_NormalPointer_14651() { + OpenTK.Graphics.ES11.NormalPointerType _type = default(OpenTK.Graphics.ES11.NormalPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14652() { + OpenTK.Graphics.ES11.NormalPointerType _type = default(OpenTK.Graphics.ES11.NormalPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14653() { + OpenTK.Graphics.ES11.NormalPointerType _type = default(OpenTK.Graphics.ES11.NormalPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14654() { + OpenTK.Graphics.ES11.NormalPointerType _type = default(OpenTK.Graphics.ES11.NormalPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,_pointer); +} +static unsafe void Test_NormalPointer_14655() { + OpenTK.Graphics.ES11.NormalPointerType _type = default(OpenTK.Graphics.ES11.NormalPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES11.GL.NormalPointer(_type,_stride,ref _pointer); +} +static unsafe void Test_Ortho_14656() { + System.Single _l = default(System.Single); + System.Single _r = default(System.Single); + System.Single _b = default(System.Single); + System.Single _t = default(System.Single); + System.Single _n = default(System.Single); + System.Single _f = default(System.Single); + OpenTK.Graphics.ES11.GL.Ortho(_l,_r,_b,_t,_n,_f); +} +static unsafe void Test_Orthox_14657() { + System.Int32 _l = default(System.Int32); + System.Int32 _r = default(System.Int32); + System.Int32 _b = default(System.Int32); + System.Int32 _t = default(System.Int32); + System.Int32 _n = default(System.Int32); + System.Int32 _f = default(System.Int32); + OpenTK.Graphics.ES11.GL.Orthox(_l,_r,_b,_t,_n,_f); +} +static unsafe void Test_PixelMapx_14658() { + OpenTK.Graphics.ES11.All _map = default(OpenTK.Graphics.ES11.All); + System.Int32 _size = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.PixelMapx(_map,_size,_values); +} +static unsafe void Test_PixelMapx_14659() { + OpenTK.Graphics.ES11.All _map = default(OpenTK.Graphics.ES11.All); + System.Int32 _size = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.ES11.GL.PixelMapx(_map,_size,ref _values); +} +static unsafe void Test_PixelMapx_14660() { + OpenTK.Graphics.ES11.All _map = default(OpenTK.Graphics.ES11.All); + System.Int32 _size = default(System.Int32); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.ES11.GL.PixelMapx(_map,_size,_values); +} +static unsafe void Test_PixelStore_14661() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PixelStore_14662() { + OpenTK.Graphics.ES11.PixelStoreParameter _pname = default(OpenTK.Graphics.ES11.PixelStoreParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PixelStorex_14663() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.PixelStorex(_pname,_param); +} +static unsafe void Test_PointParameter_14664() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.PointParameter(_pname,_param); +} +static unsafe void Test_PointParameter_14665() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointParameter_14666() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointParameterx_14667() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.PointParameterx(_pname,_param); +} +static unsafe void Test_PointParameterx_14668() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.PointParameterx(_pname,_params); +} +static unsafe void Test_PointParameterx_14669() { + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.PointParameterx(_pname,_params); +} +static unsafe void Test_PointSize_14670() { + System.Single _size = default(System.Single); + OpenTK.Graphics.ES11.GL.PointSize(_size); +} +static unsafe void Test_PointSizex_14671() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.GL.PointSizex(_size); +} +static unsafe void Test_PolygonOffset_14672() { + System.Single _factor = default(System.Single); + System.Single _units = default(System.Single); + OpenTK.Graphics.ES11.GL.PolygonOffset(_factor,_units); +} +static unsafe void Test_PolygonOffsetx_14673() { + System.Int32 _factor = default(System.Int32); + System.Int32 _units = default(System.Int32); + OpenTK.Graphics.ES11.GL.PolygonOffsetx(_factor,_units); +} +static unsafe void Test_PopMatrix_14674() { + OpenTK.Graphics.ES11.GL.PopMatrix(); +} +static unsafe void Test_PushMatrix_14675() { + OpenTK.Graphics.ES11.GL.PushMatrix(); +} +static unsafe void Test_ReadPixels_14676() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14677() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14678() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14679() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14680() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int _pixels = default(int); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_ReadPixels_14681() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14682() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14683() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14684() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_14685() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES11.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_Rotate_14686() { + System.Single _angle = default(System.Single); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES11.GL.Rotate(_angle,_x,_y,_z); +} +static unsafe void Test_Rotatex_14687() { + System.Int32 _angle = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.ES11.GL.Rotatex(_angle,_x,_y,_z); +} +static unsafe void Test_SampleCoverage_14688() { + System.Single _value = default(System.Single); + System.Boolean _invert = default(System.Boolean); + OpenTK.Graphics.ES11.GL.SampleCoverage(_value,_invert); +} +static unsafe void Test_SampleCoveragex_14689() { + System.Int32 _value = default(System.Int32); + System.Boolean _invert = default(System.Boolean); + OpenTK.Graphics.ES11.GL.SampleCoveragex(_value,_invert); +} +static unsafe void Test_Scale_14690() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES11.GL.Scale(_x,_y,_z); +} +static unsafe void Test_Scalex_14691() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.ES11.GL.Scalex(_x,_y,_z); +} +static unsafe void Test_Scissor_14692() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.GL.Scissor(_x,_y,_width,_height); +} +static unsafe void Test_ShadeModel_14693() { + OpenTK.Graphics.ES11.All _mode = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.ShadeModel(_mode); +} +static unsafe void Test_ShadeModel_14694() { + OpenTK.Graphics.ES11.ShadingModel _mode = default(OpenTK.Graphics.ES11.ShadingModel); + OpenTK.Graphics.ES11.GL.ShadeModel(_mode); +} +static unsafe void Test_StencilFunc_14695() { + OpenTK.Graphics.ES11.All _func = default(OpenTK.Graphics.ES11.All); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES11.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_14696() { + OpenTK.Graphics.ES11.All _func = default(OpenTK.Graphics.ES11.All); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES11.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_14697() { + OpenTK.Graphics.ES11.StencilFunction _func = default(OpenTK.Graphics.ES11.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES11.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_14698() { + OpenTK.Graphics.ES11.StencilFunction _func = default(OpenTK.Graphics.ES11.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES11.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilMask_14699() { + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES11.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMask_14700() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES11.GL.StencilMask(_mask); +} +static unsafe void Test_StencilOp_14701() { + OpenTK.Graphics.ES11.All _fail = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _zfail = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _zpass = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_StencilOp_14702() { + OpenTK.Graphics.ES11.StencilOp _fail = default(OpenTK.Graphics.ES11.StencilOp); + OpenTK.Graphics.ES11.StencilOp _zfail = default(OpenTK.Graphics.ES11.StencilOp); + OpenTK.Graphics.ES11.StencilOp _zpass = default(OpenTK.Graphics.ES11.StencilOp); + OpenTK.Graphics.ES11.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_TexCoordPointer_14703() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14704() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14705() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14706() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14707() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_TexCoordPointer_14708() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.TexCoordPointerType _type = default(OpenTK.Graphics.ES11.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14709() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.TexCoordPointerType _type = default(OpenTK.Graphics.ES11.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14710() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.TexCoordPointerType _type = default(OpenTK.Graphics.ES11.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14711() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.TexCoordPointerType _type = default(OpenTK.Graphics.ES11.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_TexCoordPointer_14712() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.TexCoordPointerType _type = default(OpenTK.Graphics.ES11.TexCoordPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES11.GL.TexCoordPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_TexEnv_14713() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_param); +} +static unsafe void Test_TexEnv_14714() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_param); +} +static unsafe void Test_TexEnv_14715() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_14716() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_14717() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_14718() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_14719() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_param); +} +static unsafe void Test_TexEnv_14720() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_param); +} +static unsafe void Test_TexEnv_14721() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_14722() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_14723() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnv_14724() { + OpenTK.Graphics.ES11.TextureEnvTarget _target = default(OpenTK.Graphics.ES11.TextureEnvTarget); + OpenTK.Graphics.ES11.TextureEnvParameter _pname = default(OpenTK.Graphics.ES11.TextureEnvParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.TexEnv(_target,_pname,_params); +} +static unsafe void Test_TexEnvx_14725() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.TexEnvx(_target,_pname,_param); +} +static unsafe void Test_TexEnvx_14726() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.TexEnvx(_target,_pname,_params); +} +static unsafe void Test_TexEnvx_14727() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.TexEnvx(_target,_pname,_params); +} +static unsafe void Test_TexImage2D_14728() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14729() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14730() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14731() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14732() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int _pixels = default(int); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage2D_14733() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14734() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14735() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14736() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_14737() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _internalformat = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES11.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexParameter_14738() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_14739() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.TextureParameterName _pname = default(OpenTK.Graphics.ES11.TextureParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_14740() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_14741() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_14742() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.TextureParameterName _pname = default(OpenTK.Graphics.ES11.TextureParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_14743() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.TextureParameterName _pname = default(OpenTK.Graphics.ES11.TextureParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_14744() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_14745() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.TextureParameterName _pname = default(OpenTK.Graphics.ES11.TextureParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_14746() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_14747() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_14748() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.TextureParameterName _pname = default(OpenTK.Graphics.ES11.TextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_14749() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + OpenTK.Graphics.ES11.TextureParameterName _pname = default(OpenTK.Graphics.ES11.TextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameterx_14750() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES11.GL.TexParameterx(_target,_pname,_param); +} +static unsafe void Test_TexParameterx_14751() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES11.GL.TexParameterx(_target,_pname,_params); +} +static unsafe void Test_TexParameterx_14752() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _pname = default(OpenTK.Graphics.ES11.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES11.GL.TexParameterx(_target,_pname,_params); +} +static unsafe void Test_TexSubImage2D_14753() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14754() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14755() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14756() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14757() { + OpenTK.Graphics.ES11.All _target = default(OpenTK.Graphics.ES11.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.All _format = default(OpenTK.Graphics.ES11.All); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + int _pixels = default(int); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage2D_14758() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14759() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14760() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14761() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_14762() { + OpenTK.Graphics.ES11.TextureTarget _target = default(OpenTK.Graphics.ES11.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.PixelFormat _format = default(OpenTK.Graphics.ES11.PixelFormat); + OpenTK.Graphics.ES11.PixelType _type = default(OpenTK.Graphics.ES11.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES11.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_Translate_14763() { + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES11.GL.Translate(_x,_y,_z); +} +static unsafe void Test_Translatex_14764() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.ES11.GL.Translatex(_x,_y,_z); +} +static unsafe void Test_VertexPointer_14765() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14766() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14767() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14768() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14769() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.All _type = default(OpenTK.Graphics.ES11.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexPointer_14770() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.VertexPointerType _type = default(OpenTK.Graphics.ES11.VertexPointerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14771() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.VertexPointerType _type = default(OpenTK.Graphics.ES11.VertexPointerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14772() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.VertexPointerType _type = default(OpenTK.Graphics.ES11.VertexPointerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14773() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.VertexPointerType _type = default(OpenTK.Graphics.ES11.VertexPointerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexPointer_14774() { + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES11.VertexPointerType _type = default(OpenTK.Graphics.ES11.VertexPointerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES11.GL.VertexPointer(_size,_type,_stride,ref _pointer); +} +static unsafe void Test_Viewport_14775() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES11.GL.Viewport(_x,_y,_width,_height); +} +static unsafe void Test_GetClipPlane_14776() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Single r = OpenTK.Graphics.ES11.GL.GetClipPlane(_plane); +} +static unsafe void Test_GetClipPlanex_14777() { + OpenTK.Graphics.ES11.All _plane = default(OpenTK.Graphics.ES11.All); + System.Int32 r = OpenTK.Graphics.ES11.GL.GetClipPlanex(_plane); +} + +static unsafe void Test_ClearColor_14779() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.ES20.GL.ClearColor(_color); +} +static unsafe void Test_ClearColor_14780() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.ES20.GL.ClearColor(_color); +} +static unsafe void Test_BlendColor_14781() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.ES20.GL.BlendColor(_color); +} +static unsafe void Test_BlendColor_14782() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.ES20.GL.BlendColor(_color); +} +static unsafe void Test_Uniform2_14783() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.ES20.GL.Uniform2(_location,ref _vector); +} +static unsafe void Test_Uniform3_14784() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.ES20.GL.Uniform3(_location,ref _vector); +} +static unsafe void Test_Uniform4_14785() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.ES20.GL.Uniform4(_location,ref _vector); +} +static unsafe void Test_Uniform2_14786() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.ES20.GL.Uniform2(_location,_vector); +} +static unsafe void Test_Uniform3_14787() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_vector); +} +static unsafe void Test_Uniform4_14788() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_vector); +} +static unsafe void Test_Uniform4_14789() { + System.Int32 _location = default(System.Int32); + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_color); +} +static unsafe void Test_Uniform4_14790() { + System.Int32 _location = default(System.Int32); + OpenTK.Quaternion _quaternion = default(OpenTK.Quaternion); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_quaternion); +} +static unsafe void Test_UniformMatrix2_14791() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2 _matrix = default(OpenTK.Matrix2); + OpenTK.Graphics.ES20.GL.UniformMatrix2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3_14792() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3 _matrix = default(OpenTK.Matrix3); + OpenTK.Graphics.ES20.GL.UniformMatrix3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4_14793() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4 _matrix = default(OpenTK.Matrix4); + OpenTK.Graphics.ES20.GL.UniformMatrix4(_location,_transpose,ref _matrix); +} +static unsafe void Test_GetActiveAttrib_14794() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.ActiveAttribType _type = default(OpenTK.Graphics.ES20.ActiveAttribType); + System.String r = OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,out _size,out _type); +} +static unsafe void Test_GetActiveUniform_14795() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.ActiveUniformType _type = default(OpenTK.Graphics.ES20.ActiveUniformType); + System.String r = OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_uniformIndex,out _size,out _type); +} +static unsafe void Test_ShaderSource_14796() { + System.Int32 _shader = default(System.Int32); + System.String _string = default(System.String); + OpenTK.Graphics.ES20.GL.ShaderSource(_shader,_string); +} +static unsafe void Test_GetShaderInfoLog_14797() { + System.Int32 _shader = default(System.Int32); + System.String r = OpenTK.Graphics.ES20.GL.GetShaderInfoLog(_shader); +} +static unsafe void Test_GetShaderInfoLog_14798() { + System.Int32 _shader = default(System.Int32); + System.String _info = default(System.String); + OpenTK.Graphics.ES20.GL.GetShaderInfoLog(_shader,out _info); +} +static unsafe void Test_GetProgramInfoLog_14799() { + System.Int32 _program = default(System.Int32); + System.String r = OpenTK.Graphics.ES20.GL.GetProgramInfoLog(_program); +} +static unsafe void Test_GetProgramInfoLog_14800() { + System.Int32 _program = default(System.Int32); + System.String _info = default(System.String); + OpenTK.Graphics.ES20.GL.GetProgramInfoLog(_program,out _info); +} +static unsafe void Test_VertexAttrib2_14801() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_14802() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_14803() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_14804() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_14805() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_14806() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttribPointer_14807() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_offset); +} +static unsafe void Test_VertexAttribPointer_14808() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_offset); +} +static unsafe void Test_DrawElements_14809() { + OpenTK.Graphics.ES20.BeginMode _mode = default(OpenTK.Graphics.ES20.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_offset); +} +static unsafe void Test_GetFloat_14810() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_14811() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_14812() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_14813() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + OpenTK.Matrix4 _matrix = default(OpenTK.Matrix4); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,out _matrix); +} +static unsafe void Test_Viewport_14814() { + System.Drawing.Size _size = default(System.Drawing.Size); + OpenTK.Graphics.ES20.GL.Viewport(_size); +} +static unsafe void Test_Viewport_14815() { + System.Drawing.Point _location = default(System.Drawing.Point); + System.Drawing.Size _size = default(System.Drawing.Size); + OpenTK.Graphics.ES20.GL.Viewport(_location,_size); +} +static unsafe void Test_Viewport_14816() { + System.Drawing.Rectangle _rectangle = default(System.Drawing.Rectangle); + OpenTK.Graphics.ES20.GL.Viewport(_rectangle); +} +static unsafe void Test_ActiveTexture_14817() { + OpenTK.Graphics.ES20.All _texture = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.ActiveTexture(_texture); +} +static unsafe void Test_ActiveTexture_14818() { + OpenTK.Graphics.ES20.TextureUnit _texture = default(OpenTK.Graphics.ES20.TextureUnit); + OpenTK.Graphics.ES20.GL.ActiveTexture(_texture); +} +static unsafe void Test_AttachShader_14819() { + System.Int32 _program = default(System.Int32); + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.GL.AttachShader(_program,_shader); +} +static unsafe void Test_AttachShader_14820() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.GL.AttachShader(_program,_shader); +} +static unsafe void Test_BindAttribLocation_14821() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.String _name = default(System.String); + OpenTK.Graphics.ES20.GL.BindAttribLocation(_program,_index,_name); +} +static unsafe void Test_BindAttribLocation_14822() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.String _name = default(System.String); + OpenTK.Graphics.ES20.GL.BindAttribLocation(_program,_index,_name); +} +static unsafe void Test_BindBuffer_14823() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_14824() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_14825() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_14826() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindFramebuffer_14827() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _framebuffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindFramebuffer_14828() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.UInt32 _framebuffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindFramebuffer_14829() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + System.Int32 _framebuffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindFramebuffer_14830() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + System.UInt32 _framebuffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindRenderbuffer_14831() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindRenderbuffer_14832() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindRenderbuffer_14833() { + OpenTK.Graphics.ES20.RenderbufferTarget _target = default(OpenTK.Graphics.ES20.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindRenderbuffer_14834() { + OpenTK.Graphics.ES20.RenderbufferTarget _target = default(OpenTK.Graphics.ES20.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindTexture_14835() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.ES20.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_14836() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.ES20.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_14837() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.ES20.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_14838() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.ES20.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BlendColor_14839() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.ES20.GL.BlendColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_BlendEquation_14840() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BlendEquation(_mode); +} +static unsafe void Test_BlendEquation_14841() { + OpenTK.Graphics.ES20.BlendEquationMode _mode = default(OpenTK.Graphics.ES20.BlendEquationMode); + OpenTK.Graphics.ES20.GL.BlendEquation(_mode); +} +static unsafe void Test_BlendEquationSeparate_14842() { + OpenTK.Graphics.ES20.All _modeRGB = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _modeAlpha = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BlendEquationSeparate(_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendEquationSeparate_14843() { + OpenTK.Graphics.ES20.BlendEquationMode _modeRGB = default(OpenTK.Graphics.ES20.BlendEquationMode); + OpenTK.Graphics.ES20.BlendEquationMode _modeAlpha = default(OpenTK.Graphics.ES20.BlendEquationMode); + OpenTK.Graphics.ES20.GL.BlendEquationSeparate(_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendFunc_14844() { + OpenTK.Graphics.ES20.All _sfactor = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _dfactor = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BlendFunc_14845() { + OpenTK.Graphics.ES20.BlendingFactorSrc _sfactor = default(OpenTK.Graphics.ES20.BlendingFactorSrc); + OpenTK.Graphics.ES20.BlendingFactorDest _dfactor = default(OpenTK.Graphics.ES20.BlendingFactorDest); + OpenTK.Graphics.ES20.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BlendFuncSeparate_14846() { + OpenTK.Graphics.ES20.All _sfactorRGB = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _dfactorRGB = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _sfactorAlpha = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _dfactorAlpha = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BlendFuncSeparate(_sfactorRGB,_dfactorRGB,_sfactorAlpha,_dfactorAlpha); +} +static unsafe void Test_BlendFuncSeparate_14847() { + OpenTK.Graphics.ES20.BlendingFactorSrc _sfactorRGB = default(OpenTK.Graphics.ES20.BlendingFactorSrc); + OpenTK.Graphics.ES20.BlendingFactorDest _dfactorRGB = default(OpenTK.Graphics.ES20.BlendingFactorDest); + OpenTK.Graphics.ES20.BlendingFactorSrc _sfactorAlpha = default(OpenTK.Graphics.ES20.BlendingFactorSrc); + OpenTK.Graphics.ES20.BlendingFactorDest _dfactorAlpha = default(OpenTK.Graphics.ES20.BlendingFactorDest); + OpenTK.Graphics.ES20.GL.BlendFuncSeparate(_sfactorRGB,_dfactorRGB,_sfactorAlpha,_dfactorAlpha); +} +static unsafe void Test_BufferData_14848() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.All _usage = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14849() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.All _usage = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14850() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.All _usage = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14851() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.All _usage = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14852() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES20.All _usage = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,ref _data,_usage); +} +static unsafe void Test_BufferData_14853() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.BufferUsage _usage = default(OpenTK.Graphics.ES20.BufferUsage); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14854() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.BufferUsageHint _usage = default(OpenTK.Graphics.ES20.BufferUsageHint); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14855() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.BufferUsage _usage = default(OpenTK.Graphics.ES20.BufferUsage); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14856() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.BufferUsageHint _usage = default(OpenTK.Graphics.ES20.BufferUsageHint); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14857() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.BufferUsage _usage = default(OpenTK.Graphics.ES20.BufferUsage); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14858() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.BufferUsageHint _usage = default(OpenTK.Graphics.ES20.BufferUsageHint); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14859() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.BufferUsage _usage = default(OpenTK.Graphics.ES20.BufferUsage); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14860() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.BufferUsageHint _usage = default(OpenTK.Graphics.ES20.BufferUsageHint); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_14861() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES20.BufferUsage _usage = default(OpenTK.Graphics.ES20.BufferUsage); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,ref _data,_usage); +} +static unsafe void Test_BufferData_14862() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES20.BufferUsageHint _usage = default(OpenTK.Graphics.ES20.BufferUsageHint); + OpenTK.Graphics.ES20.GL.BufferData(_target,_size,ref _data,_usage); +} +static unsafe void Test_BufferSubData_14863() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14864() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14865() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14866() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14867() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_BufferSubData_14868() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14869() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14870() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14871() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_14872() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES20.GL.BufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_CheckFramebufferStatus_14873() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.FramebufferErrorCode r = OpenTK.Graphics.ES20.GL.CheckFramebufferStatus(_target); +} +static unsafe void Test_CheckFramebufferStatus_14874() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.FramebufferErrorCode r = OpenTK.Graphics.ES20.GL.CheckFramebufferStatus(_target); +} +static unsafe void Test_Clear_14875() { + OpenTK.Graphics.ES20.All _mask = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.Clear(_mask); +} +static unsafe void Test_Clear_14876() { + OpenTK.Graphics.ES20.ClearBufferMask _mask = default(OpenTK.Graphics.ES20.ClearBufferMask); + OpenTK.Graphics.ES20.GL.Clear(_mask); +} +static unsafe void Test_ClearColor_14877() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.ES20.GL.ClearColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearDepth_14878() { + System.Single _d = default(System.Single); + OpenTK.Graphics.ES20.GL.ClearDepth(_d); +} +static unsafe void Test_ClearStencil_14879() { + System.Int32 _s = default(System.Int32); + OpenTK.Graphics.ES20.GL.ClearStencil(_s); +} +static unsafe void Test_ColorMask_14880() { + System.Boolean _red = default(System.Boolean); + System.Boolean _green = default(System.Boolean); + System.Boolean _blue = default(System.Boolean); + System.Boolean _alpha = default(System.Boolean); + OpenTK.Graphics.ES20.GL.ColorMask(_red,_green,_blue,_alpha); +} +static unsafe void Test_CompileShader_14881() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.GL.CompileShader(_shader); +} +static unsafe void Test_CompileShader_14882() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.GL.CompileShader(_shader); +} +static unsafe void Test_CompressedTexImage2D_14883() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14884() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14885() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14886() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14887() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage2D_14888() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14889() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14890() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14891() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14892() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage2D_14893() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES20.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14894() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES20.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14895() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES20.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14896() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES20.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_14897() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES20.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES20.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_14898() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14899() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14900() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14901() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14902() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_14903() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14904() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14905() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14906() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14907() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_14908() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14909() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14910() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14911() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_14912() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES20.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CopyTexImage2D_14913() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexImage2D_14914() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexImage2D_14915() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.TextureCopyComponentCount _internalformat = default(OpenTK.Graphics.ES20.TextureCopyComponentCount); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexSubImage2D_14916() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CopyTexSubImage2D_14917() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CopyTexSubImage2D_14918() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CreateProgram_14919() { + System.Int32 r = OpenTK.Graphics.ES20.GL.CreateProgram(); +} +static unsafe void Test_CreateShader_14920() { + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Int32 r = OpenTK.Graphics.ES20.GL.CreateShader(_type); +} +static unsafe void Test_CreateShader_14921() { + OpenTK.Graphics.ES20.ShaderType _type = default(OpenTK.Graphics.ES20.ShaderType); + System.Int32 r = OpenTK.Graphics.ES20.GL.CreateShader(_type); +} +static unsafe void Test_CullFace_14922() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.CullFace(_mode); +} +static unsafe void Test_CullFace_14923() { + OpenTK.Graphics.ES20.CullFaceMode _mode = default(OpenTK.Graphics.ES20.CullFaceMode); + OpenTK.Graphics.ES20.GL.CullFace(_mode); +} +static unsafe void Test_DebugMessageCallback_14924() { + OpenTK.Graphics.ES20.DebugProc _callback = default(OpenTK.Graphics.ES20.DebugProc); + System.IntPtr _userParam = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_14925() { + OpenTK.Graphics.ES20.DebugProc _callback = default(OpenTK.Graphics.ES20.DebugProc); + int[] _userParam = default(int[]); + OpenTK.Graphics.ES20.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_14926() { + OpenTK.Graphics.ES20.DebugProc _callback = default(OpenTK.Graphics.ES20.DebugProc); + int[,] _userParam = default(int[,]); + OpenTK.Graphics.ES20.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_14927() { + OpenTK.Graphics.ES20.DebugProc _callback = default(OpenTK.Graphics.ES20.DebugProc); + int[,,] _userParam = default(int[,,]); + OpenTK.Graphics.ES20.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_14928() { + OpenTK.Graphics.ES20.DebugProc _callback = default(OpenTK.Graphics.ES20.DebugProc); + int _userParam = default(int); + OpenTK.Graphics.ES20.GL.DebugMessageCallback(_callback,ref _userParam); +} +static unsafe void Test_DebugMessageControl_14929() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _severity = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14930() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _severity = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + System.Int32 _ids = default(System.Int32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14931() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _severity = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14932() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _severity = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14933() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _severity = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14934() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _severity = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14935() { + OpenTK.Graphics.ES20.DebugSourceControl _source = default(OpenTK.Graphics.ES20.DebugSourceControl); + OpenTK.Graphics.ES20.DebugTypeControl _type = default(OpenTK.Graphics.ES20.DebugTypeControl); + OpenTK.Graphics.ES20.DebugSeverityControl _severity = default(OpenTK.Graphics.ES20.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14936() { + OpenTK.Graphics.ES20.DebugSourceControl _source = default(OpenTK.Graphics.ES20.DebugSourceControl); + OpenTK.Graphics.ES20.DebugTypeControl _type = default(OpenTK.Graphics.ES20.DebugTypeControl); + OpenTK.Graphics.ES20.DebugSeverityControl _severity = default(OpenTK.Graphics.ES20.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32 _ids = default(System.Int32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14937() { + OpenTK.Graphics.ES20.DebugSourceControl _source = default(OpenTK.Graphics.ES20.DebugSourceControl); + OpenTK.Graphics.ES20.DebugTypeControl _type = default(OpenTK.Graphics.ES20.DebugTypeControl); + OpenTK.Graphics.ES20.DebugSeverityControl _severity = default(OpenTK.Graphics.ES20.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14938() { + OpenTK.Graphics.ES20.DebugSourceControl _source = default(OpenTK.Graphics.ES20.DebugSourceControl); + OpenTK.Graphics.ES20.DebugTypeControl _type = default(OpenTK.Graphics.ES20.DebugTypeControl); + OpenTK.Graphics.ES20.DebugSeverityControl _severity = default(OpenTK.Graphics.ES20.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14939() { + OpenTK.Graphics.ES20.DebugSourceControl _source = default(OpenTK.Graphics.ES20.DebugSourceControl); + OpenTK.Graphics.ES20.DebugTypeControl _type = default(OpenTK.Graphics.ES20.DebugTypeControl); + OpenTK.Graphics.ES20.DebugSeverityControl _severity = default(OpenTK.Graphics.ES20.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_14940() { + OpenTK.Graphics.ES20.DebugSourceControl _source = default(OpenTK.Graphics.ES20.DebugSourceControl); + OpenTK.Graphics.ES20.DebugTypeControl _type = default(OpenTK.Graphics.ES20.DebugTypeControl); + OpenTK.Graphics.ES20.DebugSeverityControl _severity = default(OpenTK.Graphics.ES20.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageInsert_14941() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES20.All _severity = default(OpenTK.Graphics.ES20.All); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.ES20.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DebugMessageInsert_14942() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES20.All _severity = default(OpenTK.Graphics.ES20.All); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.ES20.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DebugMessageInsert_14943() { + OpenTK.Graphics.ES20.DebugSourceExternal _source = default(OpenTK.Graphics.ES20.DebugSourceExternal); + OpenTK.Graphics.ES20.DebugType _type = default(OpenTK.Graphics.ES20.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES20.DebugSeverity _severity = default(OpenTK.Graphics.ES20.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.ES20.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DebugMessageInsert_14944() { + OpenTK.Graphics.ES20.DebugSourceExternal _source = default(OpenTK.Graphics.ES20.DebugSourceExternal); + OpenTK.Graphics.ES20.DebugType _type = default(OpenTK.Graphics.ES20.DebugType); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES20.DebugSeverity _severity = default(OpenTK.Graphics.ES20.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.ES20.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DeleteBuffer_14945() { + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffer_14946() { + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffers_14947() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_14948() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_14949() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.ES20.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_14950() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_14951() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_14952() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteFramebuffer_14953() { + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteFramebuffer(_framebuffers); +} +static unsafe void Test_DeleteFramebuffer_14954() { + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteFramebuffer(_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_14955() { + System.Int32 _n = default(System.Int32); + System.Int32[] _framebuffers = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_14956() { + System.Int32 _n = default(System.Int32); + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteFramebuffers(_n,ref _framebuffers); +} +static unsafe void Test_DeleteFramebuffers_14957() { + System.Int32 _n = default(System.Int32); + System.Int32* _framebuffers = default(System.Int32*); + OpenTK.Graphics.ES20.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_14958() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _framebuffers = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_14959() { + System.Int32 _n = default(System.Int32); + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteFramebuffers(_n,ref _framebuffers); +} +static unsafe void Test_DeleteFramebuffers_14960() { + System.Int32 _n = default(System.Int32); + System.UInt32* _framebuffers = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteProgram_14961() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteProgram(_program); +} +static unsafe void Test_DeleteProgram_14962() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteProgram(_program); +} +static unsafe void Test_DeleteRenderbuffer_14963() { + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteRenderbuffer(_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffer_14964() { + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteRenderbuffer(_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_14965() { + System.Int32 _n = default(System.Int32); + System.Int32[] _renderbuffers = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_14966() { + System.Int32 _n = default(System.Int32); + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteRenderbuffers(_n,ref _renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_14967() { + System.Int32 _n = default(System.Int32); + System.Int32* _renderbuffers = default(System.Int32*); + OpenTK.Graphics.ES20.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_14968() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _renderbuffers = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_14969() { + System.Int32 _n = default(System.Int32); + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteRenderbuffers(_n,ref _renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_14970() { + System.Int32 _n = default(System.Int32); + System.UInt32* _renderbuffers = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteShader_14971() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteShader(_shader); +} +static unsafe void Test_DeleteShader_14972() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteShader(_shader); +} +static unsafe void Test_DeleteTexture_14973() { + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTexture_14974() { + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTextures_14975() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14976() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES20.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_14977() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.ES20.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14978() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_14979() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_14980() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DepthFunc_14981() { + OpenTK.Graphics.ES20.All _func = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.DepthFunc(_func); +} +static unsafe void Test_DepthFunc_14982() { + OpenTK.Graphics.ES20.DepthFunction _func = default(OpenTK.Graphics.ES20.DepthFunction); + OpenTK.Graphics.ES20.GL.DepthFunc(_func); +} +static unsafe void Test_DepthMask_14983() { + System.Boolean _flag = default(System.Boolean); + OpenTK.Graphics.ES20.GL.DepthMask(_flag); +} +static unsafe void Test_DepthRange_14984() { + System.Single _n = default(System.Single); + System.Single _f = default(System.Single); + OpenTK.Graphics.ES20.GL.DepthRange(_n,_f); +} +static unsafe void Test_DetachShader_14985() { + System.Int32 _program = default(System.Int32); + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.GL.DetachShader(_program,_shader); +} +static unsafe void Test_DetachShader_14986() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DetachShader(_program,_shader); +} +static unsafe void Test_Disable_14987() { + OpenTK.Graphics.ES20.All _cap = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.Disable(_cap); +} +static unsafe void Test_Disable_14988() { + OpenTK.Graphics.ES20.EnableCap _cap = default(OpenTK.Graphics.ES20.EnableCap); + OpenTK.Graphics.ES20.GL.Disable(_cap); +} +static unsafe void Test_DisableVertexAttribArray_14989() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.GL.DisableVertexAttribArray(_index); +} +static unsafe void Test_DisableVertexAttribArray_14990() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.GL.DisableVertexAttribArray(_index); +} +static unsafe void Test_DrawArrays_14991() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArrays_14992() { + OpenTK.Graphics.ES20.BeginMode _mode = default(OpenTK.Graphics.ES20.BeginMode); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArrays_14993() { + OpenTK.Graphics.ES20.PrimitiveType _mode = default(OpenTK.Graphics.ES20.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawElements_14994() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14995() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[] _indices = default(int[]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14996() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14997() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_14998() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int _indices = default(int); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElements_14999() { + OpenTK.Graphics.ES20.BeginMode _mode = default(OpenTK.Graphics.ES20.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_15000() { + OpenTK.Graphics.ES20.BeginMode _mode = default(OpenTK.Graphics.ES20.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_15001() { + OpenTK.Graphics.ES20.BeginMode _mode = default(OpenTK.Graphics.ES20.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_15002() { + OpenTK.Graphics.ES20.BeginMode _mode = default(OpenTK.Graphics.ES20.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_15003() { + OpenTK.Graphics.ES20.BeginMode _mode = default(OpenTK.Graphics.ES20.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElements_15004() { + OpenTK.Graphics.ES20.PrimitiveType _mode = default(OpenTK.Graphics.ES20.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_15005() { + OpenTK.Graphics.ES20.PrimitiveType _mode = default(OpenTK.Graphics.ES20.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_15006() { + OpenTK.Graphics.ES20.PrimitiveType _mode = default(OpenTK.Graphics.ES20.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_15007() { + OpenTK.Graphics.ES20.PrimitiveType _mode = default(OpenTK.Graphics.ES20.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_15008() { + OpenTK.Graphics.ES20.PrimitiveType _mode = default(OpenTK.Graphics.ES20.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES20.DrawElementsType _type = default(OpenTK.Graphics.ES20.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.ES20.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_Enable_15009() { + OpenTK.Graphics.ES20.All _cap = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.Enable(_cap); +} +static unsafe void Test_Enable_15010() { + OpenTK.Graphics.ES20.EnableCap _cap = default(OpenTK.Graphics.ES20.EnableCap); + OpenTK.Graphics.ES20.GL.Enable(_cap); +} +static unsafe void Test_EnableVertexAttribArray_15011() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.GL.EnableVertexAttribArray(_index); +} +static unsafe void Test_EnableVertexAttribArray_15012() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.GL.EnableVertexAttribArray(_index); +} +static unsafe void Test_Finish_15013() { + OpenTK.Graphics.ES20.GL.Finish(); +} +static unsafe void Test_Flush_15014() { + OpenTK.Graphics.ES20.GL.Flush(); +} +static unsafe void Test_FramebufferRenderbuffer_15015() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _renderbuffertarget = default(OpenTK.Graphics.ES20.All); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_15016() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _renderbuffertarget = default(OpenTK.Graphics.ES20.All); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_15017() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.ES20.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_15018() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.ES20.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_15019() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.FramebufferSlot _attachment = default(OpenTK.Graphics.ES20.FramebufferSlot); + OpenTK.Graphics.ES20.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.ES20.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_15020() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.FramebufferSlot _attachment = default(OpenTK.Graphics.ES20.FramebufferSlot); + OpenTK.Graphics.ES20.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.ES20.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES20.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferTexture2D_15021() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _textarget = default(OpenTK.Graphics.ES20.All); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_15022() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _textarget = default(OpenTK.Graphics.ES20.All); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_15023() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.TextureTarget _textarget = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_15024() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.TextureTarget _textarget = default(OpenTK.Graphics.ES20.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_15025() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.TextureTarget2d _textarget = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_15026() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.TextureTarget2d _textarget = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_15027() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.FramebufferSlot _attachment = default(OpenTK.Graphics.ES20.FramebufferSlot); + OpenTK.Graphics.ES20.TextureTarget _textarget = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_15028() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.FramebufferSlot _attachment = default(OpenTK.Graphics.ES20.FramebufferSlot); + OpenTK.Graphics.ES20.TextureTarget _textarget = default(OpenTK.Graphics.ES20.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FrontFace_15029() { + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.FrontFace(_mode); +} +static unsafe void Test_FrontFace_15030() { + OpenTK.Graphics.ES20.FrontFaceDirection _mode = default(OpenTK.Graphics.ES20.FrontFaceDirection); + OpenTK.Graphics.ES20.GL.FrontFace(_mode); +} +static unsafe void Test_GenBuffer_15031() { + System.Int32 r = OpenTK.Graphics.ES20.GL.GenBuffer(); +} +static unsafe void Test_GenBuffers_15032() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_15033() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_15034() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_15035() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_15036() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_15037() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenerateMipmap_15038() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.GenerateMipmap(_target); +} +static unsafe void Test_GenerateMipmap_15039() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GL.GenerateMipmap(_target); +} +static unsafe void Test_GenFramebuffer_15040() { + System.Int32 r = OpenTK.Graphics.ES20.GL.GenFramebuffer(); +} +static unsafe void Test_GenFramebuffers_15041() { + System.Int32 _n = default(System.Int32); + System.Int32[] _framebuffers = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_15042() { + System.Int32 _n = default(System.Int32); + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.GenFramebuffers(_n,out _framebuffers); +} +static unsafe void Test_GenFramebuffers_15043() { + System.Int32 _n = default(System.Int32); + System.Int32* _framebuffers = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_15044() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _framebuffers = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_15045() { + System.Int32 _n = default(System.Int32); + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.GenFramebuffers(_n,out _framebuffers); +} +static unsafe void Test_GenFramebuffers_15046() { + System.Int32 _n = default(System.Int32); + System.UInt32* _framebuffers = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenRenderbuffer_15047() { + System.Int32 r = OpenTK.Graphics.ES20.GL.GenRenderbuffer(); +} +static unsafe void Test_GenRenderbuffers_15048() { + System.Int32 _n = default(System.Int32); + System.Int32[] _renderbuffers = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_15049() { + System.Int32 _n = default(System.Int32); + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.ES20.GL.GenRenderbuffers(_n,out _renderbuffers); +} +static unsafe void Test_GenRenderbuffers_15050() { + System.Int32 _n = default(System.Int32); + System.Int32* _renderbuffers = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_15051() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _renderbuffers = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_15052() { + System.Int32 _n = default(System.Int32); + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.ES20.GL.GenRenderbuffers(_n,out _renderbuffers); +} +static unsafe void Test_GenRenderbuffers_15053() { + System.Int32 _n = default(System.Int32); + System.UInt32* _renderbuffers = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenTexture_15054() { + System.Int32 r = OpenTK.Graphics.ES20.GL.GenTexture(); +} +static unsafe void Test_GenTextures_15055() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_15056() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES20.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_15057() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_15058() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_15059() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES20.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_15060() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GetActiveAttrib_15061() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.ActiveAttribType _type = default(OpenTK.Graphics.ES20.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_15062() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_15063() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES20.ActiveAttribType* _type = default(OpenTK.Graphics.ES20.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveAttrib_15064() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES20.All* _type = default(OpenTK.Graphics.ES20.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveAttrib_15065() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.ActiveAttribType _type = default(OpenTK.Graphics.ES20.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_15066() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_15067() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES20.ActiveAttribType* _type = default(OpenTK.Graphics.ES20.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveAttrib_15068() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES20.All* _type = default(OpenTK.Graphics.ES20.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_15069() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.ActiveUniformType _type = default(OpenTK.Graphics.ES20.ActiveUniformType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_15070() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_15071() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES20.ActiveUniformType* _type = default(OpenTK.Graphics.ES20.ActiveUniformType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_15072() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES20.All* _type = default(OpenTK.Graphics.ES20.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_15073() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.ActiveUniformType _type = default(OpenTK.Graphics.ES20.ActiveUniformType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_15074() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_15075() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES20.ActiveUniformType* _type = default(OpenTK.Graphics.ES20.ActiveUniformType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_15076() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES20.All* _type = default(OpenTK.Graphics.ES20.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetAttachedShaders_15077() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetAttachedShaders(_program,_maxCount,out _count,_shaders); +} +static unsafe void Test_GetAttachedShaders_15078() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetAttachedShaders(_program,_maxCount,out _count,out _shaders); +} +static unsafe void Test_GetAttachedShaders_15079() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetAttachedShaders(_program,_maxCount,_count,_shaders); +} +static unsafe void Test_GetAttachedShaders_15080() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.GL.GetAttachedShaders(_program,_maxCount,out _count,_shaders); +} +static unsafe void Test_GetAttachedShaders_15081() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.GL.GetAttachedShaders(_program,_maxCount,out _count,out _shaders); +} +static unsafe void Test_GetAttachedShaders_15082() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.GL.GetAttachedShaders(_program,_maxCount,_count,_shaders); +} +static unsafe void Test_GetAttribLocation_15083() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetAttribLocation(_program,_name); +} +static unsafe void Test_GetAttribLocation_15084() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetAttribLocation(_program,_name); +} +static unsafe void Test_GetBoolean_15085() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Boolean r = OpenTK.Graphics.ES20.GL.GetBoolean(_pname); +} +static unsafe void Test_GetBoolean_15086() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Boolean r = OpenTK.Graphics.ES20.GL.GetBoolean(_pname); +} +static unsafe void Test_GetBoolean_15087() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.ES20.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_15088() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.ES20.GL.GetBoolean(_pname,out _data); +} +static unsafe void Test_GetBoolean_15089() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.ES20.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_15090() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.ES20.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_15091() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.ES20.GL.GetBoolean(_pname,out _data); +} +static unsafe void Test_GetBoolean_15092() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.ES20.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBufferParameter_15093() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_15094() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_15095() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_15096() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + OpenTK.Graphics.ES20.BufferParameterName _pname = default(OpenTK.Graphics.ES20.BufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_15097() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + OpenTK.Graphics.ES20.BufferParameterName _pname = default(OpenTK.Graphics.ES20.BufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_15098() { + OpenTK.Graphics.ES20.BufferTarget _target = default(OpenTK.Graphics.ES20.BufferTarget); + OpenTK.Graphics.ES20.BufferParameterName _pname = default(OpenTK.Graphics.ES20.BufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetDebugMessageLog_15099() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.All[] _sources = default(OpenTK.Graphics.ES20.All[]); + OpenTK.Graphics.ES20.All[] _types = default(OpenTK.Graphics.ES20.All[]); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.ES20.All[] _severities = default(OpenTK.Graphics.ES20.All[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15100() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.All _sources = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _types = default(OpenTK.Graphics.ES20.All); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES20.All _severities = default(OpenTK.Graphics.ES20.All); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15101() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.All* _sources = default(OpenTK.Graphics.ES20.All*); + OpenTK.Graphics.ES20.All* _types = default(OpenTK.Graphics.ES20.All*); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.ES20.All* _severities = default(OpenTK.Graphics.ES20.All*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15102() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.DebugSourceExternal[] _sources = default(OpenTK.Graphics.ES20.DebugSourceExternal[]); + OpenTK.Graphics.ES20.DebugType[] _types = default(OpenTK.Graphics.ES20.DebugType[]); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.ES20.DebugSeverity[] _severities = default(OpenTK.Graphics.ES20.DebugSeverity[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15103() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.DebugSourceExternal _sources = default(OpenTK.Graphics.ES20.DebugSourceExternal); + OpenTK.Graphics.ES20.DebugType _types = default(OpenTK.Graphics.ES20.DebugType); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES20.DebugSeverity _severities = default(OpenTK.Graphics.ES20.DebugSeverity); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15104() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.DebugSourceExternal* _sources = default(OpenTK.Graphics.ES20.DebugSourceExternal*); + OpenTK.Graphics.ES20.DebugType* _types = default(OpenTK.Graphics.ES20.DebugType*); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.ES20.DebugSeverity* _severities = default(OpenTK.Graphics.ES20.DebugSeverity*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15105() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.All[] _sources = default(OpenTK.Graphics.ES20.All[]); + OpenTK.Graphics.ES20.All[] _types = default(OpenTK.Graphics.ES20.All[]); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.ES20.All[] _severities = default(OpenTK.Graphics.ES20.All[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15106() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.All _sources = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _types = default(OpenTK.Graphics.ES20.All); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES20.All _severities = default(OpenTK.Graphics.ES20.All); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15107() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.All* _sources = default(OpenTK.Graphics.ES20.All*); + OpenTK.Graphics.ES20.All* _types = default(OpenTK.Graphics.ES20.All*); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.ES20.All* _severities = default(OpenTK.Graphics.ES20.All*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15108() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.DebugSourceExternal[] _sources = default(OpenTK.Graphics.ES20.DebugSourceExternal[]); + OpenTK.Graphics.ES20.DebugType[] _types = default(OpenTK.Graphics.ES20.DebugType[]); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.ES20.DebugSeverity[] _severities = default(OpenTK.Graphics.ES20.DebugSeverity[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15109() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.DebugSourceExternal _sources = default(OpenTK.Graphics.ES20.DebugSourceExternal); + OpenTK.Graphics.ES20.DebugType _types = default(OpenTK.Graphics.ES20.DebugType); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES20.DebugSeverity _severities = default(OpenTK.Graphics.ES20.DebugSeverity); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_15110() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES20.DebugSourceExternal* _sources = default(OpenTK.Graphics.ES20.DebugSourceExternal*); + OpenTK.Graphics.ES20.DebugType* _types = default(OpenTK.Graphics.ES20.DebugType*); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.ES20.DebugSeverity* _severities = default(OpenTK.Graphics.ES20.DebugSeverity*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetError_15111() { + OpenTK.Graphics.ES20.ErrorCode r = OpenTK.Graphics.ES20.GL.GetError(); +} +static unsafe void Test_GetFloat_15112() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single r = OpenTK.Graphics.ES20.GL.GetFloat(_pname); +} +static unsafe void Test_GetFloat_15113() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Single r = OpenTK.Graphics.ES20.GL.GetFloat(_pname); +} +static unsafe void Test_GetFloat_15114() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_15115() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single _data = default(System.Single); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,out _data); +} +static unsafe void Test_GetFloat_15116() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_15117() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_15118() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Single _data = default(System.Single); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,out _data); +} +static unsafe void Test_GetFloat_15119() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15120() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15121() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,out _params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15122() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15123() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.FramebufferParameterName _pname = default(OpenTK.Graphics.ES20.FramebufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15124() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.FramebufferParameterName _pname = default(OpenTK.Graphics.ES20.FramebufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,out _params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15125() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.All _attachment = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.FramebufferParameterName _pname = default(OpenTK.Graphics.ES20.FramebufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15126() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.FramebufferSlot _attachment = default(OpenTK.Graphics.ES20.FramebufferSlot); + OpenTK.Graphics.ES20.FramebufferParameterName _pname = default(OpenTK.Graphics.ES20.FramebufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15127() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.FramebufferSlot _attachment = default(OpenTK.Graphics.ES20.FramebufferSlot); + OpenTK.Graphics.ES20.FramebufferParameterName _pname = default(OpenTK.Graphics.ES20.FramebufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,out _params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_15128() { + OpenTK.Graphics.ES20.FramebufferTarget _target = default(OpenTK.Graphics.ES20.FramebufferTarget); + OpenTK.Graphics.ES20.FramebufferSlot _attachment = default(OpenTK.Graphics.ES20.FramebufferSlot); + OpenTK.Graphics.ES20.FramebufferParameterName _pname = default(OpenTK.Graphics.ES20.FramebufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetInteger_15129() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetInteger(_pname); +} +static unsafe void Test_GetInteger_15130() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetInteger(_pname); +} +static unsafe void Test_GetInteger_15131() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_15132() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetInteger(_pname,out _data); +} +static unsafe void Test_GetInteger_15133() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_15134() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_15135() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetInteger(_pname,out _data); +} +static unsafe void Test_GetInteger_15136() { + OpenTK.Graphics.ES20.GetPName _pname = default(OpenTK.Graphics.ES20.GetPName); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetObjectLabel_15137() { + OpenTK.Graphics.ES20.All _identifier = default(OpenTK.Graphics.ES20.All); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_15138() { + OpenTK.Graphics.ES20.All _identifier = default(OpenTK.Graphics.ES20.All); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_15139() { + OpenTK.Graphics.ES20.All _identifier = default(OpenTK.Graphics.ES20.All); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_15140() { + OpenTK.Graphics.ES20.All _identifier = default(OpenTK.Graphics.ES20.All); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_15141() { + OpenTK.Graphics.ES20.All _identifier = default(OpenTK.Graphics.ES20.All); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_15142() { + OpenTK.Graphics.ES20.All _identifier = default(OpenTK.Graphics.ES20.All); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_15143() { + OpenTK.Graphics.ES20.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES20.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_15144() { + OpenTK.Graphics.ES20.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES20.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_15145() { + OpenTK.Graphics.ES20.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES20.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_15146() { + OpenTK.Graphics.ES20.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES20.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_15147() { + OpenTK.Graphics.ES20.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES20.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_15148() { + OpenTK.Graphics.ES20.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES20.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15149() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15150() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15151() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15152() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15153() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15154() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15155() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15156() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15157() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15158() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15159() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15160() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15161() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(ref _ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15162() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(ref _ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_15163() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetObjectPtrLabel(ref _ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetPointer_15164() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_15165() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[] _params = default(int[]); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_15166() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[,] _params = default(int[,]); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_15167() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_15168() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int _params = default(int); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,ref _params); +} +static unsafe void Test_GetPointer_15169() { + OpenTK.Graphics.ES20.GetPointervPName _pname = default(OpenTK.Graphics.ES20.GetPointervPName); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_15170() { + OpenTK.Graphics.ES20.GetPointervPName _pname = default(OpenTK.Graphics.ES20.GetPointervPName); + int[] _params = default(int[]); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_15171() { + OpenTK.Graphics.ES20.GetPointervPName _pname = default(OpenTK.Graphics.ES20.GetPointervPName); + int[,] _params = default(int[,]); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_15172() { + OpenTK.Graphics.ES20.GetPointervPName _pname = default(OpenTK.Graphics.ES20.GetPointervPName); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_15173() { + OpenTK.Graphics.ES20.GetPointervPName _pname = default(OpenTK.Graphics.ES20.GetPointervPName); + int _params = default(int); + OpenTK.Graphics.ES20.GL.GetPointer(_pname,ref _params); +} +static unsafe void Test_GetProgramInfoLog_15174() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetProgramInfoLog(_program,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_15175() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetProgramInfoLog(_program,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_15176() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetProgramInfoLog(_program,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_15177() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetProgramInfoLog(_program,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgram_15178() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15179() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_15180() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15181() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.GetProgramParameterName _pname = default(OpenTK.Graphics.ES20.GetProgramParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15182() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.GetProgramParameterName _pname = default(OpenTK.Graphics.ES20.GetProgramParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_15183() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.GetProgramParameterName _pname = default(OpenTK.Graphics.ES20.GetProgramParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15184() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.ProgramParameter _pname = default(OpenTK.Graphics.ES20.ProgramParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15185() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.ProgramParameter _pname = default(OpenTK.Graphics.ES20.ProgramParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_15186() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.ProgramParameter _pname = default(OpenTK.Graphics.ES20.ProgramParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15187() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15188() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_15189() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15190() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.GetProgramParameterName _pname = default(OpenTK.Graphics.ES20.GetProgramParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15191() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.GetProgramParameterName _pname = default(OpenTK.Graphics.ES20.GetProgramParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_15192() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.GetProgramParameterName _pname = default(OpenTK.Graphics.ES20.GetProgramParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15193() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.ProgramParameter _pname = default(OpenTK.Graphics.ES20.ProgramParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_15194() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.ProgramParameter _pname = default(OpenTK.Graphics.ES20.ProgramParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_15195() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.ProgramParameter _pname = default(OpenTK.Graphics.ES20.ProgramParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_15196() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_15197() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetRenderbufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetRenderbufferParameter_15198() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_15199() { + OpenTK.Graphics.ES20.RenderbufferTarget _target = default(OpenTK.Graphics.ES20.RenderbufferTarget); + OpenTK.Graphics.ES20.RenderbufferParameterName _pname = default(OpenTK.Graphics.ES20.RenderbufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_15200() { + OpenTK.Graphics.ES20.RenderbufferTarget _target = default(OpenTK.Graphics.ES20.RenderbufferTarget); + OpenTK.Graphics.ES20.RenderbufferParameterName _pname = default(OpenTK.Graphics.ES20.RenderbufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetRenderbufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetRenderbufferParameter_15201() { + OpenTK.Graphics.ES20.RenderbufferTarget _target = default(OpenTK.Graphics.ES20.RenderbufferTarget); + OpenTK.Graphics.ES20.RenderbufferParameterName _pname = default(OpenTK.Graphics.ES20.RenderbufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetShaderInfoLog_15202() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetShaderInfoLog(_shader,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_15203() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetShaderInfoLog(_shader,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_15204() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetShaderInfoLog(_shader,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_15205() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetShaderInfoLog(_shader,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetShader_15206() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_15207() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_15208() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_15209() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.ShaderParameter _pname = default(OpenTK.Graphics.ES20.ShaderParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_15210() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.ShaderParameter _pname = default(OpenTK.Graphics.ES20.ShaderParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_15211() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES20.ShaderParameter _pname = default(OpenTK.Graphics.ES20.ShaderParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_15212() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_15213() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_15214() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_15215() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.ShaderParameter _pname = default(OpenTK.Graphics.ES20.ShaderParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_15216() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.ShaderParameter _pname = default(OpenTK.Graphics.ES20.ShaderParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_15217() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES20.ShaderParameter _pname = default(OpenTK.Graphics.ES20.ShaderParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShaderPrecisionFormat_15218() { + OpenTK.Graphics.ES20.All _shadertype = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _precisiontype = default(OpenTK.Graphics.ES20.All); + System.Int32[] _range = default(System.Int32[]); + System.Int32[] _precision = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderPrecisionFormat_15219() { + OpenTK.Graphics.ES20.All _shadertype = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _precisiontype = default(OpenTK.Graphics.ES20.All); + System.Int32 _range = default(System.Int32); + System.Int32 _precision = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,out _range,out _precision); +} +static unsafe void Test_GetShaderPrecisionFormat_15220() { + OpenTK.Graphics.ES20.All _shadertype = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _precisiontype = default(OpenTK.Graphics.ES20.All); + System.Int32* _range = default(System.Int32*); + System.Int32* _precision = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderPrecisionFormat_15221() { + OpenTK.Graphics.ES20.ShaderType _shadertype = default(OpenTK.Graphics.ES20.ShaderType); + OpenTK.Graphics.ES20.ShaderPrecision _precisiontype = default(OpenTK.Graphics.ES20.ShaderPrecision); + System.Int32[] _range = default(System.Int32[]); + System.Int32[] _precision = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderPrecisionFormat_15222() { + OpenTK.Graphics.ES20.ShaderType _shadertype = default(OpenTK.Graphics.ES20.ShaderType); + OpenTK.Graphics.ES20.ShaderPrecision _precisiontype = default(OpenTK.Graphics.ES20.ShaderPrecision); + System.Int32 _range = default(System.Int32); + System.Int32 _precision = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,out _range,out _precision); +} +static unsafe void Test_GetShaderPrecisionFormat_15223() { + OpenTK.Graphics.ES20.ShaderType _shadertype = default(OpenTK.Graphics.ES20.ShaderType); + OpenTK.Graphics.ES20.ShaderPrecision _precisiontype = default(OpenTK.Graphics.ES20.ShaderPrecision); + System.Int32* _range = default(System.Int32*); + System.Int32* _precision = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderSource_15224() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetShaderSource(_shader,_bufSize,out _length,_source); +} +static unsafe void Test_GetShaderSource_15225() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetShaderSource(_shader,_bufSize,_length,_source); +} +static unsafe void Test_GetShaderSource_15226() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetShaderSource(_shader,_bufSize,out _length,_source); +} +static unsafe void Test_GetShaderSource_15227() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.ES20.GL.GetShaderSource(_shader,_bufSize,_length,_source); +} +static unsafe void Test_GetString_15228() { + OpenTK.Graphics.ES20.All _name = default(OpenTK.Graphics.ES20.All); + System.String r = OpenTK.Graphics.ES20.GL.GetString(_name); +} +static unsafe void Test_GetString_15229() { + OpenTK.Graphics.ES20.StringName _name = default(OpenTK.Graphics.ES20.StringName); + System.String r = OpenTK.Graphics.ES20.GL.GetString(_name); +} +static unsafe void Test_GetTexParameter_15230() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15231() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_15232() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15233() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameter _pname = default(OpenTK.Graphics.ES20.GetTextureParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15234() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameter _pname = default(OpenTK.Graphics.ES20.GetTextureParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_15235() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameter _pname = default(OpenTK.Graphics.ES20.GetTextureParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15236() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameterName _pname = default(OpenTK.Graphics.ES20.GetTextureParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15237() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameterName _pname = default(OpenTK.Graphics.ES20.GetTextureParameterName); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_15238() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameterName _pname = default(OpenTK.Graphics.ES20.GetTextureParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15239() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15240() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_15241() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15242() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameter _pname = default(OpenTK.Graphics.ES20.GetTextureParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15243() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameter _pname = default(OpenTK.Graphics.ES20.GetTextureParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_15244() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameter _pname = default(OpenTK.Graphics.ES20.GetTextureParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15245() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameterName _pname = default(OpenTK.Graphics.ES20.GetTextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_15246() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameterName _pname = default(OpenTK.Graphics.ES20.GetTextureParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_15247() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.GetTextureParameterName _pname = default(OpenTK.Graphics.ES20.GetTextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetUniform_15248() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_15249() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_15250() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_15251() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_15252() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_15253() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_15254() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_15255() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_15256() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_15257() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_15258() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_15259() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniformLocation_15260() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetUniformLocation(_program,_name); +} +static unsafe void Test_GetUniformLocation_15261() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES20.GL.GetUniformLocation(_program,_name); +} +static unsafe void Test_GetVertexAttrib_15262() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15263() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_15264() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15265() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15266() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_15267() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15268() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15269() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_15270() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15271() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15272() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_15273() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15274() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15275() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_15276() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15277() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15278() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_15279() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15280() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15281() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_15282() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15283() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_15284() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_15285() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribPointer_15286() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15287() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15288() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15289() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15290() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int _pointer = default(int); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_GetVertexAttribPointer_15291() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15292() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15293() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15294() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15295() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + int _pointer = default(int); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_GetVertexAttribPointer_15296() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15297() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15298() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15299() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15300() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + int _pointer = default(int); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_GetVertexAttribPointer_15301() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15302() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15303() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15304() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_15305() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES20.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES20.VertexAttribPointerParameter); + int _pointer = default(int); + OpenTK.Graphics.ES20.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_Hint_15306() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _mode = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.Hint(_target,_mode); +} +static unsafe void Test_Hint_15307() { + OpenTK.Graphics.ES20.HintTarget _target = default(OpenTK.Graphics.ES20.HintTarget); + OpenTK.Graphics.ES20.HintMode _mode = default(OpenTK.Graphics.ES20.HintMode); + OpenTK.Graphics.ES20.GL.Hint(_target,_mode); +} +static unsafe void Test_IsBuffer_15308() { + System.Int32 _buffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsBuffer_15309() { + System.UInt32 _buffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsEnabled_15310() { + OpenTK.Graphics.ES20.All _cap = default(OpenTK.Graphics.ES20.All); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsEnabled(_cap); +} +static unsafe void Test_IsEnabled_15311() { + OpenTK.Graphics.ES20.EnableCap _cap = default(OpenTK.Graphics.ES20.EnableCap); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsEnabled(_cap); +} +static unsafe void Test_IsFramebuffer_15312() { + System.Int32 _framebuffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsFramebuffer(_framebuffer); +} +static unsafe void Test_IsFramebuffer_15313() { + System.UInt32 _framebuffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsFramebuffer(_framebuffer); +} +static unsafe void Test_IsProgram_15314() { + System.Int32 _program = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsProgram(_program); +} +static unsafe void Test_IsProgram_15315() { + System.UInt32 _program = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsProgram(_program); +} +static unsafe void Test_IsRenderbuffer_15316() { + System.Int32 _renderbuffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsRenderbuffer(_renderbuffer); +} +static unsafe void Test_IsRenderbuffer_15317() { + System.UInt32 _renderbuffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsRenderbuffer(_renderbuffer); +} +static unsafe void Test_IsShader_15318() { + System.Int32 _shader = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsShader(_shader); +} +static unsafe void Test_IsShader_15319() { + System.UInt32 _shader = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsShader(_shader); +} +static unsafe void Test_IsTexture_15320() { + System.Int32 _texture = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsTexture(_texture); +} +static unsafe void Test_IsTexture_15321() { + System.UInt32 _texture = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES20.GL.IsTexture(_texture); +} +static unsafe void Test_LineWidth_15322() { + System.Single _width = default(System.Single); + OpenTK.Graphics.ES20.GL.LineWidth(_width); +} +static unsafe void Test_LinkProgram_15323() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.GL.LinkProgram(_program); +} +static unsafe void Test_LinkProgram_15324() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.GL.LinkProgram(_program); +} +static unsafe void Test_ObjectLabel_15325() { + OpenTK.Graphics.ES20.All _identifier = default(OpenTK.Graphics.ES20.All); + System.Int32 _name = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectLabel_15326() { + OpenTK.Graphics.ES20.All _identifier = default(OpenTK.Graphics.ES20.All); + System.UInt32 _name = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectLabel_15327() { + OpenTK.Graphics.ES20.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES20.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectLabel_15328() { + OpenTK.Graphics.ES20.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES20.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_15329() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_15330() { + int[] _ptr = default(int[]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_15331() { + int[,] _ptr = default(int[,]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_15332() { + int[,,] _ptr = default(int[,,]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_15333() { + int _ptr = default(int); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES20.GL.ObjectPtrLabel(ref _ptr,_length,_label); +} +static unsafe void Test_PixelStore_15334() { + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES20.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PixelStore_15335() { + OpenTK.Graphics.ES20.PixelStoreParameter _pname = default(OpenTK.Graphics.ES20.PixelStoreParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES20.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PolygonOffset_15336() { + System.Single _factor = default(System.Single); + System.Single _units = default(System.Single); + OpenTK.Graphics.ES20.GL.PolygonOffset(_factor,_units); +} +static unsafe void Test_PopDebugGroup_15337() { + OpenTK.Graphics.ES20.GL.PopDebugGroup(); +} +static unsafe void Test_PushDebugGroup_15338() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + System.Int32 _id = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _message = default(System.String); + OpenTK.Graphics.ES20.GL.PushDebugGroup(_source,_id,_length,_message); +} +static unsafe void Test_PushDebugGroup_15339() { + OpenTK.Graphics.ES20.All _source = default(OpenTK.Graphics.ES20.All); + System.UInt32 _id = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _message = default(System.String); + OpenTK.Graphics.ES20.GL.PushDebugGroup(_source,_id,_length,_message); +} +static unsafe void Test_ReadPixels_15340() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_15341() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_15342() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_15343() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_15344() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int _pixels = default(int); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_ReadPixels_15345() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_15346() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_15347() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_15348() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_15349() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES20.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_ReleaseShaderCompiler_15350() { + OpenTK.Graphics.ES20.GL.ReleaseShaderCompiler(); +} +static unsafe void Test_RenderbufferStorage_15351() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.GL.RenderbufferStorage(_target,_internalformat,_width,_height); +} +static unsafe void Test_RenderbufferStorage_15352() { + OpenTK.Graphics.ES20.RenderbufferTarget _target = default(OpenTK.Graphics.ES20.RenderbufferTarget); + OpenTK.Graphics.ES20.RenderbufferInternalFormat _internalformat = default(OpenTK.Graphics.ES20.RenderbufferInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.GL.RenderbufferStorage(_target,_internalformat,_width,_height); +} +static unsafe void Test_SampleCoverage_15353() { + System.Single _value = default(System.Single); + System.Boolean _invert = default(System.Boolean); + OpenTK.Graphics.ES20.GL.SampleCoverage(_value,_invert); +} +static unsafe void Test_Scissor_15354() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.GL.Scissor(_x,_y,_width,_height); +} +static unsafe void Test_ShaderBinary_15355() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15356() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15357() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15358() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15359() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15360() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15361() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15362() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15363() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15364() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15365() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15366() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15367() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15368() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15369() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15370() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15371() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15372() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15373() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15374() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15375() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15376() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15377() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15378() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15379() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15380() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15381() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15382() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15383() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15384() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15385() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15386() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15387() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15388() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15389() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15390() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15391() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15392() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15393() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15394() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15395() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15396() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15397() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15398() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15399() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15400() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15401() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15402() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15403() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15404() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15405() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15406() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15407() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15408() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15409() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.All _binaryformat = default(OpenTK.Graphics.ES20.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_15410() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15411() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15412() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15413() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_15414() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES20.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES20.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderSource_15415() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32[] _length = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_15416() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderSource(_shader,_count,_string,ref _length); +} +static unsafe void Test_ShaderSource_15417() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES20.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_15418() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32[] _length = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_15419() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES20.GL.ShaderSource(_shader,_count,_string,ref _length); +} +static unsafe void Test_ShaderSource_15420() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES20.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_StencilFunc_15421() { + OpenTK.Graphics.ES20.All _func = default(OpenTK.Graphics.ES20.All); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_15422() { + OpenTK.Graphics.ES20.All _func = default(OpenTK.Graphics.ES20.All); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_15423() { + OpenTK.Graphics.ES20.StencilFunction _func = default(OpenTK.Graphics.ES20.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_15424() { + OpenTK.Graphics.ES20.StencilFunction _func = default(OpenTK.Graphics.ES20.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_15425() { + OpenTK.Graphics.ES20.All _face = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _func = default(OpenTK.Graphics.ES20.All); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_15426() { + OpenTK.Graphics.ES20.All _face = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _func = default(OpenTK.Graphics.ES20.All); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_15427() { + OpenTK.Graphics.ES20.CullFaceMode _face = default(OpenTK.Graphics.ES20.CullFaceMode); + OpenTK.Graphics.ES20.StencilFunction _func = default(OpenTK.Graphics.ES20.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_15428() { + OpenTK.Graphics.ES20.CullFaceMode _face = default(OpenTK.Graphics.ES20.CullFaceMode); + OpenTK.Graphics.ES20.StencilFunction _func = default(OpenTK.Graphics.ES20.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_15429() { + OpenTK.Graphics.ES20.StencilFace _face = default(OpenTK.Graphics.ES20.StencilFace); + OpenTK.Graphics.ES20.StencilFunction _func = default(OpenTK.Graphics.ES20.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_15430() { + OpenTK.Graphics.ES20.StencilFace _face = default(OpenTK.Graphics.ES20.StencilFace); + OpenTK.Graphics.ES20.StencilFunction _func = default(OpenTK.Graphics.ES20.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilMask_15431() { + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMask_15432() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMaskSeparate_15433() { + OpenTK.Graphics.ES20.All _face = default(OpenTK.Graphics.ES20.All); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_15434() { + OpenTK.Graphics.ES20.All _face = default(OpenTK.Graphics.ES20.All); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_15435() { + OpenTK.Graphics.ES20.CullFaceMode _face = default(OpenTK.Graphics.ES20.CullFaceMode); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_15436() { + OpenTK.Graphics.ES20.CullFaceMode _face = default(OpenTK.Graphics.ES20.CullFaceMode); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_15437() { + OpenTK.Graphics.ES20.StencilFace _face = default(OpenTK.Graphics.ES20.StencilFace); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES20.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_15438() { + OpenTK.Graphics.ES20.StencilFace _face = default(OpenTK.Graphics.ES20.StencilFace); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES20.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilOp_15439() { + OpenTK.Graphics.ES20.All _fail = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _zfail = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _zpass = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_StencilOp_15440() { + OpenTK.Graphics.ES20.StencilOp _fail = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.StencilOp _zfail = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.StencilOp _zpass = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_StencilOpSeparate_15441() { + OpenTK.Graphics.ES20.All _face = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _sfail = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _dpfail = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _dppass = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.GL.StencilOpSeparate(_face,_sfail,_dpfail,_dppass); +} +static unsafe void Test_StencilOpSeparate_15442() { + OpenTK.Graphics.ES20.CullFaceMode _face = default(OpenTK.Graphics.ES20.CullFaceMode); + OpenTK.Graphics.ES20.StencilOp _sfail = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.StencilOp _dpfail = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.StencilOp _dppass = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.GL.StencilOpSeparate(_face,_sfail,_dpfail,_dppass); +} +static unsafe void Test_StencilOpSeparate_15443() { + OpenTK.Graphics.ES20.StencilFace _face = default(OpenTK.Graphics.ES20.StencilFace); + OpenTK.Graphics.ES20.StencilOp _sfail = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.StencilOp _dpfail = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.StencilOp _dppass = default(OpenTK.Graphics.ES20.StencilOp); + OpenTK.Graphics.ES20.GL.StencilOpSeparate(_face,_sfail,_dpfail,_dppass); +} +static unsafe void Test_TexImage2D_15444() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15445() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15446() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15447() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15448() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.All _internalformat = default(OpenTK.Graphics.ES20.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int _pixels = default(int); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage2D_15449() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15450() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15451() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15452() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15453() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.PixelInternalFormat _internalformat = default(OpenTK.Graphics.ES20.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage2D_15454() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES20.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15455() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES20.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15456() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES20.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15457() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES20.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_15458() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES20.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES20.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES20.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexParameter_15459() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_15460() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.TextureParameterName _pname = default(OpenTK.Graphics.ES20.TextureParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_15461() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_15462() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_15463() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.TextureParameterName _pname = default(OpenTK.Graphics.ES20.TextureParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_15464() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.TextureParameterName _pname = default(OpenTK.Graphics.ES20.TextureParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_15465() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_15466() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.TextureParameterName _pname = default(OpenTK.Graphics.ES20.TextureParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_15467() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_15468() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _pname = default(OpenTK.Graphics.ES20.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_15469() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.TextureParameterName _pname = default(OpenTK.Graphics.ES20.TextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_15470() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + OpenTK.Graphics.ES20.TextureParameterName _pname = default(OpenTK.Graphics.ES20.TextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES20.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexSubImage2D_15471() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15472() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15473() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15474() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15475() { + OpenTK.Graphics.ES20.All _target = default(OpenTK.Graphics.ES20.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.All _format = default(OpenTK.Graphics.ES20.All); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + int _pixels = default(int); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage2D_15476() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15477() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15478() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15479() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15480() { + OpenTK.Graphics.ES20.TextureTarget _target = default(OpenTK.Graphics.ES20.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage2D_15481() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15482() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15483() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15484() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_15485() { + OpenTK.Graphics.ES20.TextureTarget2d _target = default(OpenTK.Graphics.ES20.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.PixelFormat _format = default(OpenTK.Graphics.ES20.PixelFormat); + OpenTK.Graphics.ES20.PixelType _type = default(OpenTK.Graphics.ES20.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES20.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_Uniform1_15486() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + OpenTK.Graphics.ES20.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_15487() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES20.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_15488() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES20.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_15489() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES20.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_15490() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + OpenTK.Graphics.ES20.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_15491() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_15492() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES20.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_15493() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES20.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform2_15494() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + OpenTK.Graphics.ES20.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_15495() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES20.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_15496() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES20.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_15497() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES20.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_15498() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + OpenTK.Graphics.ES20.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_15499() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_15500() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES20.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform3_15501() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_15502() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_15503() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_15504() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_15505() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_15506() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_15507() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_15508() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES20.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform4_15509() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Single _v3 = default(System.Single); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_15510() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_15511() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_15512() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_15513() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + System.Int32 _v3 = default(System.Int32); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_15514() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_15515() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_15516() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES20.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_UniformMatrix2_15517() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES20.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2_15518() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES20.GL.UniformMatrix2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2_15519() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES20.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_15520() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES20.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_15521() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES20.GL.UniformMatrix3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3_15522() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES20.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_15523() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES20.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_15524() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES20.GL.UniformMatrix4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4_15525() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES20.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UseProgram_15526() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.GL.UseProgram(_program); +} +static unsafe void Test_UseProgram_15527() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.GL.UseProgram(_program); +} +static unsafe void Test_ValidateProgram_15528() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES20.GL.ValidateProgram(_program); +} +static unsafe void Test_ValidateProgram_15529() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES20.GL.ValidateProgram(_program); +} +static unsafe void Test_VertexAttrib1_15530() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_15531() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_15532() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES20.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_15533() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES20.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_15534() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES20.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_15535() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES20.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib2_15536() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_15537() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_15538() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_15539() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_15540() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_15541() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_15542() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_15543() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES20.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_15544() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_15545() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_15546() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_15547() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_15548() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_15549() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_15550() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_15551() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES20.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_15552() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_15553() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_15554() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_15555() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_15556() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_15557() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_15558() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_15559() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES20.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttribPointer_15560() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15561() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15562() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15563() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15564() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_15565() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15566() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15567() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15568() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15569() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_15570() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15571() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15572() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15573() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15574() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.All _type = default(OpenTK.Graphics.ES20.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_15575() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15576() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15577() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15578() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_15579() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES20.VertexAttribPointerType _type = default(OpenTK.Graphics.ES20.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES20.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_Viewport_15580() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES20.GL.Viewport(_x,_y,_width,_height); +} + +static unsafe void Test_Invoke_15582() { + OpenTK.Graphics.ES20.DebugSource _source = default(OpenTK.Graphics.ES20.DebugSource); + OpenTK.Graphics.ES20.DebugType _type = default(OpenTK.Graphics.ES20.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES20.DebugSeverity _severity = default(OpenTK.Graphics.ES20.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.ES20.DebugProc).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_15583() { + OpenTK.Graphics.ES20.DebugSource _source = default(OpenTK.Graphics.ES20.DebugSource); + OpenTK.Graphics.ES20.DebugType _type = default(OpenTK.Graphics.ES20.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES20.DebugSeverity _severity = default(OpenTK.Graphics.ES20.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.ES20.DebugProc).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_15584() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.ES20.DebugProc).EndInvoke(_result); +} + +static unsafe void Test_Invoke_15586() { + OpenTK.Graphics.ES20.DebugSource _source = default(OpenTK.Graphics.ES20.DebugSource); + OpenTK.Graphics.ES20.DebugType _type = default(OpenTK.Graphics.ES20.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES20.DebugSeverity _severity = default(OpenTK.Graphics.ES20.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.ES20.DebugProcKhr).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_15587() { + OpenTK.Graphics.ES20.DebugSource _source = default(OpenTK.Graphics.ES20.DebugSource); + OpenTK.Graphics.ES20.DebugType _type = default(OpenTK.Graphics.ES20.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES20.DebugSeverity _severity = default(OpenTK.Graphics.ES20.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.ES20.DebugProcKhr).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_15588() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.ES20.DebugProcKhr).EndInvoke(_result); +} +static void Test_AlcContextAttributes_15589() { + var _Frequency = OpenTK.Audio.OpenAL.AlcContextAttributes.Frequency; + var _Refresh = OpenTK.Audio.OpenAL.AlcContextAttributes.Refresh; + var _Sync = OpenTK.Audio.OpenAL.AlcContextAttributes.Sync; + var _MonoSources = OpenTK.Audio.OpenAL.AlcContextAttributes.MonoSources; + var _StereoSources = OpenTK.Audio.OpenAL.AlcContextAttributes.StereoSources; + var _EfxMaxAuxiliarySends = OpenTK.Audio.OpenAL.AlcContextAttributes.EfxMaxAuxiliarySends; +} +static void Test_AlcError_15590() { + var _NoError = OpenTK.Audio.OpenAL.AlcError.NoError; + var _InvalidDevice = OpenTK.Audio.OpenAL.AlcError.InvalidDevice; + var _InvalidContext = OpenTK.Audio.OpenAL.AlcError.InvalidContext; + var _InvalidEnum = OpenTK.Audio.OpenAL.AlcError.InvalidEnum; + var _InvalidValue = OpenTK.Audio.OpenAL.AlcError.InvalidValue; + var _OutOfMemory = OpenTK.Audio.OpenAL.AlcError.OutOfMemory; +} +static void Test_AlcGetString_15591() { + var _DefaultDeviceSpecifier = OpenTK.Audio.OpenAL.AlcGetString.DefaultDeviceSpecifier; + var _Extensions = OpenTK.Audio.OpenAL.AlcGetString.Extensions; + var _CaptureDefaultDeviceSpecifier = OpenTK.Audio.OpenAL.AlcGetString.CaptureDefaultDeviceSpecifier; + var _DefaultAllDevicesSpecifier = OpenTK.Audio.OpenAL.AlcGetString.DefaultAllDevicesSpecifier; + var _CaptureDeviceSpecifier = OpenTK.Audio.OpenAL.AlcGetString.CaptureDeviceSpecifier; + var _DeviceSpecifier = OpenTK.Audio.OpenAL.AlcGetString.DeviceSpecifier; + var _AllDevicesSpecifier = OpenTK.Audio.OpenAL.AlcGetString.AllDevicesSpecifier; +} +static void Test_AlcGetStringList_15592() { + var _CaptureDeviceSpecifier = OpenTK.Audio.OpenAL.AlcGetStringList.CaptureDeviceSpecifier; + var _DeviceSpecifier = OpenTK.Audio.OpenAL.AlcGetStringList.DeviceSpecifier; + var _AllDevicesSpecifier = OpenTK.Audio.OpenAL.AlcGetStringList.AllDevicesSpecifier; +} +static void Test_AlcGetInteger_15593() { + var _MajorVersion = OpenTK.Audio.OpenAL.AlcGetInteger.MajorVersion; + var _MinorVersion = OpenTK.Audio.OpenAL.AlcGetInteger.MinorVersion; + var _AttributesSize = OpenTK.Audio.OpenAL.AlcGetInteger.AttributesSize; + var _AllAttributes = OpenTK.Audio.OpenAL.AlcGetInteger.AllAttributes; + var _CaptureSamples = OpenTK.Audio.OpenAL.AlcGetInteger.CaptureSamples; + var _EfxMajorVersion = OpenTK.Audio.OpenAL.AlcGetInteger.EfxMajorVersion; + var _EfxMinorVersion = OpenTK.Audio.OpenAL.AlcGetInteger.EfxMinorVersion; + var _EfxMaxAuxiliarySends = OpenTK.Audio.OpenAL.AlcGetInteger.EfxMaxAuxiliarySends; +} +static unsafe void Test_CreateContext_15594() { + System.IntPtr _device = default(System.IntPtr); + System.Int32* _attrlist = default(System.Int32*); + OpenTK.ContextHandle r = OpenTK.Audio.OpenAL.Alc.CreateContext(_device,_attrlist); +} +static unsafe void Test_CreateContext_15595() { + System.IntPtr _device = default(System.IntPtr); + System.Int32[] _attriblist = default(System.Int32[]); + OpenTK.ContextHandle r = OpenTK.Audio.OpenAL.Alc.CreateContext(_device,_attriblist); +} +static unsafe void Test_MakeContextCurrent_15596() { + OpenTK.ContextHandle _context = default(OpenTK.ContextHandle); + System.Boolean r = OpenTK.Audio.OpenAL.Alc.MakeContextCurrent(_context); +} +static unsafe void Test_ProcessContext_15597() { + OpenTK.ContextHandle _context = default(OpenTK.ContextHandle); + OpenTK.Audio.OpenAL.Alc.ProcessContext(_context); +} +static unsafe void Test_SuspendContext_15598() { + OpenTK.ContextHandle _context = default(OpenTK.ContextHandle); + OpenTK.Audio.OpenAL.Alc.SuspendContext(_context); +} +static unsafe void Test_DestroyContext_15599() { + OpenTK.ContextHandle _context = default(OpenTK.ContextHandle); + OpenTK.Audio.OpenAL.Alc.DestroyContext(_context); +} +static unsafe void Test_GetCurrentContext_15600() { + OpenTK.ContextHandle r = OpenTK.Audio.OpenAL.Alc.GetCurrentContext(); +} +static unsafe void Test_GetContextsDevice_15601() { + OpenTK.ContextHandle _context = default(OpenTK.ContextHandle); + System.IntPtr r = OpenTK.Audio.OpenAL.Alc.GetContextsDevice(_context); +} +static unsafe void Test_OpenDevice_15602() { + System.String _devicename = default(System.String); + System.IntPtr r = OpenTK.Audio.OpenAL.Alc.OpenDevice(_devicename); +} +static unsafe void Test_CloseDevice_15603() { + System.IntPtr _device = default(System.IntPtr); + System.Boolean r = OpenTK.Audio.OpenAL.Alc.CloseDevice(_device); +} +static unsafe void Test_GetError_15604() { + System.IntPtr _device = default(System.IntPtr); + OpenTK.Audio.OpenAL.AlcError r = OpenTK.Audio.OpenAL.Alc.GetError(_device); +} +static unsafe void Test_IsExtensionPresent_15605() { + System.IntPtr _device = default(System.IntPtr); + System.String _extname = default(System.String); + System.Boolean r = OpenTK.Audio.OpenAL.Alc.IsExtensionPresent(_device,_extname); +} +static unsafe void Test_GetProcAddress_15606() { + System.IntPtr _device = default(System.IntPtr); + System.String _funcname = default(System.String); + System.IntPtr r = OpenTK.Audio.OpenAL.Alc.GetProcAddress(_device,_funcname); +} +static unsafe void Test_GetEnumValue_15607() { + System.IntPtr _device = default(System.IntPtr); + System.String _enumname = default(System.String); + System.Int32 r = OpenTK.Audio.OpenAL.Alc.GetEnumValue(_device,_enumname); +} +static unsafe void Test_GetString_15608() { + System.IntPtr _device = default(System.IntPtr); + OpenTK.Audio.OpenAL.AlcGetString _param = default(OpenTK.Audio.OpenAL.AlcGetString); + System.String r = OpenTK.Audio.OpenAL.Alc.GetString(_device,_param); +} +static unsafe void Test_GetString_15609() { + System.IntPtr _device = default(System.IntPtr); + OpenTK.Audio.OpenAL.AlcGetStringList _param = default(OpenTK.Audio.OpenAL.AlcGetStringList); + System.Collections.Generic.IList r = OpenTK.Audio.OpenAL.Alc.GetString(_device,_param); +} +static unsafe void Test_GetInteger_15610() { + System.IntPtr _device = default(System.IntPtr); + OpenTK.Audio.OpenAL.AlcGetInteger _param = default(OpenTK.Audio.OpenAL.AlcGetInteger); + System.Int32 _size = default(System.Int32); + System.Int32 _data = default(System.Int32); + OpenTK.Audio.OpenAL.Alc.GetInteger(_device,_param,_size,out _data); +} +static unsafe void Test_GetInteger_15611() { + System.IntPtr _device = default(System.IntPtr); + OpenTK.Audio.OpenAL.AlcGetInteger _param = default(OpenTK.Audio.OpenAL.AlcGetInteger); + System.Int32 _size = default(System.Int32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Audio.OpenAL.Alc.GetInteger(_device,_param,_size,_data); +} +static unsafe void Test_CaptureOpenDevice_15612() { + System.String _devicename = default(System.String); + System.UInt32 _frequency = default(System.UInt32); + OpenTK.Audio.OpenAL.ALFormat _format = default(OpenTK.Audio.OpenAL.ALFormat); + System.Int32 _buffersize = default(System.Int32); + System.IntPtr r = OpenTK.Audio.OpenAL.Alc.CaptureOpenDevice(_devicename,_frequency,_format,_buffersize); +} +static unsafe void Test_CaptureOpenDevice_15613() { + System.String _devicename = default(System.String); + System.Int32 _frequency = default(System.Int32); + OpenTK.Audio.OpenAL.ALFormat _format = default(OpenTK.Audio.OpenAL.ALFormat); + System.Int32 _buffersize = default(System.Int32); + System.IntPtr r = OpenTK.Audio.OpenAL.Alc.CaptureOpenDevice(_devicename,_frequency,_format,_buffersize); +} +static unsafe void Test_CaptureCloseDevice_15614() { + System.IntPtr _device = default(System.IntPtr); + System.Boolean r = OpenTK.Audio.OpenAL.Alc.CaptureCloseDevice(_device); +} +static unsafe void Test_CaptureStart_15615() { + System.IntPtr _device = default(System.IntPtr); + OpenTK.Audio.OpenAL.Alc.CaptureStart(_device); +} +static unsafe void Test_CaptureStop_15616() { + System.IntPtr _device = default(System.IntPtr); + OpenTK.Audio.OpenAL.Alc.CaptureStop(_device); +} +static unsafe void Test_CaptureSamples_15617() { + System.IntPtr _device = default(System.IntPtr); + System.IntPtr _buffer = default(System.IntPtr); + System.Int32 _samples = default(System.Int32); + OpenTK.Audio.OpenAL.Alc.CaptureSamples(_device,_buffer,_samples); +} +static unsafe void Test_CaptureSamples_15618() { + System.IntPtr _device = default(System.IntPtr); + int _buffer = default(int); + System.Int32 _samples = default(System.Int32); + OpenTK.Audio.OpenAL.Alc.CaptureSamples(_device,ref _buffer,_samples); +} +static unsafe void Test_CaptureSamples_15619() { + System.IntPtr _device = default(System.IntPtr); + int[] _buffer = default(int[]); + System.Int32 _samples = default(System.Int32); + OpenTK.Audio.OpenAL.Alc.CaptureSamples(_device,_buffer,_samples); +} +static unsafe void Test_CaptureSamples_15620() { + System.IntPtr _device = default(System.IntPtr); + int[,] _buffer = default(int[,]); + System.Int32 _samples = default(System.Int32); + OpenTK.Audio.OpenAL.Alc.CaptureSamples(_device,_buffer,_samples); +} +static unsafe void Test_CaptureSamples_15621() { + System.IntPtr _device = default(System.IntPtr); + int[,,] _buffer = default(int[,,]); + System.Int32 _samples = default(System.Int32); + OpenTK.Audio.OpenAL.Alc.CaptureSamples(_device,_buffer,_samples); +} +static unsafe void Test_get_IsInitialized_15622() { + System.Boolean r = default(OpenTK.Audio.OpenAL.EffectsExtension).IsInitialized; +} + +static unsafe void Test_GetEaxFromEfxEax_15624() { + OpenTK.Audio.OpenAL.EffectsExtension.EaxReverb _input = default(OpenTK.Audio.OpenAL.EffectsExtension.EaxReverb); + OpenTK.Audio.OpenAL.EffectsExtension.EfxEaxReverb _output = default(OpenTK.Audio.OpenAL.EffectsExtension.EfxEaxReverb); + OpenTK.Audio.OpenAL.EffectsExtension.GetEaxFromEfxEax(ref _input,out _output); +} +static unsafe void Test_BindEffect_15625() { + System.UInt32 _eid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxEffectType _type = default(OpenTK.Audio.OpenAL.EfxEffectType); + default(OpenTK.Audio.OpenAL.EffectsExtension).BindEffect(_eid,_type); +} +static unsafe void Test_BindEffect_15626() { + System.Int32 _eid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxEffectType _type = default(OpenTK.Audio.OpenAL.EfxEffectType); + default(OpenTK.Audio.OpenAL.EffectsExtension).BindEffect(_eid,_type); +} +static unsafe void Test_BindFilterToSource_15627() { + System.UInt32 _source = default(System.UInt32); + System.UInt32 _filter = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).BindFilterToSource(_source,_filter); +} +static unsafe void Test_BindFilterToSource_15628() { + System.Int32 _source = default(System.Int32); + System.Int32 _filter = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).BindFilterToSource(_source,_filter); +} +static unsafe void Test_BindEffectToAuxiliarySlot_15629() { + System.UInt32 _auxiliaryeffectslot = default(System.UInt32); + System.UInt32 _effect = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).BindEffectToAuxiliarySlot(_auxiliaryeffectslot,_effect); +} +static unsafe void Test_BindEffectToAuxiliarySlot_15630() { + System.Int32 _auxiliaryeffectslot = default(System.Int32); + System.Int32 _effect = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).BindEffectToAuxiliarySlot(_auxiliaryeffectslot,_effect); +} +static unsafe void Test_BindSourceToAuxiliarySlot_15631() { + System.UInt32 _source = default(System.UInt32); + System.UInt32 _slot = default(System.UInt32); + System.Int32 _slotnumber = default(System.Int32); + System.UInt32 _filter = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).BindSourceToAuxiliarySlot(_source,_slot,_slotnumber,_filter); +} +static unsafe void Test_BindSourceToAuxiliarySlot_15632() { + System.Int32 _source = default(System.Int32); + System.Int32 _slot = default(System.Int32); + System.Int32 _slotnumber = default(System.Int32); + System.Int32 _filter = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).BindSourceToAuxiliarySlot(_source,_slot,_slotnumber,_filter); +} +static unsafe void Test_GenEffects_15633() { + System.Int32 _n = default(System.Int32); + System.UInt32 _effects = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenEffects(_n,out _effects); +} +static unsafe void Test_GenEffects_15634() { + System.Int32 _n = default(System.Int32); + System.Int32 _effects = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenEffects(_n,out _effects); +} +static unsafe void Test_GenEffects_15635() { + System.Int32 _n = default(System.Int32); + System.Int32[] r = default(OpenTK.Audio.OpenAL.EffectsExtension).GenEffects(_n); +} +static unsafe void Test_GenEffect_15636() { + System.Int32 r = default(OpenTK.Audio.OpenAL.EffectsExtension).GenEffect(); +} +static unsafe void Test_GenEffect_15637() { + System.UInt32 _effect = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenEffect(out _effect); +} +static unsafe void Test_DeleteEffects_15638() { + System.Int32 _n = default(System.Int32); + System.UInt32 _effects = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteEffects(_n,ref _effects); +} +static unsafe void Test_DeleteEffects_15639() { + System.Int32 _n = default(System.Int32); + System.Int32 _effects = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteEffects(_n,ref _effects); +} +static unsafe void Test_DeleteEffects_15640() { + System.Int32[] _effects = default(System.Int32[]); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteEffects(_effects); +} +static unsafe void Test_DeleteEffects_15641() { + System.UInt32[] _effects = default(System.UInt32[]); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteEffects(_effects); +} +static unsafe void Test_DeleteEffect_15642() { + System.Int32 _effect = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteEffect(_effect); +} +static unsafe void Test_DeleteEffect_15643() { + System.UInt32 _effect = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteEffect(ref _effect); +} +static unsafe void Test_IsEffect_15644() { + System.UInt32 _eid = default(System.UInt32); + System.Boolean r = default(OpenTK.Audio.OpenAL.EffectsExtension).IsEffect(_eid); +} +static unsafe void Test_IsEffect_15645() { + System.Int32 _eid = default(System.Int32); + System.Boolean r = default(OpenTK.Audio.OpenAL.EffectsExtension).IsEffect(_eid); +} +static unsafe void Test_Effect_15646() { + System.UInt32 _eid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxEffecti _param = default(OpenTK.Audio.OpenAL.EfxEffecti); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).Effect(_eid,_param,_value); +} +static unsafe void Test_Effect_15647() { + System.Int32 _eid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxEffecti _param = default(OpenTK.Audio.OpenAL.EfxEffecti); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).Effect(_eid,_param,_value); +} +static unsafe void Test_Effect_15648() { + System.UInt32 _eid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxEffectf _param = default(OpenTK.Audio.OpenAL.EfxEffectf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).Effect(_eid,_param,_value); +} +static unsafe void Test_Effect_15649() { + System.Int32 _eid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxEffectf _param = default(OpenTK.Audio.OpenAL.EfxEffectf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).Effect(_eid,_param,_value); +} +static unsafe void Test_Effect_15650() { + System.UInt32 _eid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxEffect3f _param = default(OpenTK.Audio.OpenAL.EfxEffect3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + default(OpenTK.Audio.OpenAL.EffectsExtension).Effect(_eid,_param,ref _values); +} +static unsafe void Test_Effect_15651() { + System.Int32 _eid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxEffect3f _param = default(OpenTK.Audio.OpenAL.EfxEffect3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + default(OpenTK.Audio.OpenAL.EffectsExtension).Effect(_eid,_param,ref _values); +} +static unsafe void Test_GetEffect_15652() { + System.UInt32 _eid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxEffecti _pname = default(OpenTK.Audio.OpenAL.EfxEffecti); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetEffect(_eid,_pname,out _value); +} +static unsafe void Test_GetEffect_15653() { + System.Int32 _eid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxEffecti _pname = default(OpenTK.Audio.OpenAL.EfxEffecti); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetEffect(_eid,_pname,out _value); +} +static unsafe void Test_GetEffect_15654() { + System.UInt32 _eid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxEffectf _pname = default(OpenTK.Audio.OpenAL.EfxEffectf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetEffect(_eid,_pname,out _value); +} +static unsafe void Test_GetEffect_15655() { + System.Int32 _eid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxEffectf _pname = default(OpenTK.Audio.OpenAL.EfxEffectf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetEffect(_eid,_pname,out _value); +} +static unsafe void Test_GetEffect_15656() { + System.UInt32 _eid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxEffect3f _param = default(OpenTK.Audio.OpenAL.EfxEffect3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetEffect(_eid,_param,out _values); +} +static unsafe void Test_GetEffect_15657() { + System.Int32 _eid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxEffect3f _param = default(OpenTK.Audio.OpenAL.EfxEffect3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetEffect(_eid,_param,out _values); +} +static unsafe void Test_GenFilters_15658() { + System.Int32 _n = default(System.Int32); + System.UInt32 _filters = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenFilters(_n,out _filters); +} +static unsafe void Test_GenFilters_15659() { + System.Int32 _n = default(System.Int32); + System.Int32 _filters = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenFilters(_n,out _filters); +} +static unsafe void Test_GenFilters_15660() { + System.Int32 _n = default(System.Int32); + System.Int32[] r = default(OpenTK.Audio.OpenAL.EffectsExtension).GenFilters(_n); +} +static unsafe void Test_GenFilter_15661() { + System.Int32 r = default(OpenTK.Audio.OpenAL.EffectsExtension).GenFilter(); +} +static unsafe void Test_GenFilter_15662() { + System.UInt32 _filter = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenFilter(out _filter); +} +static unsafe void Test_DeleteFilters_15663() { + System.Int32 _n = default(System.Int32); + System.UInt32 _filters = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteFilters(_n,ref _filters); +} +static unsafe void Test_DeleteFilters_15664() { + System.Int32 _n = default(System.Int32); + System.Int32 _filters = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteFilters(_n,ref _filters); +} +static unsafe void Test_DeleteFilters_15665() { + System.UInt32[] _filters = default(System.UInt32[]); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteFilters(_filters); +} +static unsafe void Test_DeleteFilters_15666() { + System.Int32[] _filters = default(System.Int32[]); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteFilters(_filters); +} +static unsafe void Test_DeleteFilter_15667() { + System.Int32 _filter = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteFilter(_filter); +} +static unsafe void Test_DeleteFilter_15668() { + System.UInt32 _filter = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteFilter(ref _filter); +} +static unsafe void Test_IsFilter_15669() { + System.UInt32 _fid = default(System.UInt32); + System.Boolean r = default(OpenTK.Audio.OpenAL.EffectsExtension).IsFilter(_fid); +} +static unsafe void Test_IsFilter_15670() { + System.Int32 _fid = default(System.Int32); + System.Boolean r = default(OpenTK.Audio.OpenAL.EffectsExtension).IsFilter(_fid); +} +static unsafe void Test_Filter_15671() { + System.UInt32 _fid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxFilteri _param = default(OpenTK.Audio.OpenAL.EfxFilteri); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).Filter(_fid,_param,_value); +} +static unsafe void Test_Filter_15672() { + System.Int32 _fid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxFilteri _param = default(OpenTK.Audio.OpenAL.EfxFilteri); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).Filter(_fid,_param,_value); +} +static unsafe void Test_Filter_15673() { + System.UInt32 _fid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxFilterf _param = default(OpenTK.Audio.OpenAL.EfxFilterf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).Filter(_fid,_param,_value); +} +static unsafe void Test_Filter_15674() { + System.Int32 _fid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxFilterf _param = default(OpenTK.Audio.OpenAL.EfxFilterf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).Filter(_fid,_param,_value); +} +static unsafe void Test_GetFilter_15675() { + System.UInt32 _fid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxFilteri _pname = default(OpenTK.Audio.OpenAL.EfxFilteri); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetFilter(_fid,_pname,out _value); +} +static unsafe void Test_GetFilter_15676() { + System.Int32 _fid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxFilteri _pname = default(OpenTK.Audio.OpenAL.EfxFilteri); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetFilter(_fid,_pname,out _value); +} +static unsafe void Test_GetFilter_15677() { + System.UInt32 _fid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxFilterf _pname = default(OpenTK.Audio.OpenAL.EfxFilterf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetFilter(_fid,_pname,out _value); +} +static unsafe void Test_GetFilter_15678() { + System.Int32 _fid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxFilterf _pname = default(OpenTK.Audio.OpenAL.EfxFilterf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetFilter(_fid,_pname,out _value); +} +static unsafe void Test_GenAuxiliaryEffectSlots_15679() { + System.Int32 _n = default(System.Int32); + System.UInt32 _slots = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenAuxiliaryEffectSlots(_n,out _slots); +} +static unsafe void Test_GenAuxiliaryEffectSlots_15680() { + System.Int32 _n = default(System.Int32); + System.Int32 _slots = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenAuxiliaryEffectSlots(_n,out _slots); +} +static unsafe void Test_GenAuxiliaryEffectSlots_15681() { + System.Int32 _n = default(System.Int32); + System.Int32[] r = default(OpenTK.Audio.OpenAL.EffectsExtension).GenAuxiliaryEffectSlots(_n); +} +static unsafe void Test_GenAuxiliaryEffectSlot_15682() { + System.Int32 r = default(OpenTK.Audio.OpenAL.EffectsExtension).GenAuxiliaryEffectSlot(); +} +static unsafe void Test_GenAuxiliaryEffectSlot_15683() { + System.UInt32 _slot = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GenAuxiliaryEffectSlot(out _slot); +} +static unsafe void Test_DeleteAuxiliaryEffectSlots_15684() { + System.Int32 _n = default(System.Int32); + System.UInt32 _slots = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteAuxiliaryEffectSlots(_n,ref _slots); +} +static unsafe void Test_DeleteAuxiliaryEffectSlots_15685() { + System.Int32 _n = default(System.Int32); + System.Int32 _slots = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteAuxiliaryEffectSlots(_n,ref _slots); +} +static unsafe void Test_DeleteAuxiliaryEffectSlots_15686() { + System.Int32[] _slots = default(System.Int32[]); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteAuxiliaryEffectSlots(_slots); +} +static unsafe void Test_DeleteAuxiliaryEffectSlots_15687() { + System.UInt32[] _slots = default(System.UInt32[]); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteAuxiliaryEffectSlots(_slots); +} +static unsafe void Test_DeleteAuxiliaryEffectSlot_15688() { + System.Int32 _slot = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteAuxiliaryEffectSlot(_slot); +} +static unsafe void Test_DeleteAuxiliaryEffectSlot_15689() { + System.UInt32 _slot = default(System.UInt32); + default(OpenTK.Audio.OpenAL.EffectsExtension).DeleteAuxiliaryEffectSlot(ref _slot); +} +static unsafe void Test_IsAuxiliaryEffectSlot_15690() { + System.UInt32 _slot = default(System.UInt32); + System.Boolean r = default(OpenTK.Audio.OpenAL.EffectsExtension).IsAuxiliaryEffectSlot(_slot); +} +static unsafe void Test_IsAuxiliaryEffectSlot_15691() { + System.Int32 _slot = default(System.Int32); + System.Boolean r = default(OpenTK.Audio.OpenAL.EffectsExtension).IsAuxiliaryEffectSlot(_slot); +} +static unsafe void Test_AuxiliaryEffectSlot_15692() { + System.UInt32 _asid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxAuxiliaryi _param = default(OpenTK.Audio.OpenAL.EfxAuxiliaryi); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).AuxiliaryEffectSlot(_asid,_param,_value); +} +static unsafe void Test_AuxiliaryEffectSlot_15693() { + System.Int32 _asid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxAuxiliaryi _param = default(OpenTK.Audio.OpenAL.EfxAuxiliaryi); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).AuxiliaryEffectSlot(_asid,_param,_value); +} +static unsafe void Test_AuxiliaryEffectSlot_15694() { + System.UInt32 _asid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxAuxiliaryf _param = default(OpenTK.Audio.OpenAL.EfxAuxiliaryf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).AuxiliaryEffectSlot(_asid,_param,_value); +} +static unsafe void Test_AuxiliaryEffectSlot_15695() { + System.Int32 _asid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxAuxiliaryf _param = default(OpenTK.Audio.OpenAL.EfxAuxiliaryf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).AuxiliaryEffectSlot(_asid,_param,_value); +} +static unsafe void Test_GetAuxiliaryEffectSlot_15696() { + System.UInt32 _asid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxAuxiliaryi _pname = default(OpenTK.Audio.OpenAL.EfxAuxiliaryi); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetAuxiliaryEffectSlot(_asid,_pname,out _value); +} +static unsafe void Test_GetAuxiliaryEffectSlot_15697() { + System.Int32 _asid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxAuxiliaryi _pname = default(OpenTK.Audio.OpenAL.EfxAuxiliaryi); + System.Int32 _value = default(System.Int32); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetAuxiliaryEffectSlot(_asid,_pname,out _value); +} +static unsafe void Test_GetAuxiliaryEffectSlot_15698() { + System.UInt32 _asid = default(System.UInt32); + OpenTK.Audio.OpenAL.EfxAuxiliaryf _pname = default(OpenTK.Audio.OpenAL.EfxAuxiliaryf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetAuxiliaryEffectSlot(_asid,_pname,out _value); +} +static unsafe void Test_GetAuxiliaryEffectSlot_15699() { + System.Int32 _asid = default(System.Int32); + OpenTK.Audio.OpenAL.EfxAuxiliaryf _pname = default(OpenTK.Audio.OpenAL.EfxAuxiliaryf); + System.Single _value = default(System.Single); + default(OpenTK.Audio.OpenAL.EffectsExtension).GetAuxiliaryEffectSlot(_asid,_pname,out _value); +} +static void Test_EfxEffectf_15700() { + var _ReverbDensity = OpenTK.Audio.OpenAL.EfxEffectf.ReverbDensity; + var _ReverbDiffusion = OpenTK.Audio.OpenAL.EfxEffectf.ReverbDiffusion; + var _ReverbGain = OpenTK.Audio.OpenAL.EfxEffectf.ReverbGain; + var _ReverbGainHF = OpenTK.Audio.OpenAL.EfxEffectf.ReverbGainHF; + var _ReverbDecayTime = OpenTK.Audio.OpenAL.EfxEffectf.ReverbDecayTime; + var _ReverbDecayHFRatio = OpenTK.Audio.OpenAL.EfxEffectf.ReverbDecayHFRatio; + var _ReverbReflectionsGain = OpenTK.Audio.OpenAL.EfxEffectf.ReverbReflectionsGain; + var _ReverbReflectionsDelay = OpenTK.Audio.OpenAL.EfxEffectf.ReverbReflectionsDelay; + var _ReverbLateReverbGain = OpenTK.Audio.OpenAL.EfxEffectf.ReverbLateReverbGain; + var _ReverbLateReverbDelay = OpenTK.Audio.OpenAL.EfxEffectf.ReverbLateReverbDelay; + var _ReverbAirAbsorptionGainHF = OpenTK.Audio.OpenAL.EfxEffectf.ReverbAirAbsorptionGainHF; + var _ReverbRoomRolloffFactor = OpenTK.Audio.OpenAL.EfxEffectf.ReverbRoomRolloffFactor; + var _ChorusRate = OpenTK.Audio.OpenAL.EfxEffectf.ChorusRate; + var _ChorusDepth = OpenTK.Audio.OpenAL.EfxEffectf.ChorusDepth; + var _ChorusFeedback = OpenTK.Audio.OpenAL.EfxEffectf.ChorusFeedback; + var _ChorusDelay = OpenTK.Audio.OpenAL.EfxEffectf.ChorusDelay; + var _DistortionEdge = OpenTK.Audio.OpenAL.EfxEffectf.DistortionEdge; + var _DistortionGain = OpenTK.Audio.OpenAL.EfxEffectf.DistortionGain; + var _DistortionLowpassCutoff = OpenTK.Audio.OpenAL.EfxEffectf.DistortionLowpassCutoff; + var _DistortionEQCenter = OpenTK.Audio.OpenAL.EfxEffectf.DistortionEQCenter; + var _DistortionEQBandwidth = OpenTK.Audio.OpenAL.EfxEffectf.DistortionEQBandwidth; + var _EchoDelay = OpenTK.Audio.OpenAL.EfxEffectf.EchoDelay; + var _EchoLRDelay = OpenTK.Audio.OpenAL.EfxEffectf.EchoLRDelay; + var _EchoDamping = OpenTK.Audio.OpenAL.EfxEffectf.EchoDamping; + var _EchoFeedback = OpenTK.Audio.OpenAL.EfxEffectf.EchoFeedback; + var _EchoSpread = OpenTK.Audio.OpenAL.EfxEffectf.EchoSpread; + var _FlangerRate = OpenTK.Audio.OpenAL.EfxEffectf.FlangerRate; + var _FlangerDepth = OpenTK.Audio.OpenAL.EfxEffectf.FlangerDepth; + var _FlangerFeedback = OpenTK.Audio.OpenAL.EfxEffectf.FlangerFeedback; + var _FlangerDelay = OpenTK.Audio.OpenAL.EfxEffectf.FlangerDelay; + var _FrequencyShifterFrequency = OpenTK.Audio.OpenAL.EfxEffectf.FrequencyShifterFrequency; + var _VocalMorpherRate = OpenTK.Audio.OpenAL.EfxEffectf.VocalMorpherRate; + var _RingModulatorFrequency = OpenTK.Audio.OpenAL.EfxEffectf.RingModulatorFrequency; + var _RingModulatorHighpassCutoff = OpenTK.Audio.OpenAL.EfxEffectf.RingModulatorHighpassCutoff; + var _AutowahAttackTime = OpenTK.Audio.OpenAL.EfxEffectf.AutowahAttackTime; + var _AutowahReleaseTime = OpenTK.Audio.OpenAL.EfxEffectf.AutowahReleaseTime; + var _AutowahResonance = OpenTK.Audio.OpenAL.EfxEffectf.AutowahResonance; + var _AutowahPeakGain = OpenTK.Audio.OpenAL.EfxEffectf.AutowahPeakGain; + var _EqualizerLowGain = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerLowGain; + var _EqualizerLowCutoff = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerLowCutoff; + var _EqualizerMid1Gain = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerMid1Gain; + var _EqualizerMid1Center = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerMid1Center; + var _EqualizerMid1Width = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerMid1Width; + var _EqualizerMid2Gain = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerMid2Gain; + var _EqualizerMid2Center = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerMid2Center; + var _EqualizerMid2Width = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerMid2Width; + var _EqualizerHighGain = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerHighGain; + var _EqualizerHighCutoff = OpenTK.Audio.OpenAL.EfxEffectf.EqualizerHighCutoff; + var _EaxReverbDensity = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbDensity; + var _EaxReverbDiffusion = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbDiffusion; + var _EaxReverbGain = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbGain; + var _EaxReverbGainHF = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbGainHF; + var _EaxReverbGainLF = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbGainLF; + var _EaxReverbDecayTime = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbDecayTime; + var _EaxReverbDecayHFRatio = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbDecayHFRatio; + var _EaxReverbDecayLFRatio = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbDecayLFRatio; + var _EaxReverbReflectionsGain = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbReflectionsGain; + var _EaxReverbReflectionsDelay = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbReflectionsDelay; + var _EaxReverbLateReverbGain = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbLateReverbGain; + var _EaxReverbLateReverbDelay = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbLateReverbDelay; + var _EaxReverbEchoTime = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbEchoTime; + var _EaxReverbEchoDepth = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbEchoDepth; + var _EaxReverbModulationTime = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbModulationTime; + var _EaxReverbModulationDepth = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbModulationDepth; + var _EaxReverbAirAbsorptionGainHF = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbAirAbsorptionGainHF; + var _EaxReverbHFReference = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbHFReference; + var _EaxReverbLFReference = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbLFReference; + var _EaxReverbRoomRolloffFactor = OpenTK.Audio.OpenAL.EfxEffectf.EaxReverbRoomRolloffFactor; +} +static void Test_EfxEffect3f_15701() { + var _EaxReverbLateReverbPan = OpenTK.Audio.OpenAL.EfxEffect3f.EaxReverbLateReverbPan; + var _EaxReverbReflectionsPan = OpenTK.Audio.OpenAL.EfxEffect3f.EaxReverbReflectionsPan; +} +static void Test_EfxEffecti_15702() { + var _ChorusWaveform = OpenTK.Audio.OpenAL.EfxEffecti.ChorusWaveform; + var _ChorusPhase = OpenTK.Audio.OpenAL.EfxEffecti.ChorusPhase; + var _FlangerWaveform = OpenTK.Audio.OpenAL.EfxEffecti.FlangerWaveform; + var _FlangerPhase = OpenTK.Audio.OpenAL.EfxEffecti.FlangerPhase; + var _FrequencyShifterLeftDirection = OpenTK.Audio.OpenAL.EfxEffecti.FrequencyShifterLeftDirection; + var _FrequencyShifterRightDirection = OpenTK.Audio.OpenAL.EfxEffecti.FrequencyShifterRightDirection; + var _VocalMorpherPhonemeA = OpenTK.Audio.OpenAL.EfxEffecti.VocalMorpherPhonemeA; + var _VocalMorpherPhonemeACoarseTuning = OpenTK.Audio.OpenAL.EfxEffecti.VocalMorpherPhonemeACoarseTuning; + var _VocalMorpherPhonemeB = OpenTK.Audio.OpenAL.EfxEffecti.VocalMorpherPhonemeB; + var _VocalMorpherPhonemeBCoarseTuning = OpenTK.Audio.OpenAL.EfxEffecti.VocalMorpherPhonemeBCoarseTuning; + var _VocalMorpherWaveform = OpenTK.Audio.OpenAL.EfxEffecti.VocalMorpherWaveform; + var _PitchShifterCoarseTune = OpenTK.Audio.OpenAL.EfxEffecti.PitchShifterCoarseTune; + var _PitchShifterFineTune = OpenTK.Audio.OpenAL.EfxEffecti.PitchShifterFineTune; + var _RingModulatorWaveform = OpenTK.Audio.OpenAL.EfxEffecti.RingModulatorWaveform; + var _CompressorOnoff = OpenTK.Audio.OpenAL.EfxEffecti.CompressorOnoff; + var _ReverbDecayHFLimit = OpenTK.Audio.OpenAL.EfxEffecti.ReverbDecayHFLimit; + var _EaxReverbDecayHFLimit = OpenTK.Audio.OpenAL.EfxEffecti.EaxReverbDecayHFLimit; + var _EffectType = OpenTK.Audio.OpenAL.EfxEffecti.EffectType; +} +static void Test_EfxFormantFilterSettings_15703() { + var _VocalMorpherPhonemeA = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeA; + var _VocalMorpherPhonemeE = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeE; + var _VocalMorpherPhonemeI = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeI; + var _VocalMorpherPhonemeO = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeO; + var _VocalMorpherPhonemeU = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeU; + var _VocalMorpherPhonemeAA = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeAA; + var _VocalMorpherPhonemeAE = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeAE; + var _VocalMorpherPhonemeAH = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeAH; + var _VocalMorpherPhonemeAO = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeAO; + var _VocalMorpherPhonemeEH = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeEH; + var _VocalMorpherPhonemeER = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeER; + var _VocalMorpherPhonemeIH = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeIH; + var _VocalMorpherPhonemeIY = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeIY; + var _VocalMorpherPhonemeUH = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeUH; + var _VocalMorpherPhonemeUW = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeUW; + var _VocalMorpherPhonemeB = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeB; + var _VocalMorpherPhonemeD = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeD; + var _VocalMorpherPhonemeF = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeF; + var _VocalMorpherPhonemeG = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeG; + var _VocalMorpherPhonemeJ = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeJ; + var _VocalMorpherPhonemeK = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeK; + var _VocalMorpherPhonemeL = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeL; + var _VocalMorpherPhonemeM = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeM; + var _VocalMorpherPhonemeN = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeN; + var _VocalMorpherPhonemeP = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeP; + var _VocalMorpherPhonemeR = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeR; + var _VocalMorpherPhonemeS = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeS; + var _VocalMorpherPhonemeT = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeT; + var _VocalMorpherPhonemeV = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeV; + var _VocalMorpherPhonemeZ = OpenTK.Audio.OpenAL.EfxFormantFilterSettings.VocalMorpherPhonemeZ; +} +static void Test_EfxEffectType_15704() { + var _Null = OpenTK.Audio.OpenAL.EfxEffectType.Null; + var _Reverb = OpenTK.Audio.OpenAL.EfxEffectType.Reverb; + var _Chorus = OpenTK.Audio.OpenAL.EfxEffectType.Chorus; + var _Distortion = OpenTK.Audio.OpenAL.EfxEffectType.Distortion; + var _Echo = OpenTK.Audio.OpenAL.EfxEffectType.Echo; + var _Flanger = OpenTK.Audio.OpenAL.EfxEffectType.Flanger; + var _FrequencyShifter = OpenTK.Audio.OpenAL.EfxEffectType.FrequencyShifter; + var _VocalMorpher = OpenTK.Audio.OpenAL.EfxEffectType.VocalMorpher; + var _PitchShifter = OpenTK.Audio.OpenAL.EfxEffectType.PitchShifter; + var _RingModulator = OpenTK.Audio.OpenAL.EfxEffectType.RingModulator; + var _Autowah = OpenTK.Audio.OpenAL.EfxEffectType.Autowah; + var _Compressor = OpenTK.Audio.OpenAL.EfxEffectType.Compressor; + var _Equalizer = OpenTK.Audio.OpenAL.EfxEffectType.Equalizer; + var _EaxReverb = OpenTK.Audio.OpenAL.EfxEffectType.EaxReverb; +} +static void Test_EfxAuxiliaryi_15705() { + var _EffectslotEffect = OpenTK.Audio.OpenAL.EfxAuxiliaryi.EffectslotEffect; + var _EffectslotAuxiliarySendAuto = OpenTK.Audio.OpenAL.EfxAuxiliaryi.EffectslotAuxiliarySendAuto; +} +static void Test_EfxAuxiliaryf_15706() { + var _EffectslotGain = OpenTK.Audio.OpenAL.EfxAuxiliaryf.EffectslotGain; +} +static void Test_EfxFilterf_15707() { + var _LowpassGain = OpenTK.Audio.OpenAL.EfxFilterf.LowpassGain; + var _LowpassGainHF = OpenTK.Audio.OpenAL.EfxFilterf.LowpassGainHF; + var _HighpassGain = OpenTK.Audio.OpenAL.EfxFilterf.HighpassGain; + var _HighpassGainLF = OpenTK.Audio.OpenAL.EfxFilterf.HighpassGainLF; + var _BandpassGain = OpenTK.Audio.OpenAL.EfxFilterf.BandpassGain; + var _BandpassGainLF = OpenTK.Audio.OpenAL.EfxFilterf.BandpassGainLF; + var _BandpassGainHF = OpenTK.Audio.OpenAL.EfxFilterf.BandpassGainHF; +} +static void Test_EfxFilteri_15708() { + var _FilterType = OpenTK.Audio.OpenAL.EfxFilteri.FilterType; +} +static void Test_EfxFilterType_15709() { + var _Null = OpenTK.Audio.OpenAL.EfxFilterType.Null; + var _Lowpass = OpenTK.Audio.OpenAL.EfxFilterType.Lowpass; + var _Highpass = OpenTK.Audio.OpenAL.EfxFilterType.Highpass; + var _Bandpass = OpenTK.Audio.OpenAL.EfxFilterType.Bandpass; +} +static unsafe void Test_get_IsInitialized_15710() { + System.Boolean r = default(OpenTK.Audio.OpenAL.XRamExtension).IsInitialized; +} + +static unsafe void Test_get_GetRamSize_15712() { + System.Int32 r = default(OpenTK.Audio.OpenAL.XRamExtension).GetRamSize; +} +static unsafe void Test_get_GetRamFree_15713() { + System.Int32 r = default(OpenTK.Audio.OpenAL.XRamExtension).GetRamFree; +} +static unsafe void Test_SetBufferMode_15714() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Audio.OpenAL.XRamExtension.XRamStorage _mode = default(OpenTK.Audio.OpenAL.XRamExtension.XRamStorage); + System.Boolean r = default(OpenTK.Audio.OpenAL.XRamExtension).SetBufferMode(_n,ref _buffer,_mode); +} +static unsafe void Test_SetBufferMode_15715() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Audio.OpenAL.XRamExtension.XRamStorage _mode = default(OpenTK.Audio.OpenAL.XRamExtension.XRamStorage); + System.Boolean r = default(OpenTK.Audio.OpenAL.XRamExtension).SetBufferMode(_n,ref _buffer,_mode); +} +static unsafe void Test_GetBufferMode_15716() { + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Audio.OpenAL.XRamExtension.XRamStorage r = default(OpenTK.Audio.OpenAL.XRamExtension).GetBufferMode(ref _buffer); +} +static unsafe void Test_GetBufferMode_15717() { + System.Int32 _buffer = default(System.Int32); + OpenTK.Audio.OpenAL.XRamExtension.XRamStorage r = default(OpenTK.Audio.OpenAL.XRamExtension).GetBufferMode(ref _buffer); +} +static unsafe void Test_Enable_15718() { + OpenTK.Audio.OpenAL.ALCapability _capability = default(OpenTK.Audio.OpenAL.ALCapability); + OpenTK.Audio.OpenAL.AL.Enable(_capability); +} +static unsafe void Test_Disable_15719() { + OpenTK.Audio.OpenAL.ALCapability _capability = default(OpenTK.Audio.OpenAL.ALCapability); + OpenTK.Audio.OpenAL.AL.Disable(_capability); +} +static unsafe void Test_IsEnabled_15720() { + OpenTK.Audio.OpenAL.ALCapability _capability = default(OpenTK.Audio.OpenAL.ALCapability); + System.Boolean r = OpenTK.Audio.OpenAL.AL.IsEnabled(_capability); +} +static unsafe void Test_Get_15721() { + OpenTK.Audio.OpenAL.ALGetString _param = default(OpenTK.Audio.OpenAL.ALGetString); + System.String r = OpenTK.Audio.OpenAL.AL.Get(_param); +} +static unsafe void Test_GetErrorString_15722() { + OpenTK.Audio.OpenAL.ALError _param = default(OpenTK.Audio.OpenAL.ALError); + System.String r = OpenTK.Audio.OpenAL.AL.GetErrorString(_param); +} +static unsafe void Test_Get_15723() { + OpenTK.Audio.OpenAL.ALGetInteger _param = default(OpenTK.Audio.OpenAL.ALGetInteger); + System.Int32 r = OpenTK.Audio.OpenAL.AL.Get(_param); +} +static unsafe void Test_Get_15724() { + OpenTK.Audio.OpenAL.ALGetFloat _param = default(OpenTK.Audio.OpenAL.ALGetFloat); + System.Single r = OpenTK.Audio.OpenAL.AL.Get(_param); +} +static unsafe void Test_GetError_15725() { + OpenTK.Audio.OpenAL.ALError r = OpenTK.Audio.OpenAL.AL.GetError(); +} +static unsafe void Test_IsExtensionPresent_15726() { + System.String _extname = default(System.String); + System.Boolean r = OpenTK.Audio.OpenAL.AL.IsExtensionPresent(_extname); +} +static unsafe void Test_GetProcAddress_15727() { + System.String _fname = default(System.String); + System.IntPtr r = OpenTK.Audio.OpenAL.AL.GetProcAddress(_fname); +} +static unsafe void Test_GetEnumValue_15728() { + System.String _ename = default(System.String); + System.Int32 r = OpenTK.Audio.OpenAL.AL.GetEnumValue(_ename); +} +static unsafe void Test_Listener_15729() { + OpenTK.Audio.OpenAL.ALListenerf _param = default(OpenTK.Audio.OpenAL.ALListenerf); + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.Listener(_param,_value); +} +static unsafe void Test_Listener_15730() { + OpenTK.Audio.OpenAL.ALListener3f _param = default(OpenTK.Audio.OpenAL.ALListener3f); + System.Single _value1 = default(System.Single); + System.Single _value2 = default(System.Single); + System.Single _value3 = default(System.Single); + OpenTK.Audio.OpenAL.AL.Listener(_param,_value1,_value2,_value3); +} +static unsafe void Test_Listener_15731() { + OpenTK.Audio.OpenAL.ALListener3f _param = default(OpenTK.Audio.OpenAL.ALListener3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + OpenTK.Audio.OpenAL.AL.Listener(_param,ref _values); +} +static unsafe void Test_Listener_15732() { + OpenTK.Audio.OpenAL.ALListenerfv _param = default(OpenTK.Audio.OpenAL.ALListenerfv); + System.Single[] _values = default(System.Single[]); + OpenTK.Audio.OpenAL.AL.Listener(_param,ref _values); +} +static unsafe void Test_Listener_15733() { + OpenTK.Audio.OpenAL.ALListenerfv _param = default(OpenTK.Audio.OpenAL.ALListenerfv); + OpenTK.Vector3 _at = default(OpenTK.Vector3); + OpenTK.Vector3 _up = default(OpenTK.Vector3); + OpenTK.Audio.OpenAL.AL.Listener(_param,ref _at,ref _up); +} +static unsafe void Test_GetListener_15734() { + OpenTK.Audio.OpenAL.ALListenerf _param = default(OpenTK.Audio.OpenAL.ALListenerf); + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.GetListener(_param,out _value); +} +static unsafe void Test_GetListener_15735() { + OpenTK.Audio.OpenAL.ALListener3f _param = default(OpenTK.Audio.OpenAL.ALListener3f); + System.Single _value1 = default(System.Single); + System.Single _value2 = default(System.Single); + System.Single _value3 = default(System.Single); + OpenTK.Audio.OpenAL.AL.GetListener(_param,out _value1,out _value2,out _value3); +} +static unsafe void Test_GetListener_15736() { + OpenTK.Audio.OpenAL.ALListener3f _param = default(OpenTK.Audio.OpenAL.ALListener3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + OpenTK.Audio.OpenAL.AL.GetListener(_param,out _values); +} +static unsafe void Test_GetListener_15737() { + OpenTK.Audio.OpenAL.ALListenerfv _param = default(OpenTK.Audio.OpenAL.ALListenerfv); + System.Single* _values = default(System.Single*); + OpenTK.Audio.OpenAL.AL.GetListener(_param,_values); +} +static unsafe void Test_GetListener_15738() { + OpenTK.Audio.OpenAL.ALListenerfv _param = default(OpenTK.Audio.OpenAL.ALListenerfv); + OpenTK.Vector3 _at = default(OpenTK.Vector3); + OpenTK.Vector3 _up = default(OpenTK.Vector3); + OpenTK.Audio.OpenAL.AL.GetListener(_param,out _at,out _up); +} +static unsafe void Test_GenSources_15739() { + System.Int32 _n = default(System.Int32); + System.UInt32 _sources = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.GenSources(_n,out _sources); +} +static unsafe void Test_GenSources_15740() { + System.Int32 _n = default(System.Int32); + System.Int32 _sources = default(System.Int32); + OpenTK.Audio.OpenAL.AL.GenSources(_n,out _sources); +} +static unsafe void Test_GenSources_15741() { + System.Int32[] _sources = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.GenSources(_sources); +} +static unsafe void Test_GenSources_15742() { + System.Int32 _n = default(System.Int32); + System.Int32[] r = OpenTK.Audio.OpenAL.AL.GenSources(_n); +} +static unsafe void Test_GenSource_15743() { + System.Int32 r = OpenTK.Audio.OpenAL.AL.GenSource(); +} +static unsafe void Test_GenSource_15744() { + System.UInt32 _source = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.GenSource(out _source); +} +static unsafe void Test_DeleteSources_15745() { + System.Int32 _n = default(System.Int32); + System.UInt32* _sources = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.DeleteSources(_n,_sources); +} +static unsafe void Test_DeleteSources_15746() { + System.Int32 _n = default(System.Int32); + System.UInt32 _sources = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.DeleteSources(_n,ref _sources); +} +static unsafe void Test_DeleteSources_15747() { + System.Int32 _n = default(System.Int32); + System.Int32 _sources = default(System.Int32); + OpenTK.Audio.OpenAL.AL.DeleteSources(_n,ref _sources); +} +static unsafe void Test_DeleteSources_15748() { + System.UInt32[] _sources = default(System.UInt32[]); + OpenTK.Audio.OpenAL.AL.DeleteSources(_sources); +} +static unsafe void Test_DeleteSources_15749() { + System.Int32[] _sources = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.DeleteSources(_sources); +} +static unsafe void Test_DeleteSource_15750() { + System.UInt32 _source = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.DeleteSource(ref _source); +} +static unsafe void Test_DeleteSource_15751() { + System.Int32 _source = default(System.Int32); + OpenTK.Audio.OpenAL.AL.DeleteSource(_source); +} +static unsafe void Test_IsSource_15752() { + System.UInt32 _sid = default(System.UInt32); + System.Boolean r = OpenTK.Audio.OpenAL.AL.IsSource(_sid); +} +static unsafe void Test_IsSource_15753() { + System.Int32 _sid = default(System.Int32); + System.Boolean r = OpenTK.Audio.OpenAL.AL.IsSource(_sid); +} +static unsafe void Test_Source_15754() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSourcef _param = default(OpenTK.Audio.OpenAL.ALSourcef); + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value); +} +static unsafe void Test_Source_15755() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSourcef _param = default(OpenTK.Audio.OpenAL.ALSourcef); + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value); +} +static unsafe void Test_Source_15756() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSource3f _param = default(OpenTK.Audio.OpenAL.ALSource3f); + System.Single _value1 = default(System.Single); + System.Single _value2 = default(System.Single); + System.Single _value3 = default(System.Single); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value1,_value2,_value3); +} +static unsafe void Test_Source_15757() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSource3f _param = default(OpenTK.Audio.OpenAL.ALSource3f); + System.Single _value1 = default(System.Single); + System.Single _value2 = default(System.Single); + System.Single _value3 = default(System.Single); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value1,_value2,_value3); +} +static unsafe void Test_Source_15758() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSource3f _param = default(OpenTK.Audio.OpenAL.ALSource3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,ref _values); +} +static unsafe void Test_Source_15759() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSource3f _param = default(OpenTK.Audio.OpenAL.ALSource3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,ref _values); +} +static unsafe void Test_Source_15760() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSourcei _param = default(OpenTK.Audio.OpenAL.ALSourcei); + System.Int32 _value = default(System.Int32); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value); +} +static unsafe void Test_Source_15761() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSourcei _param = default(OpenTK.Audio.OpenAL.ALSourcei); + System.Int32 _value = default(System.Int32); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value); +} +static unsafe void Test_Source_15762() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSourceb _param = default(OpenTK.Audio.OpenAL.ALSourceb); + System.Boolean _value = default(System.Boolean); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value); +} +static unsafe void Test_Source_15763() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSourceb _param = default(OpenTK.Audio.OpenAL.ALSourceb); + System.Boolean _value = default(System.Boolean); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value); +} +static unsafe void Test_BindBufferToSource_15764() { + System.UInt32 _source = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.BindBufferToSource(_source,_buffer); +} +static unsafe void Test_BindBufferToSource_15765() { + System.Int32 _source = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Audio.OpenAL.AL.BindBufferToSource(_source,_buffer); +} +static unsafe void Test_Source_15766() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSource3i _param = default(OpenTK.Audio.OpenAL.ALSource3i); + System.Int32 _value1 = default(System.Int32); + System.Int32 _value2 = default(System.Int32); + System.Int32 _value3 = default(System.Int32); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value1,_value2,_value3); +} +static unsafe void Test_Source_15767() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSource3i _param = default(OpenTK.Audio.OpenAL.ALSource3i); + System.Int32 _value1 = default(System.Int32); + System.Int32 _value2 = default(System.Int32); + System.Int32 _value3 = default(System.Int32); + OpenTK.Audio.OpenAL.AL.Source(_sid,_param,_value1,_value2,_value3); +} +static unsafe void Test_GetSource_15768() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSourcef _param = default(OpenTK.Audio.OpenAL.ALSourcef); + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _value); +} +static unsafe void Test_GetSource_15769() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSourcef _param = default(OpenTK.Audio.OpenAL.ALSourcef); + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _value); +} +static unsafe void Test_GetSource_15770() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSource3f _param = default(OpenTK.Audio.OpenAL.ALSource3f); + System.Single _value1 = default(System.Single); + System.Single _value2 = default(System.Single); + System.Single _value3 = default(System.Single); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _value1,out _value2,out _value3); +} +static unsafe void Test_GetSource_15771() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSource3f _param = default(OpenTK.Audio.OpenAL.ALSource3f); + System.Single _value1 = default(System.Single); + System.Single _value2 = default(System.Single); + System.Single _value3 = default(System.Single); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _value1,out _value2,out _value3); +} +static unsafe void Test_GetSource_15772() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSource3f _param = default(OpenTK.Audio.OpenAL.ALSource3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _values); +} +static unsafe void Test_GetSource_15773() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSource3f _param = default(OpenTK.Audio.OpenAL.ALSource3f); + OpenTK.Vector3 _values = default(OpenTK.Vector3); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _values); +} +static unsafe void Test_GetSource_15774() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALGetSourcei _param = default(OpenTK.Audio.OpenAL.ALGetSourcei); + System.Int32 _value = default(System.Int32); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _value); +} +static unsafe void Test_GetSource_15775() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALGetSourcei _param = default(OpenTK.Audio.OpenAL.ALGetSourcei); + System.Int32 _value = default(System.Int32); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _value); +} +static unsafe void Test_GetSource_15776() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSourceb _param = default(OpenTK.Audio.OpenAL.ALSourceb); + System.Boolean _value = default(System.Boolean); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _value); +} +static unsafe void Test_GetSource_15777() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSourceb _param = default(OpenTK.Audio.OpenAL.ALSourceb); + System.Boolean _value = default(System.Boolean); + OpenTK.Audio.OpenAL.AL.GetSource(_sid,_param,out _value); +} +static unsafe void Test_SourcePlay_15778() { + System.Int32 _ns = default(System.Int32); + System.UInt32* _sids = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.SourcePlay(_ns,_sids); +} +static unsafe void Test_SourcePlay_15779() { + System.Int32 _ns = default(System.Int32); + System.UInt32[] _sids = default(System.UInt32[]); + OpenTK.Audio.OpenAL.AL.SourcePlay(_ns,_sids); +} +static unsafe void Test_SourcePlay_15780() { + System.Int32 _ns = default(System.Int32); + System.Int32[] _sids = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.SourcePlay(_ns,_sids); +} +static unsafe void Test_SourcePlay_15781() { + System.Int32 _ns = default(System.Int32); + System.UInt32 _sids = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourcePlay(_ns,ref _sids); +} +static unsafe void Test_SourceStop_15782() { + System.Int32 _ns = default(System.Int32); + System.UInt32* _sids = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.SourceStop(_ns,_sids); +} +static unsafe void Test_SourceStop_15783() { + System.Int32 _ns = default(System.Int32); + System.UInt32[] _sids = default(System.UInt32[]); + OpenTK.Audio.OpenAL.AL.SourceStop(_ns,_sids); +} +static unsafe void Test_SourceStop_15784() { + System.Int32 _ns = default(System.Int32); + System.Int32[] _sids = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.SourceStop(_ns,_sids); +} +static unsafe void Test_SourceStop_15785() { + System.Int32 _ns = default(System.Int32); + System.UInt32 _sids = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourceStop(_ns,ref _sids); +} +static unsafe void Test_SourceRewind_15786() { + System.Int32 _ns = default(System.Int32); + System.UInt32* _sids = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.SourceRewind(_ns,_sids); +} +static unsafe void Test_SourceRewind_15787() { + System.Int32 _ns = default(System.Int32); + System.UInt32[] _sids = default(System.UInt32[]); + OpenTK.Audio.OpenAL.AL.SourceRewind(_ns,_sids); +} +static unsafe void Test_SourceRewind_15788() { + System.Int32 _ns = default(System.Int32); + System.Int32[] _sids = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.SourceRewind(_ns,_sids); +} +static unsafe void Test_SourceRewind_15789() { + System.Int32 _ns = default(System.Int32); + System.UInt32 _sids = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourceRewind(_ns,ref _sids); +} +static unsafe void Test_SourcePause_15790() { + System.Int32 _ns = default(System.Int32); + System.UInt32* _sids = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.SourcePause(_ns,_sids); +} +static unsafe void Test_SourcePause_15791() { + System.Int32 _ns = default(System.Int32); + System.UInt32[] _sids = default(System.UInt32[]); + OpenTK.Audio.OpenAL.AL.SourcePause(_ns,_sids); +} +static unsafe void Test_SourcePause_15792() { + System.Int32 _ns = default(System.Int32); + System.Int32[] _sids = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.SourcePause(_ns,_sids); +} +static unsafe void Test_SourcePause_15793() { + System.Int32 _ns = default(System.Int32); + System.UInt32 _sids = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourcePause(_ns,ref _sids); +} +static unsafe void Test_SourcePlay_15794() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourcePlay(_sid); +} +static unsafe void Test_SourcePlay_15795() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.AL.SourcePlay(_sid); +} +static unsafe void Test_SourceStop_15796() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourceStop(_sid); +} +static unsafe void Test_SourceStop_15797() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.AL.SourceStop(_sid); +} +static unsafe void Test_SourceRewind_15798() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourceRewind(_sid); +} +static unsafe void Test_SourceRewind_15799() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.AL.SourceRewind(_sid); +} +static unsafe void Test_SourcePause_15800() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourcePause(_sid); +} +static unsafe void Test_SourcePause_15801() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.AL.SourcePause(_sid); +} +static unsafe void Test_SourceQueueBuffers_15802() { + System.UInt32 _sid = default(System.UInt32); + System.Int32 _numEntries = default(System.Int32); + System.UInt32* _bids = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.SourceQueueBuffers(_sid,_numEntries,_bids); +} +static unsafe void Test_SourceQueueBuffers_15803() { + System.UInt32 _sid = default(System.UInt32); + System.Int32 _numEntries = default(System.Int32); + System.UInt32[] _bids = default(System.UInt32[]); + OpenTK.Audio.OpenAL.AL.SourceQueueBuffers(_sid,_numEntries,_bids); +} +static unsafe void Test_SourceQueueBuffers_15804() { + System.Int32 _sid = default(System.Int32); + System.Int32 _numEntries = default(System.Int32); + System.Int32[] _bids = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.SourceQueueBuffers(_sid,_numEntries,_bids); +} +static unsafe void Test_SourceQueueBuffers_15805() { + System.UInt32 _sid = default(System.UInt32); + System.Int32 _numEntries = default(System.Int32); + System.UInt32 _bids = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourceQueueBuffers(_sid,_numEntries,ref _bids); +} +static unsafe void Test_SourceQueueBuffer_15806() { + System.Int32 _source = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Audio.OpenAL.AL.SourceQueueBuffer(_source,_buffer); +} +static unsafe void Test_SourceUnqueueBuffers_15807() { + System.UInt32 _sid = default(System.UInt32); + System.Int32 _numEntries = default(System.Int32); + System.UInt32* _bids = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.SourceUnqueueBuffers(_sid,_numEntries,_bids); +} +static unsafe void Test_SourceUnqueueBuffers_15808() { + System.UInt32 _sid = default(System.UInt32); + System.Int32 _numEntries = default(System.Int32); + System.UInt32[] _bids = default(System.UInt32[]); + OpenTK.Audio.OpenAL.AL.SourceUnqueueBuffers(_sid,_numEntries,_bids); +} +static unsafe void Test_SourceUnqueueBuffers_15809() { + System.Int32 _sid = default(System.Int32); + System.Int32 _numEntries = default(System.Int32); + System.Int32[] _bids = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.SourceUnqueueBuffers(_sid,_numEntries,_bids); +} +static unsafe void Test_SourceUnqueueBuffers_15810() { + System.UInt32 _sid = default(System.UInt32); + System.Int32 _numEntries = default(System.Int32); + System.UInt32 _bids = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.SourceUnqueueBuffers(_sid,_numEntries,ref _bids); +} +static unsafe void Test_SourceUnqueueBuffers_15811() { + System.Int32 _sid = default(System.Int32); + System.Int32 _numEntries = default(System.Int32); + System.Int32 _bids = default(System.Int32); + OpenTK.Audio.OpenAL.AL.SourceUnqueueBuffers(_sid,_numEntries,ref _bids); +} +static unsafe void Test_SourceUnqueueBuffer_15812() { + System.Int32 _sid = default(System.Int32); + System.Int32 r = OpenTK.Audio.OpenAL.AL.SourceUnqueueBuffer(_sid); +} +static unsafe void Test_SourceUnqueueBuffers_15813() { + System.Int32 _sid = default(System.Int32); + System.Int32 _numEntries = default(System.Int32); + System.Int32[] r = OpenTK.Audio.OpenAL.AL.SourceUnqueueBuffers(_sid,_numEntries); +} +static unsafe void Test_GenBuffers_15814() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_15815() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Audio.OpenAL.AL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_15816() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_15817() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Audio.OpenAL.AL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_15818() { + System.Int32 _n = default(System.Int32); + System.Int32[] r = OpenTK.Audio.OpenAL.AL.GenBuffers(_n); +} +static unsafe void Test_GenBuffer_15819() { + System.Int32 r = OpenTK.Audio.OpenAL.AL.GenBuffer(); +} +static unsafe void Test_GenBuffer_15820() { + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.GenBuffer(out _buffer); +} +static unsafe void Test_DeleteBuffers_15821() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Audio.OpenAL.AL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_15822() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Audio.OpenAL.AL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_15823() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_15824() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Audio.OpenAL.AL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_15825() { + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Audio.OpenAL.AL.DeleteBuffers(_buffers); +} +static unsafe void Test_DeleteBuffers_15826() { + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Audio.OpenAL.AL.DeleteBuffers(_buffers); +} +static unsafe void Test_DeleteBuffer_15827() { + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Audio.OpenAL.AL.DeleteBuffer(ref _buffer); +} +static unsafe void Test_DeleteBuffer_15828() { + System.Int32 _buffer = default(System.Int32); + OpenTK.Audio.OpenAL.AL.DeleteBuffer(_buffer); +} +static unsafe void Test_IsBuffer_15829() { + System.UInt32 _bid = default(System.UInt32); + System.Boolean r = OpenTK.Audio.OpenAL.AL.IsBuffer(_bid); +} +static unsafe void Test_IsBuffer_15830() { + System.Int32 _bid = default(System.Int32); + System.Boolean r = OpenTK.Audio.OpenAL.AL.IsBuffer(_bid); +} +static unsafe void Test_BufferData_15831() { + System.UInt32 _bid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALFormat _format = default(OpenTK.Audio.OpenAL.ALFormat); + System.IntPtr _buffer = default(System.IntPtr); + System.Int32 _size = default(System.Int32); + System.Int32 _freq = default(System.Int32); + OpenTK.Audio.OpenAL.AL.BufferData(_bid,_format,_buffer,_size,_freq); +} +static unsafe void Test_BufferData_15832() { + System.Int32 _bid = default(System.Int32); + OpenTK.Audio.OpenAL.ALFormat _format = default(OpenTK.Audio.OpenAL.ALFormat); + System.IntPtr _buffer = default(System.IntPtr); + System.Int32 _size = default(System.Int32); + System.Int32 _freq = default(System.Int32); + OpenTK.Audio.OpenAL.AL.BufferData(_bid,_format,_buffer,_size,_freq); +} +static unsafe void Test_BufferData_15833() { + System.Int32 _bid = default(System.Int32); + OpenTK.Audio.OpenAL.ALFormat _format = default(OpenTK.Audio.OpenAL.ALFormat); + int[] _buffer = default(int[]); + System.Int32 _size = default(System.Int32); + System.Int32 _freq = default(System.Int32); + OpenTK.Audio.OpenAL.AL.BufferData(_bid,_format,_buffer,_size,_freq); +} +static unsafe void Test_GetBuffer_15834() { + System.UInt32 _bid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALGetBufferi _param = default(OpenTK.Audio.OpenAL.ALGetBufferi); + System.Int32 _value = default(System.Int32); + OpenTK.Audio.OpenAL.AL.GetBuffer(_bid,_param,out _value); +} +static unsafe void Test_GetBuffer_15835() { + System.Int32 _bid = default(System.Int32); + OpenTK.Audio.OpenAL.ALGetBufferi _param = default(OpenTK.Audio.OpenAL.ALGetBufferi); + System.Int32 _value = default(System.Int32); + OpenTK.Audio.OpenAL.AL.GetBuffer(_bid,_param,out _value); +} +static unsafe void Test_DopplerFactor_15836() { + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.DopplerFactor(_value); +} +static unsafe void Test_DopplerVelocity_15837() { + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.DopplerVelocity(_value); +} +static unsafe void Test_SpeedOfSound_15838() { + System.Single _value = default(System.Single); + OpenTK.Audio.OpenAL.AL.SpeedOfSound(_value); +} +static unsafe void Test_DistanceModel_15839() { + OpenTK.Audio.OpenAL.ALDistanceModel _distancemodel = default(OpenTK.Audio.OpenAL.ALDistanceModel); + OpenTK.Audio.OpenAL.AL.DistanceModel(_distancemodel); +} +static unsafe void Test_GetSourceState_15840() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSourceState r = OpenTK.Audio.OpenAL.AL.GetSourceState(_sid); +} +static unsafe void Test_GetSourceState_15841() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSourceState r = OpenTK.Audio.OpenAL.AL.GetSourceState(_sid); +} +static unsafe void Test_GetSourceType_15842() { + System.UInt32 _sid = default(System.UInt32); + OpenTK.Audio.OpenAL.ALSourceType r = OpenTK.Audio.OpenAL.AL.GetSourceType(_sid); +} +static unsafe void Test_GetSourceType_15843() { + System.Int32 _sid = default(System.Int32); + OpenTK.Audio.OpenAL.ALSourceType r = OpenTK.Audio.OpenAL.AL.GetSourceType(_sid); +} +static unsafe void Test_GetDistanceModel_15844() { + OpenTK.Audio.OpenAL.ALDistanceModel r = OpenTK.Audio.OpenAL.AL.GetDistanceModel(); +} +static void Test_ALCapability_15845() { + var _Invalid = OpenTK.Audio.OpenAL.ALCapability.Invalid; +} +static void Test_ALListenerf_15846() { + var _Gain = OpenTK.Audio.OpenAL.ALListenerf.Gain; + var _EfxMetersPerUnit = OpenTK.Audio.OpenAL.ALListenerf.EfxMetersPerUnit; +} +static void Test_ALListener3f_15847() { + var _Position = OpenTK.Audio.OpenAL.ALListener3f.Position; + var _Velocity = OpenTK.Audio.OpenAL.ALListener3f.Velocity; +} +static void Test_ALListenerfv_15848() { + var _Orientation = OpenTK.Audio.OpenAL.ALListenerfv.Orientation; +} +static void Test_ALSourcef_15849() { + var _ReferenceDistance = OpenTK.Audio.OpenAL.ALSourcef.ReferenceDistance; + var _MaxDistance = OpenTK.Audio.OpenAL.ALSourcef.MaxDistance; + var _RolloffFactor = OpenTK.Audio.OpenAL.ALSourcef.RolloffFactor; + var _Pitch = OpenTK.Audio.OpenAL.ALSourcef.Pitch; + var _Gain = OpenTK.Audio.OpenAL.ALSourcef.Gain; + var _MinGain = OpenTK.Audio.OpenAL.ALSourcef.MinGain; + var _MaxGain = OpenTK.Audio.OpenAL.ALSourcef.MaxGain; + var _ConeInnerAngle = OpenTK.Audio.OpenAL.ALSourcef.ConeInnerAngle; + var _ConeOuterAngle = OpenTK.Audio.OpenAL.ALSourcef.ConeOuterAngle; + var _ConeOuterGain = OpenTK.Audio.OpenAL.ALSourcef.ConeOuterGain; + var _SecOffset = OpenTK.Audio.OpenAL.ALSourcef.SecOffset; + var _EfxAirAbsorptionFactor = OpenTK.Audio.OpenAL.ALSourcef.EfxAirAbsorptionFactor; + var _EfxRoomRolloffFactor = OpenTK.Audio.OpenAL.ALSourcef.EfxRoomRolloffFactor; + var _EfxConeOuterGainHighFrequency = OpenTK.Audio.OpenAL.ALSourcef.EfxConeOuterGainHighFrequency; +} +static void Test_ALSource3f_15850() { + var _Position = OpenTK.Audio.OpenAL.ALSource3f.Position; + var _Velocity = OpenTK.Audio.OpenAL.ALSource3f.Velocity; + var _Direction = OpenTK.Audio.OpenAL.ALSource3f.Direction; +} +static void Test_ALSourceb_15851() { + var _SourceRelative = OpenTK.Audio.OpenAL.ALSourceb.SourceRelative; + var _Looping = OpenTK.Audio.OpenAL.ALSourceb.Looping; + var _EfxDirectFilterGainHighFrequencyAuto = OpenTK.Audio.OpenAL.ALSourceb.EfxDirectFilterGainHighFrequencyAuto; + var _EfxAuxiliarySendFilterGainAuto = OpenTK.Audio.OpenAL.ALSourceb.EfxAuxiliarySendFilterGainAuto; + var _EfxAuxiliarySendFilterGainHighFrequencyAuto = OpenTK.Audio.OpenAL.ALSourceb.EfxAuxiliarySendFilterGainHighFrequencyAuto; +} +static void Test_ALSourcei_15852() { + var _ByteOffset = OpenTK.Audio.OpenAL.ALSourcei.ByteOffset; + var _SampleOffset = OpenTK.Audio.OpenAL.ALSourcei.SampleOffset; + var _Buffer = OpenTK.Audio.OpenAL.ALSourcei.Buffer; + var _SourceType = OpenTK.Audio.OpenAL.ALSourcei.SourceType; + var _EfxDirectFilter = OpenTK.Audio.OpenAL.ALSourcei.EfxDirectFilter; +} +static void Test_ALSource3i_15853() { + var _EfxAuxiliarySendFilter = OpenTK.Audio.OpenAL.ALSource3i.EfxAuxiliarySendFilter; +} +static void Test_ALGetSourcei_15854() { + var _ByteOffset = OpenTK.Audio.OpenAL.ALGetSourcei.ByteOffset; + var _SampleOffset = OpenTK.Audio.OpenAL.ALGetSourcei.SampleOffset; + var _Buffer = OpenTK.Audio.OpenAL.ALGetSourcei.Buffer; + var _SourceState = OpenTK.Audio.OpenAL.ALGetSourcei.SourceState; + var _BuffersQueued = OpenTK.Audio.OpenAL.ALGetSourcei.BuffersQueued; + var _BuffersProcessed = OpenTK.Audio.OpenAL.ALGetSourcei.BuffersProcessed; + var _SourceType = OpenTK.Audio.OpenAL.ALGetSourcei.SourceType; +} +static void Test_ALSourceState_15855() { + var _Initial = OpenTK.Audio.OpenAL.ALSourceState.Initial; + var _Playing = OpenTK.Audio.OpenAL.ALSourceState.Playing; + var _Paused = OpenTK.Audio.OpenAL.ALSourceState.Paused; + var _Stopped = OpenTK.Audio.OpenAL.ALSourceState.Stopped; +} +static void Test_ALSourceType_15856() { + var _Static = OpenTK.Audio.OpenAL.ALSourceType.Static; + var _Streaming = OpenTK.Audio.OpenAL.ALSourceType.Streaming; + var _Undetermined = OpenTK.Audio.OpenAL.ALSourceType.Undetermined; +} +static void Test_ALFormat_15857() { + var _Mono8 = OpenTK.Audio.OpenAL.ALFormat.Mono8; + var _Mono16 = OpenTK.Audio.OpenAL.ALFormat.Mono16; + var _Stereo8 = OpenTK.Audio.OpenAL.ALFormat.Stereo8; + var _Stereo16 = OpenTK.Audio.OpenAL.ALFormat.Stereo16; + var _MonoALawExt = OpenTK.Audio.OpenAL.ALFormat.MonoALawExt; + var _StereoALawExt = OpenTK.Audio.OpenAL.ALFormat.StereoALawExt; + var _MonoMuLawExt = OpenTK.Audio.OpenAL.ALFormat.MonoMuLawExt; + var _StereoMuLawExt = OpenTK.Audio.OpenAL.ALFormat.StereoMuLawExt; + var _VorbisExt = OpenTK.Audio.OpenAL.ALFormat.VorbisExt; + var _Mp3Ext = OpenTK.Audio.OpenAL.ALFormat.Mp3Ext; + var _MonoIma4Ext = OpenTK.Audio.OpenAL.ALFormat.MonoIma4Ext; + var _StereoIma4Ext = OpenTK.Audio.OpenAL.ALFormat.StereoIma4Ext; + var _MonoFloat32Ext = OpenTK.Audio.OpenAL.ALFormat.MonoFloat32Ext; + var _StereoFloat32Ext = OpenTK.Audio.OpenAL.ALFormat.StereoFloat32Ext; + var _MonoDoubleExt = OpenTK.Audio.OpenAL.ALFormat.MonoDoubleExt; + var _StereoDoubleExt = OpenTK.Audio.OpenAL.ALFormat.StereoDoubleExt; + var _Multi51Chn16Ext = OpenTK.Audio.OpenAL.ALFormat.Multi51Chn16Ext; + var _Multi51Chn32Ext = OpenTK.Audio.OpenAL.ALFormat.Multi51Chn32Ext; + var _Multi51Chn8Ext = OpenTK.Audio.OpenAL.ALFormat.Multi51Chn8Ext; + var _Multi61Chn16Ext = OpenTK.Audio.OpenAL.ALFormat.Multi61Chn16Ext; + var _Multi61Chn32Ext = OpenTK.Audio.OpenAL.ALFormat.Multi61Chn32Ext; + var _Multi61Chn8Ext = OpenTK.Audio.OpenAL.ALFormat.Multi61Chn8Ext; + var _Multi71Chn16Ext = OpenTK.Audio.OpenAL.ALFormat.Multi71Chn16Ext; + var _Multi71Chn32Ext = OpenTK.Audio.OpenAL.ALFormat.Multi71Chn32Ext; + var _Multi71Chn8Ext = OpenTK.Audio.OpenAL.ALFormat.Multi71Chn8Ext; + var _MultiQuad16Ext = OpenTK.Audio.OpenAL.ALFormat.MultiQuad16Ext; + var _MultiQuad32Ext = OpenTK.Audio.OpenAL.ALFormat.MultiQuad32Ext; + var _MultiQuad8Ext = OpenTK.Audio.OpenAL.ALFormat.MultiQuad8Ext; + var _MultiRear16Ext = OpenTK.Audio.OpenAL.ALFormat.MultiRear16Ext; + var _MultiRear32Ext = OpenTK.Audio.OpenAL.ALFormat.MultiRear32Ext; + var _MultiRear8Ext = OpenTK.Audio.OpenAL.ALFormat.MultiRear8Ext; +} +static void Test_ALGetBufferi_15858() { + var _Frequency = OpenTK.Audio.OpenAL.ALGetBufferi.Frequency; + var _Bits = OpenTK.Audio.OpenAL.ALGetBufferi.Bits; + var _Channels = OpenTK.Audio.OpenAL.ALGetBufferi.Channels; + var _Size = OpenTK.Audio.OpenAL.ALGetBufferi.Size; +} +static void Test_ALBufferState_15859() { + var _Unused = OpenTK.Audio.OpenAL.ALBufferState.Unused; + var _Pending = OpenTK.Audio.OpenAL.ALBufferState.Pending; + var _Processed = OpenTK.Audio.OpenAL.ALBufferState.Processed; +} +static void Test_ALError_15860() { + var _NoError = OpenTK.Audio.OpenAL.ALError.NoError; + var _InvalidName = OpenTK.Audio.OpenAL.ALError.InvalidName; + var _IllegalEnum = OpenTK.Audio.OpenAL.ALError.IllegalEnum; + var _InvalidEnum = OpenTK.Audio.OpenAL.ALError.InvalidEnum; + var _InvalidValue = OpenTK.Audio.OpenAL.ALError.InvalidValue; + var _IllegalCommand = OpenTK.Audio.OpenAL.ALError.IllegalCommand; + var _InvalidOperation = OpenTK.Audio.OpenAL.ALError.InvalidOperation; + var _OutOfMemory = OpenTK.Audio.OpenAL.ALError.OutOfMemory; +} +static void Test_ALGetString_15861() { + var _Vendor = OpenTK.Audio.OpenAL.ALGetString.Vendor; + var _Version = OpenTK.Audio.OpenAL.ALGetString.Version; + var _Renderer = OpenTK.Audio.OpenAL.ALGetString.Renderer; + var _Extensions = OpenTK.Audio.OpenAL.ALGetString.Extensions; +} +static void Test_ALGetFloat_15862() { + var _DopplerFactor = OpenTK.Audio.OpenAL.ALGetFloat.DopplerFactor; + var _DopplerVelocity = OpenTK.Audio.OpenAL.ALGetFloat.DopplerVelocity; + var _SpeedOfSound = OpenTK.Audio.OpenAL.ALGetFloat.SpeedOfSound; +} +static void Test_ALGetInteger_15863() { + var _DistanceModel = OpenTK.Audio.OpenAL.ALGetInteger.DistanceModel; +} +static void Test_ALDistanceModel_15864() { + var _None = OpenTK.Audio.OpenAL.ALDistanceModel.None; + var _InverseDistance = OpenTK.Audio.OpenAL.ALDistanceModel.InverseDistance; + var _InverseDistanceClamped = OpenTK.Audio.OpenAL.ALDistanceModel.InverseDistanceClamped; + var _LinearDistance = OpenTK.Audio.OpenAL.ALDistanceModel.LinearDistance; + var _LinearDistanceClamped = OpenTK.Audio.OpenAL.ALDistanceModel.LinearDistanceClamped; + var _ExponentDistance = OpenTK.Audio.OpenAL.ALDistanceModel.ExponentDistance; + var _ExponentDistanceClamped = OpenTK.Audio.OpenAL.ALDistanceModel.ExponentDistanceClamped; +} + +static unsafe void Test_ClearColor_15866() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.ES30.GL.ClearColor(_color); +} +static unsafe void Test_ClearColor_15867() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.ES30.GL.ClearColor(_color); +} +static unsafe void Test_BlendColor_15868() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.ES30.GL.BlendColor(_color); +} +static unsafe void Test_BlendColor_15869() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.ES30.GL.BlendColor(_color); +} +static unsafe void Test_Uniform2_15870() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.ES30.GL.Uniform2(_location,ref _vector); +} +static unsafe void Test_Uniform3_15871() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.ES30.GL.Uniform3(_location,ref _vector); +} +static unsafe void Test_Uniform4_15872() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.ES30.GL.Uniform4(_location,ref _vector); +} +static unsafe void Test_Uniform2_15873() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_vector); +} +static unsafe void Test_Uniform3_15874() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_vector); +} +static unsafe void Test_Uniform4_15875() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_vector); +} +static unsafe void Test_Uniform4_15876() { + System.Int32 _location = default(System.Int32); + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_color); +} +static unsafe void Test_Uniform4_15877() { + System.Int32 _location = default(System.Int32); + OpenTK.Quaternion _quaternion = default(OpenTK.Quaternion); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_quaternion); +} +static unsafe void Test_UniformMatrix2_15878() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2 _matrix = default(OpenTK.Matrix2); + OpenTK.Graphics.ES30.GL.UniformMatrix2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3_15879() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3 _matrix = default(OpenTK.Matrix3); + OpenTK.Graphics.ES30.GL.UniformMatrix3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4_15880() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4 _matrix = default(OpenTK.Matrix4); + OpenTK.Graphics.ES30.GL.UniformMatrix4(_location,_transpose,ref _matrix); +} +static unsafe void Test_GetActiveAttrib_15881() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.ActiveAttribType _type = default(OpenTK.Graphics.ES30.ActiveAttribType); + System.String r = OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,out _size,out _type); +} +static unsafe void Test_GetActiveUniform_15882() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.ActiveUniformType _type = default(OpenTK.Graphics.ES30.ActiveUniformType); + System.String r = OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_uniformIndex,out _size,out _type); +} +static unsafe void Test_ShaderSource_15883() { + System.Int32 _shader = default(System.Int32); + System.String _string = default(System.String); + OpenTK.Graphics.ES30.GL.ShaderSource(_shader,_string); +} +static unsafe void Test_GetShaderInfoLog_15884() { + System.Int32 _shader = default(System.Int32); + System.String r = OpenTK.Graphics.ES30.GL.GetShaderInfoLog(_shader); +} +static unsafe void Test_GetShaderInfoLog_15885() { + System.Int32 _shader = default(System.Int32); + System.String _info = default(System.String); + OpenTK.Graphics.ES30.GL.GetShaderInfoLog(_shader,out _info); +} +static unsafe void Test_GetProgramInfoLog_15886() { + System.Int32 _program = default(System.Int32); + System.String r = OpenTK.Graphics.ES30.GL.GetProgramInfoLog(_program); +} +static unsafe void Test_GetProgramInfoLog_15887() { + System.Int32 _program = default(System.Int32); + System.String _info = default(System.String); + OpenTK.Graphics.ES30.GL.GetProgramInfoLog(_program,out _info); +} +static unsafe void Test_VertexAttrib2_15888() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_15889() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_15890() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_15891() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_15892() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_15893() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttribPointer_15894() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_offset); +} +static unsafe void Test_VertexAttribPointer_15895() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_offset); +} +static unsafe void Test_GetFloat_15896() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_15897() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_15898() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_15899() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + OpenTK.Matrix4 _matrix = default(OpenTK.Matrix4); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,out _matrix); +} +static unsafe void Test_Viewport_15900() { + System.Drawing.Size _size = default(System.Drawing.Size); + OpenTK.Graphics.ES30.GL.Viewport(_size); +} +static unsafe void Test_Viewport_15901() { + System.Drawing.Point _location = default(System.Drawing.Point); + System.Drawing.Size _size = default(System.Drawing.Size); + OpenTK.Graphics.ES30.GL.Viewport(_location,_size); +} +static unsafe void Test_Viewport_15902() { + System.Drawing.Rectangle _rectangle = default(System.Drawing.Rectangle); + OpenTK.Graphics.ES30.GL.Viewport(_rectangle); +} +static unsafe void Test_ActiveTexture_15903() { + OpenTK.Graphics.ES30.All _texture = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.ActiveTexture(_texture); +} +static unsafe void Test_ActiveTexture_15904() { + OpenTK.Graphics.ES30.TextureUnit _texture = default(OpenTK.Graphics.ES30.TextureUnit); + OpenTK.Graphics.ES30.GL.ActiveTexture(_texture); +} +static unsafe void Test_AttachShader_15905() { + System.Int32 _program = default(System.Int32); + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.GL.AttachShader(_program,_shader); +} +static unsafe void Test_AttachShader_15906() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.GL.AttachShader(_program,_shader); +} +static unsafe void Test_BeginQuery_15907() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.GL.BeginQuery(_target,_id); +} +static unsafe void Test_BeginQuery_15908() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BeginQuery(_target,_id); +} +static unsafe void Test_BeginQuery_15909() { + OpenTK.Graphics.ES30.QueryTarget _target = default(OpenTK.Graphics.ES30.QueryTarget); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.GL.BeginQuery(_target,_id); +} +static unsafe void Test_BeginQuery_15910() { + OpenTK.Graphics.ES30.QueryTarget _target = default(OpenTK.Graphics.ES30.QueryTarget); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BeginQuery(_target,_id); +} +static unsafe void Test_BeginTransformFeedback_15911() { + OpenTK.Graphics.ES30.All _primitiveMode = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BeginTransformFeedback(_primitiveMode); +} +static unsafe void Test_BeginTransformFeedback_15912() { + OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType _primitiveMode = default(OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType); + OpenTK.Graphics.ES30.GL.BeginTransformFeedback(_primitiveMode); +} +static unsafe void Test_BindAttribLocation_15913() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.String _name = default(System.String); + OpenTK.Graphics.ES30.GL.BindAttribLocation(_program,_index,_name); +} +static unsafe void Test_BindAttribLocation_15914() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.String _name = default(System.String); + OpenTK.Graphics.ES30.GL.BindAttribLocation(_program,_index,_name); +} +static unsafe void Test_BindBuffer_15915() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_15916() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_15917() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_15918() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBufferBase_15919() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferBase_15920() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferBase_15921() { + OpenTK.Graphics.ES30.BufferRangeTarget _target = default(OpenTK.Graphics.ES30.BufferRangeTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferBase_15922() { + OpenTK.Graphics.ES30.BufferRangeTarget _target = default(OpenTK.Graphics.ES30.BufferRangeTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferRange_15923() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBufferRange_15924() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBufferRange_15925() { + OpenTK.Graphics.ES30.BufferRangeTarget _target = default(OpenTK.Graphics.ES30.BufferRangeTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBufferRange_15926() { + OpenTK.Graphics.ES30.BufferRangeTarget _target = default(OpenTK.Graphics.ES30.BufferRangeTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindFramebuffer_15927() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _framebuffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindFramebuffer_15928() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _framebuffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindFramebuffer_15929() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + System.Int32 _framebuffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindFramebuffer_15930() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + System.UInt32 _framebuffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindRenderbuffer_15931() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindRenderbuffer_15932() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindRenderbuffer_15933() { + OpenTK.Graphics.ES30.RenderbufferTarget _target = default(OpenTK.Graphics.ES30.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindRenderbuffer_15934() { + OpenTK.Graphics.ES30.RenderbufferTarget _target = default(OpenTK.Graphics.ES30.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindSampler_15935() { + System.Int32 _unit = default(System.Int32); + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindSampler(_unit,_sampler); +} +static unsafe void Test_BindSampler_15936() { + System.UInt32 _unit = default(System.UInt32); + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindSampler(_unit,_sampler); +} +static unsafe void Test_BindTexture_15937() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_15938() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_15939() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_15940() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTransformFeedback_15941() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindTransformFeedback(_target,_id); +} +static unsafe void Test_BindTransformFeedback_15942() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindTransformFeedback(_target,_id); +} +static unsafe void Test_BindTransformFeedback_15943() { + OpenTK.Graphics.ES30.TransformFeedbackTarget _target = default(OpenTK.Graphics.ES30.TransformFeedbackTarget); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindTransformFeedback(_target,_id); +} +static unsafe void Test_BindTransformFeedback_15944() { + OpenTK.Graphics.ES30.TransformFeedbackTarget _target = default(OpenTK.Graphics.ES30.TransformFeedbackTarget); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindTransformFeedback(_target,_id); +} +static unsafe void Test_BindVertexArray_15945() { + System.Int32 _array = default(System.Int32); + OpenTK.Graphics.ES30.GL.BindVertexArray(_array); +} +static unsafe void Test_BindVertexArray_15946() { + System.UInt32 _array = default(System.UInt32); + OpenTK.Graphics.ES30.GL.BindVertexArray(_array); +} +static unsafe void Test_BlendColor_15947() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.ES30.GL.BlendColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_BlendEquation_15948() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BlendEquation(_mode); +} +static unsafe void Test_BlendEquation_15949() { + OpenTK.Graphics.ES30.BlendEquationMode _mode = default(OpenTK.Graphics.ES30.BlendEquationMode); + OpenTK.Graphics.ES30.GL.BlendEquation(_mode); +} +static unsafe void Test_BlendEquationSeparate_15950() { + OpenTK.Graphics.ES30.All _modeRGB = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _modeAlpha = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BlendEquationSeparate(_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendEquationSeparate_15951() { + OpenTK.Graphics.ES30.BlendEquationMode _modeRGB = default(OpenTK.Graphics.ES30.BlendEquationMode); + OpenTK.Graphics.ES30.BlendEquationMode _modeAlpha = default(OpenTK.Graphics.ES30.BlendEquationMode); + OpenTK.Graphics.ES30.GL.BlendEquationSeparate(_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendFunc_15952() { + OpenTK.Graphics.ES30.All _sfactor = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _dfactor = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BlendFunc_15953() { + OpenTK.Graphics.ES30.BlendingFactorSrc _sfactor = default(OpenTK.Graphics.ES30.BlendingFactorSrc); + OpenTK.Graphics.ES30.BlendingFactorDest _dfactor = default(OpenTK.Graphics.ES30.BlendingFactorDest); + OpenTK.Graphics.ES30.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BlendFuncSeparate_15954() { + OpenTK.Graphics.ES30.All _sfactorRGB = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _dfactorRGB = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _sfactorAlpha = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _dfactorAlpha = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BlendFuncSeparate(_sfactorRGB,_dfactorRGB,_sfactorAlpha,_dfactorAlpha); +} +static unsafe void Test_BlendFuncSeparate_15955() { + OpenTK.Graphics.ES30.BlendingFactorSrc _sfactorRGB = default(OpenTK.Graphics.ES30.BlendingFactorSrc); + OpenTK.Graphics.ES30.BlendingFactorDest _dfactorRGB = default(OpenTK.Graphics.ES30.BlendingFactorDest); + OpenTK.Graphics.ES30.BlendingFactorSrc _sfactorAlpha = default(OpenTK.Graphics.ES30.BlendingFactorSrc); + OpenTK.Graphics.ES30.BlendingFactorDest _dfactorAlpha = default(OpenTK.Graphics.ES30.BlendingFactorDest); + OpenTK.Graphics.ES30.GL.BlendFuncSeparate(_sfactorRGB,_dfactorRGB,_sfactorAlpha,_dfactorAlpha); +} +static unsafe void Test_BlitFramebuffer_15956() { + System.Int32 _srcX0 = default(System.Int32); + System.Int32 _srcY0 = default(System.Int32); + System.Int32 _srcX1 = default(System.Int32); + System.Int32 _srcY1 = default(System.Int32); + System.Int32 _dstX0 = default(System.Int32); + System.Int32 _dstY0 = default(System.Int32); + System.Int32 _dstX1 = default(System.Int32); + System.Int32 _dstY1 = default(System.Int32); + OpenTK.Graphics.ES30.All _mask = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _filter = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BlitFramebuffer(_srcX0,_srcY0,_srcX1,_srcY1,_dstX0,_dstY0,_dstX1,_dstY1,_mask,_filter); +} +static unsafe void Test_BlitFramebuffer_15957() { + System.Int32 _srcX0 = default(System.Int32); + System.Int32 _srcY0 = default(System.Int32); + System.Int32 _srcX1 = default(System.Int32); + System.Int32 _srcY1 = default(System.Int32); + System.Int32 _dstX0 = default(System.Int32); + System.Int32 _dstY0 = default(System.Int32); + System.Int32 _dstX1 = default(System.Int32); + System.Int32 _dstY1 = default(System.Int32); + OpenTK.Graphics.ES30.ClearBufferMask _mask = default(OpenTK.Graphics.ES30.ClearBufferMask); + OpenTK.Graphics.ES30.BlitFramebufferFilter _filter = default(OpenTK.Graphics.ES30.BlitFramebufferFilter); + OpenTK.Graphics.ES30.GL.BlitFramebuffer(_srcX0,_srcY0,_srcX1,_srcY1,_dstX0,_dstY0,_dstX1,_dstY1,_mask,_filter); +} +static unsafe void Test_BufferData_15958() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.All _usage = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_15959() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.All _usage = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_15960() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.All _usage = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_15961() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.All _usage = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_15962() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES30.All _usage = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,ref _data,_usage); +} +static unsafe void Test_BufferData_15963() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.BufferUsageHint _usage = default(OpenTK.Graphics.ES30.BufferUsageHint); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_15964() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.BufferUsageHint _usage = default(OpenTK.Graphics.ES30.BufferUsageHint); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_15965() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.BufferUsageHint _usage = default(OpenTK.Graphics.ES30.BufferUsageHint); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_15966() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.BufferUsageHint _usage = default(OpenTK.Graphics.ES30.BufferUsageHint); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_15967() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES30.BufferUsageHint _usage = default(OpenTK.Graphics.ES30.BufferUsageHint); + OpenTK.Graphics.ES30.GL.BufferData(_target,_size,ref _data,_usage); +} +static unsafe void Test_BufferSubData_15968() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_15969() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_15970() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_15971() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_15972() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_BufferSubData_15973() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_15974() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_15975() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_15976() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_15977() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.ES30.GL.BufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_CheckFramebufferStatus_15978() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.FramebufferErrorCode r = OpenTK.Graphics.ES30.GL.CheckFramebufferStatus(_target); +} +static unsafe void Test_CheckFramebufferStatus_15979() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferErrorCode r = OpenTK.Graphics.ES30.GL.CheckFramebufferStatus(_target); +} +static unsafe void Test_Clear_15980() { + OpenTK.Graphics.ES30.All _mask = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.Clear(_mask); +} +static unsafe void Test_Clear_15981() { + OpenTK.Graphics.ES30.ClearBufferMask _mask = default(OpenTK.Graphics.ES30.ClearBufferMask); + OpenTK.Graphics.ES30.GL.Clear(_mask); +} +static unsafe void Test_ClearBuffer_15982() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _depth = default(System.Single); + System.Int32 _stencil = default(System.Int32); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_depth,_stencil); +} +static unsafe void Test_ClearBuffer_15983() { + OpenTK.Graphics.ES30.ClearBufferCombined _buffer = default(OpenTK.Graphics.ES30.ClearBufferCombined); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _depth = default(System.Single); + System.Int32 _stencil = default(System.Int32); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_depth,_stencil); +} +static unsafe void Test_ClearBuffer_15984() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15985() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_15986() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15987() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15988() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_15989() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15990() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15991() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_15992() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15993() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15994() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_15995() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15996() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15997() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_15998() { + OpenTK.Graphics.ES30.All _buffer = default(OpenTK.Graphics.ES30.All); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_15999() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_16000() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_16001() { + OpenTK.Graphics.ES30.ClearBuffer _buffer = default(OpenTK.Graphics.ES30.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearColor_16002() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.ES30.GL.ClearColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearDepth_16003() { + System.Single _d = default(System.Single); + OpenTK.Graphics.ES30.GL.ClearDepth(_d); +} +static unsafe void Test_ClearStencil_16004() { + System.Int32 _s = default(System.Int32); + OpenTK.Graphics.ES30.GL.ClearStencil(_s); +} +static unsafe void Test_ClientWaitSync_16005() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.All _flags = default(OpenTK.Graphics.ES30.All); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.ES30.WaitSyncStatus r = OpenTK.Graphics.ES30.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClientWaitSync_16006() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.All _flags = default(OpenTK.Graphics.ES30.All); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.ES30.WaitSyncStatus r = OpenTK.Graphics.ES30.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClientWaitSync_16007() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.ClientWaitSyncFlags _flags = default(OpenTK.Graphics.ES30.ClientWaitSyncFlags); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.ES30.WaitSyncStatus r = OpenTK.Graphics.ES30.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClientWaitSync_16008() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.ClientWaitSyncFlags _flags = default(OpenTK.Graphics.ES30.ClientWaitSyncFlags); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.ES30.WaitSyncStatus r = OpenTK.Graphics.ES30.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ColorMask_16009() { + System.Boolean _red = default(System.Boolean); + System.Boolean _green = default(System.Boolean); + System.Boolean _blue = default(System.Boolean); + System.Boolean _alpha = default(System.Boolean); + OpenTK.Graphics.ES30.GL.ColorMask(_red,_green,_blue,_alpha); +} +static unsafe void Test_CompileShader_16010() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.GL.CompileShader(_shader); +} +static unsafe void Test_CompileShader_16011() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.GL.CompileShader(_shader); +} +static unsafe void Test_CompressedTexImage2D_16012() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_16013() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_16014() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_16015() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_16016() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage2D_16017() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_16018() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_16019() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_16020() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_16021() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES30.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage3D_16022() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_16023() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_16024() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_16025() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_16026() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage3D_16027() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_16028() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_16029() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_16030() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_16031() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.CompressedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.CompressedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES30.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_16032() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_16033() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_16034() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_16035() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_16036() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_16037() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_16038() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_16039() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_16040() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_16041() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage3D_16042() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_16043() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_16044() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_16045() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_16046() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage3D_16047() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_16048() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_16049() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_16050() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_16051() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.ES30.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,ref _data); +} +static unsafe void Test_CopyBufferSubData_16052() { + OpenTK.Graphics.ES30.All _readTarget = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _writeTarget = default(OpenTK.Graphics.ES30.All); + System.IntPtr _readOffset = default(System.IntPtr); + System.IntPtr _writeOffset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CopyBufferSubData(_readTarget,_writeTarget,_readOffset,_writeOffset,_size); +} +static unsafe void Test_CopyBufferSubData_16053() { + OpenTK.Graphics.ES30.BufferTarget _readTarget = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferTarget _writeTarget = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _readOffset = default(System.IntPtr); + System.IntPtr _writeOffset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.CopyBufferSubData(_readTarget,_writeTarget,_readOffset,_writeOffset,_size); +} +static unsafe void Test_CopyTexImage2D_16054() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexImage2D_16055() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureCopyComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureCopyComponentCount); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexSubImage2D_16056() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CopyTexSubImage2D_16057() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CopyTexSubImage3D_16058() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.CopyTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_x,_y,_width,_height); +} +static unsafe void Test_CopyTexSubImage3D_16059() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.CopyTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_x,_y,_width,_height); +} +static unsafe void Test_CreateProgram_16060() { + System.Int32 r = OpenTK.Graphics.ES30.GL.CreateProgram(); +} +static unsafe void Test_CreateShader_16061() { + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 r = OpenTK.Graphics.ES30.GL.CreateShader(_type); +} +static unsafe void Test_CreateShader_16062() { + OpenTK.Graphics.ES30.ShaderType _type = default(OpenTK.Graphics.ES30.ShaderType); + System.Int32 r = OpenTK.Graphics.ES30.GL.CreateShader(_type); +} +static unsafe void Test_CullFace_16063() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.CullFace(_mode); +} +static unsafe void Test_CullFace_16064() { + OpenTK.Graphics.ES30.CullFaceMode _mode = default(OpenTK.Graphics.ES30.CullFaceMode); + OpenTK.Graphics.ES30.GL.CullFace(_mode); +} +static unsafe void Test_DebugMessageCallback_16065() { + OpenTK.Graphics.ES30.DebugProc _callback = default(OpenTK.Graphics.ES30.DebugProc); + System.IntPtr _userParam = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_16066() { + OpenTK.Graphics.ES30.DebugProc _callback = default(OpenTK.Graphics.ES30.DebugProc); + int[] _userParam = default(int[]); + OpenTK.Graphics.ES30.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_16067() { + OpenTK.Graphics.ES30.DebugProc _callback = default(OpenTK.Graphics.ES30.DebugProc); + int[,] _userParam = default(int[,]); + OpenTK.Graphics.ES30.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_16068() { + OpenTK.Graphics.ES30.DebugProc _callback = default(OpenTK.Graphics.ES30.DebugProc); + int[,,] _userParam = default(int[,,]); + OpenTK.Graphics.ES30.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_16069() { + OpenTK.Graphics.ES30.DebugProc _callback = default(OpenTK.Graphics.ES30.DebugProc); + int _userParam = default(int); + OpenTK.Graphics.ES30.GL.DebugMessageCallback(_callback,ref _userParam); +} +static unsafe void Test_DebugMessageControl_16070() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _severity = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16071() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _severity = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + System.Int32 _ids = default(System.Int32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16072() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _severity = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16073() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _severity = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16074() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _severity = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16075() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _severity = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16076() { + OpenTK.Graphics.ES30.DebugSourceControl _source = default(OpenTK.Graphics.ES30.DebugSourceControl); + OpenTK.Graphics.ES30.DebugTypeControl _type = default(OpenTK.Graphics.ES30.DebugTypeControl); + OpenTK.Graphics.ES30.DebugSeverityControl _severity = default(OpenTK.Graphics.ES30.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16077() { + OpenTK.Graphics.ES30.DebugSourceControl _source = default(OpenTK.Graphics.ES30.DebugSourceControl); + OpenTK.Graphics.ES30.DebugTypeControl _type = default(OpenTK.Graphics.ES30.DebugTypeControl); + OpenTK.Graphics.ES30.DebugSeverityControl _severity = default(OpenTK.Graphics.ES30.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32 _ids = default(System.Int32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16078() { + OpenTK.Graphics.ES30.DebugSourceControl _source = default(OpenTK.Graphics.ES30.DebugSourceControl); + OpenTK.Graphics.ES30.DebugTypeControl _type = default(OpenTK.Graphics.ES30.DebugTypeControl); + OpenTK.Graphics.ES30.DebugSeverityControl _severity = default(OpenTK.Graphics.ES30.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16079() { + OpenTK.Graphics.ES30.DebugSourceControl _source = default(OpenTK.Graphics.ES30.DebugSourceControl); + OpenTK.Graphics.ES30.DebugTypeControl _type = default(OpenTK.Graphics.ES30.DebugTypeControl); + OpenTK.Graphics.ES30.DebugSeverityControl _severity = default(OpenTK.Graphics.ES30.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16080() { + OpenTK.Graphics.ES30.DebugSourceControl _source = default(OpenTK.Graphics.ES30.DebugSourceControl); + OpenTK.Graphics.ES30.DebugTypeControl _type = default(OpenTK.Graphics.ES30.DebugTypeControl); + OpenTK.Graphics.ES30.DebugSeverityControl _severity = default(OpenTK.Graphics.ES30.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_16081() { + OpenTK.Graphics.ES30.DebugSourceControl _source = default(OpenTK.Graphics.ES30.DebugSourceControl); + OpenTK.Graphics.ES30.DebugTypeControl _type = default(OpenTK.Graphics.ES30.DebugTypeControl); + OpenTK.Graphics.ES30.DebugSeverityControl _severity = default(OpenTK.Graphics.ES30.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageInsert_16082() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.All _severity = default(OpenTK.Graphics.ES30.All); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.ES30.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DebugMessageInsert_16083() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.All _severity = default(OpenTK.Graphics.ES30.All); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.ES30.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DebugMessageInsert_16084() { + OpenTK.Graphics.ES30.DebugSourceExternal _source = default(OpenTK.Graphics.ES30.DebugSourceExternal); + OpenTK.Graphics.ES30.DebugType _type = default(OpenTK.Graphics.ES30.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.DebugSeverity _severity = default(OpenTK.Graphics.ES30.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.ES30.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DebugMessageInsert_16085() { + OpenTK.Graphics.ES30.DebugSourceExternal _source = default(OpenTK.Graphics.ES30.DebugSourceExternal); + OpenTK.Graphics.ES30.DebugType _type = default(OpenTK.Graphics.ES30.DebugType); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.DebugSeverity _severity = default(OpenTK.Graphics.ES30.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.ES30.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DeleteBuffer_16086() { + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffer_16087() { + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffers_16088() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_16089() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_16090() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.ES30.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_16091() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_16092() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_16093() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteFramebuffer_16094() { + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteFramebuffer(_framebuffers); +} +static unsafe void Test_DeleteFramebuffer_16095() { + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteFramebuffer(_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_16096() { + System.Int32 _n = default(System.Int32); + System.Int32[] _framebuffers = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_16097() { + System.Int32 _n = default(System.Int32); + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteFramebuffers(_n,ref _framebuffers); +} +static unsafe void Test_DeleteFramebuffers_16098() { + System.Int32 _n = default(System.Int32); + System.Int32* _framebuffers = default(System.Int32*); + OpenTK.Graphics.ES30.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_16099() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _framebuffers = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_16100() { + System.Int32 _n = default(System.Int32); + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteFramebuffers(_n,ref _framebuffers); +} +static unsafe void Test_DeleteFramebuffers_16101() { + System.Int32 _n = default(System.Int32); + System.UInt32* _framebuffers = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteProgram_16102() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteProgram(_program); +} +static unsafe void Test_DeleteProgram_16103() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteProgram(_program); +} +static unsafe void Test_DeleteQuery_16104() { + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteQuery(_ids); +} +static unsafe void Test_DeleteQuery_16105() { + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteQuery(_ids); +} +static unsafe void Test_DeleteQueries_16106() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_16107() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteQueries(_n,ref _ids); +} +static unsafe void Test_DeleteQueries_16108() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.ES30.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_16109() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_16110() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteQueries(_n,ref _ids); +} +static unsafe void Test_DeleteQueries_16111() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteRenderbuffer_16112() { + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteRenderbuffer(_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffer_16113() { + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteRenderbuffer(_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_16114() { + System.Int32 _n = default(System.Int32); + System.Int32[] _renderbuffers = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_16115() { + System.Int32 _n = default(System.Int32); + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteRenderbuffers(_n,ref _renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_16116() { + System.Int32 _n = default(System.Int32); + System.Int32* _renderbuffers = default(System.Int32*); + OpenTK.Graphics.ES30.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_16117() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _renderbuffers = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_16118() { + System.Int32 _n = default(System.Int32); + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteRenderbuffers(_n,ref _renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_16119() { + System.Int32 _n = default(System.Int32); + System.UInt32* _renderbuffers = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteSampler_16120() { + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteSampler(_samplers); +} +static unsafe void Test_DeleteSampler_16121() { + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteSampler(_samplers); +} +static unsafe void Test_DeleteSamplers_16122() { + System.Int32 _count = default(System.Int32); + System.Int32[] _samplers = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_16123() { + System.Int32 _count = default(System.Int32); + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteSamplers(_count,ref _samplers); +} +static unsafe void Test_DeleteSamplers_16124() { + System.Int32 _count = default(System.Int32); + System.Int32* _samplers = default(System.Int32*); + OpenTK.Graphics.ES30.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_16125() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _samplers = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_16126() { + System.Int32 _count = default(System.Int32); + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteSamplers(_count,ref _samplers); +} +static unsafe void Test_DeleteSamplers_16127() { + System.Int32 _count = default(System.Int32); + System.UInt32* _samplers = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteShader_16128() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteShader(_shader); +} +static unsafe void Test_DeleteShader_16129() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteShader(_shader); +} +static unsafe void Test_DeleteSync_16130() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.DeleteSync(_sync); +} +static unsafe void Test_DeleteTexture_16131() { + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTexture_16132() { + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTextures_16133() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_16134() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_16135() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.ES30.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_16136() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_16137() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_16138() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTransformFeedback_16139() { + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteTransformFeedback(_ids); +} +static unsafe void Test_DeleteTransformFeedback_16140() { + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteTransformFeedback(_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_16141() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_16142() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteTransformFeedbacks(_n,ref _ids); +} +static unsafe void Test_DeleteTransformFeedbacks_16143() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.ES30.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_16144() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_16145() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteTransformFeedbacks(_n,ref _ids); +} +static unsafe void Test_DeleteTransformFeedbacks_16146() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteVertexArray_16147() { + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteVertexArray(_arrays); +} +static unsafe void Test_DeleteVertexArray_16148() { + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteVertexArray(_arrays); +} +static unsafe void Test_DeleteVertexArrays_16149() { + System.Int32 _n = default(System.Int32); + System.Int32[] _arrays = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_16150() { + System.Int32 _n = default(System.Int32); + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.ES30.GL.DeleteVertexArrays(_n,ref _arrays); +} +static unsafe void Test_DeleteVertexArrays_16151() { + System.Int32 _n = default(System.Int32); + System.Int32* _arrays = default(System.Int32*); + OpenTK.Graphics.ES30.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_16152() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _arrays = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_16153() { + System.Int32 _n = default(System.Int32); + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DeleteVertexArrays(_n,ref _arrays); +} +static unsafe void Test_DeleteVertexArrays_16154() { + System.Int32 _n = default(System.Int32); + System.UInt32* _arrays = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DepthFunc_16155() { + OpenTK.Graphics.ES30.All _func = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.DepthFunc(_func); +} +static unsafe void Test_DepthFunc_16156() { + OpenTK.Graphics.ES30.DepthFunction _func = default(OpenTK.Graphics.ES30.DepthFunction); + OpenTK.Graphics.ES30.GL.DepthFunc(_func); +} +static unsafe void Test_DepthMask_16157() { + System.Boolean _flag = default(System.Boolean); + OpenTK.Graphics.ES30.GL.DepthMask(_flag); +} +static unsafe void Test_DepthRange_16158() { + System.Single _n = default(System.Single); + System.Single _f = default(System.Single); + OpenTK.Graphics.ES30.GL.DepthRange(_n,_f); +} +static unsafe void Test_DetachShader_16159() { + System.Int32 _program = default(System.Int32); + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.GL.DetachShader(_program,_shader); +} +static unsafe void Test_DetachShader_16160() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DetachShader(_program,_shader); +} +static unsafe void Test_Disable_16161() { + OpenTK.Graphics.ES30.All _cap = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.Disable(_cap); +} +static unsafe void Test_Disable_16162() { + OpenTK.Graphics.ES30.EnableCap _cap = default(OpenTK.Graphics.ES30.EnableCap); + OpenTK.Graphics.ES30.GL.Disable(_cap); +} +static unsafe void Test_DisableVertexAttribArray_16163() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.GL.DisableVertexAttribArray(_index); +} +static unsafe void Test_DisableVertexAttribArray_16164() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.GL.DisableVertexAttribArray(_index); +} +static unsafe void Test_DrawArrays_16165() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArrays_16166() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArraysInstanced_16167() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawArraysInstanced(_mode,_first,_count,_instancecount); +} +static unsafe void Test_DrawArraysInstanced_16168() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawArraysInstanced(_mode,_first,_count,_instancecount); +} +static unsafe void Test_DrawBuffers_16169() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.ES30.All[] _bufs = default(OpenTK.Graphics.ES30.All[]); + OpenTK.Graphics.ES30.GL.DrawBuffers(_n,_bufs); +} +static unsafe void Test_DrawBuffers_16170() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.ES30.All _bufs = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.DrawBuffers(_n,ref _bufs); +} +static unsafe void Test_DrawBuffers_16171() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.ES30.All* _bufs = default(OpenTK.Graphics.ES30.All*); + OpenTK.Graphics.ES30.GL.DrawBuffers(_n,_bufs); +} +static unsafe void Test_DrawBuffers_16172() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.ES30.DrawBufferMode[] _bufs = default(OpenTK.Graphics.ES30.DrawBufferMode[]); + OpenTK.Graphics.ES30.GL.DrawBuffers(_n,_bufs); +} +static unsafe void Test_DrawBuffers_16173() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.ES30.DrawBufferMode _bufs = default(OpenTK.Graphics.ES30.DrawBufferMode); + OpenTK.Graphics.ES30.GL.DrawBuffers(_n,ref _bufs); +} +static unsafe void Test_DrawBuffers_16174() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.ES30.DrawBufferMode* _bufs = default(OpenTK.Graphics.ES30.DrawBufferMode*); + OpenTK.Graphics.ES30.GL.DrawBuffers(_n,_bufs); +} +static unsafe void Test_DrawElements_16175() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_16176() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _indices = default(int[]); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_16177() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_16178() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_16179() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _indices = default(int); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElements_16180() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_16181() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_16182() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_16183() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_16184() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.ES30.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElementsInstanced_16185() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16186() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16187() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16188() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16189() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,ref _indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16190() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16191() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16192() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16193() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_16194() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.ES30.GL.DrawElementsInstanced(_mode,_count,_type,ref _indices,_instancecount); +} +static unsafe void Test_DrawRangeElements_16195() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16196() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _indices = default(int[]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16197() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16198() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16199() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _indices = default(int); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElements_16200() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16201() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _indices = default(int[]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16202() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16203() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16204() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _indices = default(int); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElements_16205() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16206() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16207() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16208() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16209() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElements_16210() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16211() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16212() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16213() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_16214() { + OpenTK.Graphics.ES30.PrimitiveType _mode = default(OpenTK.Graphics.ES30.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.ES30.DrawElementsType _type = default(OpenTK.Graphics.ES30.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.ES30.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_Enable_16215() { + OpenTK.Graphics.ES30.All _cap = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.Enable(_cap); +} +static unsafe void Test_Enable_16216() { + OpenTK.Graphics.ES30.EnableCap _cap = default(OpenTK.Graphics.ES30.EnableCap); + OpenTK.Graphics.ES30.GL.Enable(_cap); +} +static unsafe void Test_EnableVertexAttribArray_16217() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.GL.EnableVertexAttribArray(_index); +} +static unsafe void Test_EnableVertexAttribArray_16218() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.GL.EnableVertexAttribArray(_index); +} +static unsafe void Test_EndQuery_16219() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.EndQuery(_target); +} +static unsafe void Test_EndQuery_16220() { + OpenTK.Graphics.ES30.QueryTarget _target = default(OpenTK.Graphics.ES30.QueryTarget); + OpenTK.Graphics.ES30.GL.EndQuery(_target); +} +static unsafe void Test_EndTransformFeedback_16221() { + OpenTK.Graphics.ES30.GL.EndTransformFeedback(); +} +static unsafe void Test_FenceSync_16222() { + OpenTK.Graphics.ES30.All _condition = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _flags = default(OpenTK.Graphics.ES30.All); + System.IntPtr r = OpenTK.Graphics.ES30.GL.FenceSync(_condition,_flags); +} +static unsafe void Test_FenceSync_16223() { + OpenTK.Graphics.ES30.SyncCondition _condition = default(OpenTK.Graphics.ES30.SyncCondition); + OpenTK.Graphics.ES30.WaitSyncFlags _flags = default(OpenTK.Graphics.ES30.WaitSyncFlags); + System.IntPtr r = OpenTK.Graphics.ES30.GL.FenceSync(_condition,_flags); +} +static unsafe void Test_Finish_16224() { + OpenTK.Graphics.ES30.GL.Finish(); +} +static unsafe void Test_Flush_16225() { + OpenTK.Graphics.ES30.GL.Flush(); +} +static unsafe void Test_FlushMappedBufferRange_16226() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.FlushMappedBufferRange(_target,_offset,_length); +} +static unsafe void Test_FlushMappedBufferRange_16227() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.FlushMappedBufferRange(_target,_offset,_length); +} +static unsafe void Test_FramebufferRenderbuffer_16228() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _renderbuffertarget = default(OpenTK.Graphics.ES30.All); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_16229() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _renderbuffertarget = default(OpenTK.Graphics.ES30.All); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_16230() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + OpenTK.Graphics.ES30.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.ES30.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_16231() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + OpenTK.Graphics.ES30.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.ES30.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.ES30.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferTexture2D_16232() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _textarget = default(OpenTK.Graphics.ES30.All); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_16233() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _textarget = default(OpenTK.Graphics.ES30.All); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_16234() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + OpenTK.Graphics.ES30.TextureTarget2d _textarget = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_16235() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + OpenTK.Graphics.ES30.TextureTarget2d _textarget = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTextureLayer_16236() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferTextureLayer(_target,_attachment,_texture,_level,_layer); +} +static unsafe void Test_FramebufferTextureLayer_16237() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferTextureLayer(_target,_attachment,_texture,_level,_layer); +} +static unsafe void Test_FramebufferTextureLayer_16238() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferTextureLayer(_target,_attachment,_texture,_level,_layer); +} +static unsafe void Test_FramebufferTextureLayer_16239() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.ES30.GL.FramebufferTextureLayer(_target,_attachment,_texture,_level,_layer); +} +static unsafe void Test_FrontFace_16240() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.FrontFace(_mode); +} +static unsafe void Test_FrontFace_16241() { + OpenTK.Graphics.ES30.FrontFaceDirection _mode = default(OpenTK.Graphics.ES30.FrontFaceDirection); + OpenTK.Graphics.ES30.GL.FrontFace(_mode); +} +static unsafe void Test_GenBuffer_16242() { + System.Int32 r = OpenTK.Graphics.ES30.GL.GenBuffer(); +} +static unsafe void Test_GenBuffers_16243() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_16244() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_16245() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_16246() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_16247() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_16248() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenerateMipmap_16249() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.GenerateMipmap(_target); +} +static unsafe void Test_GenerateMipmap_16250() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.GL.GenerateMipmap(_target); +} +static unsafe void Test_GenFramebuffer_16251() { + System.Int32 r = OpenTK.Graphics.ES30.GL.GenFramebuffer(); +} +static unsafe void Test_GenFramebuffers_16252() { + System.Int32 _n = default(System.Int32); + System.Int32[] _framebuffers = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_16253() { + System.Int32 _n = default(System.Int32); + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.GenFramebuffers(_n,out _framebuffers); +} +static unsafe void Test_GenFramebuffers_16254() { + System.Int32 _n = default(System.Int32); + System.Int32* _framebuffers = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_16255() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _framebuffers = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_16256() { + System.Int32 _n = default(System.Int32); + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GenFramebuffers(_n,out _framebuffers); +} +static unsafe void Test_GenFramebuffers_16257() { + System.Int32 _n = default(System.Int32); + System.UInt32* _framebuffers = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenQuery_16258() { + System.Int32 r = OpenTK.Graphics.ES30.GL.GenQuery(); +} +static unsafe void Test_GenQueries_16259() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_16260() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES30.GL.GenQueries(_n,out _ids); +} +static unsafe void Test_GenQueries_16261() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_16262() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_16263() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GenQueries(_n,out _ids); +} +static unsafe void Test_GenQueries_16264() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenRenderbuffer_16265() { + System.Int32 r = OpenTK.Graphics.ES30.GL.GenRenderbuffer(); +} +static unsafe void Test_GenRenderbuffers_16266() { + System.Int32 _n = default(System.Int32); + System.Int32[] _renderbuffers = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_16267() { + System.Int32 _n = default(System.Int32); + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.ES30.GL.GenRenderbuffers(_n,out _renderbuffers); +} +static unsafe void Test_GenRenderbuffers_16268() { + System.Int32 _n = default(System.Int32); + System.Int32* _renderbuffers = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_16269() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _renderbuffers = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_16270() { + System.Int32 _n = default(System.Int32); + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GenRenderbuffers(_n,out _renderbuffers); +} +static unsafe void Test_GenRenderbuffers_16271() { + System.Int32 _n = default(System.Int32); + System.UInt32* _renderbuffers = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenSampler_16272() { + System.Int32 r = OpenTK.Graphics.ES30.GL.GenSampler(); +} +static unsafe void Test_GenSamplers_16273() { + System.Int32 _count = default(System.Int32); + System.Int32[] _samplers = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_16274() { + System.Int32 _count = default(System.Int32); + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.ES30.GL.GenSamplers(_count,out _samplers); +} +static unsafe void Test_GenSamplers_16275() { + System.Int32 _count = default(System.Int32); + System.Int32* _samplers = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_16276() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _samplers = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_16277() { + System.Int32 _count = default(System.Int32); + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GenSamplers(_count,out _samplers); +} +static unsafe void Test_GenSamplers_16278() { + System.Int32 _count = default(System.Int32); + System.UInt32* _samplers = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenTexture_16279() { + System.Int32 r = OpenTK.Graphics.ES30.GL.GenTexture(); +} +static unsafe void Test_GenTextures_16280() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_16281() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.ES30.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_16282() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_16283() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_16284() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_16285() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTransformFeedback_16286() { + System.Int32 r = OpenTK.Graphics.ES30.GL.GenTransformFeedback(); +} +static unsafe void Test_GenTransformFeedbacks_16287() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_16288() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES30.GL.GenTransformFeedbacks(_n,out _ids); +} +static unsafe void Test_GenTransformFeedbacks_16289() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_16290() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_16291() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GenTransformFeedbacks(_n,out _ids); +} +static unsafe void Test_GenTransformFeedbacks_16292() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenVertexArray_16293() { + System.Int32 r = OpenTK.Graphics.ES30.GL.GenVertexArray(); +} +static unsafe void Test_GenVertexArrays_16294() { + System.Int32 _n = default(System.Int32); + System.Int32[] _arrays = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_16295() { + System.Int32 _n = default(System.Int32); + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.ES30.GL.GenVertexArrays(_n,out _arrays); +} +static unsafe void Test_GenVertexArrays_16296() { + System.Int32 _n = default(System.Int32); + System.Int32* _arrays = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_16297() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _arrays = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_16298() { + System.Int32 _n = default(System.Int32); + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GenVertexArrays(_n,out _arrays); +} +static unsafe void Test_GenVertexArrays_16299() { + System.Int32 _n = default(System.Int32); + System.UInt32* _arrays = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GetActiveAttrib_16300() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.ActiveAttribType _type = default(OpenTK.Graphics.ES30.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_16301() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_16302() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.ActiveAttribType* _type = default(OpenTK.Graphics.ES30.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveAttrib_16303() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.All* _type = default(OpenTK.Graphics.ES30.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveAttrib_16304() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.ActiveAttribType _type = default(OpenTK.Graphics.ES30.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_16305() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_16306() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.ActiveAttribType* _type = default(OpenTK.Graphics.ES30.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveAttrib_16307() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.All* _type = default(OpenTK.Graphics.ES30.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_16308() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.ActiveUniformType _type = default(OpenTK.Graphics.ES30.ActiveUniformType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_16309() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_16310() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.ActiveUniformType* _type = default(OpenTK.Graphics.ES30.ActiveUniformType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_16311() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.All* _type = default(OpenTK.Graphics.ES30.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_16312() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.ActiveUniformType _type = default(OpenTK.Graphics.ES30.ActiveUniformType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_16313() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_16314() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.ActiveUniformType* _type = default(OpenTK.Graphics.ES30.ActiveUniformType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_16315() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.All* _type = default(OpenTK.Graphics.ES30.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniformBlock_16316() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.ES30.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformBlockParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_16317() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.ES30.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformBlockParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,out _params); +} +static unsafe void Test_GetActiveUniformBlock_16318() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.ES30.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformBlockParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_16319() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_16320() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,out _params); +} +static unsafe void Test_GetActiveUniformBlock_16321() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_16322() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.ES30.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformBlockParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_16323() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.ES30.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformBlockParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,out _params); +} +static unsafe void Test_GetActiveUniformBlock_16324() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.ES30.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformBlockParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_16325() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_16326() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,out _params); +} +static unsafe void Test_GetActiveUniformBlock_16327() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlockName_16328() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,out _length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_16329() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,_length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_16330() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,out _length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_16331() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,_length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniforms_16332() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32[] _uniformIndices = default(System.Int32[]); + OpenTK.Graphics.ES30.ActiveUniformParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_16333() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32[] _uniformIndices = default(System.Int32[]); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_16334() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32 _uniformIndices = default(System.Int32); + OpenTK.Graphics.ES30.ActiveUniformParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_16335() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32 _uniformIndices = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_16336() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32* _uniformIndices = default(System.Int32*); + OpenTK.Graphics.ES30.ActiveUniformParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_16337() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32* _uniformIndices = default(System.Int32*); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_16338() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32[] _uniformIndices = default(System.UInt32[]); + OpenTK.Graphics.ES30.ActiveUniformParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_16339() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32[] _uniformIndices = default(System.UInt32[]); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_16340() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32 _uniformIndices = default(System.UInt32); + OpenTK.Graphics.ES30.ActiveUniformParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_16341() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32 _uniformIndices = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_16342() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32* _uniformIndices = default(System.UInt32*); + OpenTK.Graphics.ES30.ActiveUniformParameter _pname = default(OpenTK.Graphics.ES30.ActiveUniformParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_16343() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32* _uniformIndices = default(System.UInt32*); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetAttachedShaders_16344() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetAttachedShaders(_program,_maxCount,out _count,_shaders); +} +static unsafe void Test_GetAttachedShaders_16345() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetAttachedShaders(_program,_maxCount,out _count,out _shaders); +} +static unsafe void Test_GetAttachedShaders_16346() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetAttachedShaders(_program,_maxCount,_count,_shaders); +} +static unsafe void Test_GetAttachedShaders_16347() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GetAttachedShaders(_program,_maxCount,out _count,_shaders); +} +static unsafe void Test_GetAttachedShaders_16348() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GetAttachedShaders(_program,_maxCount,out _count,out _shaders); +} +static unsafe void Test_GetAttachedShaders_16349() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GetAttachedShaders(_program,_maxCount,_count,_shaders); +} +static unsafe void Test_GetAttribLocation_16350() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetAttribLocation(_program,_name); +} +static unsafe void Test_GetAttribLocation_16351() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetAttribLocation(_program,_name); +} +static unsafe void Test_GetBoolean_16352() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Boolean r = OpenTK.Graphics.ES30.GL.GetBoolean(_pname); +} +static unsafe void Test_GetBoolean_16353() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Boolean r = OpenTK.Graphics.ES30.GL.GetBoolean(_pname); +} +static unsafe void Test_GetBoolean_16354() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.ES30.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_16355() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.ES30.GL.GetBoolean(_pname,out _data); +} +static unsafe void Test_GetBoolean_16356() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.ES30.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_16357() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.ES30.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_16358() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.ES30.GL.GetBoolean(_pname,out _data); +} +static unsafe void Test_GetBoolean_16359() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.ES30.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBufferParameter_16360() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_16361() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_16362() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_16363() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferParameterName _pname = default(OpenTK.Graphics.ES30.BufferParameterName); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_16364() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferParameterName _pname = default(OpenTK.Graphics.ES30.BufferParameterName); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_16365() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferParameterName _pname = default(OpenTK.Graphics.ES30.BufferParameterName); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_16366() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_16367() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_16368() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_16369() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferParameterName _pname = default(OpenTK.Graphics.ES30.BufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_16370() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferParameterName _pname = default(OpenTK.Graphics.ES30.BufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_16371() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferParameterName _pname = default(OpenTK.Graphics.ES30.BufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16372() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16373() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[] _params = default(int[]); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16374() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[,] _params = default(int[,]); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16375() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16376() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int _params = default(int); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,ref _params); +} +static unsafe void Test_GetBufferPointer_16377() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferPointer _pname = default(OpenTK.Graphics.ES30.BufferPointer); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16378() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferPointer _pname = default(OpenTK.Graphics.ES30.BufferPointer); + int[] _params = default(int[]); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16379() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferPointer _pname = default(OpenTK.Graphics.ES30.BufferPointer); + int[,] _params = default(int[,]); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16380() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferPointer _pname = default(OpenTK.Graphics.ES30.BufferPointer); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_16381() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + OpenTK.Graphics.ES30.BufferPointer _pname = default(OpenTK.Graphics.ES30.BufferPointer); + int _params = default(int); + OpenTK.Graphics.ES30.GL.GetBufferPointer(_target,_pname,ref _params); +} +static unsafe void Test_GetDebugMessageLog_16382() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.All[] _sources = default(OpenTK.Graphics.ES30.All[]); + OpenTK.Graphics.ES30.All[] _types = default(OpenTK.Graphics.ES30.All[]); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.ES30.All[] _severities = default(OpenTK.Graphics.ES30.All[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16383() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.All _sources = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _types = default(OpenTK.Graphics.ES30.All); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES30.All _severities = default(OpenTK.Graphics.ES30.All); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16384() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.All* _sources = default(OpenTK.Graphics.ES30.All*); + OpenTK.Graphics.ES30.All* _types = default(OpenTK.Graphics.ES30.All*); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.ES30.All* _severities = default(OpenTK.Graphics.ES30.All*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16385() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.DebugSourceExternal[] _sources = default(OpenTK.Graphics.ES30.DebugSourceExternal[]); + OpenTK.Graphics.ES30.DebugType[] _types = default(OpenTK.Graphics.ES30.DebugType[]); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.ES30.DebugSeverity[] _severities = default(OpenTK.Graphics.ES30.DebugSeverity[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16386() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.DebugSourceExternal _sources = default(OpenTK.Graphics.ES30.DebugSourceExternal); + OpenTK.Graphics.ES30.DebugType _types = default(OpenTK.Graphics.ES30.DebugType); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.ES30.DebugSeverity _severities = default(OpenTK.Graphics.ES30.DebugSeverity); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16387() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.DebugSourceExternal* _sources = default(OpenTK.Graphics.ES30.DebugSourceExternal*); + OpenTK.Graphics.ES30.DebugType* _types = default(OpenTK.Graphics.ES30.DebugType*); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.ES30.DebugSeverity* _severities = default(OpenTK.Graphics.ES30.DebugSeverity*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16388() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.All[] _sources = default(OpenTK.Graphics.ES30.All[]); + OpenTK.Graphics.ES30.All[] _types = default(OpenTK.Graphics.ES30.All[]); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.ES30.All[] _severities = default(OpenTK.Graphics.ES30.All[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16389() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.All _sources = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _types = default(OpenTK.Graphics.ES30.All); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES30.All _severities = default(OpenTK.Graphics.ES30.All); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16390() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.All* _sources = default(OpenTK.Graphics.ES30.All*); + OpenTK.Graphics.ES30.All* _types = default(OpenTK.Graphics.ES30.All*); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.ES30.All* _severities = default(OpenTK.Graphics.ES30.All*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16391() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.DebugSourceExternal[] _sources = default(OpenTK.Graphics.ES30.DebugSourceExternal[]); + OpenTK.Graphics.ES30.DebugType[] _types = default(OpenTK.Graphics.ES30.DebugType[]); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.ES30.DebugSeverity[] _severities = default(OpenTK.Graphics.ES30.DebugSeverity[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16392() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.DebugSourceExternal _sources = default(OpenTK.Graphics.ES30.DebugSourceExternal); + OpenTK.Graphics.ES30.DebugType _types = default(OpenTK.Graphics.ES30.DebugType); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.ES30.DebugSeverity _severities = default(OpenTK.Graphics.ES30.DebugSeverity); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_16393() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.ES30.DebugSourceExternal* _sources = default(OpenTK.Graphics.ES30.DebugSourceExternal*); + OpenTK.Graphics.ES30.DebugType* _types = default(OpenTK.Graphics.ES30.DebugType*); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.ES30.DebugSeverity* _severities = default(OpenTK.Graphics.ES30.DebugSeverity*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetError_16394() { + OpenTK.Graphics.ES30.ErrorCode r = OpenTK.Graphics.ES30.GL.GetError(); +} +static unsafe void Test_GetFloat_16395() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single r = OpenTK.Graphics.ES30.GL.GetFloat(_pname); +} +static unsafe void Test_GetFloat_16396() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Single r = OpenTK.Graphics.ES30.GL.GetFloat(_pname); +} +static unsafe void Test_GetFloat_16397() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_16398() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _data = default(System.Single); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,out _data); +} +static unsafe void Test_GetFloat_16399() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_16400() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_16401() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Single _data = default(System.Single); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,out _data); +} +static unsafe void Test_GetFloat_16402() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFragDataLocation_16403() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetFragDataLocation(_program,_name); +} +static unsafe void Test_GetFragDataLocation_16404() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetFragDataLocation(_program,_name); +} +static unsafe void Test_GetFramebufferAttachmentParameter_16405() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_16406() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,out _params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_16407() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _attachment = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_16408() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + OpenTK.Graphics.ES30.FramebufferParameterName _pname = default(OpenTK.Graphics.ES30.FramebufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_16409() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + OpenTK.Graphics.ES30.FramebufferParameterName _pname = default(OpenTK.Graphics.ES30.FramebufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,out _params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_16410() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + OpenTK.Graphics.ES30.FramebufferAttachment _attachment = default(OpenTK.Graphics.ES30.FramebufferAttachment); + OpenTK.Graphics.ES30.FramebufferParameterName _pname = default(OpenTK.Graphics.ES30.FramebufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetInteger64_16411() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_16412() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_16413() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_16414() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_16415() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_16416() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_16417() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_16418() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_16419() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_16420() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_16421() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_16422() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.ES30.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_16423() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int64 r = OpenTK.Graphics.ES30.GL.GetInteger64(_pname); +} +static unsafe void Test_GetInteger64_16424() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Int64 r = OpenTK.Graphics.ES30.GL.GetInteger64(_pname); +} +static unsafe void Test_GetInteger64_16425() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.ES30.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger64_16426() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.ES30.GL.GetInteger64(_pname,out _data); +} +static unsafe void Test_GetInteger64_16427() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.ES30.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger64_16428() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.ES30.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger64_16429() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.ES30.GL.GetInteger64(_pname,out _data); +} +static unsafe void Test_GetInteger64_16430() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.ES30.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger_16431() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_16432() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,out _data); +} +static unsafe void Test_GetInteger_16433() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_16434() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_16435() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,out _data); +} +static unsafe void Test_GetInteger_16436() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_16437() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_16438() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,out _data); +} +static unsafe void Test_GetInteger_16439() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_16440() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_16441() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,out _data); +} +static unsafe void Test_GetInteger_16442() { + OpenTK.Graphics.ES30.GetIndexedPName _target = default(OpenTK.Graphics.ES30.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_16443() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetInteger(_pname); +} +static unsafe void Test_GetInteger_16444() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetInteger(_pname); +} +static unsafe void Test_GetInteger_16445() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_16446() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetInteger(_pname,out _data); +} +static unsafe void Test_GetInteger_16447() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_16448() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_16449() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetInteger(_pname,out _data); +} +static unsafe void Test_GetInteger_16450() { + OpenTK.Graphics.ES30.GetPName _pname = default(OpenTK.Graphics.ES30.GetPName); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInternalformat_16451() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_16452() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,out _params); +} +static unsafe void Test_GetInternalformat_16453() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_16454() { + OpenTK.Graphics.ES30.ImageTarget _target = default(OpenTK.Graphics.ES30.ImageTarget); + OpenTK.Graphics.ES30.SizedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.SizedInternalFormat); + OpenTK.Graphics.ES30.InternalFormatParameter _pname = default(OpenTK.Graphics.ES30.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_16455() { + OpenTK.Graphics.ES30.ImageTarget _target = default(OpenTK.Graphics.ES30.ImageTarget); + OpenTK.Graphics.ES30.SizedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.SizedInternalFormat); + OpenTK.Graphics.ES30.InternalFormatParameter _pname = default(OpenTK.Graphics.ES30.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,out _params); +} +static unsafe void Test_GetInternalformat_16456() { + OpenTK.Graphics.ES30.ImageTarget _target = default(OpenTK.Graphics.ES30.ImageTarget); + OpenTK.Graphics.ES30.SizedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.SizedInternalFormat); + OpenTK.Graphics.ES30.InternalFormatParameter _pname = default(OpenTK.Graphics.ES30.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetObjectLabel_16457() { + OpenTK.Graphics.ES30.All _identifier = default(OpenTK.Graphics.ES30.All); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_16458() { + OpenTK.Graphics.ES30.All _identifier = default(OpenTK.Graphics.ES30.All); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_16459() { + OpenTK.Graphics.ES30.All _identifier = default(OpenTK.Graphics.ES30.All); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_16460() { + OpenTK.Graphics.ES30.All _identifier = default(OpenTK.Graphics.ES30.All); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_16461() { + OpenTK.Graphics.ES30.All _identifier = default(OpenTK.Graphics.ES30.All); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_16462() { + OpenTK.Graphics.ES30.All _identifier = default(OpenTK.Graphics.ES30.All); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_16463() { + OpenTK.Graphics.ES30.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES30.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_16464() { + OpenTK.Graphics.ES30.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES30.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_16465() { + OpenTK.Graphics.ES30.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES30.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_16466() { + OpenTK.Graphics.ES30.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES30.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_16467() { + OpenTK.Graphics.ES30.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES30.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_16468() { + OpenTK.Graphics.ES30.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES30.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16469() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16470() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16471() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16472() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16473() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16474() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16475() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16476() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16477() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16478() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16479() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16480() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16481() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(ref _ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16482() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(ref _ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_16483() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetObjectPtrLabel(ref _ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetPointer_16484() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_16485() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[] _params = default(int[]); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_16486() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[,] _params = default(int[,]); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_16487() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_16488() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int _params = default(int); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,ref _params); +} +static unsafe void Test_GetPointer_16489() { + OpenTK.Graphics.ES30.GetPointervPName _pname = default(OpenTK.Graphics.ES30.GetPointervPName); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_16490() { + OpenTK.Graphics.ES30.GetPointervPName _pname = default(OpenTK.Graphics.ES30.GetPointervPName); + int[] _params = default(int[]); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_16491() { + OpenTK.Graphics.ES30.GetPointervPName _pname = default(OpenTK.Graphics.ES30.GetPointervPName); + int[,] _params = default(int[,]); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_16492() { + OpenTK.Graphics.ES30.GetPointervPName _pname = default(OpenTK.Graphics.ES30.GetPointervPName); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_16493() { + OpenTK.Graphics.ES30.GetPointervPName _pname = default(OpenTK.Graphics.ES30.GetPointervPName); + int _params = default(int); + OpenTK.Graphics.ES30.GL.GetPointer(_pname,ref _params); +} +static unsafe void Test_GetProgramBinary_16494() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16495() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16496() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16497() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16498() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_16499() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16500() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + int[] _binary = default(int[]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16501() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + int[,] _binary = default(int[,]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16502() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16503() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + int _binary = default(int); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_16504() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16505() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16506() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16507() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16508() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_16509() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16510() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + int[] _binary = default(int[]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16511() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + int[,] _binary = default(int[,]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16512() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_16513() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.All* _binaryFormat = default(OpenTK.Graphics.ES30.All*); + int _binary = default(int); + OpenTK.Graphics.ES30.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramInfoLog_16514() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetProgramInfoLog(_program,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_16515() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetProgramInfoLog(_program,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_16516() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetProgramInfoLog(_program,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_16517() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetProgramInfoLog(_program,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgram_16518() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_16519() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_16520() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_16521() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.GetProgramParameterName _pname = default(OpenTK.Graphics.ES30.GetProgramParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_16522() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.GetProgramParameterName _pname = default(OpenTK.Graphics.ES30.GetProgramParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_16523() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.GetProgramParameterName _pname = default(OpenTK.Graphics.ES30.GetProgramParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_16524() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_16525() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_16526() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_16527() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.GetProgramParameterName _pname = default(OpenTK.Graphics.ES30.GetProgramParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_16528() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.GetProgramParameterName _pname = default(OpenTK.Graphics.ES30.GetProgramParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_16529() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.GetProgramParameterName _pname = default(OpenTK.Graphics.ES30.GetProgramParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetQuery_16530() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetQuery(_target,_pname,_params); +} +static unsafe void Test_GetQuery_16531() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetQuery(_target,_pname,out _params); +} +static unsafe void Test_GetQuery_16532() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetQuery(_target,_pname,_params); +} +static unsafe void Test_GetQuery_16533() { + OpenTK.Graphics.ES30.QueryTarget _target = default(OpenTK.Graphics.ES30.QueryTarget); + OpenTK.Graphics.ES30.GetQueryParam _pname = default(OpenTK.Graphics.ES30.GetQueryParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetQuery(_target,_pname,_params); +} +static unsafe void Test_GetQuery_16534() { + OpenTK.Graphics.ES30.QueryTarget _target = default(OpenTK.Graphics.ES30.QueryTarget); + OpenTK.Graphics.ES30.GetQueryParam _pname = default(OpenTK.Graphics.ES30.GetQueryParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetQuery(_target,_pname,out _params); +} +static unsafe void Test_GetQuery_16535() { + OpenTK.Graphics.ES30.QueryTarget _target = default(OpenTK.Graphics.ES30.QueryTarget); + OpenTK.Graphics.ES30.GetQueryParam _pname = default(OpenTK.Graphics.ES30.GetQueryParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetQuery(_target,_pname,_params); +} +static unsafe void Test_GetQueryObject_16536() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_16537() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_16538() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_16539() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.GetQueryObjectParam _pname = default(OpenTK.Graphics.ES30.GetQueryObjectParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_16540() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.GetQueryObjectParam _pname = default(OpenTK.Graphics.ES30.GetQueryObjectParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_16541() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.GetQueryObjectParam _pname = default(OpenTK.Graphics.ES30.GetQueryObjectParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_16542() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_16543() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_16544() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_16545() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.GetQueryObjectParam _pname = default(OpenTK.Graphics.ES30.GetQueryObjectParam); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_16546() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.GetQueryObjectParam _pname = default(OpenTK.Graphics.ES30.GetQueryObjectParam); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_16547() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.ES30.GetQueryObjectParam _pname = default(OpenTK.Graphics.ES30.GetQueryObjectParam); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_16548() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_16549() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetRenderbufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetRenderbufferParameter_16550() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_16551() { + OpenTK.Graphics.ES30.RenderbufferTarget _target = default(OpenTK.Graphics.ES30.RenderbufferTarget); + OpenTK.Graphics.ES30.RenderbufferParameterName _pname = default(OpenTK.Graphics.ES30.RenderbufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_16552() { + OpenTK.Graphics.ES30.RenderbufferTarget _target = default(OpenTK.Graphics.ES30.RenderbufferTarget); + OpenTK.Graphics.ES30.RenderbufferParameterName _pname = default(OpenTK.Graphics.ES30.RenderbufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetRenderbufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetRenderbufferParameter_16553() { + OpenTK.Graphics.ES30.RenderbufferTarget _target = default(OpenTK.Graphics.ES30.RenderbufferTarget); + OpenTK.Graphics.ES30.RenderbufferParameterName _pname = default(OpenTK.Graphics.ES30.RenderbufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16554() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16555() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_16556() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16557() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16558() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_16559() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16560() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16561() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_16562() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16563() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16564() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_16565() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16566() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16567() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_16568() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16569() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16570() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_16571() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16572() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16573() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_16574() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16575() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_16576() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_16577() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetShaderInfoLog_16578() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetShaderInfoLog(_shader,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_16579() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetShaderInfoLog(_shader,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_16580() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetShaderInfoLog(_shader,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_16581() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetShaderInfoLog(_shader,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetShader_16582() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_16583() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_16584() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_16585() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.ShaderParameter _pname = default(OpenTK.Graphics.ES30.ShaderParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_16586() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.ShaderParameter _pname = default(OpenTK.Graphics.ES30.ShaderParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_16587() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.ES30.ShaderParameter _pname = default(OpenTK.Graphics.ES30.ShaderParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_16588() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_16589() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_16590() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_16591() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.ShaderParameter _pname = default(OpenTK.Graphics.ES30.ShaderParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_16592() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.ShaderParameter _pname = default(OpenTK.Graphics.ES30.ShaderParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_16593() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.ES30.ShaderParameter _pname = default(OpenTK.Graphics.ES30.ShaderParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShaderPrecisionFormat_16594() { + OpenTK.Graphics.ES30.All _shadertype = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _precisiontype = default(OpenTK.Graphics.ES30.All); + System.Int32[] _range = default(System.Int32[]); + System.Int32[] _precision = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderPrecisionFormat_16595() { + OpenTK.Graphics.ES30.All _shadertype = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _precisiontype = default(OpenTK.Graphics.ES30.All); + System.Int32 _range = default(System.Int32); + System.Int32 _precision = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,out _range,out _precision); +} +static unsafe void Test_GetShaderPrecisionFormat_16596() { + OpenTK.Graphics.ES30.All _shadertype = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _precisiontype = default(OpenTK.Graphics.ES30.All); + System.Int32* _range = default(System.Int32*); + System.Int32* _precision = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderPrecisionFormat_16597() { + OpenTK.Graphics.ES30.ShaderType _shadertype = default(OpenTK.Graphics.ES30.ShaderType); + OpenTK.Graphics.ES30.ShaderPrecision _precisiontype = default(OpenTK.Graphics.ES30.ShaderPrecision); + System.Int32[] _range = default(System.Int32[]); + System.Int32[] _precision = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderPrecisionFormat_16598() { + OpenTK.Graphics.ES30.ShaderType _shadertype = default(OpenTK.Graphics.ES30.ShaderType); + OpenTK.Graphics.ES30.ShaderPrecision _precisiontype = default(OpenTK.Graphics.ES30.ShaderPrecision); + System.Int32 _range = default(System.Int32); + System.Int32 _precision = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,out _range,out _precision); +} +static unsafe void Test_GetShaderPrecisionFormat_16599() { + OpenTK.Graphics.ES30.ShaderType _shadertype = default(OpenTK.Graphics.ES30.ShaderType); + OpenTK.Graphics.ES30.ShaderPrecision _precisiontype = default(OpenTK.Graphics.ES30.ShaderPrecision); + System.Int32* _range = default(System.Int32*); + System.Int32* _precision = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderSource_16600() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetShaderSource(_shader,_bufSize,out _length,_source); +} +static unsafe void Test_GetShaderSource_16601() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetShaderSource(_shader,_bufSize,_length,_source); +} +static unsafe void Test_GetShaderSource_16602() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetShaderSource(_shader,_bufSize,out _length,_source); +} +static unsafe void Test_GetShaderSource_16603() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetShaderSource(_shader,_bufSize,_length,_source); +} +static unsafe void Test_GetString_16604() { + OpenTK.Graphics.ES30.All _name = default(OpenTK.Graphics.ES30.All); + System.String r = OpenTK.Graphics.ES30.GL.GetString(_name); +} +static unsafe void Test_GetString_16605() { + OpenTK.Graphics.ES30.StringName _name = default(OpenTK.Graphics.ES30.StringName); + System.String r = OpenTK.Graphics.ES30.GL.GetString(_name); +} +static unsafe void Test_GetString_16606() { + OpenTK.Graphics.ES30.All _name = default(OpenTK.Graphics.ES30.All); + System.Int32 _index = default(System.Int32); + System.String r = OpenTK.Graphics.ES30.GL.GetString(_name,_index); +} +static unsafe void Test_GetString_16607() { + OpenTK.Graphics.ES30.All _name = default(OpenTK.Graphics.ES30.All); + System.UInt32 _index = default(System.UInt32); + System.String r = OpenTK.Graphics.ES30.GL.GetString(_name,_index); +} +static unsafe void Test_GetString_16608() { + OpenTK.Graphics.ES30.StringNameIndexed _name = default(OpenTK.Graphics.ES30.StringNameIndexed); + System.Int32 _index = default(System.Int32); + System.String r = OpenTK.Graphics.ES30.GL.GetString(_name,_index); +} +static unsafe void Test_GetString_16609() { + OpenTK.Graphics.ES30.StringNameIndexed _name = default(OpenTK.Graphics.ES30.StringNameIndexed); + System.UInt32 _index = default(System.UInt32); + System.String r = OpenTK.Graphics.ES30.GL.GetString(_name,_index); +} +static unsafe void Test_GetSync_16610() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetSync(_sync,_pname,_bufSize,out _length,_values); +} +static unsafe void Test_GetSync_16611() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetSync(_sync,_pname,_bufSize,out _length,out _values); +} +static unsafe void Test_GetSync_16612() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetSync(_sync,_pname,_bufSize,_length,_values); +} +static unsafe void Test_GetSync_16613() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.SyncParameterName _pname = default(OpenTK.Graphics.ES30.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetSync(_sync,_pname,_bufSize,out _length,_values); +} +static unsafe void Test_GetSync_16614() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.SyncParameterName _pname = default(OpenTK.Graphics.ES30.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetSync(_sync,_pname,_bufSize,out _length,out _values); +} +static unsafe void Test_GetSync_16615() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.SyncParameterName _pname = default(OpenTK.Graphics.ES30.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetSync(_sync,_pname,_bufSize,_length,_values); +} +static unsafe void Test_GetTexParameter_16616() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_16617() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_16618() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_16619() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.GetTextureParameterName _pname = default(OpenTK.Graphics.ES30.GetTextureParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_16620() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.GetTextureParameterName _pname = default(OpenTK.Graphics.ES30.GetTextureParameterName); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_16621() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.GetTextureParameterName _pname = default(OpenTK.Graphics.ES30.GetTextureParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_16622() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_16623() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_16624() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_16625() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.GetTextureParameterName _pname = default(OpenTK.Graphics.ES30.GetTextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_16626() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.GetTextureParameterName _pname = default(OpenTK.Graphics.ES30.GetTextureParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_16627() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.GetTextureParameterName _pname = default(OpenTK.Graphics.ES30.GetTextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTransformFeedbackVarying_16628() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_16629() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.TransformFeedbackType _type = default(OpenTK.Graphics.ES30.TransformFeedbackType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_16630() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.All* _type = default(OpenTK.Graphics.ES30.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_16631() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.TransformFeedbackType* _type = default(OpenTK.Graphics.ES30.TransformFeedbackType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_16632() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_16633() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.TransformFeedbackType _type = default(OpenTK.Graphics.ES30.TransformFeedbackType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_16634() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.All* _type = default(OpenTK.Graphics.ES30.All*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_16635() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.ES30.TransformFeedbackType* _type = default(OpenTK.Graphics.ES30.TransformFeedbackType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.ES30.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetUniformBlockIndex_16636() { + System.Int32 _program = default(System.Int32); + System.String _uniformBlockName = default(System.String); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetUniformBlockIndex(_program,_uniformBlockName); +} +static unsafe void Test_GetUniformBlockIndex_16637() { + System.UInt32 _program = default(System.UInt32); + System.String _uniformBlockName = default(System.String); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetUniformBlockIndex(_program,_uniformBlockName); +} +static unsafe void Test_GetUniform_16638() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_16639() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_16640() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_16641() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_16642() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_16643() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniformIndices_16644() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32[] _uniformIndices = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_16645() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32 _uniformIndices = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,out _uniformIndices); +} +static unsafe void Test_GetUniformIndices_16646() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32* _uniformIndices = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_16647() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32[] _uniformIndices = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_16648() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32 _uniformIndices = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,out _uniformIndices); +} +static unsafe void Test_GetUniformIndices_16649() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32* _uniformIndices = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniform_16650() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_16651() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_16652() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_16653() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_16654() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_16655() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniformLocation_16656() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetUniformLocation(_program,_name); +} +static unsafe void Test_GetUniformLocation_16657() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.ES30.GL.GetUniformLocation(_program,_name); +} +static unsafe void Test_GetUniform_16658() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_16659() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_16660() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetVertexAttrib_16661() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16662() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_16663() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16664() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16665() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_16666() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16667() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16668() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_16669() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16670() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16671() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_16672() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_16673() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_16674() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_16675() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_16676() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_16677() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.ES30.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_16678() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16679() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16680() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_16681() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16682() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16683() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_16684() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16685() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16686() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_16687() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16688() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_16689() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_16690() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribPointer_16691() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16692() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16693() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16694() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16695() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_GetVertexAttribPointer_16696() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16697() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16698() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16699() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16700() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_GetVertexAttribPointer_16701() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16702() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16703() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16704() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16705() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_GetVertexAttribPointer_16706() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16707() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16708() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16709() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_16710() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.ES30.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.ES30.VertexAttribPointerParameter); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_Hint_16711() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.Hint(_target,_mode); +} +static unsafe void Test_Hint_16712() { + OpenTK.Graphics.ES30.HintTarget _target = default(OpenTK.Graphics.ES30.HintTarget); + OpenTK.Graphics.ES30.HintMode _mode = default(OpenTK.Graphics.ES30.HintMode); + OpenTK.Graphics.ES30.GL.Hint(_target,_mode); +} +static unsafe void Test_InvalidateFramebuffer_16713() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.All[] _attachments = default(OpenTK.Graphics.ES30.All[]); + OpenTK.Graphics.ES30.GL.InvalidateFramebuffer(_target,_numAttachments,_attachments); +} +static unsafe void Test_InvalidateFramebuffer_16714() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.All _attachments = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.InvalidateFramebuffer(_target,_numAttachments,ref _attachments); +} +static unsafe void Test_InvalidateFramebuffer_16715() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.All* _attachments = default(OpenTK.Graphics.ES30.All*); + OpenTK.Graphics.ES30.GL.InvalidateFramebuffer(_target,_numAttachments,_attachments); +} +static unsafe void Test_InvalidateFramebuffer_16716() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.FramebufferAttachment[] _attachments = default(OpenTK.Graphics.ES30.FramebufferAttachment[]); + OpenTK.Graphics.ES30.GL.InvalidateFramebuffer(_target,_numAttachments,_attachments); +} +static unsafe void Test_InvalidateFramebuffer_16717() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.FramebufferAttachment _attachments = default(OpenTK.Graphics.ES30.FramebufferAttachment); + OpenTK.Graphics.ES30.GL.InvalidateFramebuffer(_target,_numAttachments,ref _attachments); +} +static unsafe void Test_InvalidateFramebuffer_16718() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.FramebufferAttachment* _attachments = default(OpenTK.Graphics.ES30.FramebufferAttachment*); + OpenTK.Graphics.ES30.GL.InvalidateFramebuffer(_target,_numAttachments,_attachments); +} +static unsafe void Test_InvalidateSubFramebuffer_16719() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.All[] _attachments = default(OpenTK.Graphics.ES30.All[]); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.InvalidateSubFramebuffer(_target,_numAttachments,_attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_16720() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.All _attachments = default(OpenTK.Graphics.ES30.All); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.InvalidateSubFramebuffer(_target,_numAttachments,ref _attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_16721() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.All* _attachments = default(OpenTK.Graphics.ES30.All*); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.InvalidateSubFramebuffer(_target,_numAttachments,_attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_16722() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.FramebufferAttachment[] _attachments = default(OpenTK.Graphics.ES30.FramebufferAttachment[]); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.InvalidateSubFramebuffer(_target,_numAttachments,_attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_16723() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.FramebufferAttachment _attachments = default(OpenTK.Graphics.ES30.FramebufferAttachment); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.InvalidateSubFramebuffer(_target,_numAttachments,ref _attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_16724() { + OpenTK.Graphics.ES30.FramebufferTarget _target = default(OpenTK.Graphics.ES30.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.ES30.FramebufferAttachment* _attachments = default(OpenTK.Graphics.ES30.FramebufferAttachment*); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.InvalidateSubFramebuffer(_target,_numAttachments,_attachments,_x,_y,_width,_height); +} +static unsafe void Test_IsBuffer_16725() { + System.Int32 _buffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsBuffer_16726() { + System.UInt32 _buffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsEnabled_16727() { + OpenTK.Graphics.ES30.All _cap = default(OpenTK.Graphics.ES30.All); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsEnabled(_cap); +} +static unsafe void Test_IsEnabled_16728() { + OpenTK.Graphics.ES30.EnableCap _cap = default(OpenTK.Graphics.ES30.EnableCap); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsEnabled(_cap); +} +static unsafe void Test_IsFramebuffer_16729() { + System.Int32 _framebuffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsFramebuffer(_framebuffer); +} +static unsafe void Test_IsFramebuffer_16730() { + System.UInt32 _framebuffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsFramebuffer(_framebuffer); +} +static unsafe void Test_IsProgram_16731() { + System.Int32 _program = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsProgram(_program); +} +static unsafe void Test_IsProgram_16732() { + System.UInt32 _program = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsProgram(_program); +} +static unsafe void Test_IsQuery_16733() { + System.Int32 _id = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsQuery(_id); +} +static unsafe void Test_IsQuery_16734() { + System.UInt32 _id = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsQuery(_id); +} +static unsafe void Test_IsRenderbuffer_16735() { + System.Int32 _renderbuffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsRenderbuffer(_renderbuffer); +} +static unsafe void Test_IsRenderbuffer_16736() { + System.UInt32 _renderbuffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsRenderbuffer(_renderbuffer); +} +static unsafe void Test_IsSampler_16737() { + System.Int32 _sampler = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsSampler(_sampler); +} +static unsafe void Test_IsSampler_16738() { + System.UInt32 _sampler = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsSampler(_sampler); +} +static unsafe void Test_IsShader_16739() { + System.Int32 _shader = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsShader(_shader); +} +static unsafe void Test_IsShader_16740() { + System.UInt32 _shader = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsShader(_shader); +} +static unsafe void Test_IsSync_16741() { + System.IntPtr _sync = default(System.IntPtr); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsSync(_sync); +} +static unsafe void Test_IsTexture_16742() { + System.Int32 _texture = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsTexture(_texture); +} +static unsafe void Test_IsTexture_16743() { + System.UInt32 _texture = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsTexture(_texture); +} +static unsafe void Test_IsTransformFeedback_16744() { + System.Int32 _id = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsTransformFeedback(_id); +} +static unsafe void Test_IsTransformFeedback_16745() { + System.UInt32 _id = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsTransformFeedback(_id); +} +static unsafe void Test_IsVertexArray_16746() { + System.Int32 _array = default(System.Int32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsVertexArray(_array); +} +static unsafe void Test_IsVertexArray_16747() { + System.UInt32 _array = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.ES30.GL.IsVertexArray(_array); +} +static unsafe void Test_LineWidth_16748() { + System.Single _width = default(System.Single); + OpenTK.Graphics.ES30.GL.LineWidth(_width); +} +static unsafe void Test_LinkProgram_16749() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.GL.LinkProgram(_program); +} +static unsafe void Test_LinkProgram_16750() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.GL.LinkProgram(_program); +} +static unsafe void Test_MapBufferRange_16751() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.ES30.All _access = default(OpenTK.Graphics.ES30.All); + System.IntPtr r = OpenTK.Graphics.ES30.GL.MapBufferRange(_target,_offset,_length,_access); +} +static unsafe void Test_MapBufferRange_16752() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.ES30.BufferAccessMask _access = default(OpenTK.Graphics.ES30.BufferAccessMask); + System.IntPtr r = OpenTK.Graphics.ES30.GL.MapBufferRange(_target,_offset,_length,_access); +} +static unsafe void Test_ObjectLabel_16753() { + OpenTK.Graphics.ES30.All _identifier = default(OpenTK.Graphics.ES30.All); + System.Int32 _name = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectLabel_16754() { + OpenTK.Graphics.ES30.All _identifier = default(OpenTK.Graphics.ES30.All); + System.UInt32 _name = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectLabel_16755() { + OpenTK.Graphics.ES30.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES30.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectLabel_16756() { + OpenTK.Graphics.ES30.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.ES30.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_16757() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_16758() { + int[] _ptr = default(int[]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_16759() { + int[,] _ptr = default(int[,]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_16760() { + int[,,] _ptr = default(int[,,]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_16761() { + int _ptr = default(int); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.ES30.GL.ObjectPtrLabel(ref _ptr,_length,_label); +} +static unsafe void Test_PauseTransformFeedback_16762() { + OpenTK.Graphics.ES30.GL.PauseTransformFeedback(); +} +static unsafe void Test_PixelStore_16763() { + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES30.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PixelStore_16764() { + OpenTK.Graphics.ES30.PixelStoreParameter _pname = default(OpenTK.Graphics.ES30.PixelStoreParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES30.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PolygonOffset_16765() { + System.Single _factor = default(System.Single); + System.Single _units = default(System.Single); + OpenTK.Graphics.ES30.GL.PolygonOffset(_factor,_units); +} +static unsafe void Test_PopDebugGroup_16766() { + OpenTK.Graphics.ES30.GL.PopDebugGroup(); +} +static unsafe void Test_ProgramBinary_16767() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_16768() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_16769() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_16770() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_16771() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,ref _binary,_length); +} +static unsafe void Test_ProgramBinary_16772() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_16773() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_16774() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_16775() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_16776() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryFormat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramBinary(_program,_binaryFormat,ref _binary,_length); +} +static unsafe void Test_ProgramParameter_16777() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_16778() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.ProgramParameterName _pname = default(OpenTK.Graphics.ES30.ProgramParameterName); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_16779() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_16780() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.ProgramParameterName _pname = default(OpenTK.Graphics.ES30.ProgramParameterName); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_PushDebugGroup_16781() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + System.Int32 _id = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _message = default(System.String); + OpenTK.Graphics.ES30.GL.PushDebugGroup(_source,_id,_length,_message); +} +static unsafe void Test_PushDebugGroup_16782() { + OpenTK.Graphics.ES30.All _source = default(OpenTK.Graphics.ES30.All); + System.UInt32 _id = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _message = default(System.String); + OpenTK.Graphics.ES30.GL.PushDebugGroup(_source,_id,_length,_message); +} +static unsafe void Test_ReadBuffer_16783() { + OpenTK.Graphics.ES30.All _mode = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.ReadBuffer(_mode); +} +static unsafe void Test_ReadBuffer_16784() { + OpenTK.Graphics.ES30.ReadBufferMode _mode = default(OpenTK.Graphics.ES30.ReadBufferMode); + OpenTK.Graphics.ES30.GL.ReadBuffer(_mode); +} +static unsafe void Test_ReadPixels_16785() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_16786() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_16787() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_16788() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_16789() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_ReadPixels_16790() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_16791() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_16792() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_16793() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_16794() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_ReleaseShaderCompiler_16795() { + OpenTK.Graphics.ES30.GL.ReleaseShaderCompiler(); +} +static unsafe void Test_RenderbufferStorage_16796() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.RenderbufferStorage(_target,_internalformat,_width,_height); +} +static unsafe void Test_RenderbufferStorage_16797() { + OpenTK.Graphics.ES30.RenderbufferTarget _target = default(OpenTK.Graphics.ES30.RenderbufferTarget); + OpenTK.Graphics.ES30.RenderbufferInternalFormat _internalformat = default(OpenTK.Graphics.ES30.RenderbufferInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.RenderbufferStorage(_target,_internalformat,_width,_height); +} +static unsafe void Test_RenderbufferStorageMultisample_16798() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.RenderbufferStorageMultisample(_target,_samples,_internalformat,_width,_height); +} +static unsafe void Test_RenderbufferStorageMultisample_16799() { + OpenTK.Graphics.ES30.RenderbufferTarget _target = default(OpenTK.Graphics.ES30.RenderbufferTarget); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.ES30.RenderbufferInternalFormat _internalformat = default(OpenTK.Graphics.ES30.RenderbufferInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.RenderbufferStorageMultisample(_target,_samples,_internalformat,_width,_height); +} +static unsafe void Test_ResumeTransformFeedback_16800() { + OpenTK.Graphics.ES30.GL.ResumeTransformFeedback(); +} +static unsafe void Test_SampleCoverage_16801() { + System.Single _value = default(System.Single); + System.Boolean _invert = default(System.Boolean); + OpenTK.Graphics.ES30.GL.SampleCoverage(_value,_invert); +} +static unsafe void Test_SamplerParameter_16802() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16803() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16804() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16805() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16806() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16807() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16808() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16809() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16810() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16811() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16812() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16813() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16814() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16815() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16816() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16817() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16818() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16819() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16820() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16821() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16822() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16823() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16824() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_16825() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.ES30.SamplerParameterName _pname = default(OpenTK.Graphics.ES30.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.ES30.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_Scissor_16826() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.Scissor(_x,_y,_width,_height); +} +static unsafe void Test_ShaderBinary_16827() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16828() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16829() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16830() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16831() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16832() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16833() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16834() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16835() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16836() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16837() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16838() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16839() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16840() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16841() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16842() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16843() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16844() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16845() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16846() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16847() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16848() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16849() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16850() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16851() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16852() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16853() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16854() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16855() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16856() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16857() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16858() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16859() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16860() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16861() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16862() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16863() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16864() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16865() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16866() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16867() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16868() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16869() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16870() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16871() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16872() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16873() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16874() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16875() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16876() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16877() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16878() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16879() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16880() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16881() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.All _binaryformat = default(OpenTK.Graphics.ES30.All); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_16882() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16883() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16884() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16885() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_16886() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.ES30.ShaderBinaryFormat _binaryformat = default(OpenTK.Graphics.ES30.ShaderBinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderSource_16887() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32[] _length = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_16888() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderSource(_shader,_count,_string,ref _length); +} +static unsafe void Test_ShaderSource_16889() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_16890() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32[] _length = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_16891() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.ES30.GL.ShaderSource(_shader,_count,_string,ref _length); +} +static unsafe void Test_ShaderSource_16892() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.ES30.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_StencilFunc_16893() { + OpenTK.Graphics.ES30.All _func = default(OpenTK.Graphics.ES30.All); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES30.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_16894() { + OpenTK.Graphics.ES30.All _func = default(OpenTK.Graphics.ES30.All); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES30.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_16895() { + OpenTK.Graphics.ES30.StencilFunction _func = default(OpenTK.Graphics.ES30.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES30.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_16896() { + OpenTK.Graphics.ES30.StencilFunction _func = default(OpenTK.Graphics.ES30.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES30.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_16897() { + OpenTK.Graphics.ES30.All _face = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _func = default(OpenTK.Graphics.ES30.All); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES30.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_16898() { + OpenTK.Graphics.ES30.All _face = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _func = default(OpenTK.Graphics.ES30.All); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES30.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_16899() { + OpenTK.Graphics.ES30.StencilFace _face = default(OpenTK.Graphics.ES30.StencilFace); + OpenTK.Graphics.ES30.StencilFunction _func = default(OpenTK.Graphics.ES30.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES30.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_16900() { + OpenTK.Graphics.ES30.StencilFace _face = default(OpenTK.Graphics.ES30.StencilFace); + OpenTK.Graphics.ES30.StencilFunction _func = default(OpenTK.Graphics.ES30.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES30.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilMask_16901() { + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES30.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMask_16902() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES30.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMaskSeparate_16903() { + OpenTK.Graphics.ES30.All _face = default(OpenTK.Graphics.ES30.All); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES30.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_16904() { + OpenTK.Graphics.ES30.All _face = default(OpenTK.Graphics.ES30.All); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES30.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_16905() { + OpenTK.Graphics.ES30.StencilFace _face = default(OpenTK.Graphics.ES30.StencilFace); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.ES30.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_16906() { + OpenTK.Graphics.ES30.StencilFace _face = default(OpenTK.Graphics.ES30.StencilFace); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.ES30.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilOp_16907() { + OpenTK.Graphics.ES30.All _fail = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _zfail = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _zpass = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_StencilOp_16908() { + OpenTK.Graphics.ES30.StencilOp _fail = default(OpenTK.Graphics.ES30.StencilOp); + OpenTK.Graphics.ES30.StencilOp _zfail = default(OpenTK.Graphics.ES30.StencilOp); + OpenTK.Graphics.ES30.StencilOp _zpass = default(OpenTK.Graphics.ES30.StencilOp); + OpenTK.Graphics.ES30.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_StencilOpSeparate_16909() { + OpenTK.Graphics.ES30.All _face = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _sfail = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _dpfail = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _dppass = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.StencilOpSeparate(_face,_sfail,_dpfail,_dppass); +} +static unsafe void Test_StencilOpSeparate_16910() { + OpenTK.Graphics.ES30.StencilFace _face = default(OpenTK.Graphics.ES30.StencilFace); + OpenTK.Graphics.ES30.StencilOp _sfail = default(OpenTK.Graphics.ES30.StencilOp); + OpenTK.Graphics.ES30.StencilOp _dpfail = default(OpenTK.Graphics.ES30.StencilOp); + OpenTK.Graphics.ES30.StencilOp _dppass = default(OpenTK.Graphics.ES30.StencilOp); + OpenTK.Graphics.ES30.GL.StencilOpSeparate(_face,_sfail,_dpfail,_dppass); +} +static unsafe void Test_TexImage2D_16911() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_16912() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_16913() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_16914() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_16915() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage2D_16916() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_16917() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_16918() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_16919() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_16920() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage3D_16921() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_16922() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_16923() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_16924() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_16925() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage3D_16926() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_16927() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_16928() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_16929() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_16930() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.ES30.TextureComponentCount _internalformat = default(OpenTK.Graphics.ES30.TextureComponentCount); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexParameter_16931() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_16932() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.TextureParameterName _pname = default(OpenTK.Graphics.ES30.TextureParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_16933() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_16934() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_16935() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.TextureParameterName _pname = default(OpenTK.Graphics.ES30.TextureParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_16936() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.TextureParameterName _pname = default(OpenTK.Graphics.ES30.TextureParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_16937() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_16938() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.TextureParameterName _pname = default(OpenTK.Graphics.ES30.TextureParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_16939() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_16940() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _pname = default(OpenTK.Graphics.ES30.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_16941() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.TextureParameterName _pname = default(OpenTK.Graphics.ES30.TextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_16942() { + OpenTK.Graphics.ES30.TextureTarget _target = default(OpenTK.Graphics.ES30.TextureTarget); + OpenTK.Graphics.ES30.TextureParameterName _pname = default(OpenTK.Graphics.ES30.TextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.ES30.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexStorage2D_16943() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.TexStorage2D(_target,_levels,_internalformat,_width,_height); +} +static unsafe void Test_TexStorage2D_16944() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.ES30.SizedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.TexStorage2D(_target,_levels,_internalformat,_width,_height); +} +static unsafe void Test_TexStorage3D_16945() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.ES30.All _internalformat = default(OpenTK.Graphics.ES30.All); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.GL.TexStorage3D(_target,_levels,_internalformat,_width,_height,_depth); +} +static unsafe void Test_TexStorage3D_16946() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.ES30.SizedInternalFormat _internalformat = default(OpenTK.Graphics.ES30.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.GL.TexStorage3D(_target,_levels,_internalformat,_width,_height,_depth); +} +static unsafe void Test_TexSubImage2D_16947() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_16948() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_16949() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_16950() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_16951() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage2D_16952() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_16953() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_16954() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_16955() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_16956() { + OpenTK.Graphics.ES30.TextureTarget2d _target = default(OpenTK.Graphics.ES30.TextureTarget2d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage3D_16957() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_16958() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_16959() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_16960() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_16961() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.All _format = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage3D_16962() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_16963() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_16964() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_16965() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_16966() { + OpenTK.Graphics.ES30.TextureTarget3d _target = default(OpenTK.Graphics.ES30.TextureTarget3d); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.ES30.PixelFormat _format = default(OpenTK.Graphics.ES30.PixelFormat); + OpenTK.Graphics.ES30.PixelType _type = default(OpenTK.Graphics.ES30.PixelType); + int _pixels = default(int); + OpenTK.Graphics.ES30.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,ref _pixels); +} +static unsafe void Test_TransformFeedbackVaryings_16967() { + System.Int32 _program = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _varyings = default(System.String[]); + OpenTK.Graphics.ES30.All _bufferMode = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.TransformFeedbackVaryings(_program,_count,_varyings,_bufferMode); +} +static unsafe void Test_TransformFeedbackVaryings_16968() { + System.Int32 _program = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _varyings = default(System.String[]); + OpenTK.Graphics.ES30.TransformFeedbackMode _bufferMode = default(OpenTK.Graphics.ES30.TransformFeedbackMode); + OpenTK.Graphics.ES30.GL.TransformFeedbackVaryings(_program,_count,_varyings,_bufferMode); +} +static unsafe void Test_TransformFeedbackVaryings_16969() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _varyings = default(System.String[]); + OpenTK.Graphics.ES30.All _bufferMode = default(OpenTK.Graphics.ES30.All); + OpenTK.Graphics.ES30.GL.TransformFeedbackVaryings(_program,_count,_varyings,_bufferMode); +} +static unsafe void Test_TransformFeedbackVaryings_16970() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _varyings = default(System.String[]); + OpenTK.Graphics.ES30.TransformFeedbackMode _bufferMode = default(OpenTK.Graphics.ES30.TransformFeedbackMode); + OpenTK.Graphics.ES30.GL.TransformFeedbackVaryings(_program,_count,_varyings,_bufferMode); +} +static unsafe void Test_Uniform1_16971() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_16972() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_16973() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_16974() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_16975() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_16976() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_16977() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_16978() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_16979() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_16980() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_16981() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_16982() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform2_16983() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_16984() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_16985() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_16986() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_16987() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_16988() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_16989() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_16990() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_16991() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_16992() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_16993() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform3_16994() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_16995() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_16996() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_16997() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_16998() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_16999() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_17000() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_17001() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_17002() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_17003() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_17004() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_17005() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform4_17006() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Single _v3 = default(System.Single); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_17007() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_17008() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_17009() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_17010() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + System.Int32 _v3 = default(System.Int32); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_17011() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_17012() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_17013() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_17014() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + System.UInt32 _v3 = default(System.UInt32); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_17015() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_17016() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_17017() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_UniformBlockBinding_17018() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _uniformBlockBinding = default(System.Int32); + OpenTK.Graphics.ES30.GL.UniformBlockBinding(_program,_uniformBlockIndex,_uniformBlockBinding); +} +static unsafe void Test_UniformBlockBinding_17019() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.UInt32 _uniformBlockBinding = default(System.UInt32); + OpenTK.Graphics.ES30.GL.UniformBlockBinding(_program,_uniformBlockIndex,_uniformBlockBinding); +} +static unsafe void Test_UniformMatrix2_17020() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2_17021() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2_17022() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_17023() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_17024() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix2x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x3_17025() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_17026() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_17027() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix2x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x4_17028() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_17029() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_17030() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3_17031() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_17032() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_17033() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix3x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x2_17034() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_17035() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_17036() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix3x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x4_17037() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_17038() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_17039() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4_17040() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_17041() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_17042() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix4x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x2_17043() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_17044() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.ES30.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_17045() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.ES30.GL.UniformMatrix4x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x3_17046() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.ES30.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UnmapBuffer_17047() { + OpenTK.Graphics.ES30.All _target = default(OpenTK.Graphics.ES30.All); + System.Boolean r = OpenTK.Graphics.ES30.GL.UnmapBuffer(_target); +} +static unsafe void Test_UnmapBuffer_17048() { + OpenTK.Graphics.ES30.BufferTarget _target = default(OpenTK.Graphics.ES30.BufferTarget); + System.Boolean r = OpenTK.Graphics.ES30.GL.UnmapBuffer(_target); +} +static unsafe void Test_UseProgram_17049() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.GL.UseProgram(_program); +} +static unsafe void Test_UseProgram_17050() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.GL.UseProgram(_program); +} +static unsafe void Test_ValidateProgram_17051() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.ES30.GL.ValidateProgram(_program); +} +static unsafe void Test_ValidateProgram_17052() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.ES30.GL.ValidateProgram(_program); +} +static unsafe void Test_VertexAttrib1_17053() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_17054() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_17055() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES30.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_17056() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES30.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib2_17057() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_17058() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_17059() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_17060() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_17061() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_17062() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_17063() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_17064() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES30.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_17065() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_17066() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_17067() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_17068() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_17069() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_17070() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_17071() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_17072() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES30.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_17073() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_17074() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_17075() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_17076() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_17077() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_17078() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_17079() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_17080() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.ES30.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttribDivisor_17081() { + System.Int32 _index = default(System.Int32); + System.Int32 _divisor = default(System.Int32); + OpenTK.Graphics.ES30.GL.VertexAttribDivisor(_index,_divisor); +} +static unsafe void Test_VertexAttribDivisor_17082() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _divisor = default(System.UInt32); + OpenTK.Graphics.ES30.GL.VertexAttribDivisor(_index,_divisor); +} +static unsafe void Test_VertexAttribI4_17083() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + System.Int32 _w = default(System.Int32); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_17084() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + System.Int32 _w = default(System.Int32); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_17085() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_17086() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_17087() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_17088() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_17089() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_17090() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_17091() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + System.UInt32 _y = default(System.UInt32); + System.UInt32 _z = default(System.UInt32); + System.UInt32 _w = default(System.UInt32); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_17092() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_17093() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_17094() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.ES30.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribIPointer_17095() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17096() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17097() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17098() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17099() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribIPointer_17100() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17101() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17102() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17103() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17104() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribIPointer_17105() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17106() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17107() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17108() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17109() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribIPointer_17110() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17111() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17112() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17113() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_17114() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribIntegerType _type = default(OpenTK.Graphics.ES30.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_17115() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17116() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17117() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17118() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17119() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_17120() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17121() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17122() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17123() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17124() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_17125() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17126() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17127() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17128() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17129() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.All _type = default(OpenTK.Graphics.ES30.All); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_17130() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17131() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17132() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17133() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_17134() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.ES30.VertexAttribPointerType _type = default(OpenTK.Graphics.ES30.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.ES30.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_Viewport_17135() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.ES30.GL.Viewport(_x,_y,_width,_height); +} +static unsafe void Test_WaitSync_17136() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.All _flags = default(OpenTK.Graphics.ES30.All); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.ES30.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WaitSync_17137() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.All _flags = default(OpenTK.Graphics.ES30.All); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.ES30.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WaitSync_17138() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.WaitSyncFlags _flags = default(OpenTK.Graphics.ES30.WaitSyncFlags); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.ES30.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WaitSync_17139() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.ES30.WaitSyncFlags _flags = default(OpenTK.Graphics.ES30.WaitSyncFlags); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.ES30.GL.WaitSync(_sync,_flags,_timeout); +} + +static unsafe void Test_Invoke_17141() { + OpenTK.Graphics.ES30.DebugSource _source = default(OpenTK.Graphics.ES30.DebugSource); + OpenTK.Graphics.ES30.DebugType _type = default(OpenTK.Graphics.ES30.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.DebugSeverity _severity = default(OpenTK.Graphics.ES30.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.ES30.DebugProc).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_17142() { + OpenTK.Graphics.ES30.DebugSource _source = default(OpenTK.Graphics.ES30.DebugSource); + OpenTK.Graphics.ES30.DebugType _type = default(OpenTK.Graphics.ES30.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.DebugSeverity _severity = default(OpenTK.Graphics.ES30.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.ES30.DebugProc).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_17143() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.ES30.DebugProc).EndInvoke(_result); +} + +static unsafe void Test_Invoke_17145() { + OpenTK.Graphics.ES30.DebugSource _source = default(OpenTK.Graphics.ES30.DebugSource); + OpenTK.Graphics.ES30.DebugType _type = default(OpenTK.Graphics.ES30.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.DebugSeverity _severity = default(OpenTK.Graphics.ES30.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.ES30.DebugProcKhr).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_17146() { + OpenTK.Graphics.ES30.DebugSource _source = default(OpenTK.Graphics.ES30.DebugSource); + OpenTK.Graphics.ES30.DebugType _type = default(OpenTK.Graphics.ES30.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.ES30.DebugSeverity _severity = default(OpenTK.Graphics.ES30.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.ES30.DebugProcKhr).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_17147() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.ES30.DebugProcKhr).EndInvoke(_result); +} + +static unsafe void Test_ClearColor_17149() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.OpenGL4.GL.ClearColor(_color); +} +static unsafe void Test_ClearColor_17150() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL4.GL.ClearColor(_color); +} +static unsafe void Test_BlendColor_17151() { + System.Drawing.Color _color = default(System.Drawing.Color); + OpenTK.Graphics.OpenGL4.GL.BlendColor(_color); +} +static unsafe void Test_BlendColor_17152() { + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL4.GL.BlendColor(_color); +} +static unsafe void Test_Uniform2_17153() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,ref _vector); +} +static unsafe void Test_Uniform3_17154() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,ref _vector); +} +static unsafe void Test_Uniform4_17155() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,ref _vector); +} +static unsafe void Test_Uniform2_17156() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_vector); +} +static unsafe void Test_Uniform3_17157() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_vector); +} +static unsafe void Test_Uniform4_17158() { + System.Int32 _location = default(System.Int32); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_vector); +} +static unsafe void Test_Uniform4_17159() { + System.Int32 _location = default(System.Int32); + OpenTK.Graphics.Color4 _color = default(OpenTK.Graphics.Color4); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_color); +} +static unsafe void Test_Uniform4_17160() { + System.Int32 _location = default(System.Int32); + OpenTK.Quaternion _quaternion = default(OpenTK.Quaternion); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_quaternion); +} +static unsafe void Test_UniformMatrix2_17161() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix2 _matrix = default(OpenTK.Matrix2); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix3_17162() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix3 _matrix = default(OpenTK.Matrix3); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3(_location,_transpose,ref _matrix); +} +static unsafe void Test_UniformMatrix4_17163() { + System.Int32 _location = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + OpenTK.Matrix4 _matrix = default(OpenTK.Matrix4); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4(_location,_transpose,ref _matrix); +} +static unsafe void Test_GetActiveAttrib_17164() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveAttribType _type = default(OpenTK.Graphics.OpenGL4.ActiveAttribType); + System.String r = OpenTK.Graphics.OpenGL4.GL.GetActiveAttrib(_program,_index,out _size,out _type); +} +static unsafe void Test_GetActiveUniform_17165() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveUniformType _type = default(OpenTK.Graphics.OpenGL4.ActiveUniformType); + System.String r = OpenTK.Graphics.OpenGL4.GL.GetActiveUniform(_program,_uniformIndex,out _size,out _type); +} +static unsafe void Test_ShaderSource_17166() { + System.Int32 _shader = default(System.Int32); + System.String _string = default(System.String); + OpenTK.Graphics.OpenGL4.GL.ShaderSource(_shader,_string); +} +static unsafe void Test_GetShaderInfoLog_17167() { + System.Int32 _shader = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL4.GL.GetShaderInfoLog(_shader); +} +static unsafe void Test_GetShaderInfoLog_17168() { + System.Int32 _shader = default(System.Int32); + System.String _info = default(System.String); + OpenTK.Graphics.OpenGL4.GL.GetShaderInfoLog(_shader,out _info); +} +static unsafe void Test_GetProgramInfoLog_17169() { + System.Int32 _program = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL4.GL.GetProgramInfoLog(_program); +} +static unsafe void Test_GetProgramInfoLog_17170() { + System.Int32 _program = default(System.Int32); + System.String _info = default(System.String); + OpenTK.Graphics.OpenGL4.GL.GetProgramInfoLog(_program,out _info); +} +static unsafe void Test_VertexAttrib2_17171() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_17172() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_17173() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_17174() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector2 _v = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_17175() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector3 _v = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_17176() { + System.Int32 _index = default(System.Int32); + OpenTK.Vector4 _v = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttribPointer_17177() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_offset); +} +static unsafe void Test_VertexAttribPointer_17178() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_offset); +} +static unsafe void Test_DrawElements_17179() { + OpenTK.Graphics.OpenGL4.BeginMode _mode = default(OpenTK.Graphics.OpenGL4.BeginMode); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.Int32 _offset = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElements(_mode,_count,_type,_offset); +} +static unsafe void Test_GetFloat_17180() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + OpenTK.Vector2 _vector = default(OpenTK.Vector2); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_17181() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + OpenTK.Vector3 _vector = default(OpenTK.Vector3); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_17182() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + OpenTK.Vector4 _vector = default(OpenTK.Vector4); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_pname,out _vector); +} +static unsafe void Test_GetFloat_17183() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + OpenTK.Matrix4 _matrix = default(OpenTK.Matrix4); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_pname,out _matrix); +} +static unsafe void Test_Viewport_17184() { + System.Drawing.Size _size = default(System.Drawing.Size); + OpenTK.Graphics.OpenGL4.GL.Viewport(_size); +} +static unsafe void Test_Viewport_17185() { + System.Drawing.Point _location = default(System.Drawing.Point); + System.Drawing.Size _size = default(System.Drawing.Size); + OpenTK.Graphics.OpenGL4.GL.Viewport(_location,_size); +} +static unsafe void Test_Viewport_17186() { + System.Drawing.Rectangle _rectangle = default(System.Drawing.Rectangle); + OpenTK.Graphics.OpenGL4.GL.Viewport(_rectangle); +} +static unsafe void Test_ActiveShaderProgram_17187() { + System.Int32 _pipeline = default(System.Int32); + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ActiveShaderProgram(_pipeline,_program); +} +static unsafe void Test_ActiveShaderProgram_17188() { + System.UInt32 _pipeline = default(System.UInt32); + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ActiveShaderProgram(_pipeline,_program); +} +static unsafe void Test_ActiveTexture_17189() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.GL.ActiveTexture(_texture); +} +static unsafe void Test_AttachShader_17190() { + System.Int32 _program = default(System.Int32); + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.AttachShader(_program,_shader); +} +static unsafe void Test_AttachShader_17191() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.AttachShader(_program,_shader); +} +static unsafe void Test_BeginConditionalRender_17192() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.ConditionalRenderType _mode = default(OpenTK.Graphics.OpenGL4.ConditionalRenderType); + OpenTK.Graphics.OpenGL4.GL.BeginConditionalRender(_id,_mode); +} +static unsafe void Test_BeginConditionalRender_17193() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ConditionalRenderType _mode = default(OpenTK.Graphics.OpenGL4.ConditionalRenderType); + OpenTK.Graphics.OpenGL4.GL.BeginConditionalRender(_id,_mode); +} +static unsafe void Test_BeginQuery_17194() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BeginQuery(_target,_id); +} +static unsafe void Test_BeginQuery_17195() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BeginQuery(_target,_id); +} +static unsafe void Test_BeginQueryIndexed_17196() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BeginQueryIndexed(_target,_index,_id); +} +static unsafe void Test_BeginQueryIndexed_17197() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BeginQueryIndexed(_target,_index,_id); +} +static unsafe void Test_BeginTransformFeedback_17198() { + OpenTK.Graphics.OpenGL4.TransformFeedbackPrimitiveType _primitiveMode = default(OpenTK.Graphics.OpenGL4.TransformFeedbackPrimitiveType); + OpenTK.Graphics.OpenGL4.GL.BeginTransformFeedback(_primitiveMode); +} +static unsafe void Test_BindAttribLocation_17199() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL4.GL.BindAttribLocation(_program,_index,_name); +} +static unsafe void Test_BindAttribLocation_17200() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL4.GL.BindAttribLocation(_program,_index,_name); +} +static unsafe void Test_BindBuffer_17201() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBuffer_17202() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindBuffer(_target,_buffer); +} +static unsafe void Test_BindBufferBase_17203() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferBase_17204() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindBufferBase(_target,_index,_buffer); +} +static unsafe void Test_BindBufferRange_17205() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.Int32 _index = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBufferRange_17206() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.UInt32 _index = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.BindBufferRange(_target,_index,_buffer,_offset,_size); +} +static unsafe void Test_BindBuffersBase_17207() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.BindBuffersBase(_target,_first,_count,_buffers); +} +static unsafe void Test_BindBuffersBase_17208() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindBuffersBase(_target,_first,_count,ref _buffers); +} +static unsafe void Test_BindBuffersBase_17209() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.BindBuffersBase(_target,_first,_count,_buffers); +} +static unsafe void Test_BindBuffersBase_17210() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.BindBuffersBase(_target,_first,_count,_buffers); +} +static unsafe void Test_BindBuffersBase_17211() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindBuffersBase(_target,_first,_count,ref _buffers); +} +static unsafe void Test_BindBuffersBase_17212() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.BindBuffersBase(_target,_first,_count,_buffers); +} +static unsafe void Test_BindBuffersRange_17213() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + System.IntPtr[] _offsets = default(System.IntPtr[]); + System.IntPtr[] _sizes = default(System.IntPtr[]); + OpenTK.Graphics.OpenGL4.GL.BindBuffersRange(_target,_first,_count,_buffers,_offsets,_sizes); +} +static unsafe void Test_BindBuffersRange_17214() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + System.IntPtr _offsets = default(System.IntPtr); + System.IntPtr _sizes = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.BindBuffersRange(_target,_first,_count,ref _buffers,ref _offsets,ref _sizes); +} +static unsafe void Test_BindBuffersRange_17215() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + System.IntPtr* _offsets = default(System.IntPtr*); + System.IntPtr* _sizes = default(System.IntPtr*); + OpenTK.Graphics.OpenGL4.GL.BindBuffersRange(_target,_first,_count,_buffers,_offsets,_sizes); +} +static unsafe void Test_BindBuffersRange_17216() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + System.IntPtr[] _offsets = default(System.IntPtr[]); + System.IntPtr[] _sizes = default(System.IntPtr[]); + OpenTK.Graphics.OpenGL4.GL.BindBuffersRange(_target,_first,_count,_buffers,_offsets,_sizes); +} +static unsafe void Test_BindBuffersRange_17217() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + System.IntPtr _offsets = default(System.IntPtr); + System.IntPtr _sizes = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.BindBuffersRange(_target,_first,_count,ref _buffers,ref _offsets,ref _sizes); +} +static unsafe void Test_BindBuffersRange_17218() { + OpenTK.Graphics.OpenGL4.BufferRangeTarget _target = default(OpenTK.Graphics.OpenGL4.BufferRangeTarget); + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + System.IntPtr* _offsets = default(System.IntPtr*); + System.IntPtr* _sizes = default(System.IntPtr*); + OpenTK.Graphics.OpenGL4.GL.BindBuffersRange(_target,_first,_count,_buffers,_offsets,_sizes); +} +static unsafe void Test_BindFragDataLocation_17219() { + System.Int32 _program = default(System.Int32); + System.Int32 _color = default(System.Int32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL4.GL.BindFragDataLocation(_program,_color,_name); +} +static unsafe void Test_BindFragDataLocation_17220() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _color = default(System.UInt32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL4.GL.BindFragDataLocation(_program,_color,_name); +} +static unsafe void Test_BindFragDataLocationIndexed_17221() { + System.Int32 _program = default(System.Int32); + System.Int32 _colorNumber = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL4.GL.BindFragDataLocationIndexed(_program,_colorNumber,_index,_name); +} +static unsafe void Test_BindFragDataLocationIndexed_17222() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _colorNumber = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.String _name = default(System.String); + OpenTK.Graphics.OpenGL4.GL.BindFragDataLocationIndexed(_program,_colorNumber,_index,_name); +} +static unsafe void Test_BindFramebuffer_17223() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + System.Int32 _framebuffer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindFramebuffer_17224() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + System.UInt32 _framebuffer = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindFramebuffer(_target,_framebuffer); +} +static unsafe void Test_BindImageTexture_17225() { + System.Int32 _unit = default(System.Int32); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Boolean _layered = default(System.Boolean); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.OpenGL4.TextureAccess _access = default(OpenTK.Graphics.OpenGL4.TextureAccess); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _format = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + OpenTK.Graphics.OpenGL4.GL.BindImageTexture(_unit,_texture,_level,_layered,_layer,_access,_format); +} +static unsafe void Test_BindImageTexture_17226() { + System.UInt32 _unit = default(System.UInt32); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Boolean _layered = default(System.Boolean); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.OpenGL4.TextureAccess _access = default(OpenTK.Graphics.OpenGL4.TextureAccess); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _format = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + OpenTK.Graphics.OpenGL4.GL.BindImageTexture(_unit,_texture,_level,_layered,_layer,_access,_format); +} +static unsafe void Test_BindImageTextures_17227() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.BindImageTextures(_first,_count,_textures); +} +static unsafe void Test_BindImageTextures_17228() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindImageTextures(_first,_count,ref _textures); +} +static unsafe void Test_BindImageTextures_17229() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.BindImageTextures(_first,_count,_textures); +} +static unsafe void Test_BindImageTextures_17230() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.BindImageTextures(_first,_count,_textures); +} +static unsafe void Test_BindImageTextures_17231() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindImageTextures(_first,_count,ref _textures); +} +static unsafe void Test_BindImageTextures_17232() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.BindImageTextures(_first,_count,_textures); +} +static unsafe void Test_BindProgramPipeline_17233() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindProgramPipeline(_pipeline); +} +static unsafe void Test_BindProgramPipeline_17234() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindProgramPipeline(_pipeline); +} +static unsafe void Test_BindRenderbuffer_17235() { + OpenTK.Graphics.OpenGL4.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindRenderbuffer_17236() { + OpenTK.Graphics.OpenGL4.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindRenderbuffer(_target,_renderbuffer); +} +static unsafe void Test_BindSampler_17237() { + System.Int32 _unit = default(System.Int32); + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindSampler(_unit,_sampler); +} +static unsafe void Test_BindSampler_17238() { + System.UInt32 _unit = default(System.UInt32); + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindSampler(_unit,_sampler); +} +static unsafe void Test_BindSamplers_17239() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _samplers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.BindSamplers(_first,_count,_samplers); +} +static unsafe void Test_BindSamplers_17240() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindSamplers(_first,_count,ref _samplers); +} +static unsafe void Test_BindSamplers_17241() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _samplers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.BindSamplers(_first,_count,_samplers); +} +static unsafe void Test_BindSamplers_17242() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _samplers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.BindSamplers(_first,_count,_samplers); +} +static unsafe void Test_BindSamplers_17243() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindSamplers(_first,_count,ref _samplers); +} +static unsafe void Test_BindSamplers_17244() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _samplers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.BindSamplers(_first,_count,_samplers); +} +static unsafe void Test_BindTexture_17245() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTexture_17246() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindTexture(_target,_texture); +} +static unsafe void Test_BindTextures_17247() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.BindTextures(_first,_count,_textures); +} +static unsafe void Test_BindTextures_17248() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindTextures(_first,_count,ref _textures); +} +static unsafe void Test_BindTextures_17249() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.BindTextures(_first,_count,_textures); +} +static unsafe void Test_BindTextures_17250() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.BindTextures(_first,_count,_textures); +} +static unsafe void Test_BindTextures_17251() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindTextures(_first,_count,ref _textures); +} +static unsafe void Test_BindTextures_17252() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.BindTextures(_first,_count,_textures); +} +static unsafe void Test_BindTransformFeedback_17253() { + OpenTK.Graphics.OpenGL4.TransformFeedbackTarget _target = default(OpenTK.Graphics.OpenGL4.TransformFeedbackTarget); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindTransformFeedback(_target,_id); +} +static unsafe void Test_BindTransformFeedback_17254() { + OpenTK.Graphics.OpenGL4.TransformFeedbackTarget _target = default(OpenTK.Graphics.OpenGL4.TransformFeedbackTarget); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindTransformFeedback(_target,_id); +} +static unsafe void Test_BindVertexArray_17255() { + System.Int32 _array = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindVertexArray(_array); +} +static unsafe void Test_BindVertexArray_17256() { + System.UInt32 _array = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.BindVertexArray(_array); +} +static unsafe void Test_BindVertexBuffer_17257() { + System.Int32 _bindingindex = default(System.Int32); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindVertexBuffer(_bindingindex,_buffer,_offset,_stride); +} +static unsafe void Test_BindVertexBuffer_17258() { + System.UInt32 _bindingindex = default(System.UInt32); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindVertexBuffer(_bindingindex,_buffer,_offset,_stride); +} +static unsafe void Test_BindVertexBuffers_17259() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + System.IntPtr[] _offsets = default(System.IntPtr[]); + System.Int32[] _strides = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.BindVertexBuffers(_first,_count,_buffers,_offsets,_strides); +} +static unsafe void Test_BindVertexBuffers_17260() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + System.IntPtr _offsets = default(System.IntPtr); + System.Int32 _strides = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindVertexBuffers(_first,_count,ref _buffers,ref _offsets,ref _strides); +} +static unsafe void Test_BindVertexBuffers_17261() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + System.IntPtr* _offsets = default(System.IntPtr*); + System.Int32* _strides = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.BindVertexBuffers(_first,_count,_buffers,_offsets,_strides); +} +static unsafe void Test_BindVertexBuffers_17262() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + System.IntPtr[] _offsets = default(System.IntPtr[]); + System.Int32[] _strides = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.BindVertexBuffers(_first,_count,_buffers,_offsets,_strides); +} +static unsafe void Test_BindVertexBuffers_17263() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + System.IntPtr _offsets = default(System.IntPtr); + System.Int32 _strides = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.BindVertexBuffers(_first,_count,ref _buffers,ref _offsets,ref _strides); +} +static unsafe void Test_BindVertexBuffers_17264() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + System.IntPtr* _offsets = default(System.IntPtr*); + System.Int32* _strides = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.BindVertexBuffers(_first,_count,_buffers,_offsets,_strides); +} +static unsafe void Test_BlendColor_17265() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.BlendColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_BlendEquation_17266() { + OpenTK.Graphics.OpenGL4.BlendEquationMode _mode = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.GL.BlendEquation(_mode); +} +static unsafe void Test_BlendEquation_17267() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL4.BlendEquationMode _mode = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.GL.BlendEquation(_buf,_mode); +} +static unsafe void Test_BlendEquation_17268() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BlendEquationMode _mode = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.GL.BlendEquation(_buf,_mode); +} +static unsafe void Test_BlendEquationSeparate_17269() { + OpenTK.Graphics.OpenGL4.BlendEquationMode _modeRGB = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.BlendEquationMode _modeAlpha = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.GL.BlendEquationSeparate(_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendEquationSeparate_17270() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL4.BlendEquationMode _modeRGB = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.BlendEquationMode _modeAlpha = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.GL.BlendEquationSeparate(_buf,_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendEquationSeparate_17271() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BlendEquationMode _modeRGB = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.BlendEquationMode _modeAlpha = default(OpenTK.Graphics.OpenGL4.BlendEquationMode); + OpenTK.Graphics.OpenGL4.GL.BlendEquationSeparate(_buf,_modeRGB,_modeAlpha); +} +static unsafe void Test_BlendFunc_17272() { + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _sfactor = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dfactor = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.GL.BlendFunc(_sfactor,_dfactor); +} +static unsafe void Test_BlendFunc_17273() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _src = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dst = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.GL.BlendFunc(_buf,_src,_dst); +} +static unsafe void Test_BlendFunc_17274() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _src = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dst = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.GL.BlendFunc(_buf,_src,_dst); +} +static unsafe void Test_BlendFuncSeparate_17275() { + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _sfactorRGB = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dfactorRGB = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _sfactorAlpha = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dfactorAlpha = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.GL.BlendFuncSeparate(_sfactorRGB,_dfactorRGB,_sfactorAlpha,_dfactorAlpha); +} +static unsafe void Test_BlendFuncSeparate_17276() { + System.Int32 _buf = default(System.Int32); + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _srcRGB = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dstRGB = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _srcAlpha = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dstAlpha = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.GL.BlendFuncSeparate(_buf,_srcRGB,_dstRGB,_srcAlpha,_dstAlpha); +} +static unsafe void Test_BlendFuncSeparate_17277() { + System.UInt32 _buf = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _srcRGB = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dstRGB = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.BlendingFactorSrc _srcAlpha = default(OpenTK.Graphics.OpenGL4.BlendingFactorSrc); + OpenTK.Graphics.OpenGL4.BlendingFactorDest _dstAlpha = default(OpenTK.Graphics.OpenGL4.BlendingFactorDest); + OpenTK.Graphics.OpenGL4.GL.BlendFuncSeparate(_buf,_srcRGB,_dstRGB,_srcAlpha,_dstAlpha); +} +static unsafe void Test_BlitFramebuffer_17278() { + System.Int32 _srcX0 = default(System.Int32); + System.Int32 _srcY0 = default(System.Int32); + System.Int32 _srcX1 = default(System.Int32); + System.Int32 _srcY1 = default(System.Int32); + System.Int32 _dstX0 = default(System.Int32); + System.Int32 _dstY0 = default(System.Int32); + System.Int32 _dstX1 = default(System.Int32); + System.Int32 _dstY1 = default(System.Int32); + OpenTK.Graphics.OpenGL4.ClearBufferMask _mask = default(OpenTK.Graphics.OpenGL4.ClearBufferMask); + OpenTK.Graphics.OpenGL4.BlitFramebufferFilter _filter = default(OpenTK.Graphics.OpenGL4.BlitFramebufferFilter); + OpenTK.Graphics.OpenGL4.GL.BlitFramebuffer(_srcX0,_srcY0,_srcX1,_srcY1,_dstX0,_dstY0,_dstX1,_dstY1,_mask,_filter); +} +static unsafe void Test_BufferData_17279() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL4.BufferUsageHint); + OpenTK.Graphics.OpenGL4.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_17280() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL4.BufferUsageHint); + OpenTK.Graphics.OpenGL4.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_17281() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL4.BufferUsageHint); + OpenTK.Graphics.OpenGL4.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_17282() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL4.BufferUsageHint); + OpenTK.Graphics.OpenGL4.GL.BufferData(_target,_size,_data,_usage); +} +static unsafe void Test_BufferData_17283() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.OpenGL4.BufferUsageHint _usage = default(OpenTK.Graphics.OpenGL4.BufferUsageHint); + OpenTK.Graphics.OpenGL4.GL.BufferData(_target,_size,ref _data,_usage); +} +static unsafe void Test_BufferStorage_17284() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL4.BufferStorageFlags); + OpenTK.Graphics.OpenGL4.GL.BufferStorage(_target,_size,_data,_flags); +} +static unsafe void Test_BufferStorage_17285() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL4.BufferStorageFlags); + OpenTK.Graphics.OpenGL4.GL.BufferStorage(_target,_size,_data,_flags); +} +static unsafe void Test_BufferStorage_17286() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL4.BufferStorageFlags); + OpenTK.Graphics.OpenGL4.GL.BufferStorage(_target,_size,_data,_flags); +} +static unsafe void Test_BufferStorage_17287() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL4.BufferStorageFlags); + OpenTK.Graphics.OpenGL4.GL.BufferStorage(_target,_size,_data,_flags); +} +static unsafe void Test_BufferStorage_17288() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.OpenGL4.BufferStorageFlags _flags = default(OpenTK.Graphics.OpenGL4.BufferStorageFlags); + OpenTK.Graphics.OpenGL4.GL.BufferStorage(_target,_size,ref _data,_flags); +} +static unsafe void Test_BufferSubData_17289() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_17290() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_17291() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_17292() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.BufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_BufferSubData_17293() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.BufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_CheckFramebufferStatus_17294() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferErrorCode r = OpenTK.Graphics.OpenGL4.GL.CheckFramebufferStatus(_target); +} +static unsafe void Test_ClampColor_17295() { + OpenTK.Graphics.OpenGL4.ClampColorTarget _target = default(OpenTK.Graphics.OpenGL4.ClampColorTarget); + OpenTK.Graphics.OpenGL4.ClampColorMode _clamp = default(OpenTK.Graphics.OpenGL4.ClampColorMode); + OpenTK.Graphics.OpenGL4.GL.ClampColor(_target,_clamp); +} +static unsafe void Test_Clear_17296() { + OpenTK.Graphics.OpenGL4.ClearBufferMask _mask = default(OpenTK.Graphics.OpenGL4.ClearBufferMask); + OpenTK.Graphics.OpenGL4.GL.Clear(_mask); +} +static unsafe void Test_ClearBufferData_17297() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ClearBufferData(_target,_internalformat,_format,_type,_data); +} +static unsafe void Test_ClearBufferData_17298() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ClearBufferData(_target,_internalformat,_format,_type,_data); +} +static unsafe void Test_ClearBufferData_17299() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ClearBufferData(_target,_internalformat,_format,_type,_data); +} +static unsafe void Test_ClearBufferData_17300() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ClearBufferData(_target,_internalformat,_format,_type,_data); +} +static unsafe void Test_ClearBufferData_17301() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.ClearBufferData(_target,_internalformat,_format,_type,ref _data); +} +static unsafe void Test_ClearBuffer_17302() { + OpenTK.Graphics.OpenGL4.ClearBufferCombined _buffer = default(OpenTK.Graphics.OpenGL4.ClearBufferCombined); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _depth = default(System.Single); + System.Int32 _stencil = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,_depth,_stencil); +} +static unsafe void Test_ClearBuffer_17303() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_17304() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_17305() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_17306() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_17307() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_17308() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBufferSubData_17309() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,_data); +} +static unsafe void Test_ClearBufferSubData_17310() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,_data); +} +static unsafe void Test_ClearBufferSubData_17311() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,_data); +} +static unsafe void Test_ClearBufferSubData_17312() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,_data); +} +static unsafe void Test_ClearBufferSubData_17313() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.ClearBufferSubData(_target,_internalformat,_offset,_size,_format,_type,ref _data); +} +static unsafe void Test_ClearBuffer_17314() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearBuffer_17315() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,ref _value); +} +static unsafe void Test_ClearBuffer_17316() { + OpenTK.Graphics.OpenGL4.ClearBuffer _buffer = default(OpenTK.Graphics.OpenGL4.ClearBuffer); + System.Int32 _drawbuffer = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.ClearBuffer(_buffer,_drawbuffer,_value); +} +static unsafe void Test_ClearColor_17317() { + System.Single _red = default(System.Single); + System.Single _green = default(System.Single); + System.Single _blue = default(System.Single); + System.Single _alpha = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ClearColor(_red,_green,_blue,_alpha); +} +static unsafe void Test_ClearDepth_17318() { + System.Double _depth = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ClearDepth(_depth); +} +static unsafe void Test_ClearDepth_17319() { + System.Single _d = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ClearDepth(_d); +} +static unsafe void Test_ClearStencil_17320() { + System.Int32 _s = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ClearStencil(_s); +} +static unsafe void Test_ClearTexImage_17321() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_17322() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_17323() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_17324() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_17325() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,ref _data); +} +static unsafe void Test_ClearTexImage_17326() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_17327() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_17328() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_17329() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,_data); +} +static unsafe void Test_ClearTexImage_17330() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.ClearTexImage(_texture,_level,_format,_type,ref _data); +} +static unsafe void Test_ClearTexSubImage_17331() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_17332() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_17333() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_17334() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_17335() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,ref _data); +} +static unsafe void Test_ClearTexSubImage_17336() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_17337() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_17338() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_17339() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_data); +} +static unsafe void Test_ClearTexSubImage_17340() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.ClearTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,ref _data); +} +static unsafe void Test_ClientWaitSync_17341() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.ClientWaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL4.ClientWaitSyncFlags); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.OpenGL4.WaitSyncStatus r = OpenTK.Graphics.OpenGL4.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ClientWaitSync_17342() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.ClientWaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL4.ClientWaitSyncFlags); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.OpenGL4.WaitSyncStatus r = OpenTK.Graphics.OpenGL4.GL.ClientWaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_ColorMask_17343() { + System.Boolean _red = default(System.Boolean); + System.Boolean _green = default(System.Boolean); + System.Boolean _blue = default(System.Boolean); + System.Boolean _alpha = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.ColorMask(_red,_green,_blue,_alpha); +} +static unsafe void Test_ColorMask_17344() { + System.Int32 _index = default(System.Int32); + System.Boolean _r = default(System.Boolean); + System.Boolean _g = default(System.Boolean); + System.Boolean _b = default(System.Boolean); + System.Boolean _a = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.ColorMask(_index,_r,_g,_b,_a); +} +static unsafe void Test_ColorMask_17345() { + System.UInt32 _index = default(System.UInt32); + System.Boolean _r = default(System.Boolean); + System.Boolean _g = default(System.Boolean); + System.Boolean _b = default(System.Boolean); + System.Boolean _a = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.ColorMask(_index,_r,_g,_b,_a); +} +static unsafe void Test_ColorP3_17346() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _color = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ColorP3(_type,_color); +} +static unsafe void Test_ColorP3_17347() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _color = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ColorP3(_type,_color); +} +static unsafe void Test_ColorP3_17348() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _color = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ColorP3(_type,_color); +} +static unsafe void Test_ColorP3_17349() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _color = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.ColorP3(_type,_color); +} +static unsafe void Test_ColorP4_17350() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _color = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ColorP4(_type,_color); +} +static unsafe void Test_ColorP4_17351() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _color = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ColorP4(_type,_color); +} +static unsafe void Test_ColorP4_17352() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _color = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ColorP4(_type,_color); +} +static unsafe void Test_ColorP4_17353() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _color = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.ColorP4(_type,_color); +} +static unsafe void Test_ColorSubTable_17354() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ColorSubTable(_target,_start,_count,_format,_type,_data); +} +static unsafe void Test_ColorSubTable_17355() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ColorSubTable(_target,_start,_count,_format,_type,_data); +} +static unsafe void Test_ColorSubTable_17356() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ColorSubTable(_target,_start,_count,_format,_type,_data); +} +static unsafe void Test_ColorSubTable_17357() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ColorSubTable(_target,_start,_count,_format,_type,_data); +} +static unsafe void Test_ColorSubTable_17358() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.ColorSubTable(_target,_start,_count,_format,_type,ref _data); +} +static unsafe void Test_ColorTable_17359() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _table = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ColorTable(_target,_internalformat,_width,_format,_type,_table); +} +static unsafe void Test_ColorTable_17360() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _table = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ColorTable(_target,_internalformat,_width,_format,_type,_table); +} +static unsafe void Test_ColorTable_17361() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _table = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ColorTable(_target,_internalformat,_width,_format,_type,_table); +} +static unsafe void Test_ColorTable_17362() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _table = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ColorTable(_target,_internalformat,_width,_format,_type,_table); +} +static unsafe void Test_ColorTable_17363() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _table = default(int); + OpenTK.Graphics.OpenGL4.GL.ColorTable(_target,_internalformat,_width,_format,_type,ref _table); +} +static unsafe void Test_ColorTableParameter_17364() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.ColorTableParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_ColorTableParameter_17365() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.ColorTableParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ColorTableParameter(_target,_pname,ref _params); +} +static unsafe void Test_ColorTableParameter_17366() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.ColorTableParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_ColorTableParameter_17367() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.ColorTableParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_ColorTableParameter_17368() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.ColorTableParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ColorTableParameter(_target,_pname,ref _params); +} +static unsafe void Test_ColorTableParameter_17369() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.ColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.ColorTableParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_CompileShader_17370() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CompileShader(_shader); +} +static unsafe void Test_CompileShader_17371() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.CompileShader(_shader); +} +static unsafe void Test_CompressedTexImage1D_17372() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage1D_17373() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage1D_17374() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage1D_17375() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage1D_17376() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage1D(_target,_level,_internalformat,_width,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage2D_17377() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_17378() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_17379() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_17380() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage2D_17381() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage2D(_target,_level,_internalformat,_width,_height,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexImage3D_17382() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_17383() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_17384() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_17385() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,_data); +} +static unsafe void Test_CompressedTexImage3D_17386() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.CompressedTexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage1D_17387() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage1D_17388() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage1D_17389() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage1D_17390() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage1D_17391() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage1D(_target,_level,_xoffset,_width,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage2D_17392() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_17393() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_17394() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_17395() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage2D_17396() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_imageSize,ref _data); +} +static unsafe void Test_CompressedTexSubImage3D_17397() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_17398() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_17399() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_17400() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,_data); +} +static unsafe void Test_CompressedTexSubImage3D_17401() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + System.Int32 _imageSize = default(System.Int32); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.CompressedTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_imageSize,ref _data); +} +static unsafe void Test_ConvolutionFilter1D_17402() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _image = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter1D_17403() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _image = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter1D_17404() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _image = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter1D_17405() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _image = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter1D_17406() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _image = default(int); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter1D(_target,_internalformat,_width,_format,_type,ref _image); +} +static unsafe void Test_ConvolutionFilter2D_17407() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _image = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter2D_17408() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _image = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter2D_17409() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _image = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter2D_17410() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _image = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,_image); +} +static unsafe void Test_ConvolutionFilter2D_17411() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _image = default(int); + OpenTK.Graphics.OpenGL4.GL.ConvolutionFilter2D(_target,_internalformat,_width,_height,_format,_type,ref _image); +} +static unsafe void Test_ConvolutionParameter_17412() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL4.ConvolutionParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_17413() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL4.ConvolutionParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_17414() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL4.ConvolutionParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_17415() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL4.ConvolutionParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_17416() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL4.ConvolutionParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_ConvolutionParameter_17417() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.ConvolutionParameter _pname = default(OpenTK.Graphics.OpenGL4.ConvolutionParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_CopyBufferSubData_17418() { + OpenTK.Graphics.OpenGL4.BufferTarget _readTarget = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferTarget _writeTarget = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _readOffset = default(System.IntPtr); + System.IntPtr _writeOffset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.CopyBufferSubData(_readTarget,_writeTarget,_readOffset,_writeOffset,_size); +} +static unsafe void Test_CopyColorSubTable_17419() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + System.Int32 _start = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyColorSubTable(_target,_start,_x,_y,_width); +} +static unsafe void Test_CopyColorTable_17420() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyColorTable(_target,_internalformat,_x,_y,_width); +} +static unsafe void Test_CopyConvolutionFilter1D_17421() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyConvolutionFilter1D(_target,_internalformat,_x,_y,_width); +} +static unsafe void Test_CopyConvolutionFilter2D_17422() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyConvolutionFilter2D(_target,_internalformat,_x,_y,_width,_height); +} +static unsafe void Test_CopyImageSubData_17423() { + System.Int32 _srcName = default(System.Int32); + OpenTK.Graphics.OpenGL4.ImageTarget _srcTarget = default(OpenTK.Graphics.OpenGL4.ImageTarget); + System.Int32 _srcLevel = default(System.Int32); + System.Int32 _srcX = default(System.Int32); + System.Int32 _srcY = default(System.Int32); + System.Int32 _srcZ = default(System.Int32); + System.Int32 _dstName = default(System.Int32); + OpenTK.Graphics.OpenGL4.ImageTarget _dstTarget = default(OpenTK.Graphics.OpenGL4.ImageTarget); + System.Int32 _dstLevel = default(System.Int32); + System.Int32 _dstX = default(System.Int32); + System.Int32 _dstY = default(System.Int32); + System.Int32 _dstZ = default(System.Int32); + System.Int32 _srcWidth = default(System.Int32); + System.Int32 _srcHeight = default(System.Int32); + System.Int32 _srcDepth = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyImageSubData(_srcName,_srcTarget,_srcLevel,_srcX,_srcY,_srcZ,_dstName,_dstTarget,_dstLevel,_dstX,_dstY,_dstZ,_srcWidth,_srcHeight,_srcDepth); +} +static unsafe void Test_CopyImageSubData_17424() { + System.UInt32 _srcName = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ImageTarget _srcTarget = default(OpenTK.Graphics.OpenGL4.ImageTarget); + System.Int32 _srcLevel = default(System.Int32); + System.Int32 _srcX = default(System.Int32); + System.Int32 _srcY = default(System.Int32); + System.Int32 _srcZ = default(System.Int32); + System.UInt32 _dstName = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ImageTarget _dstTarget = default(OpenTK.Graphics.OpenGL4.ImageTarget); + System.Int32 _dstLevel = default(System.Int32); + System.Int32 _dstX = default(System.Int32); + System.Int32 _dstY = default(System.Int32); + System.Int32 _dstZ = default(System.Int32); + System.Int32 _srcWidth = default(System.Int32); + System.Int32 _srcHeight = default(System.Int32); + System.Int32 _srcDepth = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyImageSubData(_srcName,_srcTarget,_srcLevel,_srcX,_srcY,_srcZ,_dstName,_dstTarget,_dstLevel,_dstX,_dstY,_dstZ,_srcWidth,_srcHeight,_srcDepth); +} +static unsafe void Test_CopyTexImage1D_17425() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyTexImage1D(_target,_level,_internalformat,_x,_y,_width,_border); +} +static unsafe void Test_CopyTexImage2D_17426() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyTexImage2D(_target,_level,_internalformat,_x,_y,_width,_height,_border); +} +static unsafe void Test_CopyTexSubImage1D_17427() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyTexSubImage1D(_target,_level,_xoffset,_x,_y,_width); +} +static unsafe void Test_CopyTexSubImage2D_17428() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyTexSubImage2D(_target,_level,_xoffset,_yoffset,_x,_y,_width,_height); +} +static unsafe void Test_CopyTexSubImage3D_17429() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.CopyTexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_x,_y,_width,_height); +} +static unsafe void Test_CreateProgram_17430() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.CreateProgram(); +} +static unsafe void Test_CreateShader_17431() { + OpenTK.Graphics.OpenGL4.ShaderType _type = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.CreateShader(_type); +} +static unsafe void Test_CreateShaderProgram_17432() { + OpenTK.Graphics.OpenGL4.ShaderType _type = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _count = default(System.Int32); + System.String[] _strings = default(System.String[]); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.CreateShaderProgram(_type,_count,_strings); +} +static unsafe void Test_CullFace_17433() { + OpenTK.Graphics.OpenGL4.CullFaceMode _mode = default(OpenTK.Graphics.OpenGL4.CullFaceMode); + OpenTK.Graphics.OpenGL4.GL.CullFace(_mode); +} +static unsafe void Test_DebugMessageCallback_17434() { + OpenTK.Graphics.OpenGL4.DebugProc _callback = default(OpenTK.Graphics.OpenGL4.DebugProc); + System.IntPtr _userParam = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_17435() { + OpenTK.Graphics.OpenGL4.DebugProc _callback = default(OpenTK.Graphics.OpenGL4.DebugProc); + int[] _userParam = default(int[]); + OpenTK.Graphics.OpenGL4.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_17436() { + OpenTK.Graphics.OpenGL4.DebugProc _callback = default(OpenTK.Graphics.OpenGL4.DebugProc); + int[,] _userParam = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_17437() { + OpenTK.Graphics.OpenGL4.DebugProc _callback = default(OpenTK.Graphics.OpenGL4.DebugProc); + int[,,] _userParam = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.DebugMessageCallback(_callback,_userParam); +} +static unsafe void Test_DebugMessageCallback_17438() { + OpenTK.Graphics.OpenGL4.DebugProc _callback = default(OpenTK.Graphics.OpenGL4.DebugProc); + int _userParam = default(int); + OpenTK.Graphics.OpenGL4.GL.DebugMessageCallback(_callback,ref _userParam); +} +static unsafe void Test_DebugMessageControl_17439() { + OpenTK.Graphics.OpenGL4.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL4.DebugSourceControl); + OpenTK.Graphics.OpenGL4.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL4.DebugTypeControl); + OpenTK.Graphics.OpenGL4.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_17440() { + OpenTK.Graphics.OpenGL4.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL4.DebugSourceControl); + OpenTK.Graphics.OpenGL4.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL4.DebugTypeControl); + OpenTK.Graphics.OpenGL4.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32 _ids = default(System.Int32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_17441() { + OpenTK.Graphics.OpenGL4.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL4.DebugSourceControl); + OpenTK.Graphics.OpenGL4.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL4.DebugTypeControl); + OpenTK.Graphics.OpenGL4.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_17442() { + OpenTK.Graphics.OpenGL4.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL4.DebugSourceControl); + OpenTK.Graphics.OpenGL4.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL4.DebugTypeControl); + OpenTK.Graphics.OpenGL4.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageControl_17443() { + OpenTK.Graphics.OpenGL4.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL4.DebugSourceControl); + OpenTK.Graphics.OpenGL4.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL4.DebugTypeControl); + OpenTK.Graphics.OpenGL4.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.DebugMessageControl(_source,_type,_severity,_count,ref _ids,_enabled); +} +static unsafe void Test_DebugMessageControl_17444() { + OpenTK.Graphics.OpenGL4.DebugSourceControl _source = default(OpenTK.Graphics.OpenGL4.DebugSourceControl); + OpenTK.Graphics.OpenGL4.DebugTypeControl _type = default(OpenTK.Graphics.OpenGL4.DebugTypeControl); + OpenTK.Graphics.OpenGL4.DebugSeverityControl _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverityControl); + System.Int32 _count = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + System.Boolean _enabled = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.DebugMessageControl(_source,_type,_severity,_count,_ids,_enabled); +} +static unsafe void Test_DebugMessageInsert_17445() { + OpenTK.Graphics.OpenGL4.DebugSourceExternal _source = default(OpenTK.Graphics.OpenGL4.DebugSourceExternal); + OpenTK.Graphics.OpenGL4.DebugType _type = default(OpenTK.Graphics.OpenGL4.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.OpenGL4.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DebugMessageInsert_17446() { + OpenTK.Graphics.OpenGL4.DebugSourceExternal _source = default(OpenTK.Graphics.OpenGL4.DebugSourceExternal); + OpenTK.Graphics.OpenGL4.DebugType _type = default(OpenTK.Graphics.OpenGL4.DebugType); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.String _buf = default(System.String); + OpenTK.Graphics.OpenGL4.GL.DebugMessageInsert(_source,_type,_id,_severity,_length,_buf); +} +static unsafe void Test_DeleteBuffer_17447() { + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffer_17448() { + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteBuffer(_buffers); +} +static unsafe void Test_DeleteBuffers_17449() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_17450() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_17451() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_17452() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteBuffers_17453() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteBuffers(_n,ref _buffers); +} +static unsafe void Test_DeleteBuffers_17454() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteBuffers(_n,_buffers); +} +static unsafe void Test_DeleteFramebuffer_17455() { + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteFramebuffer(_framebuffers); +} +static unsafe void Test_DeleteFramebuffer_17456() { + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteFramebuffer(_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_17457() { + System.Int32 _n = default(System.Int32); + System.Int32[] _framebuffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_17458() { + System.Int32 _n = default(System.Int32); + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteFramebuffers(_n,ref _framebuffers); +} +static unsafe void Test_DeleteFramebuffers_17459() { + System.Int32 _n = default(System.Int32); + System.Int32* _framebuffers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_17460() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _framebuffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteFramebuffers_17461() { + System.Int32 _n = default(System.Int32); + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteFramebuffers(_n,ref _framebuffers); +} +static unsafe void Test_DeleteFramebuffers_17462() { + System.Int32 _n = default(System.Int32); + System.UInt32* _framebuffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteFramebuffers(_n,_framebuffers); +} +static unsafe void Test_DeleteProgram_17463() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteProgram(_program); +} +static unsafe void Test_DeleteProgram_17464() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteProgram(_program); +} +static unsafe void Test_DeleteProgramPipeline_17465() { + System.Int32 _pipelines = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteProgramPipeline(_pipelines); +} +static unsafe void Test_DeleteProgramPipeline_17466() { + System.UInt32 _pipelines = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteProgramPipeline(_pipelines); +} +static unsafe void Test_DeleteProgramPipelines_17467() { + System.Int32 _n = default(System.Int32); + System.Int32[] _pipelines = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteProgramPipelines(_n,_pipelines); +} +static unsafe void Test_DeleteProgramPipelines_17468() { + System.Int32 _n = default(System.Int32); + System.Int32 _pipelines = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteProgramPipelines(_n,ref _pipelines); +} +static unsafe void Test_DeleteProgramPipelines_17469() { + System.Int32 _n = default(System.Int32); + System.Int32* _pipelines = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteProgramPipelines(_n,_pipelines); +} +static unsafe void Test_DeleteProgramPipelines_17470() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _pipelines = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteProgramPipelines(_n,_pipelines); +} +static unsafe void Test_DeleteProgramPipelines_17471() { + System.Int32 _n = default(System.Int32); + System.UInt32 _pipelines = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteProgramPipelines(_n,ref _pipelines); +} +static unsafe void Test_DeleteProgramPipelines_17472() { + System.Int32 _n = default(System.Int32); + System.UInt32* _pipelines = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteProgramPipelines(_n,_pipelines); +} +static unsafe void Test_DeleteQuery_17473() { + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteQuery(_ids); +} +static unsafe void Test_DeleteQuery_17474() { + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteQuery(_ids); +} +static unsafe void Test_DeleteQueries_17475() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_17476() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteQueries(_n,ref _ids); +} +static unsafe void Test_DeleteQueries_17477() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_17478() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteQueries_17479() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteQueries(_n,ref _ids); +} +static unsafe void Test_DeleteQueries_17480() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteQueries(_n,_ids); +} +static unsafe void Test_DeleteRenderbuffer_17481() { + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteRenderbuffer(_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffer_17482() { + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteRenderbuffer(_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_17483() { + System.Int32 _n = default(System.Int32); + System.Int32[] _renderbuffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_17484() { + System.Int32 _n = default(System.Int32); + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteRenderbuffers(_n,ref _renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_17485() { + System.Int32 _n = default(System.Int32); + System.Int32* _renderbuffers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_17486() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _renderbuffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_17487() { + System.Int32 _n = default(System.Int32); + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteRenderbuffers(_n,ref _renderbuffers); +} +static unsafe void Test_DeleteRenderbuffers_17488() { + System.Int32 _n = default(System.Int32); + System.UInt32* _renderbuffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_DeleteSampler_17489() { + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteSampler(_samplers); +} +static unsafe void Test_DeleteSampler_17490() { + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteSampler(_samplers); +} +static unsafe void Test_DeleteSamplers_17491() { + System.Int32 _count = default(System.Int32); + System.Int32[] _samplers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_17492() { + System.Int32 _count = default(System.Int32); + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteSamplers(_count,ref _samplers); +} +static unsafe void Test_DeleteSamplers_17493() { + System.Int32 _count = default(System.Int32); + System.Int32* _samplers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_17494() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _samplers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteSamplers_17495() { + System.Int32 _count = default(System.Int32); + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteSamplers(_count,ref _samplers); +} +static unsafe void Test_DeleteSamplers_17496() { + System.Int32 _count = default(System.Int32); + System.UInt32* _samplers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteSamplers(_count,_samplers); +} +static unsafe void Test_DeleteShader_17497() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteShader(_shader); +} +static unsafe void Test_DeleteShader_17498() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteShader(_shader); +} +static unsafe void Test_DeleteSync_17499() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.DeleteSync(_sync); +} +static unsafe void Test_DeleteTexture_17500() { + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTexture_17501() { + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteTexture(_textures); +} +static unsafe void Test_DeleteTextures_17502() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_17503() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_17504() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_17505() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTextures_17506() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteTextures(_n,ref _textures); +} +static unsafe void Test_DeleteTextures_17507() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteTextures(_n,_textures); +} +static unsafe void Test_DeleteTransformFeedback_17508() { + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteTransformFeedback(_ids); +} +static unsafe void Test_DeleteTransformFeedback_17509() { + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteTransformFeedback(_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_17510() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_17511() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteTransformFeedbacks(_n,ref _ids); +} +static unsafe void Test_DeleteTransformFeedbacks_17512() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_17513() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteTransformFeedbacks_17514() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteTransformFeedbacks(_n,ref _ids); +} +static unsafe void Test_DeleteTransformFeedbacks_17515() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteTransformFeedbacks(_n,_ids); +} +static unsafe void Test_DeleteVertexArray_17516() { + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteVertexArray(_arrays); +} +static unsafe void Test_DeleteVertexArray_17517() { + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteVertexArray(_arrays); +} +static unsafe void Test_DeleteVertexArrays_17518() { + System.Int32 _n = default(System.Int32); + System.Int32[] _arrays = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_17519() { + System.Int32 _n = default(System.Int32); + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DeleteVertexArrays(_n,ref _arrays); +} +static unsafe void Test_DeleteVertexArrays_17520() { + System.Int32 _n = default(System.Int32); + System.Int32* _arrays = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_17521() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _arrays = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DeleteVertexArrays_17522() { + System.Int32 _n = default(System.Int32); + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DeleteVertexArrays(_n,ref _arrays); +} +static unsafe void Test_DeleteVertexArrays_17523() { + System.Int32 _n = default(System.Int32); + System.UInt32* _arrays = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.DeleteVertexArrays(_n,_arrays); +} +static unsafe void Test_DepthFunc_17524() { + OpenTK.Graphics.OpenGL4.DepthFunction _func = default(OpenTK.Graphics.OpenGL4.DepthFunction); + OpenTK.Graphics.OpenGL4.GL.DepthFunc(_func); +} +static unsafe void Test_DepthMask_17525() { + System.Boolean _flag = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.DepthMask(_flag); +} +static unsafe void Test_DepthRange_17526() { + System.Double _near = default(System.Double); + System.Double _far = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.DepthRange(_near,_far); +} +static unsafe void Test_DepthRangeArray_17527() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.DepthRangeArray(_first,_count,_v); +} +static unsafe void Test_DepthRangeArray_17528() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.DepthRangeArray(_first,_count,ref _v); +} +static unsafe void Test_DepthRangeArray_17529() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.DepthRangeArray(_first,_count,_v); +} +static unsafe void Test_DepthRangeArray_17530() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.DepthRangeArray(_first,_count,_v); +} +static unsafe void Test_DepthRangeArray_17531() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.DepthRangeArray(_first,_count,ref _v); +} +static unsafe void Test_DepthRangeArray_17532() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.DepthRangeArray(_first,_count,_v); +} +static unsafe void Test_DepthRange_17533() { + System.Single _n = default(System.Single); + System.Single _f = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.DepthRange(_n,_f); +} +static unsafe void Test_DepthRangeIndexed_17534() { + System.Int32 _index = default(System.Int32); + System.Double _n = default(System.Double); + System.Double _f = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.DepthRangeIndexed(_index,_n,_f); +} +static unsafe void Test_DepthRangeIndexed_17535() { + System.UInt32 _index = default(System.UInt32); + System.Double _n = default(System.Double); + System.Double _f = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.DepthRangeIndexed(_index,_n,_f); +} +static unsafe void Test_DetachShader_17536() { + System.Int32 _program = default(System.Int32); + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DetachShader(_program,_shader); +} +static unsafe void Test_DetachShader_17537() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DetachShader(_program,_shader); +} +static unsafe void Test_Disable_17538() { + OpenTK.Graphics.OpenGL4.EnableCap _cap = default(OpenTK.Graphics.OpenGL4.EnableCap); + OpenTK.Graphics.OpenGL4.GL.Disable(_cap); +} +static unsafe void Test_Disable_17539() { + OpenTK.Graphics.OpenGL4.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL4.IndexedEnableCap); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Disable(_target,_index); +} +static unsafe void Test_Disable_17540() { + OpenTK.Graphics.OpenGL4.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL4.IndexedEnableCap); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Disable(_target,_index); +} +static unsafe void Test_DisableVertexAttribArray_17541() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DisableVertexAttribArray(_index); +} +static unsafe void Test_DisableVertexAttribArray_17542() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DisableVertexAttribArray(_index); +} +static unsafe void Test_DispatchCompute_17543() { + System.Int32 _num_groups_x = default(System.Int32); + System.Int32 _num_groups_y = default(System.Int32); + System.Int32 _num_groups_z = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DispatchCompute(_num_groups_x,_num_groups_y,_num_groups_z); +} +static unsafe void Test_DispatchCompute_17544() { + System.UInt32 _num_groups_x = default(System.UInt32); + System.UInt32 _num_groups_y = default(System.UInt32); + System.UInt32 _num_groups_z = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DispatchCompute(_num_groups_x,_num_groups_y,_num_groups_z); +} +static unsafe void Test_DispatchComputeIndirect_17545() { + System.IntPtr _indirect = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.DispatchComputeIndirect(_indirect); +} +static unsafe void Test_DrawArrays_17546() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawArrays(_mode,_first,_count); +} +static unsafe void Test_DrawArraysIndirect_17547() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.IntPtr _indirect = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_17548() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + int[] _indirect = default(int[]); + OpenTK.Graphics.OpenGL4.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_17549() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + int[,] _indirect = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_17550() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + int[,,] _indirect = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.DrawArraysIndirect(_mode,_indirect); +} +static unsafe void Test_DrawArraysIndirect_17551() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + int _indirect = default(int); + OpenTK.Graphics.OpenGL4.GL.DrawArraysIndirect(_mode,ref _indirect); +} +static unsafe void Test_DrawArraysInstanced_17552() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawArraysInstanced(_mode,_first,_count,_instancecount); +} +static unsafe void Test_DrawArraysInstancedBaseInstance_17553() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawArraysInstancedBaseInstance(_mode,_first,_count,_instancecount,_baseinstance); +} +static unsafe void Test_DrawArraysInstancedBaseInstance_17554() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawArraysInstancedBaseInstance(_mode,_first,_count,_instancecount,_baseinstance); +} +static unsafe void Test_DrawBuffer_17555() { + OpenTK.Graphics.OpenGL4.DrawBufferMode _mode = default(OpenTK.Graphics.OpenGL4.DrawBufferMode); + OpenTK.Graphics.OpenGL4.GL.DrawBuffer(_mode); +} +static unsafe void Test_DrawBuffers_17556() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawBuffersEnum[] _bufs = default(OpenTK.Graphics.OpenGL4.DrawBuffersEnum[]); + OpenTK.Graphics.OpenGL4.GL.DrawBuffers(_n,_bufs); +} +static unsafe void Test_DrawBuffers_17557() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawBuffersEnum _bufs = default(OpenTK.Graphics.OpenGL4.DrawBuffersEnum); + OpenTK.Graphics.OpenGL4.GL.DrawBuffers(_n,ref _bufs); +} +static unsafe void Test_DrawBuffers_17558() { + System.Int32 _n = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawBuffersEnum* _bufs = default(OpenTK.Graphics.OpenGL4.DrawBuffersEnum*); + OpenTK.Graphics.OpenGL4.GL.DrawBuffers(_n,_bufs); +} +static unsafe void Test_DrawElements_17559() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_17560() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL4.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_17561() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_17562() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.DrawElements(_mode,_count,_type,_indices); +} +static unsafe void Test_DrawElements_17563() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL4.GL.DrawElements(_mode,_count,_type,ref _indices); +} +static unsafe void Test_DrawElementsBaseVertex_17564() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_17565() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_17566() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_17567() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsBaseVertex(_mode,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawElementsBaseVertex_17568() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsBaseVertex(_mode,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawElementsIndirect_17569() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + System.IntPtr _indirect = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_17570() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[] _indirect = default(int[]); + OpenTK.Graphics.OpenGL4.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_17571() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[,] _indirect = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_17572() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[,,] _indirect = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.DrawElementsIndirect(_mode,_type,_indirect); +} +static unsafe void Test_DrawElementsIndirect_17573() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int _indirect = default(int); + OpenTK.Graphics.OpenGL4.GL.DrawElementsIndirect(_mode,_type,ref _indirect); +} +static unsafe void Test_DrawElementsInstanced_17574() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_17575() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_17576() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_17577() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstanced(_mode,_count,_type,_indices,_instancecount); +} +static unsafe void Test_DrawElementsInstanced_17578() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstanced(_mode,_count,_type,ref _indices,_instancecount); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17579() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17580() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17581() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17582() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17583() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17584() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17585() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17586() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,_indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17587() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,ref _indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseInstance_17588() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseInstance(_mode,_count,_type,ref _indices,_instancecount,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_17589() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_17590() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_17591() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_17592() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,_indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertex_17593() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertex(_mode,_count,_type,ref _indices,_instancecount,_basevertex); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17594() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17595() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17596() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17597() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17598() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17599() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17600() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17601() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,_indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17602() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.Int32 _baseinstance = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,ref _indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawElementsInstancedBaseVertexBaseInstance_17603() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _instancecount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + System.UInt32 _baseinstance = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawElementsInstancedBaseVertexBaseInstance(_mode,_count,_type,ref _indices,_instancecount,_basevertex,_baseinstance); +} +static unsafe void Test_DrawRangeElements_17604() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_17605() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_17606() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_17607() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_17608() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElements_17609() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_17610() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_17611() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_17612() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,_indices); +} +static unsafe void Test_DrawRangeElements_17613() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElements(_mode,_start,_end,_count,_type,ref _indices); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17614() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17615() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17616() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17617() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17618() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _start = default(System.Int32); + System.Int32 _end = default(System.Int32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17619() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17620() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17621() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17622() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,_indices,_basevertex); +} +static unsafe void Test_DrawRangeElementsBaseVertex_17623() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _start = default(System.UInt32); + System.UInt32 _end = default(System.UInt32); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawRangeElementsBaseVertex(_mode,_start,_end,_count,_type,ref _indices,_basevertex); +} +static unsafe void Test_DrawTransformFeedback_17624() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawTransformFeedback(_mode,_id); +} +static unsafe void Test_DrawTransformFeedback_17625() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawTransformFeedback(_mode,_id); +} +static unsafe void Test_DrawTransformFeedbackInstanced_17626() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _id = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawTransformFeedbackInstanced(_mode,_id,_instancecount); +} +static unsafe void Test_DrawTransformFeedbackInstanced_17627() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _id = default(System.UInt32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawTransformFeedbackInstanced(_mode,_id,_instancecount); +} +static unsafe void Test_DrawTransformFeedbackStream_17628() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _id = default(System.Int32); + System.Int32 _stream = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawTransformFeedbackStream(_mode,_id,_stream); +} +static unsafe void Test_DrawTransformFeedbackStream_17629() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _id = default(System.UInt32); + System.UInt32 _stream = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.DrawTransformFeedbackStream(_mode,_id,_stream); +} +static unsafe void Test_DrawTransformFeedbackStreamInstanced_17630() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _id = default(System.Int32); + System.Int32 _stream = default(System.Int32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawTransformFeedbackStreamInstanced(_mode,_id,_stream,_instancecount); +} +static unsafe void Test_DrawTransformFeedbackStreamInstanced_17631() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.UInt32 _id = default(System.UInt32); + System.UInt32 _stream = default(System.UInt32); + System.Int32 _instancecount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.DrawTransformFeedbackStreamInstanced(_mode,_id,_stream,_instancecount); +} +static unsafe void Test_Enable_17632() { + OpenTK.Graphics.OpenGL4.EnableCap _cap = default(OpenTK.Graphics.OpenGL4.EnableCap); + OpenTK.Graphics.OpenGL4.GL.Enable(_cap); +} +static unsafe void Test_Enable_17633() { + OpenTK.Graphics.OpenGL4.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL4.IndexedEnableCap); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Enable(_target,_index); +} +static unsafe void Test_Enable_17634() { + OpenTK.Graphics.OpenGL4.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL4.IndexedEnableCap); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Enable(_target,_index); +} +static unsafe void Test_EnableVertexAttribArray_17635() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.EnableVertexAttribArray(_index); +} +static unsafe void Test_EnableVertexAttribArray_17636() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.EnableVertexAttribArray(_index); +} +static unsafe void Test_EndConditionalRender_17637() { + OpenTK.Graphics.OpenGL4.GL.EndConditionalRender(); +} +static unsafe void Test_EndQuery_17638() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + OpenTK.Graphics.OpenGL4.GL.EndQuery(_target); +} +static unsafe void Test_EndQueryIndexed_17639() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.EndQueryIndexed(_target,_index); +} +static unsafe void Test_EndQueryIndexed_17640() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.EndQueryIndexed(_target,_index); +} +static unsafe void Test_EndTransformFeedback_17641() { + OpenTK.Graphics.OpenGL4.GL.EndTransformFeedback(); +} +static unsafe void Test_FenceSync_17642() { + OpenTK.Graphics.OpenGL4.SyncCondition _condition = default(OpenTK.Graphics.OpenGL4.SyncCondition); + OpenTK.Graphics.OpenGL4.WaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL4.WaitSyncFlags); + System.IntPtr r = OpenTK.Graphics.OpenGL4.GL.FenceSync(_condition,_flags); +} +static unsafe void Test_Finish_17643() { + OpenTK.Graphics.OpenGL4.GL.Finish(); +} +static unsafe void Test_Flush_17644() { + OpenTK.Graphics.OpenGL4.GL.Flush(); +} +static unsafe void Test_FlushMappedBufferRange_17645() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.FlushMappedBufferRange(_target,_offset,_length); +} +static unsafe void Test_FramebufferParameter_17646() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter _pname = default(OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferParameter(_target,_pname,_param); +} +static unsafe void Test_FramebufferRenderbuffer_17647() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + System.Int32 _renderbuffer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferRenderbuffer_17648() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.RenderbufferTarget _renderbuffertarget = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + System.UInt32 _renderbuffer = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.FramebufferRenderbuffer(_target,_attachment,_renderbuffertarget,_renderbuffer); +} +static unsafe void Test_FramebufferTexture_17649() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTexture(_target,_attachment,_texture,_level); +} +static unsafe void Test_FramebufferTexture_17650() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTexture(_target,_attachment,_texture,_level); +} +static unsafe void Test_FramebufferTexture1D_17651() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTexture1D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture1D_17652() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTexture1D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_17653() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture2D_17654() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTexture2D(_target,_attachment,_textarget,_texture,_level); +} +static unsafe void Test_FramebufferTexture3D_17655() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTexture3D(_target,_attachment,_textarget,_texture,_level,_zoffset); +} +static unsafe void Test_FramebufferTexture3D_17656() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.TextureTarget _textarget = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTexture3D(_target,_attachment,_textarget,_texture,_level,_zoffset); +} +static unsafe void Test_FramebufferTextureLayer_17657() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTextureLayer(_target,_attachment,_texture,_level,_layer); +} +static unsafe void Test_FramebufferTextureLayer_17658() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _layer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.FramebufferTextureLayer(_target,_attachment,_texture,_level,_layer); +} +static unsafe void Test_FrontFace_17659() { + OpenTK.Graphics.OpenGL4.FrontFaceDirection _mode = default(OpenTK.Graphics.OpenGL4.FrontFaceDirection); + OpenTK.Graphics.OpenGL4.GL.FrontFace(_mode); +} +static unsafe void Test_GenBuffer_17660() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenBuffer(); +} +static unsafe void Test_GenBuffers_17661() { + System.Int32 _n = default(System.Int32); + System.Int32[] _buffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_17662() { + System.Int32 _n = default(System.Int32); + System.Int32 _buffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_17663() { + System.Int32 _n = default(System.Int32); + System.Int32* _buffers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_17664() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _buffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenBuffers_17665() { + System.Int32 _n = default(System.Int32); + System.UInt32 _buffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenBuffers(_n,out _buffers); +} +static unsafe void Test_GenBuffers_17666() { + System.Int32 _n = default(System.Int32); + System.UInt32* _buffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenBuffers(_n,_buffers); +} +static unsafe void Test_GenerateMipmap_17667() { + OpenTK.Graphics.OpenGL4.GenerateMipmapTarget _target = default(OpenTK.Graphics.OpenGL4.GenerateMipmapTarget); + OpenTK.Graphics.OpenGL4.GL.GenerateMipmap(_target); +} +static unsafe void Test_GenFramebuffer_17668() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenFramebuffer(); +} +static unsafe void Test_GenFramebuffers_17669() { + System.Int32 _n = default(System.Int32); + System.Int32[] _framebuffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_17670() { + System.Int32 _n = default(System.Int32); + System.Int32 _framebuffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenFramebuffers(_n,out _framebuffers); +} +static unsafe void Test_GenFramebuffers_17671() { + System.Int32 _n = default(System.Int32); + System.Int32* _framebuffers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_17672() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _framebuffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenFramebuffers_17673() { + System.Int32 _n = default(System.Int32); + System.UInt32 _framebuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenFramebuffers(_n,out _framebuffers); +} +static unsafe void Test_GenFramebuffers_17674() { + System.Int32 _n = default(System.Int32); + System.UInt32* _framebuffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenFramebuffers(_n,_framebuffers); +} +static unsafe void Test_GenProgramPipeline_17675() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenProgramPipeline(); +} +static unsafe void Test_GenProgramPipelines_17676() { + System.Int32 _n = default(System.Int32); + System.Int32[] _pipelines = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenProgramPipelines(_n,_pipelines); +} +static unsafe void Test_GenProgramPipelines_17677() { + System.Int32 _n = default(System.Int32); + System.Int32 _pipelines = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenProgramPipelines(_n,out _pipelines); +} +static unsafe void Test_GenProgramPipelines_17678() { + System.Int32 _n = default(System.Int32); + System.Int32* _pipelines = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenProgramPipelines(_n,_pipelines); +} +static unsafe void Test_GenProgramPipelines_17679() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _pipelines = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenProgramPipelines(_n,_pipelines); +} +static unsafe void Test_GenProgramPipelines_17680() { + System.Int32 _n = default(System.Int32); + System.UInt32 _pipelines = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenProgramPipelines(_n,out _pipelines); +} +static unsafe void Test_GenProgramPipelines_17681() { + System.Int32 _n = default(System.Int32); + System.UInt32* _pipelines = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenProgramPipelines(_n,_pipelines); +} +static unsafe void Test_GenQuery_17682() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenQuery(); +} +static unsafe void Test_GenQueries_17683() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_17684() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenQueries(_n,out _ids); +} +static unsafe void Test_GenQueries_17685() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_17686() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenQueries_17687() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenQueries(_n,out _ids); +} +static unsafe void Test_GenQueries_17688() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenQueries(_n,_ids); +} +static unsafe void Test_GenRenderbuffer_17689() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenRenderbuffer(); +} +static unsafe void Test_GenRenderbuffers_17690() { + System.Int32 _n = default(System.Int32); + System.Int32[] _renderbuffers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_17691() { + System.Int32 _n = default(System.Int32); + System.Int32 _renderbuffers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenRenderbuffers(_n,out _renderbuffers); +} +static unsafe void Test_GenRenderbuffers_17692() { + System.Int32 _n = default(System.Int32); + System.Int32* _renderbuffers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_17693() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _renderbuffers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenRenderbuffers_17694() { + System.Int32 _n = default(System.Int32); + System.UInt32 _renderbuffers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenRenderbuffers(_n,out _renderbuffers); +} +static unsafe void Test_GenRenderbuffers_17695() { + System.Int32 _n = default(System.Int32); + System.UInt32* _renderbuffers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenRenderbuffers(_n,_renderbuffers); +} +static unsafe void Test_GenSampler_17696() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenSampler(); +} +static unsafe void Test_GenSamplers_17697() { + System.Int32 _count = default(System.Int32); + System.Int32[] _samplers = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_17698() { + System.Int32 _count = default(System.Int32); + System.Int32 _samplers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenSamplers(_count,out _samplers); +} +static unsafe void Test_GenSamplers_17699() { + System.Int32 _count = default(System.Int32); + System.Int32* _samplers = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_17700() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _samplers = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenSamplers_17701() { + System.Int32 _count = default(System.Int32); + System.UInt32 _samplers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenSamplers(_count,out _samplers); +} +static unsafe void Test_GenSamplers_17702() { + System.Int32 _count = default(System.Int32); + System.UInt32* _samplers = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenSamplers(_count,_samplers); +} +static unsafe void Test_GenTexture_17703() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenTexture(); +} +static unsafe void Test_GenTextures_17704() { + System.Int32 _n = default(System.Int32); + System.Int32[] _textures = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_17705() { + System.Int32 _n = default(System.Int32); + System.Int32 _textures = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_17706() { + System.Int32 _n = default(System.Int32); + System.Int32* _textures = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_17707() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _textures = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTextures_17708() { + System.Int32 _n = default(System.Int32); + System.UInt32 _textures = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenTextures(_n,out _textures); +} +static unsafe void Test_GenTextures_17709() { + System.Int32 _n = default(System.Int32); + System.UInt32* _textures = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenTextures(_n,_textures); +} +static unsafe void Test_GenTransformFeedback_17710() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenTransformFeedback(); +} +static unsafe void Test_GenTransformFeedbacks_17711() { + System.Int32 _n = default(System.Int32); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_17712() { + System.Int32 _n = default(System.Int32); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenTransformFeedbacks(_n,out _ids); +} +static unsafe void Test_GenTransformFeedbacks_17713() { + System.Int32 _n = default(System.Int32); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_17714() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenTransformFeedbacks_17715() { + System.Int32 _n = default(System.Int32); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenTransformFeedbacks(_n,out _ids); +} +static unsafe void Test_GenTransformFeedbacks_17716() { + System.Int32 _n = default(System.Int32); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenTransformFeedbacks(_n,_ids); +} +static unsafe void Test_GenVertexArray_17717() { + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GenVertexArray(); +} +static unsafe void Test_GenVertexArrays_17718() { + System.Int32 _n = default(System.Int32); + System.Int32[] _arrays = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_17719() { + System.Int32 _n = default(System.Int32); + System.Int32 _arrays = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GenVertexArrays(_n,out _arrays); +} +static unsafe void Test_GenVertexArrays_17720() { + System.Int32 _n = default(System.Int32); + System.Int32* _arrays = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_17721() { + System.Int32 _n = default(System.Int32); + System.UInt32[] _arrays = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GenVertexArrays_17722() { + System.Int32 _n = default(System.Int32); + System.UInt32 _arrays = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GenVertexArrays(_n,out _arrays); +} +static unsafe void Test_GenVertexArrays_17723() { + System.Int32 _n = default(System.Int32); + System.UInt32* _arrays = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GenVertexArrays(_n,_arrays); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_17724() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufferIndex = default(System.Int32); + OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,_params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_17725() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufferIndex = default(System.Int32); + OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,out _params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_17726() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufferIndex = default(System.Int32); + OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,_params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_17727() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _bufferIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,_params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_17728() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _bufferIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,out _params); +} +static unsafe void Test_GetActiveAtomicCounterBuffer_17729() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _bufferIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter _pname = default(OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetActiveAtomicCounterBuffer(_program,_bufferIndex,_pname,_params); +} +static unsafe void Test_GetActiveAttrib_17730() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveAttribType _type = default(OpenTK.Graphics.OpenGL4.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_17731() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL4.ActiveAttribType* _type = default(OpenTK.Graphics.OpenGL4.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveAttrib_17732() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveAttribType _type = default(OpenTK.Graphics.OpenGL4.ActiveAttribType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveAttrib(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveAttrib_17733() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL4.ActiveAttribType* _type = default(OpenTK.Graphics.OpenGL4.ActiveAttribType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveAttrib(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveSubroutineName_17734() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _index = default(System.Int32); + System.Int32 _bufsize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineName(_program,_shadertype,_index,_bufsize,out _length,_name); +} +static unsafe void Test_GetActiveSubroutineName_17735() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _index = default(System.Int32); + System.Int32 _bufsize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineName(_program,_shadertype,_index,_bufsize,_length,_name); +} +static unsafe void Test_GetActiveSubroutineName_17736() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufsize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineName(_program,_shadertype,_index,_bufsize,out _length,_name); +} +static unsafe void Test_GetActiveSubroutineName_17737() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufsize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineName(_program,_shadertype,_index,_bufsize,_length,_name); +} +static unsafe void Test_GetActiveSubroutineUniform_17738() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,_values); +} +static unsafe void Test_GetActiveSubroutineUniform_17739() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,out _values); +} +static unsafe void Test_GetActiveSubroutineUniform_17740() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,_values); +} +static unsafe void Test_GetActiveSubroutineUniform_17741() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,_values); +} +static unsafe void Test_GetActiveSubroutineUniform_17742() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,out _values); +} +static unsafe void Test_GetActiveSubroutineUniform_17743() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniform(_program,_shadertype,_index,_pname,_values); +} +static unsafe void Test_GetActiveSubroutineUniformName_17744() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _index = default(System.Int32); + System.Int32 _bufsize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniformName(_program,_shadertype,_index,_bufsize,out _length,_name); +} +static unsafe void Test_GetActiveSubroutineUniformName_17745() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _index = default(System.Int32); + System.Int32 _bufsize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniformName(_program,_shadertype,_index,_bufsize,_length,_name); +} +static unsafe void Test_GetActiveSubroutineUniformName_17746() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufsize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniformName(_program,_shadertype,_index,_bufsize,out _length,_name); +} +static unsafe void Test_GetActiveSubroutineUniformName_17747() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufsize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveSubroutineUniformName(_program,_shadertype,_index,_bufsize,_length,_name); +} +static unsafe void Test_GetActiveUniform_17748() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveUniformType _type = default(OpenTK.Graphics.OpenGL4.ActiveUniformType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_17749() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL4.ActiveUniformType* _type = default(OpenTK.Graphics.OpenGL4.ActiveUniformType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniform_17750() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveUniformType _type = default(OpenTK.Graphics.OpenGL4.ActiveUniformType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniform(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetActiveUniform_17751() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL4.ActiveUniformType* _type = default(OpenTK.Graphics.OpenGL4.ActiveUniformType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniform(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetActiveUniformBlock_17752() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_17753() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,out _params); +} +static unsafe void Test_GetActiveUniformBlock_17754() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_17755() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlock_17756() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,out _params); +} +static unsafe void Test_GetActiveUniformBlock_17757() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlock(_program,_uniformBlockIndex,_pname,_params); +} +static unsafe void Test_GetActiveUniformBlockName_17758() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,out _length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_17759() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,_length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_17760() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,out _length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformBlockName_17761() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformBlockName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformBlockName(_program,_uniformBlockIndex,_bufSize,_length,_uniformBlockName); +} +static unsafe void Test_GetActiveUniformName_17762() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformName(_program,_uniformIndex,_bufSize,out _length,_uniformName); +} +static unsafe void Test_GetActiveUniformName_17763() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformIndex = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformName(_program,_uniformIndex,_bufSize,_length,_uniformName); +} +static unsafe void Test_GetActiveUniformName_17764() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _uniformName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformName(_program,_uniformIndex,_bufSize,out _length,_uniformName); +} +static unsafe void Test_GetActiveUniformName_17765() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformIndex = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _uniformName = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniformName(_program,_uniformIndex,_bufSize,_length,_uniformName); +} +static unsafe void Test_GetActiveUniforms_17766() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32[] _uniformIndices = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_17767() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32 _uniformIndices = default(System.Int32); + OpenTK.Graphics.OpenGL4.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_17768() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.Int32* _uniformIndices = default(System.Int32*); + OpenTK.Graphics.OpenGL4.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_17769() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32[] _uniformIndices = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetActiveUniforms_17770() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32 _uniformIndices = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniforms(_program,_uniformCount,ref _uniformIndices,_pname,out _params); +} +static unsafe void Test_GetActiveUniforms_17771() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.UInt32* _uniformIndices = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.ActiveUniformParameter _pname = default(OpenTK.Graphics.OpenGL4.ActiveUniformParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetActiveUniforms(_program,_uniformCount,_uniformIndices,_pname,_params); +} +static unsafe void Test_GetAttachedShaders_17772() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetAttachedShaders(_program,_maxCount,out _count,_shaders); +} +static unsafe void Test_GetAttachedShaders_17773() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetAttachedShaders(_program,_maxCount,out _count,out _shaders); +} +static unsafe void Test_GetAttachedShaders_17774() { + System.Int32 _program = default(System.Int32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetAttachedShaders(_program,_maxCount,_count,_shaders); +} +static unsafe void Test_GetAttachedShaders_17775() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GetAttachedShaders(_program,_maxCount,out _count,_shaders); +} +static unsafe void Test_GetAttachedShaders_17776() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GetAttachedShaders(_program,_maxCount,out _count,out _shaders); +} +static unsafe void Test_GetAttachedShaders_17777() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _maxCount = default(System.Int32); + System.Int32* _count = default(System.Int32*); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GetAttachedShaders(_program,_maxCount,_count,_shaders); +} +static unsafe void Test_GetAttribLocation_17778() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetAttribLocation(_program,_name); +} +static unsafe void Test_GetAttribLocation_17779() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetAttribLocation(_program,_name); +} +static unsafe void Test_GetBoolean_17780() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_target,_index,_data); +} +static unsafe void Test_GetBoolean_17781() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_target,_index,out _data); +} +static unsafe void Test_GetBoolean_17782() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_target,_index,_data); +} +static unsafe void Test_GetBoolean_17783() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_target,_index,_data); +} +static unsafe void Test_GetBoolean_17784() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_target,_index,out _data); +} +static unsafe void Test_GetBoolean_17785() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_target,_index,_data); +} +static unsafe void Test_GetBoolean_17786() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.GetBoolean(_pname); +} +static unsafe void Test_GetBoolean_17787() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Boolean[] _data = default(System.Boolean[]); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBoolean_17788() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Boolean _data = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_pname,out _data); +} +static unsafe void Test_GetBoolean_17789() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Boolean* _data = default(System.Boolean*); + OpenTK.Graphics.OpenGL4.GL.GetBoolean(_pname,_data); +} +static unsafe void Test_GetBufferParameter_17790() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.BufferParameterName); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL4.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_17791() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.BufferParameterName); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL4.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_17792() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.BufferParameterName); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL4.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_17793() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.BufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferParameter_17794() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.BufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetBufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetBufferParameter_17795() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.BufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetBufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_17796() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferPointer _pname = default(OpenTK.Graphics.OpenGL4.BufferPointer); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_17797() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferPointer _pname = default(OpenTK.Graphics.OpenGL4.BufferPointer); + int[] _params = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_17798() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferPointer _pname = default(OpenTK.Graphics.OpenGL4.BufferPointer); + int[,] _params = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_17799() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferPointer _pname = default(OpenTK.Graphics.OpenGL4.BufferPointer); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetBufferPointer(_target,_pname,_params); +} +static unsafe void Test_GetBufferPointer_17800() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferPointer _pname = default(OpenTK.Graphics.OpenGL4.BufferPointer); + int _params = default(int); + OpenTK.Graphics.OpenGL4.GL.GetBufferPointer(_target,_pname,ref _params); +} +static unsafe void Test_GetBufferSubData_17801() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + System.IntPtr _data = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetBufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_GetBufferSubData_17802() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[] _data = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetBufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_GetBufferSubData_17803() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,] _data = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetBufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_GetBufferSubData_17804() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int[,,] _data = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetBufferSubData(_target,_offset,_size,_data); +} +static unsafe void Test_GetBufferSubData_17805() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + int _data = default(int); + OpenTK.Graphics.OpenGL4.GL.GetBufferSubData(_target,_offset,_size,ref _data); +} +static unsafe void Test_GetColorTable_17806() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _table = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetColorTable(_target,_format,_type,_table); +} +static unsafe void Test_GetColorTable_17807() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _table = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetColorTable(_target,_format,_type,_table); +} +static unsafe void Test_GetColorTable_17808() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _table = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetColorTable(_target,_format,_type,_table); +} +static unsafe void Test_GetColorTable_17809() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _table = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetColorTable(_target,_format,_type,_table); +} +static unsafe void Test_GetColorTable_17810() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _table = default(int); + OpenTK.Graphics.OpenGL4.GL.GetColorTable(_target,_format,_type,ref _table); +} +static unsafe void Test_GetColorTableParameter_17811() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetColorTableParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_GetColorTableParameter_17812() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetColorTableParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetColorTableParameter(_target,_pname,out _params); +} +static unsafe void Test_GetColorTableParameter_17813() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetColorTableParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_GetColorTableParameter_17814() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetColorTableParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_GetColorTableParameter_17815() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetColorTableParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetColorTableParameter(_target,_pname,out _params); +} +static unsafe void Test_GetColorTableParameter_17816() { + OpenTK.Graphics.OpenGL4.ColorTableTarget _target = default(OpenTK.Graphics.OpenGL4.ColorTableTarget); + OpenTK.Graphics.OpenGL4.GetColorTableParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetColorTableParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetColorTableParameter(_target,_pname,_params); +} +static unsafe void Test_GetCompressedTexImage_17817() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.IntPtr _img = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetCompressedTexImage(_target,_level,_img); +} +static unsafe void Test_GetCompressedTexImage_17818() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + int[] _img = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetCompressedTexImage(_target,_level,_img); +} +static unsafe void Test_GetCompressedTexImage_17819() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + int[,] _img = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetCompressedTexImage(_target,_level,_img); +} +static unsafe void Test_GetCompressedTexImage_17820() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + int[,,] _img = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetCompressedTexImage(_target,_level,_img); +} +static unsafe void Test_GetCompressedTexImage_17821() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + int _img = default(int); + OpenTK.Graphics.OpenGL4.GL.GetCompressedTexImage(_target,_level,ref _img); +} +static unsafe void Test_GetConvolutionFilter_17822() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _image = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionFilter(_target,_format,_type,_image); +} +static unsafe void Test_GetConvolutionFilter_17823() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _image = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionFilter(_target,_format,_type,_image); +} +static unsafe void Test_GetConvolutionFilter_17824() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _image = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionFilter(_target,_format,_type,_image); +} +static unsafe void Test_GetConvolutionFilter_17825() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _image = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionFilter(_target,_format,_type,_image); +} +static unsafe void Test_GetConvolutionFilter_17826() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _image = default(int); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionFilter(_target,_format,_type,ref _image); +} +static unsafe void Test_GetConvolutionParameter_17827() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_GetConvolutionParameter_17828() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionParameter(_target,_pname,out _params); +} +static unsafe void Test_GetConvolutionParameter_17829() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_GetConvolutionParameter_17830() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_GetConvolutionParameter_17831() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionParameter(_target,_pname,out _params); +} +static unsafe void Test_GetConvolutionParameter_17832() { + OpenTK.Graphics.OpenGL4.ConvolutionTarget _target = default(OpenTK.Graphics.OpenGL4.ConvolutionTarget); + OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetConvolutionParameter(_target,_pname,_params); +} +static unsafe void Test_GetDebugMessageLog_17833() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSource[] _sources = default(OpenTK.Graphics.OpenGL4.DebugSource[]); + OpenTK.Graphics.OpenGL4.DebugType[] _types = default(OpenTK.Graphics.OpenGL4.DebugType[]); + System.Int32[] _ids = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DebugSeverity[] _severities = default(OpenTK.Graphics.OpenGL4.DebugSeverity[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_17834() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSource _sources = default(OpenTK.Graphics.OpenGL4.DebugSource); + OpenTK.Graphics.OpenGL4.DebugType _types = default(OpenTK.Graphics.OpenGL4.DebugType); + System.Int32 _ids = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severities = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_17835() { + System.Int32 _count = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSource* _sources = default(OpenTK.Graphics.OpenGL4.DebugSource*); + OpenTK.Graphics.OpenGL4.DebugType* _types = default(OpenTK.Graphics.OpenGL4.DebugType*); + System.Int32* _ids = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DebugSeverity* _severities = default(OpenTK.Graphics.OpenGL4.DebugSeverity*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_17836() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSource[] _sources = default(OpenTK.Graphics.OpenGL4.DebugSource[]); + OpenTK.Graphics.OpenGL4.DebugType[] _types = default(OpenTK.Graphics.OpenGL4.DebugType[]); + System.UInt32[] _ids = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.DebugSeverity[] _severities = default(OpenTK.Graphics.OpenGL4.DebugSeverity[]); + System.Int32[] _lengths = default(System.Int32[]); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_17837() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSource _sources = default(OpenTK.Graphics.OpenGL4.DebugSource); + OpenTK.Graphics.OpenGL4.DebugType _types = default(OpenTK.Graphics.OpenGL4.DebugType); + System.UInt32 _ids = default(System.UInt32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severities = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _lengths = default(System.Int32); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetDebugMessageLog(_count,_bufSize,out _sources,out _types,out _ids,out _severities,out _lengths,_messageLog); +} +static unsafe void Test_GetDebugMessageLog_17838() { + System.UInt32 _count = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSource* _sources = default(OpenTK.Graphics.OpenGL4.DebugSource*); + OpenTK.Graphics.OpenGL4.DebugType* _types = default(OpenTK.Graphics.OpenGL4.DebugType*); + System.UInt32* _ids = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.DebugSeverity* _severities = default(OpenTK.Graphics.OpenGL4.DebugSeverity*); + System.Int32* _lengths = default(System.Int32*); + System.Text.StringBuilder _messageLog = default(System.Text.StringBuilder); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetDebugMessageLog(_count,_bufSize,_sources,_types,_ids,_severities,_lengths,_messageLog); +} +static unsafe void Test_GetDouble_17839() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Double[] _data = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_target,_index,_data); +} +static unsafe void Test_GetDouble_17840() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Double _data = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_target,_index,out _data); +} +static unsafe void Test_GetDouble_17841() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Double* _data = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_target,_index,_data); +} +static unsafe void Test_GetDouble_17842() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Double[] _data = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_target,_index,_data); +} +static unsafe void Test_GetDouble_17843() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Double _data = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_target,_index,out _data); +} +static unsafe void Test_GetDouble_17844() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Double* _data = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_target,_index,_data); +} +static unsafe void Test_GetDouble_17845() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Double r = OpenTK.Graphics.OpenGL4.GL.GetDouble(_pname); +} +static unsafe void Test_GetDouble_17846() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Double[] _data = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_pname,_data); +} +static unsafe void Test_GetDouble_17847() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Double _data = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_pname,out _data); +} +static unsafe void Test_GetDouble_17848() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Double* _data = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetDouble(_pname,_data); +} +static unsafe void Test_GetError_17849() { + OpenTK.Graphics.OpenGL4.ErrorCode r = OpenTK.Graphics.OpenGL4.GL.GetError(); +} +static unsafe void Test_GetFloat_17850() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_target,_index,_data); +} +static unsafe void Test_GetFloat_17851() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Single _data = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_target,_index,out _data); +} +static unsafe void Test_GetFloat_17852() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_target,_index,_data); +} +static unsafe void Test_GetFloat_17853() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_target,_index,_data); +} +static unsafe void Test_GetFloat_17854() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Single _data = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_target,_index,out _data); +} +static unsafe void Test_GetFloat_17855() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_target,_index,_data); +} +static unsafe void Test_GetFloat_17856() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Single r = OpenTK.Graphics.OpenGL4.GL.GetFloat(_pname); +} +static unsafe void Test_GetFloat_17857() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Single[] _data = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFloat_17858() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Single _data = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_pname,out _data); +} +static unsafe void Test_GetFloat_17859() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Single* _data = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetFloat(_pname,_data); +} +static unsafe void Test_GetFragDataIndex_17860() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetFragDataIndex(_program,_name); +} +static unsafe void Test_GetFragDataIndex_17861() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetFragDataIndex(_program,_name); +} +static unsafe void Test_GetFragDataLocation_17862() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetFragDataLocation(_program,_name); +} +static unsafe void Test_GetFragDataLocation_17863() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetFragDataLocation(_program,_name); +} +static unsafe void Test_GetFramebufferAttachmentParameter_17864() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.FramebufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.FramebufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_17865() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.FramebufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.FramebufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,out _params); +} +static unsafe void Test_GetFramebufferAttachmentParameter_17866() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachment = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.FramebufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.FramebufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetFramebufferAttachmentParameter(_target,_attachment,_pname,_params); +} +static unsafe void Test_GetFramebufferParameter_17867() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter _pname = default(OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetFramebufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetFramebufferParameter_17868() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter _pname = default(OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetFramebufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetFramebufferParameter_17869() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter _pname = default(OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetFramebufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetHistogram_17870() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _values = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetHistogram(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetHistogram_17871() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _values = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetHistogram(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetHistogram_17872() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _values = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetHistogram(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetHistogram_17873() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _values = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetHistogram(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetHistogram_17874() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _values = default(int); + OpenTK.Graphics.OpenGL4.GL.GetHistogram(_target,_reset,_format,_type,ref _values); +} +static unsafe void Test_GetHistogramParameter_17875() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + OpenTK.Graphics.OpenGL4.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetHistogramParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetHistogramParameter(_target,_pname,_params); +} +static unsafe void Test_GetHistogramParameter_17876() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + OpenTK.Graphics.OpenGL4.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetHistogramParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetHistogramParameter(_target,_pname,out _params); +} +static unsafe void Test_GetHistogramParameter_17877() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + OpenTK.Graphics.OpenGL4.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetHistogramParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetHistogramParameter(_target,_pname,_params); +} +static unsafe void Test_GetHistogramParameter_17878() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + OpenTK.Graphics.OpenGL4.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetHistogramParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetHistogramParameter(_target,_pname,_params); +} +static unsafe void Test_GetHistogramParameter_17879() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + OpenTK.Graphics.OpenGL4.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetHistogramParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetHistogramParameter(_target,_pname,out _params); +} +static unsafe void Test_GetHistogramParameter_17880() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + OpenTK.Graphics.OpenGL4.GetHistogramParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetHistogramParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetHistogramParameter(_target,_pname,_params); +} +static unsafe void Test_GetInteger64_17881() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_17882() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_17883() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_17884() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_17885() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_target,_index,out _data); +} +static unsafe void Test_GetInteger64_17886() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_target,_index,_data); +} +static unsafe void Test_GetInteger64_17887() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Int64 r = OpenTK.Graphics.OpenGL4.GL.GetInteger64(_pname); +} +static unsafe void Test_GetInteger64_17888() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Int64[] _data = default(System.Int64[]); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger64_17889() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Int64 _data = default(System.Int64); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_pname,out _data); +} +static unsafe void Test_GetInteger64_17890() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Int64* _data = default(System.Int64*); + OpenTK.Graphics.OpenGL4.GL.GetInteger64(_pname,_data); +} +static unsafe void Test_GetInteger_17891() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_17892() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_target,_index,out _data); +} +static unsafe void Test_GetInteger_17893() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.Int32 _index = default(System.Int32); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_17894() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_17895() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_target,_index,out _data); +} +static unsafe void Test_GetInteger_17896() { + OpenTK.Graphics.OpenGL4.GetIndexedPName _target = default(OpenTK.Graphics.OpenGL4.GetIndexedPName); + System.UInt32 _index = default(System.UInt32); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_target,_index,_data); +} +static unsafe void Test_GetInteger_17897() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetInteger(_pname); +} +static unsafe void Test_GetInteger_17898() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Int32[] _data = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInteger_17899() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Int32 _data = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_pname,out _data); +} +static unsafe void Test_GetInteger_17900() { + OpenTK.Graphics.OpenGL4.GetPName _pname = default(OpenTK.Graphics.OpenGL4.GetPName); + System.Int32* _data = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetInteger(_pname,_data); +} +static unsafe void Test_GetInternalformat_17901() { + OpenTK.Graphics.OpenGL4.ImageTarget _target = default(OpenTK.Graphics.OpenGL4.ImageTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + OpenTK.Graphics.OpenGL4.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL4.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL4.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_17902() { + OpenTK.Graphics.OpenGL4.ImageTarget _target = default(OpenTK.Graphics.OpenGL4.ImageTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + OpenTK.Graphics.OpenGL4.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL4.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL4.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,out _params); +} +static unsafe void Test_GetInternalformat_17903() { + OpenTK.Graphics.OpenGL4.ImageTarget _target = default(OpenTK.Graphics.OpenGL4.ImageTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + OpenTK.Graphics.OpenGL4.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL4.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL4.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_17904() { + OpenTK.Graphics.OpenGL4.ImageTarget _target = default(OpenTK.Graphics.OpenGL4.ImageTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + OpenTK.Graphics.OpenGL4.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL4.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetInternalformat_17905() { + OpenTK.Graphics.OpenGL4.ImageTarget _target = default(OpenTK.Graphics.OpenGL4.ImageTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + OpenTK.Graphics.OpenGL4.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL4.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,out _params); +} +static unsafe void Test_GetInternalformat_17906() { + OpenTK.Graphics.OpenGL4.ImageTarget _target = default(OpenTK.Graphics.OpenGL4.ImageTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + OpenTK.Graphics.OpenGL4.InternalFormatParameter _pname = default(OpenTK.Graphics.OpenGL4.InternalFormatParameter); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetInternalformat(_target,_internalformat,_pname,_bufSize,_params); +} +static unsafe void Test_GetMinmax_17907() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _values = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetMinmax(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetMinmax_17908() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _values = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetMinmax(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetMinmax_17909() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _values = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetMinmax(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetMinmax_17910() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _values = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetMinmax(_target,_reset,_format,_type,_values); +} +static unsafe void Test_GetMinmax_17911() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + System.Boolean _reset = default(System.Boolean); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _values = default(int); + OpenTK.Graphics.OpenGL4.GL.GetMinmax(_target,_reset,_format,_type,ref _values); +} +static unsafe void Test_GetMinmaxParameter_17912() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetMinmaxParameter(_target,_pname,_params); +} +static unsafe void Test_GetMinmaxParameter_17913() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetMinmaxParameter(_target,_pname,out _params); +} +static unsafe void Test_GetMinmaxParameter_17914() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetMinmaxParameter(_target,_pname,_params); +} +static unsafe void Test_GetMinmaxParameter_17915() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetMinmaxParameter(_target,_pname,_params); +} +static unsafe void Test_GetMinmaxParameter_17916() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetMinmaxParameter(_target,_pname,out _params); +} +static unsafe void Test_GetMinmaxParameter_17917() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName _pname = default(OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetMinmaxParameter(_target,_pname,_params); +} +static unsafe void Test_GetMultisample_17918() { + OpenTK.Graphics.OpenGL4.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL4.GetMultisamplePName); + System.Int32 _index = default(System.Int32); + System.Single[] _val = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetMultisample(_pname,_index,_val); +} +static unsafe void Test_GetMultisample_17919() { + OpenTK.Graphics.OpenGL4.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL4.GetMultisamplePName); + System.Int32 _index = default(System.Int32); + System.Single _val = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetMultisample(_pname,_index,out _val); +} +static unsafe void Test_GetMultisample_17920() { + OpenTK.Graphics.OpenGL4.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL4.GetMultisamplePName); + System.Int32 _index = default(System.Int32); + System.Single* _val = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetMultisample(_pname,_index,_val); +} +static unsafe void Test_GetMultisample_17921() { + OpenTK.Graphics.OpenGL4.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL4.GetMultisamplePName); + System.UInt32 _index = default(System.UInt32); + System.Single[] _val = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetMultisample(_pname,_index,_val); +} +static unsafe void Test_GetMultisample_17922() { + OpenTK.Graphics.OpenGL4.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL4.GetMultisamplePName); + System.UInt32 _index = default(System.UInt32); + System.Single _val = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetMultisample(_pname,_index,out _val); +} +static unsafe void Test_GetMultisample_17923() { + OpenTK.Graphics.OpenGL4.GetMultisamplePName _pname = default(OpenTK.Graphics.OpenGL4.GetMultisamplePName); + System.UInt32 _index = default(System.UInt32); + System.Single* _val = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetMultisample(_pname,_index,_val); +} +static unsafe void Test_GetObjectLabel_17924() { + OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_17925() { + OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_17926() { + OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_17927() { + OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectLabel_17928() { + OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectLabel(_identifier,_name,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectLabel_17929() { + OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectLabel(_identifier,_name,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17930() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17931() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17932() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17933() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17934() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17935() { + int[] _ptr = default(int[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17936() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17937() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17938() { + int[,] _ptr = default(int[,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17939() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17940() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17941() { + int[,,] _ptr = default(int[,,]); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(_ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17942() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(ref _ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17943() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(ref _ptr,_bufSize,out _length,_label); +} +static unsafe void Test_GetObjectPtrLabel_17944() { + int _ptr = default(int); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _label = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetObjectPtrLabel(ref _ptr,_bufSize,_length,_label); +} +static unsafe void Test_GetPointer_17945() { + OpenTK.Graphics.OpenGL4.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL4.GetPointervPName); + System.IntPtr _params = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_17946() { + OpenTK.Graphics.OpenGL4.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL4.GetPointervPName); + int[] _params = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_17947() { + OpenTK.Graphics.OpenGL4.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL4.GetPointervPName); + int[,] _params = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_17948() { + OpenTK.Graphics.OpenGL4.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL4.GetPointervPName); + int[,,] _params = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetPointer(_pname,_params); +} +static unsafe void Test_GetPointer_17949() { + OpenTK.Graphics.OpenGL4.GetPointervPName _pname = default(OpenTK.Graphics.OpenGL4.GetPointervPName); + int _params = default(int); + OpenTK.Graphics.OpenGL4.GL.GetPointer(_pname,ref _params); +} +static unsafe void Test_GetProgramBinary_17950() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17951() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17952() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17953() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17954() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_17955() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17956() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + int[] _binary = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17957() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + int[,] _binary = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17958() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17959() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + int _binary = default(int); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_17960() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17961() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17962() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17963() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17964() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,out _length,out _binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramBinary_17965() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + System.IntPtr _binary = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17966() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + int[] _binary = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17967() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + int[,] _binary = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17968() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + int[,,] _binary = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,_binary); +} +static unsafe void Test_GetProgramBinary_17969() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat* _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat*); + int _binary = default(int); + OpenTK.Graphics.OpenGL4.GL.GetProgramBinary(_program,_bufSize,_length,_binaryFormat,ref _binary); +} +static unsafe void Test_GetProgramInfoLog_17970() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramInfoLog(_program,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_17971() { + System.Int32 _program = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramInfoLog(_program,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_17972() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramInfoLog(_program,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramInfoLog_17973() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramInfoLog(_program,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramInterface_17974() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramInterface(_program,_programInterface,_pname,_params); +} +static unsafe void Test_GetProgramInterface_17975() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgramInterface(_program,_programInterface,_pname,out _params); +} +static unsafe void Test_GetProgramInterface_17976() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgramInterface(_program,_programInterface,_pname,_params); +} +static unsafe void Test_GetProgramInterface_17977() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramInterface(_program,_programInterface,_pname,_params); +} +static unsafe void Test_GetProgramInterface_17978() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgramInterface(_program,_programInterface,_pname,out _params); +} +static unsafe void Test_GetProgramInterface_17979() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgramInterface(_program,_programInterface,_pname,_params); +} +static unsafe void Test_GetProgram_17980() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL4.GetProgramParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_17981() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL4.GetProgramParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_17982() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL4.GetProgramParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_17983() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL4.GetProgramParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgram_17984() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL4.GetProgramParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgram(_program,_pname,out _params); +} +static unsafe void Test_GetProgram_17985() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetProgramParameterName _pname = default(OpenTK.Graphics.OpenGL4.GetProgramParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgram(_program,_pname,_params); +} +static unsafe void Test_GetProgramPipelineInfoLog_17986() { + System.Int32 _pipeline = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramPipelineInfoLog_17987() { + System.Int32 _pipeline = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramPipelineInfoLog_17988() { + System.UInt32 _pipeline = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetProgramPipelineInfoLog_17989() { + System.UInt32 _pipeline = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipelineInfoLog(_pipeline,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetProgramPipeline_17990() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramPipelineParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipeline(_pipeline,_pname,_params); +} +static unsafe void Test_GetProgramPipeline_17991() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramPipelineParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipeline(_pipeline,_pname,out _params); +} +static unsafe void Test_GetProgramPipeline_17992() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramPipelineParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipeline(_pipeline,_pname,_params); +} +static unsafe void Test_GetProgramPipeline_17993() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramPipelineParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipeline(_pipeline,_pname,_params); +} +static unsafe void Test_GetProgramPipeline_17994() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramPipelineParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipeline(_pipeline,_pname,out _params); +} +static unsafe void Test_GetProgramPipeline_17995() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramPipelineParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramPipelineParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgramPipeline(_pipeline,_pname,_params); +} +static unsafe void Test_GetProgramResourceIndex_17996() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetProgramResourceIndex(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceIndex_17997() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetProgramResourceIndex(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResource_17998() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramProperty[] _props = default(OpenTK.Graphics.OpenGL4.ProgramProperty[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,_length,_params); +} +static unsafe void Test_GetProgramResource_17999() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramProperty[] _props = default(OpenTK.Graphics.OpenGL4.ProgramProperty[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,out _length,_params); +} +static unsafe void Test_GetProgramResource_18000() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramProperty _props = default(OpenTK.Graphics.OpenGL4.ProgramProperty); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgramResource(_program,_programInterface,_index,_propCount,ref _props,_bufSize,out _length,out _params); +} +static unsafe void Test_GetProgramResource_18001() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramProperty* _props = default(OpenTK.Graphics.OpenGL4.ProgramProperty*); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,_length,_params); +} +static unsafe void Test_GetProgramResource_18002() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramProperty[] _props = default(OpenTK.Graphics.OpenGL4.ProgramProperty[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,_length,_params); +} +static unsafe void Test_GetProgramResource_18003() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramProperty[] _props = default(OpenTK.Graphics.OpenGL4.ProgramProperty[]); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,out _length,_params); +} +static unsafe void Test_GetProgramResource_18004() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramProperty _props = default(OpenTK.Graphics.OpenGL4.ProgramProperty); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgramResource(_program,_programInterface,_index,_propCount,ref _props,_bufSize,out _length,out _params); +} +static unsafe void Test_GetProgramResource_18005() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _propCount = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramProperty* _props = default(OpenTK.Graphics.OpenGL4.ProgramProperty*); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgramResource(_program,_programInterface,_index,_propCount,_props,_bufSize,_length,_params); +} +static unsafe void Test_GetProgramResourceLocation_18006() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetProgramResourceLocation(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceLocation_18007() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetProgramResourceLocation(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceLocationIndex_18008() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetProgramResourceLocationIndex(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceLocationIndex_18009() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetProgramResourceLocationIndex(_program,_programInterface,_name); +} +static unsafe void Test_GetProgramResourceName_18010() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,_length,_name); +} +static unsafe void Test_GetProgramResourceName_18011() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,out _length,_name); +} +static unsafe void Test_GetProgramResourceName_18012() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,_length,_name); +} +static unsafe void Test_GetProgramResourceName_18013() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32[] _length = default(System.Int32[]); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,_length,_name); +} +static unsafe void Test_GetProgramResourceName_18014() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,out _length,_name); +} +static unsafe void Test_GetProgramResourceName_18015() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramInterface _programInterface = default(OpenTK.Graphics.OpenGL4.ProgramInterface); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetProgramResourceName(_program,_programInterface,_index,_bufSize,_length,_name); +} +static unsafe void Test_GetProgramStage_18016() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + OpenTK.Graphics.OpenGL4.ProgramStageParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramStageParameter); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgramStage(_program,_shadertype,_pname,out _values); +} +static unsafe void Test_GetProgramStage_18017() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + OpenTK.Graphics.OpenGL4.ProgramStageParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramStageParameter); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgramStage(_program,_shadertype,_pname,_values); +} +static unsafe void Test_GetProgramStage_18018() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + OpenTK.Graphics.OpenGL4.ProgramStageParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramStageParameter); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetProgramStage(_program,_shadertype,_pname,out _values); +} +static unsafe void Test_GetProgramStage_18019() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + OpenTK.Graphics.OpenGL4.ProgramStageParameter _pname = default(OpenTK.Graphics.OpenGL4.ProgramStageParameter); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetProgramStage(_program,_shadertype,_pname,_values); +} +static unsafe void Test_GetQueryIndexed_18020() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetQueryIndexed(_target,_index,_pname,_params); +} +static unsafe void Test_GetQueryIndexed_18021() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetQueryIndexed(_target,_index,_pname,out _params); +} +static unsafe void Test_GetQueryIndexed_18022() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetQueryIndexed(_target,_index,_pname,_params); +} +static unsafe void Test_GetQueryIndexed_18023() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetQueryIndexed(_target,_index,_pname,_params); +} +static unsafe void Test_GetQueryIndexed_18024() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetQueryIndexed(_target,_index,_pname,out _params); +} +static unsafe void Test_GetQueryIndexed_18025() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetQueryIndexed(_target,_index,_pname,_params); +} +static unsafe void Test_GetQuery_18026() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetQuery(_target,_pname,_params); +} +static unsafe void Test_GetQuery_18027() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetQuery(_target,_pname,out _params); +} +static unsafe void Test_GetQuery_18028() { + OpenTK.Graphics.OpenGL4.QueryTarget _target = default(OpenTK.Graphics.OpenGL4.QueryTarget); + OpenTK.Graphics.OpenGL4.GetQueryParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetQuery(_target,_pname,_params); +} +static unsafe void Test_GetQueryObject_18029() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18030() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_18031() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18032() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int64[] _params = default(System.Int64[]); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18033() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int64 _params = default(System.Int64); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_18034() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int64* _params = default(System.Int64*); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18035() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18036() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_18037() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18038() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18039() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_18040() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18041() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.UInt64[] _params = default(System.UInt64[]); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18042() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.UInt64 _params = default(System.UInt64); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_18043() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.UInt64* _params = default(System.UInt64*); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18044() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetQueryObject_18045() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,out _params); +} +static unsafe void Test_GetQueryObject_18046() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GetQueryObjectParam _pname = default(OpenTK.Graphics.OpenGL4.GetQueryObjectParam); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GetQueryObject(_id,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_18047() { + OpenTK.Graphics.OpenGL4.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + OpenTK.Graphics.OpenGL4.RenderbufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.RenderbufferParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetRenderbufferParameter_18048() { + OpenTK.Graphics.OpenGL4.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + OpenTK.Graphics.OpenGL4.RenderbufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.RenderbufferParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetRenderbufferParameter(_target,_pname,out _params); +} +static unsafe void Test_GetRenderbufferParameter_18049() { + OpenTK.Graphics.OpenGL4.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + OpenTK.Graphics.OpenGL4.RenderbufferParameterName _pname = default(OpenTK.Graphics.OpenGL4.RenderbufferParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetRenderbufferParameter(_target,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_18050() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_18051() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_18052() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_18053() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_18054() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_18055() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_18056() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_18057() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_18058() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_18059() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_18060() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_18061() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_18062() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameterI_18063() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameterI_18064() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.All _pname = default(OpenTK.Graphics.OpenGL4.All); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameterI(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_18065() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_18066() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_18067() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_18068() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSamplerParameter_18069() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,out _params); +} +static unsafe void Test_GetSamplerParameter_18070() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetSamplerParameter(_sampler,_pname,_params); +} +static unsafe void Test_GetSeparableFilter_18071() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _row = default(System.IntPtr); + System.IntPtr _column = default(System.IntPtr); + System.IntPtr _span = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_18072() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _row = default(int[]); + int[] _column = default(int[]); + int[] _span = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_18073() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _row = default(int[,]); + int[,] _column = default(int[,]); + int[,] _span = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_18074() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _row = default(int[,,]); + int[,,] _column = default(int[,,]); + int[,,] _span = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetSeparableFilter(_target,_format,_type,_row,_column,_span); +} +static unsafe void Test_GetSeparableFilter_18075() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _row = default(int); + int _column = default(int); + int _span = default(int); + OpenTK.Graphics.OpenGL4.GL.GetSeparableFilter(_target,_format,_type,ref _row,ref _column,ref _span); +} +static unsafe void Test_GetShaderInfoLog_18076() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetShaderInfoLog(_shader,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_18077() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetShaderInfoLog(_shader,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_18078() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetShaderInfoLog(_shader,_bufSize,out _length,_infoLog); +} +static unsafe void Test_GetShaderInfoLog_18079() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _infoLog = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetShaderInfoLog(_shader,_bufSize,_length,_infoLog); +} +static unsafe void Test_GetShader_18080() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL4.ShaderParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_18081() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL4.ShaderParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_18082() { + System.Int32 _shader = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL4.ShaderParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_18083() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL4.ShaderParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShader_18084() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL4.ShaderParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetShader(_shader,_pname,out _params); +} +static unsafe void Test_GetShader_18085() { + System.UInt32 _shader = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderParameter _pname = default(OpenTK.Graphics.OpenGL4.ShaderParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetShader(_shader,_pname,_params); +} +static unsafe void Test_GetShaderPrecisionFormat_18086() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + OpenTK.Graphics.OpenGL4.ShaderPrecision _precisiontype = default(OpenTK.Graphics.OpenGL4.ShaderPrecision); + System.Int32[] _range = default(System.Int32[]); + System.Int32[] _precision = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderPrecisionFormat_18087() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + OpenTK.Graphics.OpenGL4.ShaderPrecision _precisiontype = default(OpenTK.Graphics.OpenGL4.ShaderPrecision); + System.Int32 _range = default(System.Int32); + System.Int32 _precision = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,out _range,out _precision); +} +static unsafe void Test_GetShaderPrecisionFormat_18088() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + OpenTK.Graphics.OpenGL4.ShaderPrecision _precisiontype = default(OpenTK.Graphics.OpenGL4.ShaderPrecision); + System.Int32* _range = default(System.Int32*); + System.Int32* _precision = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetShaderPrecisionFormat(_shadertype,_precisiontype,_range,_precision); +} +static unsafe void Test_GetShaderSource_18089() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetShaderSource(_shader,_bufSize,out _length,_source); +} +static unsafe void Test_GetShaderSource_18090() { + System.Int32 _shader = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetShaderSource(_shader,_bufSize,_length,_source); +} +static unsafe void Test_GetShaderSource_18091() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetShaderSource(_shader,_bufSize,out _length,_source); +} +static unsafe void Test_GetShaderSource_18092() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Text.StringBuilder _source = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetShaderSource(_shader,_bufSize,_length,_source); +} +static unsafe void Test_GetString_18093() { + OpenTK.Graphics.OpenGL4.StringName _name = default(OpenTK.Graphics.OpenGL4.StringName); + System.String r = OpenTK.Graphics.OpenGL4.GL.GetString(_name); +} +static unsafe void Test_GetString_18094() { + OpenTK.Graphics.OpenGL4.StringNameIndexed _name = default(OpenTK.Graphics.OpenGL4.StringNameIndexed); + System.Int32 _index = default(System.Int32); + System.String r = OpenTK.Graphics.OpenGL4.GL.GetString(_name,_index); +} +static unsafe void Test_GetString_18095() { + OpenTK.Graphics.OpenGL4.StringNameIndexed _name = default(OpenTK.Graphics.OpenGL4.StringNameIndexed); + System.UInt32 _index = default(System.UInt32); + System.String r = OpenTK.Graphics.OpenGL4.GL.GetString(_name,_index); +} +static unsafe void Test_GetSubroutineIndex_18096() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetSubroutineIndex(_program,_shadertype,_name); +} +static unsafe void Test_GetSubroutineIndex_18097() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetSubroutineIndex(_program,_shadertype,_name); +} +static unsafe void Test_GetSubroutineUniformLocation_18098() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetSubroutineUniformLocation(_program,_shadertype,_name); +} +static unsafe void Test_GetSubroutineUniformLocation_18099() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetSubroutineUniformLocation(_program,_shadertype,_name); +} +static unsafe void Test_GetSync_18100() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.SyncParameterName _pname = default(OpenTK.Graphics.OpenGL4.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32[] _values = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetSync(_sync,_pname,_bufSize,out _length,_values); +} +static unsafe void Test_GetSync_18101() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.SyncParameterName _pname = default(OpenTK.Graphics.OpenGL4.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _values = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetSync(_sync,_pname,_bufSize,out _length,out _values); +} +static unsafe void Test_GetSync_18102() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.SyncParameterName _pname = default(OpenTK.Graphics.OpenGL4.SyncParameterName); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _values = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetSync(_sync,_pname,_bufSize,_length,_values); +} +static unsafe void Test_GetTexImage_18103() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetTexImage(_target,_level,_format,_type,_pixels); +} +static unsafe void Test_GetTexImage_18104() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetTexImage(_target,_level,_format,_type,_pixels); +} +static unsafe void Test_GetTexImage_18105() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetTexImage(_target,_level,_format,_type,_pixels); +} +static unsafe void Test_GetTexImage_18106() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetTexImage(_target,_level,_format,_type,_pixels); +} +static unsafe void Test_GetTexImage_18107() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL4.GL.GetTexImage(_target,_level,_format,_type,ref _pixels); +} +static unsafe void Test_GetTexLevelParameter_18108() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetTexLevelParameter(_target,_level,_pname,_params); +} +static unsafe void Test_GetTexLevelParameter_18109() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetTexLevelParameter(_target,_level,_pname,out _params); +} +static unsafe void Test_GetTexLevelParameter_18110() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetTexLevelParameter(_target,_level,_pname,_params); +} +static unsafe void Test_GetTexLevelParameter_18111() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetTexLevelParameter(_target,_level,_pname,_params); +} +static unsafe void Test_GetTexLevelParameter_18112() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetTexLevelParameter(_target,_level,_pname,out _params); +} +static unsafe void Test_GetTexLevelParameter_18113() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetTexLevelParameter(_target,_level,_pname,_params); +} +static unsafe void Test_GetTexParameter_18114() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_18115() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_18116() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterI_18117() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetTexParameterI(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterI_18118() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetTexParameterI(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameterI_18119() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetTexParameterI(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterI_18120() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GetTexParameterI(_target,_pname,_params); +} +static unsafe void Test_GetTexParameterI_18121() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GetTexParameterI(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameterI_18122() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GetTexParameterI(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_18123() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTexParameter_18124() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetTexParameter(_target,_pname,out _params); +} +static unsafe void Test_GetTexParameter_18125() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.GetTextureParameter _pname = default(OpenTK.Graphics.OpenGL4.GetTextureParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetTexParameter(_target,_pname,_params); +} +static unsafe void Test_GetTransformFeedbackVarying_18126() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.TransformFeedbackType _type = default(OpenTK.Graphics.OpenGL4.TransformFeedbackType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_18127() { + System.Int32 _program = default(System.Int32); + System.Int32 _index = default(System.Int32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL4.TransformFeedbackType* _type = default(OpenTK.Graphics.OpenGL4.TransformFeedbackType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_18128() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.TransformFeedbackType _type = default(OpenTK.Graphics.OpenGL4.TransformFeedbackType); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,out _length,out _size,out _type,_name); +} +static unsafe void Test_GetTransformFeedbackVarying_18129() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _index = default(System.UInt32); + System.Int32 _bufSize = default(System.Int32); + System.Int32* _length = default(System.Int32*); + System.Int32* _size = default(System.Int32*); + OpenTK.Graphics.OpenGL4.TransformFeedbackType* _type = default(OpenTK.Graphics.OpenGL4.TransformFeedbackType*); + System.Text.StringBuilder _name = default(System.Text.StringBuilder); + OpenTK.Graphics.OpenGL4.GL.GetTransformFeedbackVarying(_program,_index,_bufSize,_length,_size,_type,_name); +} +static unsafe void Test_GetUniformBlockIndex_18130() { + System.Int32 _program = default(System.Int32); + System.String _uniformBlockName = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetUniformBlockIndex(_program,_uniformBlockName); +} +static unsafe void Test_GetUniformBlockIndex_18131() { + System.UInt32 _program = default(System.UInt32); + System.String _uniformBlockName = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetUniformBlockIndex(_program,_uniformBlockName); +} +static unsafe void Test_GetUniform_18132() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18133() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_18134() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18135() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18136() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_18137() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18138() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18139() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_18140() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18141() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18142() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_18143() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniformIndices_18144() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32[] _uniformIndices = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_18145() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32 _uniformIndices = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,out _uniformIndices); +} +static unsafe void Test_GetUniformIndices_18146() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.Int32* _uniformIndices = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_18147() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32[] _uniformIndices = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniformIndices_18148() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32 _uniformIndices = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,out _uniformIndices); +} +static unsafe void Test_GetUniformIndices_18149() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _uniformCount = default(System.Int32); + System.String[] _uniformNames = default(System.String[]); + System.UInt32* _uniformIndices = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GetUniformIndices(_program,_uniformCount,_uniformNames,_uniformIndices); +} +static unsafe void Test_GetUniform_18150() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18151() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_18152() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18153() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18154() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_18155() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniformLocation_18156() { + System.Int32 _program = default(System.Int32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetUniformLocation(_program,_name); +} +static unsafe void Test_GetUniformLocation_18157() { + System.UInt32 _program = default(System.UInt32); + System.String _name = default(System.String); + System.Int32 r = OpenTK.Graphics.OpenGL4.GL.GetUniformLocation(_program,_name); +} +static unsafe void Test_GetUniformSubroutine_18158() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _location = default(System.Int32); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetUniformSubroutine(_shadertype,_location,out _params); +} +static unsafe void Test_GetUniformSubroutine_18159() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _location = default(System.Int32); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetUniformSubroutine(_shadertype,_location,_params); +} +static unsafe void Test_GetUniformSubroutine_18160() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _location = default(System.Int32); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GetUniformSubroutine(_shadertype,_location,out _params); +} +static unsafe void Test_GetUniformSubroutine_18161() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _location = default(System.Int32); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GetUniformSubroutine(_shadertype,_location,_params); +} +static unsafe void Test_GetUniform_18162() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetUniform_18163() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,out _params); +} +static unsafe void Test_GetUniform_18164() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GetUniform(_program,_location,_params); +} +static unsafe void Test_GetVertexAttrib_18165() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18166() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_18167() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18168() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18169() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_18170() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18171() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18172() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_18173() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18174() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18175() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Single _params = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_18176() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_18177() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_18178() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_18179() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_18180() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribI_18181() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribI(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribI_18182() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribI(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18183() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18184() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_18185() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18186() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttrib_18187() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttrib_18188() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttrib(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribL_18189() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribL(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribL_18190() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribL(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribL_18191() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribL(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribL_18192() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double[] _params = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribL(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribL_18193() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double _params = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribL(_index,_pname,out _params); +} +static unsafe void Test_GetVertexAttribL_18194() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribParameter); + System.Double* _params = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribL(_index,_pname,_params); +} +static unsafe void Test_GetVertexAttribPointer_18195() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_18196() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_18197() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_18198() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_18199() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + int _pointer = default(int); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_GetVertexAttribPointer_18200() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_18201() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_18202() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_18203() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,_pointer); +} +static unsafe void Test_GetVertexAttribPointer_18204() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter _pname = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter); + int _pointer = default(int); + OpenTK.Graphics.OpenGL4.GL.GetVertexAttribPointer(_index,_pname,ref _pointer); +} +static unsafe void Test_Hint_18205() { + OpenTK.Graphics.OpenGL4.HintTarget _target = default(OpenTK.Graphics.OpenGL4.HintTarget); + OpenTK.Graphics.OpenGL4.HintMode _mode = default(OpenTK.Graphics.OpenGL4.HintMode); + OpenTK.Graphics.OpenGL4.GL.Hint(_target,_mode); +} +static unsafe void Test_Histogram_18206() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Boolean _sink = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.Histogram(_target,_width,_internalformat,_sink); +} +static unsafe void Test_InvalidateBufferData_18207() { + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.InvalidateBufferData(_buffer); +} +static unsafe void Test_InvalidateBufferData_18208() { + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.InvalidateBufferData(_buffer); +} +static unsafe void Test_InvalidateBufferSubData_18209() { + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.InvalidateBufferSubData(_buffer,_offset,_length); +} +static unsafe void Test_InvalidateBufferSubData_18210() { + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.InvalidateBufferSubData(_buffer,_offset,_length); +} +static unsafe void Test_InvalidateFramebuffer_18211() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL4.FramebufferAttachment[] _attachments = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment[]); + OpenTK.Graphics.OpenGL4.GL.InvalidateFramebuffer(_target,_numAttachments,_attachments); +} +static unsafe void Test_InvalidateFramebuffer_18212() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachments = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + OpenTK.Graphics.OpenGL4.GL.InvalidateFramebuffer(_target,_numAttachments,ref _attachments); +} +static unsafe void Test_InvalidateFramebuffer_18213() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL4.FramebufferAttachment* _attachments = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment*); + OpenTK.Graphics.OpenGL4.GL.InvalidateFramebuffer(_target,_numAttachments,_attachments); +} +static unsafe void Test_InvalidateSubFramebuffer_18214() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL4.FramebufferAttachment[] _attachments = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment[]); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.InvalidateSubFramebuffer(_target,_numAttachments,_attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_18215() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL4.FramebufferAttachment _attachments = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.InvalidateSubFramebuffer(_target,_numAttachments,ref _attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateSubFramebuffer_18216() { + OpenTK.Graphics.OpenGL4.FramebufferTarget _target = default(OpenTK.Graphics.OpenGL4.FramebufferTarget); + System.Int32 _numAttachments = default(System.Int32); + OpenTK.Graphics.OpenGL4.FramebufferAttachment* _attachments = default(OpenTK.Graphics.OpenGL4.FramebufferAttachment*); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.InvalidateSubFramebuffer(_target,_numAttachments,_attachments,_x,_y,_width,_height); +} +static unsafe void Test_InvalidateTexImage_18217() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.InvalidateTexImage(_texture,_level); +} +static unsafe void Test_InvalidateTexImage_18218() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.InvalidateTexImage(_texture,_level); +} +static unsafe void Test_InvalidateTexSubImage_18219() { + System.Int32 _texture = default(System.Int32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.InvalidateTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth); +} +static unsafe void Test_InvalidateTexSubImage_18220() { + System.UInt32 _texture = default(System.UInt32); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.InvalidateTexSubImage(_texture,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth); +} +static unsafe void Test_IsBuffer_18221() { + System.Int32 _buffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsBuffer_18222() { + System.UInt32 _buffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsBuffer(_buffer); +} +static unsafe void Test_IsEnabled_18223() { + OpenTK.Graphics.OpenGL4.EnableCap _cap = default(OpenTK.Graphics.OpenGL4.EnableCap); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsEnabled(_cap); +} +static unsafe void Test_IsEnabled_18224() { + OpenTK.Graphics.OpenGL4.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL4.IndexedEnableCap); + System.Int32 _index = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsEnabled(_target,_index); +} +static unsafe void Test_IsEnabled_18225() { + OpenTK.Graphics.OpenGL4.IndexedEnableCap _target = default(OpenTK.Graphics.OpenGL4.IndexedEnableCap); + System.UInt32 _index = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsEnabled(_target,_index); +} +static unsafe void Test_IsFramebuffer_18226() { + System.Int32 _framebuffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsFramebuffer(_framebuffer); +} +static unsafe void Test_IsFramebuffer_18227() { + System.UInt32 _framebuffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsFramebuffer(_framebuffer); +} +static unsafe void Test_IsProgram_18228() { + System.Int32 _program = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsProgram(_program); +} +static unsafe void Test_IsProgram_18229() { + System.UInt32 _program = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsProgram(_program); +} +static unsafe void Test_IsProgramPipeline_18230() { + System.Int32 _pipeline = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsProgramPipeline(_pipeline); +} +static unsafe void Test_IsProgramPipeline_18231() { + System.UInt32 _pipeline = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsProgramPipeline(_pipeline); +} +static unsafe void Test_IsQuery_18232() { + System.Int32 _id = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsQuery(_id); +} +static unsafe void Test_IsQuery_18233() { + System.UInt32 _id = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsQuery(_id); +} +static unsafe void Test_IsRenderbuffer_18234() { + System.Int32 _renderbuffer = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsRenderbuffer(_renderbuffer); +} +static unsafe void Test_IsRenderbuffer_18235() { + System.UInt32 _renderbuffer = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsRenderbuffer(_renderbuffer); +} +static unsafe void Test_IsSampler_18236() { + System.Int32 _sampler = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsSampler(_sampler); +} +static unsafe void Test_IsSampler_18237() { + System.UInt32 _sampler = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsSampler(_sampler); +} +static unsafe void Test_IsShader_18238() { + System.Int32 _shader = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsShader(_shader); +} +static unsafe void Test_IsShader_18239() { + System.UInt32 _shader = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsShader(_shader); +} +static unsafe void Test_IsSync_18240() { + System.IntPtr _sync = default(System.IntPtr); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsSync(_sync); +} +static unsafe void Test_IsTexture_18241() { + System.Int32 _texture = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsTexture(_texture); +} +static unsafe void Test_IsTexture_18242() { + System.UInt32 _texture = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsTexture(_texture); +} +static unsafe void Test_IsTransformFeedback_18243() { + System.Int32 _id = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsTransformFeedback(_id); +} +static unsafe void Test_IsTransformFeedback_18244() { + System.UInt32 _id = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsTransformFeedback(_id); +} +static unsafe void Test_IsVertexArray_18245() { + System.Int32 _array = default(System.Int32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsVertexArray(_array); +} +static unsafe void Test_IsVertexArray_18246() { + System.UInt32 _array = default(System.UInt32); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.IsVertexArray(_array); +} +static unsafe void Test_LineWidth_18247() { + System.Single _width = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.LineWidth(_width); +} +static unsafe void Test_LinkProgram_18248() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.LinkProgram(_program); +} +static unsafe void Test_LinkProgram_18249() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.LinkProgram(_program); +} +static unsafe void Test_LogicOp_18250() { + OpenTK.Graphics.OpenGL4.LogicOp _opcode = default(OpenTK.Graphics.OpenGL4.LogicOp); + OpenTK.Graphics.OpenGL4.GL.LogicOp(_opcode); +} +static unsafe void Test_MapBuffer_18251() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + OpenTK.Graphics.OpenGL4.BufferAccess _access = default(OpenTK.Graphics.OpenGL4.BufferAccess); + System.IntPtr r = OpenTK.Graphics.OpenGL4.GL.MapBuffer(_target,_access); +} +static unsafe void Test_MapBufferRange_18252() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _length = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.BufferAccessMask _access = default(OpenTK.Graphics.OpenGL4.BufferAccessMask); + System.IntPtr r = OpenTK.Graphics.OpenGL4.GL.MapBufferRange(_target,_offset,_length,_access); +} +static unsafe void Test_MemoryBarrier_18253() { + OpenTK.Graphics.OpenGL4.MemoryBarrierFlags _barriers = default(OpenTK.Graphics.OpenGL4.MemoryBarrierFlags); + OpenTK.Graphics.OpenGL4.GL.MemoryBarrier(_barriers); +} +static unsafe void Test_Minmax_18254() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Boolean _sink = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.Minmax(_target,_internalformat,_sink); +} +static unsafe void Test_MinSampleShading_18255() { + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.MinSampleShading(_value); +} +static unsafe void Test_MultiDrawArrays_18256() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _first = default(System.Int32[]); + System.Int32[] _count = default(System.Int32[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawArrays(_mode,_first,_count,_drawcount); +} +static unsafe void Test_MultiDrawArrays_18257() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawArrays(_mode,ref _first,ref _count,_drawcount); +} +static unsafe void Test_MultiDrawArrays_18258() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _first = default(System.Int32*); + System.Int32* _count = default(System.Int32*); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawArrays(_mode,_first,_count,_drawcount); +} +static unsafe void Test_MultiDrawArraysIndirect_18259() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.IntPtr _indirect = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawArraysIndirect(_mode,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawArraysIndirect_18260() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + int[] _indirect = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawArraysIndirect(_mode,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawArraysIndirect_18261() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + int[,] _indirect = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawArraysIndirect(_mode,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawArraysIndirect_18262() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + int[,,] _indirect = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawArraysIndirect(_mode,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawArraysIndirect_18263() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + int _indirect = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawArraysIndirect(_mode,ref _indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElements_18264() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18265() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18266() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18267() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18268() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18269() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18270() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18271() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18272() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,ref _count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18273() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,ref _count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18274() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18275() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18276() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18277() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,_indices,_drawcount); +} +static unsafe void Test_MultiDrawElements_18278() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElements(_mode,_count,_type,ref _indices,_drawcount); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18279() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18280() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18281() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18282() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18283() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32[] _count = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32[] _basevertex = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,ref _indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18284() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18285() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18286() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18287() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,_indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18288() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32 _count = default(System.Int32); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _basevertex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,ref _count,_type,ref _indices,_drawcount,ref _basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18289() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + System.IntPtr _indices = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18290() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[] _indices = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18291() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,] _indices = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18292() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int[,,] _indices = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,_indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsBaseVertex_18293() { + OpenTK.Graphics.OpenGL4.PrimitiveType _mode = default(OpenTK.Graphics.OpenGL4.PrimitiveType); + System.Int32* _count = default(System.Int32*); + OpenTK.Graphics.OpenGL4.DrawElementsType _type = default(OpenTK.Graphics.OpenGL4.DrawElementsType); + int _indices = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32* _basevertex = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsBaseVertex(_mode,_count,_type,ref _indices,_drawcount,_basevertex); +} +static unsafe void Test_MultiDrawElementsIndirect_18294() { + OpenTK.Graphics.OpenGL4.All _mode = default(OpenTK.Graphics.OpenGL4.All); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + System.IntPtr _indirect = default(System.IntPtr); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsIndirect(_mode,_type,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElementsIndirect_18295() { + OpenTK.Graphics.OpenGL4.All _mode = default(OpenTK.Graphics.OpenGL4.All); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[] _indirect = default(int[]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsIndirect(_mode,_type,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElementsIndirect_18296() { + OpenTK.Graphics.OpenGL4.All _mode = default(OpenTK.Graphics.OpenGL4.All); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[,] _indirect = default(int[,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsIndirect(_mode,_type,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElementsIndirect_18297() { + OpenTK.Graphics.OpenGL4.All _mode = default(OpenTK.Graphics.OpenGL4.All); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int[,,] _indirect = default(int[,,]); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsIndirect(_mode,_type,_indirect,_drawcount,_stride); +} +static unsafe void Test_MultiDrawElementsIndirect_18298() { + OpenTK.Graphics.OpenGL4.All _mode = default(OpenTK.Graphics.OpenGL4.All); + OpenTK.Graphics.OpenGL4.All _type = default(OpenTK.Graphics.OpenGL4.All); + int _indirect = default(int); + System.Int32 _drawcount = default(System.Int32); + System.Int32 _stride = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiDrawElementsIndirect(_mode,_type,ref _indirect,_drawcount,_stride); +} +static unsafe void Test_MultiTexCoordP1_18299() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP1(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP1_18300() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP1(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP1_18301() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP1(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP1_18302() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP1(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP2_18303() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP2(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP2_18304() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP2(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP2_18305() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP2(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP2_18306() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP2(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP3_18307() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP3(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP3_18308() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP3(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP3_18309() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP3(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP3_18310() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP3(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP4_18311() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP4(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP4_18312() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP4(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP4_18313() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP4(_texture,_type,_coords); +} +static unsafe void Test_MultiTexCoordP4_18314() { + OpenTK.Graphics.OpenGL4.TextureUnit _texture = default(OpenTK.Graphics.OpenGL4.TextureUnit); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.MultiTexCoordP4(_texture,_type,_coords); +} +static unsafe void Test_NormalP3_18315() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.NormalP3(_type,_coords); +} +static unsafe void Test_NormalP3_18316() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.NormalP3(_type,_coords); +} +static unsafe void Test_NormalP3_18317() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.NormalP3(_type,_coords); +} +static unsafe void Test_NormalP3_18318() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.NormalP3(_type,_coords); +} +static unsafe void Test_ObjectLabel_18319() { + OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier); + System.Int32 _name = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL4.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectLabel_18320() { + OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier _identifier = default(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier); + System.UInt32 _name = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL4.GL.ObjectLabel(_identifier,_name,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_18321() { + System.IntPtr _ptr = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL4.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_18322() { + int[] _ptr = default(int[]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL4.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_18323() { + int[,] _ptr = default(int[,]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL4.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_18324() { + int[,,] _ptr = default(int[,,]); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL4.GL.ObjectPtrLabel(_ptr,_length,_label); +} +static unsafe void Test_ObjectPtrLabel_18325() { + int _ptr = default(int); + System.Int32 _length = default(System.Int32); + System.String _label = default(System.String); + OpenTK.Graphics.OpenGL4.GL.ObjectPtrLabel(ref _ptr,_length,_label); +} +static unsafe void Test_PatchParameter_18326() { + OpenTK.Graphics.OpenGL4.PatchParameterFloat _pname = default(OpenTK.Graphics.OpenGL4.PatchParameterFloat); + System.Single[] _values = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.PatchParameter(_pname,_values); +} +static unsafe void Test_PatchParameter_18327() { + OpenTK.Graphics.OpenGL4.PatchParameterFloat _pname = default(OpenTK.Graphics.OpenGL4.PatchParameterFloat); + System.Single _values = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.PatchParameter(_pname,ref _values); +} +static unsafe void Test_PatchParameter_18328() { + OpenTK.Graphics.OpenGL4.PatchParameterFloat _pname = default(OpenTK.Graphics.OpenGL4.PatchParameterFloat); + System.Single* _values = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.PatchParameter(_pname,_values); +} +static unsafe void Test_PatchParameter_18329() { + OpenTK.Graphics.OpenGL4.PatchParameterInt _pname = default(OpenTK.Graphics.OpenGL4.PatchParameterInt); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.PatchParameter(_pname,_value); +} +static unsafe void Test_PauseTransformFeedback_18330() { + OpenTK.Graphics.OpenGL4.GL.PauseTransformFeedback(); +} +static unsafe void Test_PixelStore_18331() { + OpenTK.Graphics.OpenGL4.PixelStoreParameter _pname = default(OpenTK.Graphics.OpenGL4.PixelStoreParameter); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PixelStore_18332() { + OpenTK.Graphics.OpenGL4.PixelStoreParameter _pname = default(OpenTK.Graphics.OpenGL4.PixelStoreParameter); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.PixelStore(_pname,_param); +} +static unsafe void Test_PointParameter_18333() { + OpenTK.Graphics.OpenGL4.PointParameterName _pname = default(OpenTK.Graphics.OpenGL4.PointParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.PointParameter(_pname,_param); +} +static unsafe void Test_PointParameter_18334() { + OpenTK.Graphics.OpenGL4.PointParameterName _pname = default(OpenTK.Graphics.OpenGL4.PointParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointParameter_18335() { + OpenTK.Graphics.OpenGL4.PointParameterName _pname = default(OpenTK.Graphics.OpenGL4.PointParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointParameter_18336() { + OpenTK.Graphics.OpenGL4.PointParameterName _pname = default(OpenTK.Graphics.OpenGL4.PointParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.PointParameter(_pname,_param); +} +static unsafe void Test_PointParameter_18337() { + OpenTK.Graphics.OpenGL4.PointParameterName _pname = default(OpenTK.Graphics.OpenGL4.PointParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointParameter_18338() { + OpenTK.Graphics.OpenGL4.PointParameterName _pname = default(OpenTK.Graphics.OpenGL4.PointParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.PointParameter(_pname,_params); +} +static unsafe void Test_PointSize_18339() { + System.Single _size = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.PointSize(_size); +} +static unsafe void Test_PolygonMode_18340() { + OpenTK.Graphics.OpenGL4.MaterialFace _face = default(OpenTK.Graphics.OpenGL4.MaterialFace); + OpenTK.Graphics.OpenGL4.PolygonMode _mode = default(OpenTK.Graphics.OpenGL4.PolygonMode); + OpenTK.Graphics.OpenGL4.GL.PolygonMode(_face,_mode); +} +static unsafe void Test_PolygonOffset_18341() { + System.Single _factor = default(System.Single); + System.Single _units = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.PolygonOffset(_factor,_units); +} +static unsafe void Test_PopDebugGroup_18342() { + OpenTK.Graphics.OpenGL4.GL.PopDebugGroup(); +} +static unsafe void Test_PrimitiveRestartIndex_18343() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.PrimitiveRestartIndex(_index); +} +static unsafe void Test_PrimitiveRestartIndex_18344() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.PrimitiveRestartIndex(_index); +} +static unsafe void Test_ProgramBinary_18345() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_18346() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_18347() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_18348() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_18349() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,ref _binary,_length); +} +static unsafe void Test_ProgramBinary_18350() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_18351() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_18352() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_18353() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,_binary,_length); +} +static unsafe void Test_ProgramBinary_18354() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryFormat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramBinary(_program,_binaryFormat,ref _binary,_length); +} +static unsafe void Test_ProgramParameter_18355() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramParameterName _pname = default(OpenTK.Graphics.OpenGL4.ProgramParameterName); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramParameter_18356() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramParameterName _pname = default(OpenTK.Graphics.OpenGL4.ProgramParameterName); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramParameter(_program,_pname,_value); +} +static unsafe void Test_ProgramUniform1_18357() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_18358() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_18359() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_18360() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_18361() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_18362() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_18363() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_18364() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_18365() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_18366() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_18367() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_18368() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_18369() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_18370() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_18371() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_18372() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_18373() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_18374() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform1_18375() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_v0); +} +static unsafe void Test_ProgramUniform1_18376() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform1_18377() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform1(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18378() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_18379() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_18380() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18381() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_18382() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18383() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18384() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_18385() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18386() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_18387() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_18388() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18389() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_18390() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18391() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18392() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_18393() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18394() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_18395() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_18396() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18397() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18398() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18399() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18400() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_v0,_v1); +} +static unsafe void Test_ProgramUniform2_18401() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform2_18402() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform2_18403() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform2(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18404() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_18405() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_18406() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18407() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_18408() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18409() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18410() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_18411() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18412() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_18413() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_18414() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18415() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_18416() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18417() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18418() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_18419() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18420() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_18421() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_18422() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18423() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_18424() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18425() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18426() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_18427() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18428() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_v0,_v1,_v2); +} +static unsafe void Test_ProgramUniform3_18429() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform3_18430() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform3_18431() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform3(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18432() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + System.Double _v3 = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_18433() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Double _v0 = default(System.Double); + System.Double _v1 = default(System.Double); + System.Double _v2 = default(System.Double); + System.Double _v3 = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_18434() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18435() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_18436() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18437() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18438() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_18439() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18440() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Single _v3 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_18441() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Single _v3 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_18442() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18443() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_18444() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18445() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18446() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_18447() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18448() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + System.Int32 _v3 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_18449() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + System.Int32 _v3 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_18450() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18451() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_18452() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18453() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18454() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_18455() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18456() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + System.UInt32 _v3 = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_ProgramUniform4_18457() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniform4_18458() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,ref _value); +} +static unsafe void Test_ProgramUniform4_18459() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniform4(_program,_location,_count,_value); +} +static unsafe void Test_ProgramUniformMatrix2_18460() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_18461() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2_18462() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_18463() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_18464() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2_18465() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_18466() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_18467() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2_18468() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_18469() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2_18470() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2_18471() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18472() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18473() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18474() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18475() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18476() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18477() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18478() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18479() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18480() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18481() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18482() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x3_18483() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18484() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18485() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18486() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18487() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18488() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18489() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18490() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18491() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18492() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18493() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18494() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix2x4_18495() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix2x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_18496() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_18497() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3_18498() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_18499() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_18500() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3_18501() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_18502() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_18503() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3_18504() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_18505() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3_18506() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3_18507() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18508() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18509() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18510() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18511() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18512() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18513() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18514() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18515() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18516() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18517() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18518() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x2_18519() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18520() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18521() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18522() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18523() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18524() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18525() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18526() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18527() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18528() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18529() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18530() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix3x4_18531() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix3x4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_18532() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_18533() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4_18534() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_18535() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_18536() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4_18537() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_18538() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_18539() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4_18540() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_18541() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4_18542() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4_18543() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18544() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18545() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18546() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18547() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18548() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18549() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18550() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18551() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18552() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18553() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18554() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x2_18555() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x2(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18556() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18557() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18558() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18559() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18560() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18561() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18562() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18563() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18564() { + System.Int32 _program = default(System.Int32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18565() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18566() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,ref _value); +} +static unsafe void Test_ProgramUniformMatrix4x3_18567() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ProgramUniformMatrix4x3(_program,_location,_count,_transpose,_value); +} +static unsafe void Test_ProvokingVertex_18568() { + OpenTK.Graphics.OpenGL4.ProvokingVertexMode _mode = default(OpenTK.Graphics.OpenGL4.ProvokingVertexMode); + OpenTK.Graphics.OpenGL4.GL.ProvokingVertex(_mode); +} +static unsafe void Test_PushDebugGroup_18569() { + OpenTK.Graphics.OpenGL4.DebugSourceExternal _source = default(OpenTK.Graphics.OpenGL4.DebugSourceExternal); + System.Int32 _id = default(System.Int32); + System.Int32 _length = default(System.Int32); + System.String _message = default(System.String); + OpenTK.Graphics.OpenGL4.GL.PushDebugGroup(_source,_id,_length,_message); +} +static unsafe void Test_PushDebugGroup_18570() { + OpenTK.Graphics.OpenGL4.DebugSourceExternal _source = default(OpenTK.Graphics.OpenGL4.DebugSourceExternal); + System.UInt32 _id = default(System.UInt32); + System.Int32 _length = default(System.Int32); + System.String _message = default(System.String); + OpenTK.Graphics.OpenGL4.GL.PushDebugGroup(_source,_id,_length,_message); +} +static unsafe void Test_QueryCounter_18571() { + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.QueryCounterTarget _target = default(OpenTK.Graphics.OpenGL4.QueryCounterTarget); + OpenTK.Graphics.OpenGL4.GL.QueryCounter(_id,_target); +} +static unsafe void Test_QueryCounter_18572() { + System.UInt32 _id = default(System.UInt32); + OpenTK.Graphics.OpenGL4.QueryCounterTarget _target = default(OpenTK.Graphics.OpenGL4.QueryCounterTarget); + OpenTK.Graphics.OpenGL4.GL.QueryCounter(_id,_target); +} +static unsafe void Test_ReadBuffer_18573() { + OpenTK.Graphics.OpenGL4.ReadBufferMode _mode = default(OpenTK.Graphics.OpenGL4.ReadBufferMode); + OpenTK.Graphics.OpenGL4.GL.ReadBuffer(_mode); +} +static unsafe void Test_ReadPixels_18574() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_18575() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL4.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_18576() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_18577() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.ReadPixels(_x,_y,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_ReadPixels_18578() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL4.GL.ReadPixels(_x,_y,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_ReleaseShaderCompiler_18579() { + OpenTK.Graphics.OpenGL4.GL.ReleaseShaderCompiler(); +} +static unsafe void Test_RenderbufferStorage_18580() { + OpenTK.Graphics.OpenGL4.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + OpenTK.Graphics.OpenGL4.RenderbufferStorage _internalformat = default(OpenTK.Graphics.OpenGL4.RenderbufferStorage); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.RenderbufferStorage(_target,_internalformat,_width,_height); +} +static unsafe void Test_RenderbufferStorageMultisample_18581() { + OpenTK.Graphics.OpenGL4.RenderbufferTarget _target = default(OpenTK.Graphics.OpenGL4.RenderbufferTarget); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL4.RenderbufferStorage _internalformat = default(OpenTK.Graphics.OpenGL4.RenderbufferStorage); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.RenderbufferStorageMultisample(_target,_samples,_internalformat,_width,_height); +} +static unsafe void Test_ResetHistogram_18582() { + OpenTK.Graphics.OpenGL4.HistogramTarget _target = default(OpenTK.Graphics.OpenGL4.HistogramTarget); + OpenTK.Graphics.OpenGL4.GL.ResetHistogram(_target); +} +static unsafe void Test_ResetMinmax_18583() { + OpenTK.Graphics.OpenGL4.MinmaxTarget _target = default(OpenTK.Graphics.OpenGL4.MinmaxTarget); + OpenTK.Graphics.OpenGL4.GL.ResetMinmax(_target); +} +static unsafe void Test_ResumeTransformFeedback_18584() { + OpenTK.Graphics.OpenGL4.GL.ResumeTransformFeedback(); +} +static unsafe void Test_SampleCoverage_18585() { + System.Single _value = default(System.Single); + System.Boolean _invert = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.SampleCoverage(_value,_invert); +} +static unsafe void Test_SampleMask_18586() { + System.Int32 _maskNumber = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.SampleMask(_maskNumber,_mask); +} +static unsafe void Test_SampleMask_18587() { + System.UInt32 _maskNumber = default(System.UInt32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.SampleMask(_maskNumber,_mask); +} +static unsafe void Test_SamplerParameter_18588() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18589() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18590() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18591() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18592() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single[] _param = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18593() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Single* _param = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18594() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18595() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_18596() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_18597() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_18598() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_18599() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_18600() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_18601() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_18602() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.UInt32[] _param = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameterI_18603() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.UInt32 _param = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,ref _param); +} +static unsafe void Test_SamplerParameterI_18604() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.UInt32* _param = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.SamplerParameterI(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18605() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18606() { + System.Int32 _sampler = default(System.Int32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18607() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32[] _param = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_SamplerParameter_18608() { + System.UInt32 _sampler = default(System.UInt32); + OpenTK.Graphics.OpenGL4.SamplerParameterName _pname = default(OpenTK.Graphics.OpenGL4.SamplerParameterName); + System.Int32* _param = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.SamplerParameter(_sampler,_pname,_param); +} +static unsafe void Test_Scissor_18609() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Scissor(_x,_y,_width,_height); +} +static unsafe void Test_ScissorArray_18610() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ScissorArray(_first,_count,_v); +} +static unsafe void Test_ScissorArray_18611() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ScissorArray(_first,_count,ref _v); +} +static unsafe void Test_ScissorArray_18612() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ScissorArray(_first,_count,_v); +} +static unsafe void Test_ScissorArray_18613() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ScissorArray(_first,_count,_v); +} +static unsafe void Test_ScissorArray_18614() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ScissorArray(_first,_count,ref _v); +} +static unsafe void Test_ScissorArray_18615() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ScissorArray(_first,_count,_v); +} +static unsafe void Test_ScissorIndexed_18616() { + System.Int32 _index = default(System.Int32); + System.Int32 _left = default(System.Int32); + System.Int32 _bottom = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ScissorIndexed(_index,_left,_bottom,_width,_height); +} +static unsafe void Test_ScissorIndexed_18617() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _left = default(System.Int32); + System.Int32 _bottom = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ScissorIndexed(_index,_left,_bottom,_width,_height); +} +static unsafe void Test_ScissorIndexed_18618() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ScissorIndexed(_index,_v); +} +static unsafe void Test_ScissorIndexed_18619() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ScissorIndexed(_index,ref _v); +} +static unsafe void Test_ScissorIndexed_18620() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ScissorIndexed(_index,_v); +} +static unsafe void Test_ScissorIndexed_18621() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ScissorIndexed(_index,_v); +} +static unsafe void Test_ScissorIndexed_18622() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ScissorIndexed(_index,ref _v); +} +static unsafe void Test_ScissorIndexed_18623() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ScissorIndexed(_index,_v); +} +static unsafe void Test_SecondaryColorP3_18624() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _color = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.SecondaryColorP3(_type,_color); +} +static unsafe void Test_SecondaryColorP3_18625() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _color = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.SecondaryColorP3(_type,_color); +} +static unsafe void Test_SecondaryColorP3_18626() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _color = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.SecondaryColorP3(_type,_color); +} +static unsafe void Test_SecondaryColorP3_18627() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _color = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.SecondaryColorP3(_type,_color); +} +static unsafe void Test_SeparableFilter2D_18628() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _row = default(System.IntPtr); + System.IntPtr _column = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_18629() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _row = default(int[]); + int[] _column = default(int[]); + OpenTK.Graphics.OpenGL4.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_18630() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _row = default(int[,]); + int[,] _column = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_18631() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _row = default(int[,,]); + int[,,] _column = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,_row,_column); +} +static unsafe void Test_SeparableFilter2D_18632() { + OpenTK.Graphics.OpenGL4.SeparableTarget _target = default(OpenTK.Graphics.OpenGL4.SeparableTarget); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _row = default(int); + int _column = default(int); + OpenTK.Graphics.OpenGL4.GL.SeparableFilter2D(_target,_internalformat,_width,_height,_format,_type,ref _row,ref _column); +} +static unsafe void Test_ShaderBinary_18633() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18634() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18635() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18636() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18637() { + System.Int32 _count = default(System.Int32); + System.Int32[] _shaders = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_18638() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18639() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18640() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18641() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18642() { + System.Int32 _count = default(System.Int32); + System.Int32 _shaders = default(System.Int32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_18643() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18644() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18645() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18646() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18647() { + System.Int32 _count = default(System.Int32); + System.Int32* _shaders = default(System.Int32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_18648() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18649() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18650() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18651() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18652() { + System.Int32 _count = default(System.Int32); + System.UInt32[] _shaders = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_18653() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18654() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18655() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18656() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18657() { + System.Int32 _count = default(System.Int32); + System.UInt32 _shaders = default(System.UInt32); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,ref _shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderBinary_18658() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + System.IntPtr _binary = default(System.IntPtr); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18659() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[] _binary = default(int[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18660() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,] _binary = default(int[,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18661() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int[,,] _binary = default(int[,,]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,_binary,_length); +} +static unsafe void Test_ShaderBinary_18662() { + System.Int32 _count = default(System.Int32); + System.UInt32* _shaders = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.BinaryFormat _binaryformat = default(OpenTK.Graphics.OpenGL4.BinaryFormat); + int _binary = default(int); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderBinary(_count,_shaders,_binaryformat,ref _binary,_length); +} +static unsafe void Test_ShaderSource_18663() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32[] _length = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_18664() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderSource(_shader,_count,_string,ref _length); +} +static unsafe void Test_ShaderSource_18665() { + System.Int32 _shader = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_18666() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32[] _length = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderSource_18667() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32 _length = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderSource(_shader,_count,_string,ref _length); +} +static unsafe void Test_ShaderSource_18668() { + System.UInt32 _shader = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _string = default(System.String[]); + System.Int32* _length = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.ShaderSource(_shader,_count,_string,_length); +} +static unsafe void Test_ShaderStorageBlockBinding_18669() { + System.Int32 _program = default(System.Int32); + System.Int32 _storageBlockIndex = default(System.Int32); + System.Int32 _storageBlockBinding = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ShaderStorageBlockBinding(_program,_storageBlockIndex,_storageBlockBinding); +} +static unsafe void Test_ShaderStorageBlockBinding_18670() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _storageBlockIndex = default(System.UInt32); + System.UInt32 _storageBlockBinding = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ShaderStorageBlockBinding(_program,_storageBlockIndex,_storageBlockBinding); +} +static unsafe void Test_StencilFunc_18671() { + OpenTK.Graphics.OpenGL4.StencilFunction _func = default(OpenTK.Graphics.OpenGL4.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFunc_18672() { + OpenTK.Graphics.OpenGL4.StencilFunction _func = default(OpenTK.Graphics.OpenGL4.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.StencilFunc(_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_18673() { + OpenTK.Graphics.OpenGL4.StencilFace _face = default(OpenTK.Graphics.OpenGL4.StencilFace); + OpenTK.Graphics.OpenGL4.StencilFunction _func = default(OpenTK.Graphics.OpenGL4.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilFuncSeparate_18674() { + OpenTK.Graphics.OpenGL4.StencilFace _face = default(OpenTK.Graphics.OpenGL4.StencilFace); + OpenTK.Graphics.OpenGL4.StencilFunction _func = default(OpenTK.Graphics.OpenGL4.StencilFunction); + System.Int32 _ref = default(System.Int32); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.StencilFuncSeparate(_face,_func,_ref,_mask); +} +static unsafe void Test_StencilMask_18675() { + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMask_18676() { + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.StencilMask(_mask); +} +static unsafe void Test_StencilMaskSeparate_18677() { + OpenTK.Graphics.OpenGL4.StencilFace _face = default(OpenTK.Graphics.OpenGL4.StencilFace); + System.Int32 _mask = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilMaskSeparate_18678() { + OpenTK.Graphics.OpenGL4.StencilFace _face = default(OpenTK.Graphics.OpenGL4.StencilFace); + System.UInt32 _mask = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.StencilMaskSeparate(_face,_mask); +} +static unsafe void Test_StencilOp_18679() { + OpenTK.Graphics.OpenGL4.StencilOp _fail = default(OpenTK.Graphics.OpenGL4.StencilOp); + OpenTK.Graphics.OpenGL4.StencilOp _zfail = default(OpenTK.Graphics.OpenGL4.StencilOp); + OpenTK.Graphics.OpenGL4.StencilOp _zpass = default(OpenTK.Graphics.OpenGL4.StencilOp); + OpenTK.Graphics.OpenGL4.GL.StencilOp(_fail,_zfail,_zpass); +} +static unsafe void Test_StencilOpSeparate_18680() { + OpenTK.Graphics.OpenGL4.StencilFace _face = default(OpenTK.Graphics.OpenGL4.StencilFace); + OpenTK.Graphics.OpenGL4.StencilOp _sfail = default(OpenTK.Graphics.OpenGL4.StencilOp); + OpenTK.Graphics.OpenGL4.StencilOp _dpfail = default(OpenTK.Graphics.OpenGL4.StencilOp); + OpenTK.Graphics.OpenGL4.StencilOp _dppass = default(OpenTK.Graphics.OpenGL4.StencilOp); + OpenTK.Graphics.OpenGL4.GL.StencilOpSeparate(_face,_sfail,_dpfail,_dppass); +} +static unsafe void Test_TexBuffer_18681() { + OpenTK.Graphics.OpenGL4.TextureBufferTarget _target = default(OpenTK.Graphics.OpenGL4.TextureBufferTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.Int32 _buffer = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexBuffer(_target,_internalformat,_buffer); +} +static unsafe void Test_TexBuffer_18682() { + OpenTK.Graphics.OpenGL4.TextureBufferTarget _target = default(OpenTK.Graphics.OpenGL4.TextureBufferTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.UInt32 _buffer = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.TexBuffer(_target,_internalformat,_buffer); +} +static unsafe void Test_TexBufferRange_18683() { + OpenTK.Graphics.OpenGL4.TextureBufferTarget _target = default(OpenTK.Graphics.OpenGL4.TextureBufferTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.Int32 _buffer = default(System.Int32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.TexBufferRange(_target,_internalformat,_buffer,_offset,_size); +} +static unsafe void Test_TexBufferRange_18684() { + OpenTK.Graphics.OpenGL4.TextureBufferTarget _target = default(OpenTK.Graphics.OpenGL4.TextureBufferTarget); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.UInt32 _buffer = default(System.UInt32); + System.IntPtr _offset = default(System.IntPtr); + System.IntPtr _size = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.TexBufferRange(_target,_internalformat,_buffer,_offset,_size); +} +static unsafe void Test_TexCoordP1_18685() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexCoordP1(_type,_coords); +} +static unsafe void Test_TexCoordP1_18686() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.TexCoordP1(_type,_coords); +} +static unsafe void Test_TexCoordP1_18687() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.TexCoordP1(_type,_coords); +} +static unsafe void Test_TexCoordP1_18688() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.TexCoordP1(_type,_coords); +} +static unsafe void Test_TexCoordP2_18689() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexCoordP2(_type,_coords); +} +static unsafe void Test_TexCoordP2_18690() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.TexCoordP2(_type,_coords); +} +static unsafe void Test_TexCoordP2_18691() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.TexCoordP2(_type,_coords); +} +static unsafe void Test_TexCoordP2_18692() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.TexCoordP2(_type,_coords); +} +static unsafe void Test_TexCoordP3_18693() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexCoordP3(_type,_coords); +} +static unsafe void Test_TexCoordP3_18694() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.TexCoordP3(_type,_coords); +} +static unsafe void Test_TexCoordP3_18695() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.TexCoordP3(_type,_coords); +} +static unsafe void Test_TexCoordP3_18696() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.TexCoordP3(_type,_coords); +} +static unsafe void Test_TexCoordP4_18697() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _coords = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexCoordP4(_type,_coords); +} +static unsafe void Test_TexCoordP4_18698() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _coords = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.TexCoordP4(_type,_coords); +} +static unsafe void Test_TexCoordP4_18699() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _coords = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.TexCoordP4(_type,_coords); +} +static unsafe void Test_TexCoordP4_18700() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _coords = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.TexCoordP4(_type,_coords); +} +static unsafe void Test_TexImage1D_18701() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage1D_18702() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL4.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage1D_18703() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage1D_18704() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage1D_18705() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL4.GL.TexImage1D(_target,_level,_internalformat,_width,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage2D_18706() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_18707() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL4.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_18708() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_18709() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage2D_18710() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL4.GL.TexImage2D(_target,_level,_internalformat,_width,_height,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage2DMultisample_18711() { + OpenTK.Graphics.OpenGL4.TextureTargetMultisample _target = default(OpenTK.Graphics.OpenGL4.TextureTargetMultisample); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Boolean _fixedsamplelocations = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.TexImage2DMultisample(_target,_samples,_internalformat,_width,_height,_fixedsamplelocations); +} +static unsafe void Test_TexImage3D_18712() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_18713() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL4.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_18714() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_18715() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,_pixels); +} +static unsafe void Test_TexImage3D_18716() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Int32 _border = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL4.GL.TexImage3D(_target,_level,_internalformat,_width,_height,_depth,_border,_format,_type,ref _pixels); +} +static unsafe void Test_TexImage3DMultisample_18717() { + OpenTK.Graphics.OpenGL4.TextureTargetMultisample _target = default(OpenTK.Graphics.OpenGL4.TextureTargetMultisample); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Boolean _fixedsamplelocations = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.TexImage3DMultisample(_target,_samples,_internalformat,_width,_height,_depth,_fixedsamplelocations); +} +static unsafe void Test_TexParameter_18718() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Single _param = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameter_18719() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Single[] _params = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_18720() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Single* _params = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_18721() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Int32 _param = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexParameter(_target,_pname,_param); +} +static unsafe void Test_TexParameterI_18722() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.TexParameterI(_target,_pname,_params); +} +static unsafe void Test_TexParameterI_18723() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Int32 _params = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexParameterI(_target,_pname,ref _params); +} +static unsafe void Test_TexParameterI_18724() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.TexParameterI(_target,_pname,_params); +} +static unsafe void Test_TexParameterI_18725() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.UInt32[] _params = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.TexParameterI(_target,_pname,_params); +} +static unsafe void Test_TexParameterI_18726() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.UInt32 _params = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.TexParameterI(_target,_pname,ref _params); +} +static unsafe void Test_TexParameterI_18727() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.UInt32* _params = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.TexParameterI(_target,_pname,_params); +} +static unsafe void Test_TexParameter_18728() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Int32[] _params = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexParameter_18729() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + OpenTK.Graphics.OpenGL4.TextureParameterName _pname = default(OpenTK.Graphics.OpenGL4.TextureParameterName); + System.Int32* _params = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.TexParameter(_target,_pname,_params); +} +static unsafe void Test_TexStorage1D_18730() { + OpenTK.Graphics.OpenGL4.TextureTarget1d _target = default(OpenTK.Graphics.OpenGL4.TextureTarget1d); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexStorage1D(_target,_levels,_internalformat,_width); +} +static unsafe void Test_TexStorage2D_18731() { + OpenTK.Graphics.OpenGL4.TextureTarget2d _target = default(OpenTK.Graphics.OpenGL4.TextureTarget2d); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexStorage2D(_target,_levels,_internalformat,_width,_height); +} +static unsafe void Test_TexStorage2DMultisample_18732() { + OpenTK.Graphics.OpenGL4.TextureTargetMultisample2d _target = default(OpenTK.Graphics.OpenGL4.TextureTargetMultisample2d); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Boolean _fixedsamplelocations = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.TexStorage2DMultisample(_target,_samples,_internalformat,_width,_height,_fixedsamplelocations); +} +static unsafe void Test_TexStorage3D_18733() { + OpenTK.Graphics.OpenGL4.TextureTarget3d _target = default(OpenTK.Graphics.OpenGL4.TextureTarget3d); + System.Int32 _levels = default(System.Int32); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TexStorage3D(_target,_levels,_internalformat,_width,_height,_depth); +} +static unsafe void Test_TexStorage3DMultisample_18734() { + OpenTK.Graphics.OpenGL4.TextureTargetMultisample3d _target = default(OpenTK.Graphics.OpenGL4.TextureTargetMultisample3d); + System.Int32 _samples = default(System.Int32); + OpenTK.Graphics.OpenGL4.SizedInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.SizedInternalFormat); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + System.Boolean _fixedsamplelocations = default(System.Boolean); + OpenTK.Graphics.OpenGL4.GL.TexStorage3DMultisample(_target,_samples,_internalformat,_width,_height,_depth,_fixedsamplelocations); +} +static unsafe void Test_TexSubImage1D_18735() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage1D_18736() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage1D_18737() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage1D_18738() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage1D_18739() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL4.GL.TexSubImage1D(_target,_level,_xoffset,_width,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage2D_18740() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_18741() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_18742() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_18743() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage2D_18744() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL4.GL.TexSubImage2D(_target,_level,_xoffset,_yoffset,_width,_height,_format,_type,ref _pixels); +} +static unsafe void Test_TexSubImage3D_18745() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + System.IntPtr _pixels = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_18746() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[] _pixels = default(int[]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_18747() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,] _pixels = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_18748() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int[,,] _pixels = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,_pixels); +} +static unsafe void Test_TexSubImage3D_18749() { + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _level = default(System.Int32); + System.Int32 _xoffset = default(System.Int32); + System.Int32 _yoffset = default(System.Int32); + System.Int32 _zoffset = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + System.Int32 _depth = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelFormat _format = default(OpenTK.Graphics.OpenGL4.PixelFormat); + OpenTK.Graphics.OpenGL4.PixelType _type = default(OpenTK.Graphics.OpenGL4.PixelType); + int _pixels = default(int); + OpenTK.Graphics.OpenGL4.GL.TexSubImage3D(_target,_level,_xoffset,_yoffset,_zoffset,_width,_height,_depth,_format,_type,ref _pixels); +} +static unsafe void Test_TextureView_18750() { + System.Int32 _texture = default(System.Int32); + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.Int32 _origtexture = default(System.Int32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.Int32 _minlevel = default(System.Int32); + System.Int32 _numlevels = default(System.Int32); + System.Int32 _minlayer = default(System.Int32); + System.Int32 _numlayers = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.TextureView(_texture,_target,_origtexture,_internalformat,_minlevel,_numlevels,_minlayer,_numlayers); +} +static unsafe void Test_TextureView_18751() { + System.UInt32 _texture = default(System.UInt32); + OpenTK.Graphics.OpenGL4.TextureTarget _target = default(OpenTK.Graphics.OpenGL4.TextureTarget); + System.UInt32 _origtexture = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PixelInternalFormat _internalformat = default(OpenTK.Graphics.OpenGL4.PixelInternalFormat); + System.UInt32 _minlevel = default(System.UInt32); + System.UInt32 _numlevels = default(System.UInt32); + System.UInt32 _minlayer = default(System.UInt32); + System.UInt32 _numlayers = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.TextureView(_texture,_target,_origtexture,_internalformat,_minlevel,_numlevels,_minlayer,_numlayers); +} +static unsafe void Test_TransformFeedbackVaryings_18752() { + System.Int32 _program = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.String[] _varyings = default(System.String[]); + OpenTK.Graphics.OpenGL4.TransformFeedbackMode _bufferMode = default(OpenTK.Graphics.OpenGL4.TransformFeedbackMode); + OpenTK.Graphics.OpenGL4.GL.TransformFeedbackVaryings(_program,_count,_varyings,_bufferMode); +} +static unsafe void Test_TransformFeedbackVaryings_18753() { + System.UInt32 _program = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.String[] _varyings = default(System.String[]); + OpenTK.Graphics.OpenGL4.TransformFeedbackMode _bufferMode = default(OpenTK.Graphics.OpenGL4.TransformFeedbackMode); + OpenTK.Graphics.OpenGL4.GL.TransformFeedbackVaryings(_program,_count,_varyings,_bufferMode); +} +static unsafe void Test_Uniform1_18754() { + System.Int32 _location = default(System.Int32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_x); +} +static unsafe void Test_Uniform1_18755() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_18756() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_18757() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_18758() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_18759() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_18760() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_18761() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_18762() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_18763() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_18764() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_18765() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_18766() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_v0); +} +static unsafe void Test_Uniform1_18767() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform1_18768() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,ref _value); +} +static unsafe void Test_Uniform1_18769() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.Uniform1(_location,_count,_value); +} +static unsafe void Test_Uniform2_18770() { + System.Int32 _location = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_x,_y); +} +static unsafe void Test_Uniform2_18771() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_18772() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_18773() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_18774() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_18775() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_18776() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_18777() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_18778() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_18779() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_18780() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_18781() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_v0,_v1); +} +static unsafe void Test_Uniform2_18782() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform2_18783() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,ref _value); +} +static unsafe void Test_Uniform2_18784() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.Uniform2(_location,_count,_value); +} +static unsafe void Test_Uniform3_18785() { + System.Int32 _location = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_x,_y,_z); +} +static unsafe void Test_Uniform3_18786() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_18787() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_18788() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_18789() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_18790() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_18791() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_18792() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_18793() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_18794() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_18795() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_18796() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_18797() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_v0,_v1,_v2); +} +static unsafe void Test_Uniform3_18798() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform3_18799() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,ref _value); +} +static unsafe void Test_Uniform3_18800() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.Uniform3(_location,_count,_value); +} +static unsafe void Test_Uniform4_18801() { + System.Int32 _location = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_x,_y,_z,_w); +} +static unsafe void Test_Uniform4_18802() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_18803() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_18804() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_18805() { + System.Int32 _location = default(System.Int32); + System.Single _v0 = default(System.Single); + System.Single _v1 = default(System.Single); + System.Single _v2 = default(System.Single); + System.Single _v3 = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_18806() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_18807() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_18808() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_18809() { + System.Int32 _location = default(System.Int32); + System.Int32 _v0 = default(System.Int32); + System.Int32 _v1 = default(System.Int32); + System.Int32 _v2 = default(System.Int32); + System.Int32 _v3 = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_18810() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32[] _value = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_18811() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_18812() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_18813() { + System.Int32 _location = default(System.Int32); + System.UInt32 _v0 = default(System.UInt32); + System.UInt32 _v1 = default(System.UInt32); + System.UInt32 _v2 = default(System.UInt32); + System.UInt32 _v3 = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_v0,_v1,_v2,_v3); +} +static unsafe void Test_Uniform4_18814() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32[] _value = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_Uniform4_18815() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,ref _value); +} +static unsafe void Test_Uniform4_18816() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.Uniform4(_location,_count,_value); +} +static unsafe void Test_UniformBlockBinding_18817() { + System.Int32 _program = default(System.Int32); + System.Int32 _uniformBlockIndex = default(System.Int32); + System.Int32 _uniformBlockBinding = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.UniformBlockBinding(_program,_uniformBlockIndex,_uniformBlockBinding); +} +static unsafe void Test_UniformBlockBinding_18818() { + System.UInt32 _program = default(System.UInt32); + System.UInt32 _uniformBlockIndex = default(System.UInt32); + System.UInt32 _uniformBlockBinding = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.UniformBlockBinding(_program,_uniformBlockIndex,_uniformBlockBinding); +} +static unsafe void Test_UniformMatrix2_18819() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2_18820() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2_18821() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2_18822() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2_18823() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2_18824() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_18825() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_18826() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x3_18827() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_18828() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x3_18829() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x3_18830() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_18831() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_18832() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x4_18833() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_18834() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix2x4_18835() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix2x4_18836() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix2x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_18837() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_18838() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3_18839() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_18840() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3_18841() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3_18842() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_18843() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_18844() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x2_18845() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_18846() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x2_18847() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x2_18848() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_18849() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_18850() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x4_18851() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_18852() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix3x4_18853() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix3x4_18854() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix3x4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_18855() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_18856() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4_18857() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_18858() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4_18859() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4_18860() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_18861() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_18862() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x2_18863() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_18864() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x2_18865() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x2(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x2_18866() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x2(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_18867() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double[] _value = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_18868() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double _value = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x3_18869() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Double* _value = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_18870() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single[] _value = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformMatrix4x3_18871() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single _value = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x3(_location,_count,_transpose,ref _value); +} +static unsafe void Test_UniformMatrix4x3_18872() { + System.Int32 _location = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Boolean _transpose = default(System.Boolean); + System.Single* _value = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.UniformMatrix4x3(_location,_count,_transpose,_value); +} +static unsafe void Test_UniformSubroutines_18873() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _count = default(System.Int32); + System.Int32[] _indices = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.UniformSubroutines(_shadertype,_count,_indices); +} +static unsafe void Test_UniformSubroutines_18874() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _count = default(System.Int32); + System.Int32 _indices = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.UniformSubroutines(_shadertype,_count,ref _indices); +} +static unsafe void Test_UniformSubroutines_18875() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _count = default(System.Int32); + System.Int32* _indices = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.UniformSubroutines(_shadertype,_count,_indices); +} +static unsafe void Test_UniformSubroutines_18876() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _count = default(System.Int32); + System.UInt32[] _indices = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.UniformSubroutines(_shadertype,_count,_indices); +} +static unsafe void Test_UniformSubroutines_18877() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _count = default(System.Int32); + System.UInt32 _indices = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.UniformSubroutines(_shadertype,_count,ref _indices); +} +static unsafe void Test_UniformSubroutines_18878() { + OpenTK.Graphics.OpenGL4.ShaderType _shadertype = default(OpenTK.Graphics.OpenGL4.ShaderType); + System.Int32 _count = default(System.Int32); + System.UInt32* _indices = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.UniformSubroutines(_shadertype,_count,_indices); +} +static unsafe void Test_UnmapBuffer_18879() { + OpenTK.Graphics.OpenGL4.BufferTarget _target = default(OpenTK.Graphics.OpenGL4.BufferTarget); + System.Boolean r = OpenTK.Graphics.OpenGL4.GL.UnmapBuffer(_target); +} +static unsafe void Test_UseProgram_18880() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.UseProgram(_program); +} +static unsafe void Test_UseProgram_18881() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.UseProgram(_program); +} +static unsafe void Test_UseProgramStages_18882() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL4.ProgramStageMask _stages = default(OpenTK.Graphics.OpenGL4.ProgramStageMask); + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.UseProgramStages(_pipeline,_stages,_program); +} +static unsafe void Test_UseProgramStages_18883() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL4.ProgramStageMask _stages = default(OpenTK.Graphics.OpenGL4.ProgramStageMask); + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.UseProgramStages(_pipeline,_stages,_program); +} +static unsafe void Test_ValidateProgram_18884() { + System.Int32 _program = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ValidateProgram(_program); +} +static unsafe void Test_ValidateProgram_18885() { + System.UInt32 _program = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ValidateProgram(_program); +} +static unsafe void Test_ValidateProgramPipeline_18886() { + System.Int32 _pipeline = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.ValidateProgramPipeline(_pipeline); +} +static unsafe void Test_ValidateProgramPipeline_18887() { + System.UInt32 _pipeline = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.ValidateProgramPipeline(_pipeline); +} +static unsafe void Test_VertexAttrib1_18888() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_18889() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_18890() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_18891() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_18892() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_18893() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_18894() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_18895() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_18896() { + System.Int32 _index = default(System.Int32); + System.Int16 _x = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_18897() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _x = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_x); +} +static unsafe void Test_VertexAttrib1_18898() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib1_18899() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib1(_index,_v); +} +static unsafe void Test_VertexAttrib2_18900() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_18901() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_18902() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18903() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_18904() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18905() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18906() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_18907() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18908() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_18909() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_18910() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18911() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_18912() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18913() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18914() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_18915() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18916() { + System.Int32 _index = default(System.Int32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_18917() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_x,_y); +} +static unsafe void Test_VertexAttrib2_18918() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18919() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_18920() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18921() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib2_18922() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,ref _v); +} +static unsafe void Test_VertexAttrib2_18923() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib2(_index,_v); +} +static unsafe void Test_VertexAttrib3_18924() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_18925() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_18926() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18927() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_18928() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18929() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18930() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_18931() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18932() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_18933() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_18934() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18935() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_18936() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18937() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18938() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_18939() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18940() { + System.Int32 _index = default(System.Int32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_18941() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttrib3_18942() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18943() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_18944() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18945() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib3_18946() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,ref _v); +} +static unsafe void Test_VertexAttrib3_18947() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib3(_index,_v); +} +static unsafe void Test_VertexAttrib4_18948() { + System.UInt32 _index = default(System.UInt32); + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18949() { + System.UInt32 _index = default(System.UInt32); + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_18950() { + System.UInt32 _index = default(System.UInt32); + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18951() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_18952() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_18953() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18954() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_18955() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18956() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18957() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_18958() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18959() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_18960() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _z = default(System.Single); + System.Single _w = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_18961() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18962() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_18963() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18964() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18965() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_18966() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18967() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18968() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_18969() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18970() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_18971() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_18972() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18973() { + System.UInt32 _index = default(System.UInt32); + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18974() { + System.UInt32 _index = default(System.UInt32); + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_18975() { + System.UInt32 _index = default(System.UInt32); + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18976() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18977() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_18978() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18979() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18980() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_18981() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18982() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18983() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_18984() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18985() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18986() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_18987() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18988() { + System.Int32 _index = default(System.Int32); + System.Byte _x = default(System.Byte); + System.Byte _y = default(System.Byte); + System.Byte _z = default(System.Byte); + System.Byte _w = default(System.Byte); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4N_18989() { + System.UInt32 _index = default(System.UInt32); + System.Byte _x = default(System.Byte); + System.Byte _y = default(System.Byte); + System.Byte _z = default(System.Byte); + System.Byte _w = default(System.Byte); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4N_18990() { + System.Int32 _index = default(System.Int32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18991() { + System.Int32 _index = default(System.Int32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_18992() { + System.Int32 _index = default(System.Int32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18993() { + System.UInt32 _index = default(System.UInt32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18994() { + System.UInt32 _index = default(System.UInt32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_18995() { + System.UInt32 _index = default(System.UInt32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18996() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18997() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_18998() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_18999() { + System.UInt32 _index = default(System.UInt32); + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4N_19000() { + System.UInt32 _index = default(System.UInt32); + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,ref _v); +} +static unsafe void Test_VertexAttrib4N_19001() { + System.UInt32 _index = default(System.UInt32); + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4N(_index,_v); +} +static unsafe void Test_VertexAttrib4_19002() { + System.Int32 _index = default(System.Int32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + System.Int16 _w = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_19003() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _x = default(System.Int16); + System.Int16 _y = default(System.Int16); + System.Int16 _z = default(System.Int16); + System.Int16 _w = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttrib4_19004() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19005() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_19006() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19007() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19008() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_19009() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19010() { + System.Int32 _index = default(System.Int32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19011() { + System.Int32 _index = default(System.Int32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_19012() { + System.Int32 _index = default(System.Int32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19013() { + System.UInt32 _index = default(System.UInt32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19014() { + System.UInt32 _index = default(System.UInt32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_19015() { + System.UInt32 _index = default(System.UInt32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19016() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19017() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_19018() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19019() { + System.UInt32 _index = default(System.UInt32); + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttrib4_19020() { + System.UInt32 _index = default(System.UInt32); + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,ref _v); +} +static unsafe void Test_VertexAttrib4_19021() { + System.UInt32 _index = default(System.UInt32); + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttrib4(_index,_v); +} +static unsafe void Test_VertexAttribBinding_19022() { + System.Int32 _attribindex = default(System.Int32); + System.Int32 _bindingindex = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribBinding(_attribindex,_bindingindex); +} +static unsafe void Test_VertexAttribBinding_19023() { + System.UInt32 _attribindex = default(System.UInt32); + System.UInt32 _bindingindex = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribBinding(_attribindex,_bindingindex); +} +static unsafe void Test_VertexAttribDivisor_19024() { + System.Int32 _index = default(System.Int32); + System.Int32 _divisor = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribDivisor(_index,_divisor); +} +static unsafe void Test_VertexAttribDivisor_19025() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _divisor = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribDivisor(_index,_divisor); +} +static unsafe void Test_VertexAttribFormat_19026() { + System.Int32 _attribindex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _relativeoffset = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribFormat(_attribindex,_size,_type,_normalized,_relativeoffset); +} +static unsafe void Test_VertexAttribFormat_19027() { + System.UInt32 _attribindex = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _relativeoffset = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribFormat(_attribindex,_size,_type,_normalized,_relativeoffset); +} +static unsafe void Test_VertexAttribI1_19028() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI1(_index,_x); +} +static unsafe void Test_VertexAttribI1_19029() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI1(_index,_x); +} +static unsafe void Test_VertexAttribI1_19030() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI1(_index,_v); +} +static unsafe void Test_VertexAttribI1_19031() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI1(_index,_v); +} +static unsafe void Test_VertexAttribI1_19032() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI1(_index,_x); +} +static unsafe void Test_VertexAttribI1_19033() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI1(_index,_v); +} +static unsafe void Test_VertexAttribI2_19034() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_x,_y); +} +static unsafe void Test_VertexAttribI2_19035() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_x,_y); +} +static unsafe void Test_VertexAttribI2_19036() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_19037() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,ref _v); +} +static unsafe void Test_VertexAttribI2_19038() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_19039() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_19040() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,ref _v); +} +static unsafe void Test_VertexAttribI2_19041() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_19042() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + System.UInt32 _y = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_x,_y); +} +static unsafe void Test_VertexAttribI2_19043() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI2_19044() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,ref _v); +} +static unsafe void Test_VertexAttribI2_19045() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI2(_index,_v); +} +static unsafe void Test_VertexAttribI3_19046() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribI3_19047() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribI3_19048() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_19049() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,ref _v); +} +static unsafe void Test_VertexAttribI3_19050() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_19051() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_19052() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,ref _v); +} +static unsafe void Test_VertexAttribI3_19053() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_19054() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + System.UInt32 _y = default(System.UInt32); + System.UInt32 _z = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribI3_19055() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI3_19056() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,ref _v); +} +static unsafe void Test_VertexAttribI3_19057() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI3(_index,_v); +} +static unsafe void Test_VertexAttribI4_19058() { + System.UInt32 _index = default(System.UInt32); + System.SByte[] _v = default(System.SByte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19059() { + System.UInt32 _index = default(System.UInt32); + System.SByte _v = default(System.SByte); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19060() { + System.UInt32 _index = default(System.UInt32); + System.SByte* _v = default(System.SByte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19061() { + System.Int32 _index = default(System.Int32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + System.Int32 _w = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_19062() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _z = default(System.Int32); + System.Int32 _w = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_19063() { + System.Int32 _index = default(System.Int32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19064() { + System.Int32 _index = default(System.Int32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19065() { + System.Int32 _index = default(System.Int32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19066() { + System.UInt32 _index = default(System.UInt32); + System.Int32[] _v = default(System.Int32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19067() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _v = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19068() { + System.UInt32 _index = default(System.UInt32); + System.Int32* _v = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19069() { + System.Int32 _index = default(System.Int32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19070() { + System.Int32 _index = default(System.Int32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19071() { + System.Int32 _index = default(System.Int32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19072() { + System.UInt32 _index = default(System.UInt32); + System.Int16[] _v = default(System.Int16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19073() { + System.UInt32 _index = default(System.UInt32); + System.Int16 _v = default(System.Int16); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19074() { + System.UInt32 _index = default(System.UInt32); + System.Int16* _v = default(System.Int16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19075() { + System.Int32 _index = default(System.Int32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19076() { + System.Int32 _index = default(System.Int32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19077() { + System.Int32 _index = default(System.Int32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19078() { + System.UInt32 _index = default(System.UInt32); + System.Byte[] _v = default(System.Byte[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19079() { + System.UInt32 _index = default(System.UInt32); + System.Byte _v = default(System.Byte); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19080() { + System.UInt32 _index = default(System.UInt32); + System.Byte* _v = default(System.Byte*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19081() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _x = default(System.UInt32); + System.UInt32 _y = default(System.UInt32); + System.UInt32 _z = default(System.UInt32); + System.UInt32 _w = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribI4_19082() { + System.UInt32 _index = default(System.UInt32); + System.UInt32[] _v = default(System.UInt32[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19083() { + System.UInt32 _index = default(System.UInt32); + System.UInt32 _v = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19084() { + System.UInt32 _index = default(System.UInt32); + System.UInt32* _v = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19085() { + System.UInt32 _index = default(System.UInt32); + System.UInt16[] _v = default(System.UInt16[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribI4_19086() { + System.UInt32 _index = default(System.UInt32); + System.UInt16 _v = default(System.UInt16); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,ref _v); +} +static unsafe void Test_VertexAttribI4_19087() { + System.UInt32 _index = default(System.UInt32); + System.UInt16* _v = default(System.UInt16*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribI4(_index,_v); +} +static unsafe void Test_VertexAttribIFormat_19088() { + System.Int32 _attribindex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _relativeoffset = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIFormat(_attribindex,_size,_type,_relativeoffset); +} +static unsafe void Test_VertexAttribIFormat_19089() { + System.UInt32 _attribindex = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.UInt32 _relativeoffset = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIFormat(_attribindex,_size,_type,_relativeoffset); +} +static unsafe void Test_VertexAttribIPointer_19090() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_19091() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_19092() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_19093() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_19094() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribIPointer_19095() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_19096() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_19097() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_19098() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribIPointer_19099() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribIntegerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribIntegerType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL4.GL.VertexAttribIPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribL1_19100() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL1(_index,_x); +} +static unsafe void Test_VertexAttribL1_19101() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL1(_index,_x); +} +static unsafe void Test_VertexAttribL1_19102() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL1(_index,_v); +} +static unsafe void Test_VertexAttribL1_19103() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL1(_index,_v); +} +static unsafe void Test_VertexAttribL2_19104() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL2(_index,_x,_y); +} +static unsafe void Test_VertexAttribL2_19105() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL2(_index,_x,_y); +} +static unsafe void Test_VertexAttribL2_19106() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL2(_index,_v); +} +static unsafe void Test_VertexAttribL2_19107() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL2(_index,ref _v); +} +static unsafe void Test_VertexAttribL2_19108() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL2(_index,_v); +} +static unsafe void Test_VertexAttribL2_19109() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL2(_index,_v); +} +static unsafe void Test_VertexAttribL2_19110() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL2(_index,ref _v); +} +static unsafe void Test_VertexAttribL2_19111() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL2(_index,_v); +} +static unsafe void Test_VertexAttribL3_19112() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribL3_19113() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL3(_index,_x,_y,_z); +} +static unsafe void Test_VertexAttribL3_19114() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL3(_index,_v); +} +static unsafe void Test_VertexAttribL3_19115() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL3(_index,ref _v); +} +static unsafe void Test_VertexAttribL3_19116() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL3(_index,_v); +} +static unsafe void Test_VertexAttribL3_19117() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL3(_index,_v); +} +static unsafe void Test_VertexAttribL3_19118() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL3(_index,ref _v); +} +static unsafe void Test_VertexAttribL3_19119() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL3(_index,_v); +} +static unsafe void Test_VertexAttribL4_19120() { + System.Int32 _index = default(System.Int32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribL4_19121() { + System.UInt32 _index = default(System.UInt32); + System.Double _x = default(System.Double); + System.Double _y = default(System.Double); + System.Double _z = default(System.Double); + System.Double _w = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL4(_index,_x,_y,_z,_w); +} +static unsafe void Test_VertexAttribL4_19122() { + System.Int32 _index = default(System.Int32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL4(_index,_v); +} +static unsafe void Test_VertexAttribL4_19123() { + System.Int32 _index = default(System.Int32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL4(_index,ref _v); +} +static unsafe void Test_VertexAttribL4_19124() { + System.Int32 _index = default(System.Int32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL4(_index,_v); +} +static unsafe void Test_VertexAttribL4_19125() { + System.UInt32 _index = default(System.UInt32); + System.Double[] _v = default(System.Double[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL4(_index,_v); +} +static unsafe void Test_VertexAttribL4_19126() { + System.UInt32 _index = default(System.UInt32); + System.Double _v = default(System.Double); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL4(_index,ref _v); +} +static unsafe void Test_VertexAttribL4_19127() { + System.UInt32 _index = default(System.UInt32); + System.Double* _v = default(System.Double*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribL4(_index,_v); +} +static unsafe void Test_VertexAttribLFormat_19128() { + System.Int32 _attribindex = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _relativeoffset = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLFormat(_attribindex,_size,_type,_relativeoffset); +} +static unsafe void Test_VertexAttribLFormat_19129() { + System.UInt32 _attribindex = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.UInt32 _relativeoffset = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLFormat(_attribindex,_size,_type,_relativeoffset); +} +static unsafe void Test_VertexAttribLPointer_19130() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_19131() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_19132() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_19133() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_19134() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribLPointer_19135() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_19136() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_19137() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_19138() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,_pointer); +} +static unsafe void Test_VertexAttribLPointer_19139() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribDoubleType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribDoubleType); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL4.GL.VertexAttribLPointer(_index,_size,_type,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribP1_19140() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP1(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP1_19141() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP1(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP1_19142() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP1(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP1_19143() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP1(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP2_19144() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP2(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP2_19145() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP2(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP2_19146() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP2(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP2_19147() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP2(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP3_19148() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP3(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP3_19149() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP3(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP3_19150() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP3(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP3_19151() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP3(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP4_19152() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP4(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP4_19153() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP4(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP4_19154() { + System.Int32 _index = default(System.Int32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP4(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribP4_19155() { + System.UInt32 _index = default(System.UInt32); + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Boolean _normalized = default(System.Boolean); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexAttribP4(_index,_type,_normalized,_value); +} +static unsafe void Test_VertexAttribPointer_19156() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_19157() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_19158() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_19159() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_19160() { + System.Int32 _index = default(System.Int32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexAttribPointer_19161() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + System.IntPtr _pointer = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_19162() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[] _pointer = default(int[]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_19163() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,] _pointer = default(int[,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_19164() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int[,,] _pointer = default(int[,,]); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,_pointer); +} +static unsafe void Test_VertexAttribPointer_19165() { + System.UInt32 _index = default(System.UInt32); + System.Int32 _size = default(System.Int32); + OpenTK.Graphics.OpenGL4.VertexAttribPointerType _type = default(OpenTK.Graphics.OpenGL4.VertexAttribPointerType); + System.Boolean _normalized = default(System.Boolean); + System.Int32 _stride = default(System.Int32); + int _pointer = default(int); + OpenTK.Graphics.OpenGL4.GL.VertexAttribPointer(_index,_size,_type,_normalized,_stride,ref _pointer); +} +static unsafe void Test_VertexBindingDivisor_19166() { + System.Int32 _bindingindex = default(System.Int32); + System.Int32 _divisor = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexBindingDivisor(_bindingindex,_divisor); +} +static unsafe void Test_VertexBindingDivisor_19167() { + System.UInt32 _bindingindex = default(System.UInt32); + System.UInt32 _divisor = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexBindingDivisor(_bindingindex,_divisor); +} +static unsafe void Test_VertexP2_19168() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexP2(_type,_value); +} +static unsafe void Test_VertexP2_19169() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexP2(_type,_value); +} +static unsafe void Test_VertexP2_19170() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexP2(_type,_value); +} +static unsafe void Test_VertexP2_19171() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexP2(_type,_value); +} +static unsafe void Test_VertexP3_19172() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexP3(_type,_value); +} +static unsafe void Test_VertexP3_19173() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexP3(_type,_value); +} +static unsafe void Test_VertexP3_19174() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexP3(_type,_value); +} +static unsafe void Test_VertexP3_19175() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexP3(_type,_value); +} +static unsafe void Test_VertexP4_19176() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32 _value = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.VertexP4(_type,_value); +} +static unsafe void Test_VertexP4_19177() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32 _value = default(System.UInt32); + OpenTK.Graphics.OpenGL4.GL.VertexP4(_type,_value); +} +static unsafe void Test_VertexP4_19178() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.Int32* _value = default(System.Int32*); + OpenTK.Graphics.OpenGL4.GL.VertexP4(_type,_value); +} +static unsafe void Test_VertexP4_19179() { + OpenTK.Graphics.OpenGL4.PackedPointerType _type = default(OpenTK.Graphics.OpenGL4.PackedPointerType); + System.UInt32* _value = default(System.UInt32*); + OpenTK.Graphics.OpenGL4.GL.VertexP4(_type,_value); +} +static unsafe void Test_Viewport_19180() { + System.Int32 _x = default(System.Int32); + System.Int32 _y = default(System.Int32); + System.Int32 _width = default(System.Int32); + System.Int32 _height = default(System.Int32); + OpenTK.Graphics.OpenGL4.GL.Viewport(_x,_y,_width,_height); +} +static unsafe void Test_ViewportArray_19181() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ViewportArray(_first,_count,_v); +} +static unsafe void Test_ViewportArray_19182() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ViewportArray(_first,_count,ref _v); +} +static unsafe void Test_ViewportArray_19183() { + System.Int32 _first = default(System.Int32); + System.Int32 _count = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ViewportArray(_first,_count,_v); +} +static unsafe void Test_ViewportArray_19184() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ViewportArray(_first,_count,_v); +} +static unsafe void Test_ViewportArray_19185() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ViewportArray(_first,_count,ref _v); +} +static unsafe void Test_ViewportArray_19186() { + System.UInt32 _first = default(System.UInt32); + System.Int32 _count = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ViewportArray(_first,_count,_v); +} +static unsafe void Test_ViewportIndexed_19187() { + System.Int32 _index = default(System.Int32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _w = default(System.Single); + System.Single _h = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ViewportIndexed(_index,_x,_y,_w,_h); +} +static unsafe void Test_ViewportIndexed_19188() { + System.UInt32 _index = default(System.UInt32); + System.Single _x = default(System.Single); + System.Single _y = default(System.Single); + System.Single _w = default(System.Single); + System.Single _h = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ViewportIndexed(_index,_x,_y,_w,_h); +} +static unsafe void Test_ViewportIndexed_19189() { + System.Int32 _index = default(System.Int32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ViewportIndexed(_index,_v); +} +static unsafe void Test_ViewportIndexed_19190() { + System.Int32 _index = default(System.Int32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ViewportIndexed(_index,ref _v); +} +static unsafe void Test_ViewportIndexed_19191() { + System.Int32 _index = default(System.Int32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ViewportIndexed(_index,_v); +} +static unsafe void Test_ViewportIndexed_19192() { + System.UInt32 _index = default(System.UInt32); + System.Single[] _v = default(System.Single[]); + OpenTK.Graphics.OpenGL4.GL.ViewportIndexed(_index,_v); +} +static unsafe void Test_ViewportIndexed_19193() { + System.UInt32 _index = default(System.UInt32); + System.Single _v = default(System.Single); + OpenTK.Graphics.OpenGL4.GL.ViewportIndexed(_index,ref _v); +} +static unsafe void Test_ViewportIndexed_19194() { + System.UInt32 _index = default(System.UInt32); + System.Single* _v = default(System.Single*); + OpenTK.Graphics.OpenGL4.GL.ViewportIndexed(_index,_v); +} +static unsafe void Test_WaitSync_19195() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.WaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL4.WaitSyncFlags); + System.Int64 _timeout = default(System.Int64); + OpenTK.Graphics.OpenGL4.WaitSyncStatus r = OpenTK.Graphics.OpenGL4.GL.WaitSync(_sync,_flags,_timeout); +} +static unsafe void Test_WaitSync_19196() { + System.IntPtr _sync = default(System.IntPtr); + OpenTK.Graphics.OpenGL4.WaitSyncFlags _flags = default(OpenTK.Graphics.OpenGL4.WaitSyncFlags); + System.UInt64 _timeout = default(System.UInt64); + OpenTK.Graphics.OpenGL4.WaitSyncStatus r = OpenTK.Graphics.OpenGL4.GL.WaitSync(_sync,_flags,_timeout); +} + +static unsafe void Test_Invoke_19198() { + OpenTK.Graphics.OpenGL4.DebugSource _source = default(OpenTK.Graphics.OpenGL4.DebugSource); + OpenTK.Graphics.OpenGL4.DebugType _type = default(OpenTK.Graphics.OpenGL4.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.OpenGL4.DebugProc).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_19199() { + OpenTK.Graphics.OpenGL4.DebugSource _source = default(OpenTK.Graphics.OpenGL4.DebugSource); + OpenTK.Graphics.OpenGL4.DebugType _type = default(OpenTK.Graphics.OpenGL4.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.OpenGL4.DebugProc).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_19200() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.OpenGL4.DebugProc).EndInvoke(_result); +} + +static unsafe void Test_Invoke_19202() { + OpenTK.Graphics.OpenGL4.DebugSource _source = default(OpenTK.Graphics.OpenGL4.DebugSource); + OpenTK.Graphics.OpenGL4.DebugType _type = default(OpenTK.Graphics.OpenGL4.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.OpenGL4.DebugProcArb).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_19203() { + OpenTK.Graphics.OpenGL4.DebugSource _source = default(OpenTK.Graphics.OpenGL4.DebugSource); + OpenTK.Graphics.OpenGL4.DebugType _type = default(OpenTK.Graphics.OpenGL4.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.OpenGL4.DebugProcArb).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_19204() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.OpenGL4.DebugProcArb).EndInvoke(_result); +} + +static unsafe void Test_Invoke_19206() { + OpenTK.Graphics.OpenGL4.DebugSource _source = default(OpenTK.Graphics.OpenGL4.DebugSource); + OpenTK.Graphics.OpenGL4.DebugType _type = default(OpenTK.Graphics.OpenGL4.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + default(OpenTK.Graphics.OpenGL4.DebugProcKhr).Invoke(_source,_type,_id,_severity,_length,_message,_userParam); +} +static unsafe void Test_BeginInvoke_19207() { + OpenTK.Graphics.OpenGL4.DebugSource _source = default(OpenTK.Graphics.OpenGL4.DebugSource); + OpenTK.Graphics.OpenGL4.DebugType _type = default(OpenTK.Graphics.OpenGL4.DebugType); + System.Int32 _id = default(System.Int32); + OpenTK.Graphics.OpenGL4.DebugSeverity _severity = default(OpenTK.Graphics.OpenGL4.DebugSeverity); + System.Int32 _length = default(System.Int32); + System.IntPtr _message = default(System.IntPtr); + System.IntPtr _userParam = default(System.IntPtr); + System.AsyncCallback _callback = default(System.AsyncCallback); + System.Object _object = default(System.Object); + System.IAsyncResult r = default(OpenTK.Graphics.OpenGL4.DebugProcKhr).BeginInvoke(_source,_type,_id,_severity,_length,_message,_userParam,_callback,_object); +} +static unsafe void Test_EndInvoke_19208() { + System.IAsyncResult _result = default(System.IAsyncResult); + default(OpenTK.Graphics.OpenGL4.DebugProcKhr).EndInvoke(_result); +} +static void Test_AccumOp_19209() { +} +static void Test_ActiveAttribType_19210() { + var _None = OpenTK.Graphics.OpenGL4.ActiveAttribType.None; + var _Int = OpenTK.Graphics.OpenGL4.ActiveAttribType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.ActiveAttribType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.ActiveAttribType.Float; + var _Double = OpenTK.Graphics.OpenGL4.ActiveAttribType.Double; + var _FloatVec2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.IntVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat4; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.FloatMat4x3; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.UnsignedIntVec4; + var _DoubleMat2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL4.ActiveAttribType.DoubleVec4; +} +static void Test_ActiveSubroutineUniformParameter_19211() { + var _UniformSize = OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter.UniformNameLength; + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter.CompatibleSubroutines; +} +static void Test_ActiveUniformBlockParameter_19212() { + var _UniformBlockReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockReferencedByTessControlShader; + var _UniformBlockReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockReferencedByTessEvaluationShader; + var _UniformBlockBinding = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockReferencedByGeometryShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockReferencedByFragmentShader; + var _UniformBlockReferencedByComputeShader = OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter.UniformBlockReferencedByComputeShader; +} +static void Test_ActiveUniformParameter_19213() { + var _UniformType = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformType; + var _UniformSize = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformIsRowMajor; + var _UniformAtomicCounterBufferIndex = OpenTK.Graphics.OpenGL4.ActiveUniformParameter.UniformAtomicCounterBufferIndex; +} +static void Test_ActiveUniformType_19214() { + var _Int = OpenTK.Graphics.OpenGL4.ActiveUniformType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.ActiveUniformType.Float; + var _Double = OpenTK.Graphics.OpenGL4.ActiveUniformType.Double; + var _FloatVec2 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntVec4; + var _Bool = OpenTK.Graphics.OpenGL4.ActiveUniformType.Bool; + var _BoolVec2 = OpenTK.Graphics.OpenGL4.ActiveUniformType.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.OpenGL4.ActiveUniformType.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.OpenGL4.ActiveUniformType.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat4; + var _Sampler1D = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler1D; + var _Sampler2D = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler2D; + var _Sampler3D = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler3D; + var _SamplerCube = OpenTK.Graphics.OpenGL4.ActiveUniformType.SamplerCube; + var _Sampler1DShadow = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler1DShadow; + var _Sampler2DShadow = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler2DShadow; + var _Sampler2DRect = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler2DRect; + var _Sampler2DRectShadow = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler2DRectShadow; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL4.ActiveUniformType.FloatMat4x3; + var _Sampler1DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler1DArray; + var _Sampler2DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler2DArray; + var _SamplerBuffer = OpenTK.Graphics.OpenGL4.ActiveUniformType.SamplerBuffer; + var _Sampler1DArrayShadow = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler1DArrayShadow; + var _Sampler2DArrayShadow = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler2DArrayShadow; + var _SamplerCubeShadow = OpenTK.Graphics.OpenGL4.ActiveUniformType.SamplerCubeShadow; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntVec4; + var _IntSampler1D = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSampler1D; + var _IntSampler2D = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSampler2D; + var _IntSampler3D = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSampler3D; + var _IntSamplerCube = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSamplerCube; + var _IntSampler2DRect = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSampler2DRect; + var _IntSampler1DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSampler1DArray; + var _IntSampler2DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSampler2DArray; + var _IntSamplerBuffer = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSamplerBuffer; + var _UnsignedIntSampler1D = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSampler1D; + var _UnsignedIntSampler2D = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSampler2D; + var _UnsignedIntSampler3D = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSampler3D; + var _UnsignedIntSamplerCube = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSamplerCube; + var _UnsignedIntSampler2DRect = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSampler2DRect; + var _UnsignedIntSampler1DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSampler1DArray; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSampler2DArray; + var _UnsignedIntSamplerBuffer = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSamplerBuffer; + var _DoubleVec2 = OpenTK.Graphics.OpenGL4.ActiveUniformType.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL4.ActiveUniformType.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL4.ActiveUniformType.DoubleVec4; + var _SamplerCubeMapArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.SamplerCubeMapArray; + var _SamplerCubeMapArrayShadow = OpenTK.Graphics.OpenGL4.ActiveUniformType.SamplerCubeMapArrayShadow; + var _IntSamplerCubeMapArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSamplerCubeMapArray; + var _UnsignedIntSamplerCubeMapArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSamplerCubeMapArray; + var _Image1D = OpenTK.Graphics.OpenGL4.ActiveUniformType.Image1D; + var _Image2D = OpenTK.Graphics.OpenGL4.ActiveUniformType.Image2D; + var _Image3D = OpenTK.Graphics.OpenGL4.ActiveUniformType.Image3D; + var _Image2DRect = OpenTK.Graphics.OpenGL4.ActiveUniformType.Image2DRect; + var _ImageCube = OpenTK.Graphics.OpenGL4.ActiveUniformType.ImageCube; + var _ImageBuffer = OpenTK.Graphics.OpenGL4.ActiveUniformType.ImageBuffer; + var _Image1DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.Image1DArray; + var _Image2DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.Image2DArray; + var _ImageCubeMapArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.ImageCubeMapArray; + var _Image2DMultisample = OpenTK.Graphics.OpenGL4.ActiveUniformType.Image2DMultisample; + var _Image2DMultisampleArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.Image2DMultisampleArray; + var _IntImage1D = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImage1D; + var _IntImage2D = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImage2D; + var _IntImage3D = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImage3D; + var _IntImage2DRect = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImage2DRect; + var _IntImageCube = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImageCube; + var _IntImageBuffer = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImageBuffer; + var _IntImage1DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImage1DArray; + var _IntImage2DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImage2DArray; + var _IntImageCubeMapArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImageCubeMapArray; + var _IntImage2DMultisample = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImage2DMultisample; + var _IntImage2DMultisampleArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntImage2DMultisampleArray; + var _UnsignedIntImage1D = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImage1D; + var _UnsignedIntImage2D = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImage2D; + var _UnsignedIntImage3D = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImage3D; + var _UnsignedIntImage2DRect = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImage2DRect; + var _UnsignedIntImageCube = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImageCube; + var _UnsignedIntImageBuffer = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImageBuffer; + var _UnsignedIntImage1DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImage1DArray; + var _UnsignedIntImage2DArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImage2DArray; + var _UnsignedIntImageCubeMapArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImageCubeMapArray; + var _UnsignedIntImage2DMultisample = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImage2DMultisample; + var _UnsignedIntImage2DMultisampleArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntImage2DMultisampleArray; + var _Sampler2DMultisample = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler2DMultisample; + var _IntSampler2DMultisample = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSampler2DMultisample; + var _UnsignedIntSampler2DMultisample = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSampler2DMultisample; + var _Sampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.Sampler2DMultisampleArray; + var _IntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.IntSampler2DMultisampleArray; + var _UnsignedIntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntSampler2DMultisampleArray; + var _UnsignedIntAtomicCounter = OpenTK.Graphics.OpenGL4.ActiveUniformType.UnsignedIntAtomicCounter; +} +static void Test_All_19215() { + var _False = OpenTK.Graphics.OpenGL4.All.False; + var _LayoutDefaultIntel = OpenTK.Graphics.OpenGL4.All.LayoutDefaultIntel; + var _NoError = OpenTK.Graphics.OpenGL4.All.NoError; + var _None = OpenTK.Graphics.OpenGL4.All.None; + var _NoneOes = OpenTK.Graphics.OpenGL4.All.NoneOes; + var _Zero = OpenTK.Graphics.OpenGL4.All.Zero; + var _Points = OpenTK.Graphics.OpenGL4.All.Points; + var _ContextCoreProfileBit = OpenTK.Graphics.OpenGL4.All.ContextCoreProfileBit; + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.OpenGL4.All.ContextFlagForwardCompatibleBit; + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.OpenGL4.All.QueryDepthPassEventBitAmd; + var _SyncFlushCommandsBit = OpenTK.Graphics.OpenGL4.All.SyncFlushCommandsBit; + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayBarrierBitExt; + var _VertexShaderBit = OpenTK.Graphics.OpenGL4.All.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.OpenGL4.All.VertexShaderBitExt; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.OpenGL4.All.ContextCompatibilityProfileBit; + var _ContextFlagDebugBit = OpenTK.Graphics.OpenGL4.All.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.OpenGL4.All.ContextFlagDebugBitKhr; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL4.All.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.OpenGL4.All.ElementArrayBarrierBitExt; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL4.All.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.OpenGL4.All.FragmentShaderBitExt; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.OpenGL4.All.QueryDepthFailEventBitAmd; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.OpenGL4.All.ContextFlagRobustAccessBitArb; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL4.All.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.OpenGL4.All.GeometryShaderBitExt; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.OpenGL4.All.QueryStencilFailEventBitAmd; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL4.All.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.OpenGL4.All.UniformBarrierBitExt; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.OpenGL4.All.QueryDepthBoundsFailEventBitAmd; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL4.All.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.OpenGL4.All.TessControlShaderBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL4.All.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.OpenGL4.All.TextureFetchBarrierBitExt; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.OpenGL4.All.ShaderGlobalAccessBarrierBitNv; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL4.All.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.OpenGL4.All.TessEvaluationShaderBitExt; + var _ComputeShaderBit = OpenTK.Graphics.OpenGL4.All.ComputeShaderBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL4.All.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.OpenGL4.All.ShaderImageAccessBarrierBitExt; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL4.All.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.OpenGL4.All.CommandBarrierBitExt; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL4.All.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.OpenGL4.All.PixelBufferBarrierBitExt; + var _DepthBufferBit = OpenTK.Graphics.OpenGL4.All.DepthBufferBit; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL4.All.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.OpenGL4.All.TextureUpdateBarrierBitExt; + var _AccumBufferBit = OpenTK.Graphics.OpenGL4.All.AccumBufferBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL4.All.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.OpenGL4.All.BufferUpdateBarrierBitExt; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL4.All.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.OpenGL4.All.FramebufferBarrierBitExt; + var _StencilBufferBit = OpenTK.Graphics.OpenGL4.All.StencilBufferBit; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBarrierBitExt; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL4.All.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.OpenGL4.All.AtomicCounterBarrierBitExt; + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL4.All.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL4.All.ClientMappedBufferBarrierBit; + var _ColorBufferBit = OpenTK.Graphics.OpenGL4.All.ColorBufferBit; + var _CoverageBufferBitNv = OpenTK.Graphics.OpenGL4.All.CoverageBufferBitNv; + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL4.All.QueryBufferBarrierBit; + var _Lines = OpenTK.Graphics.OpenGL4.All.Lines; + var _MapReadBit = OpenTK.Graphics.OpenGL4.All.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.OpenGL4.All.MapReadBitExt; + var _LineLoop = OpenTK.Graphics.OpenGL4.All.LineLoop; + var _MapWriteBit = OpenTK.Graphics.OpenGL4.All.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.OpenGL4.All.MapWriteBitExt; + var _LineStrip = OpenTK.Graphics.OpenGL4.All.LineStrip; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL4.All.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.OpenGL4.All.MapInvalidateRangeBitExt; + var _Triangles = OpenTK.Graphics.OpenGL4.All.Triangles; + var _TriangleStrip = OpenTK.Graphics.OpenGL4.All.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.OpenGL4.All.TriangleFan; + var _Quads = OpenTK.Graphics.OpenGL4.All.Quads; + var _QuadsExt = OpenTK.Graphics.OpenGL4.All.QuadsExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL4.All.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.OpenGL4.All.MapInvalidateBufferBitExt; + var _QuadStrip = OpenTK.Graphics.OpenGL4.All.QuadStrip; + var _Polygon = OpenTK.Graphics.OpenGL4.All.Polygon; + var _LinesAdjacency = OpenTK.Graphics.OpenGL4.All.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.OpenGL4.All.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.OpenGL4.All.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.OpenGL4.All.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.OpenGL4.All.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.OpenGL4.All.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.OpenGL4.All.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.OpenGL4.All.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.OpenGL4.All.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.OpenGL4.All.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.OpenGL4.All.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.OpenGL4.All.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.OpenGL4.All.Patches; + var _PatchesExt = OpenTK.Graphics.OpenGL4.All.PatchesExt; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL4.All.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.OpenGL4.All.MapFlushExplicitBitExt; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL4.All.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.OpenGL4.All.MapUnsynchronizedBitExt; + var _MapPersistentBit = OpenTK.Graphics.OpenGL4.All.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL4.All.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL4.All.DynamicStorageBit; + var _Add = OpenTK.Graphics.OpenGL4.All.Add; + var _ClientStorageBit = OpenTK.Graphics.OpenGL4.All.ClientStorageBit; + var _Never = OpenTK.Graphics.OpenGL4.All.Never; + var _Less = OpenTK.Graphics.OpenGL4.All.Less; + var _Equal = OpenTK.Graphics.OpenGL4.All.Equal; + var _Lequal = OpenTK.Graphics.OpenGL4.All.Lequal; + var _Greater = OpenTK.Graphics.OpenGL4.All.Greater; + var _Notequal = OpenTK.Graphics.OpenGL4.All.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL4.All.Gequal; + var _Always = OpenTK.Graphics.OpenGL4.All.Always; + var _SrcColor = OpenTK.Graphics.OpenGL4.All.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL4.All.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL4.All.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL4.All.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.OpenGL4.All.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.OpenGL4.All.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.OpenGL4.All.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.OpenGL4.All.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.OpenGL4.All.SrcAlphaSaturate; + var _FrontLeft = OpenTK.Graphics.OpenGL4.All.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL4.All.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL4.All.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL4.All.BackRight; + var _Front = OpenTK.Graphics.OpenGL4.All.Front; + var _Back = OpenTK.Graphics.OpenGL4.All.Back; + var _Left = OpenTK.Graphics.OpenGL4.All.Left; + var _Right = OpenTK.Graphics.OpenGL4.All.Right; + var _FrontAndBack = OpenTK.Graphics.OpenGL4.All.FrontAndBack; + var _Aux0 = OpenTK.Graphics.OpenGL4.All.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL4.All.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL4.All.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL4.All.Aux3; + var _InvalidEnum = OpenTK.Graphics.OpenGL4.All.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.OpenGL4.All.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.OpenGL4.All.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.OpenGL4.All.StackOverflow; + var _StackOverflowKhr = OpenTK.Graphics.OpenGL4.All.StackOverflowKhr; + var _StackUnderflow = OpenTK.Graphics.OpenGL4.All.StackUnderflow; + var _StackUnderflowKhr = OpenTK.Graphics.OpenGL4.All.StackUnderflowKhr; + var _OutOfMemory = OpenTK.Graphics.OpenGL4.All.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.OpenGL4.All.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.OpenGL4.All.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.OpenGL4.All.InvalidFramebufferOperationOes; + var _Cw = OpenTK.Graphics.OpenGL4.All.Cw; + var _Ccw = OpenTK.Graphics.OpenGL4.All.Ccw; + var _PointSmooth = OpenTK.Graphics.OpenGL4.All.PointSmooth; + var _PointSize = OpenTK.Graphics.OpenGL4.All.PointSize; + var _PointSizeRange = OpenTK.Graphics.OpenGL4.All.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.OpenGL4.All.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.OpenGL4.All.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.OpenGL4.All.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.OpenGL4.All.LineSmooth; + var _LineWidth = OpenTK.Graphics.OpenGL4.All.LineWidth; + var _LineWidthRange = OpenTK.Graphics.OpenGL4.All.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.OpenGL4.All.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.OpenGL4.All.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.OpenGL4.All.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.OpenGL4.All.LineStipple; + var _PolygonMode = OpenTK.Graphics.OpenGL4.All.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.OpenGL4.All.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.OpenGL4.All.PolygonStipple; + var _CullFace = OpenTK.Graphics.OpenGL4.All.CullFace; + var _CullFaceMode = OpenTK.Graphics.OpenGL4.All.CullFaceMode; + var _FrontFace = OpenTK.Graphics.OpenGL4.All.FrontFace; + var _Lighting = OpenTK.Graphics.OpenGL4.All.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.OpenGL4.All.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.OpenGL4.All.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.OpenGL4.All.LightModelAmbient; + var _ColorMaterial = OpenTK.Graphics.OpenGL4.All.ColorMaterial; + var _Fog = OpenTK.Graphics.OpenGL4.All.Fog; + var _FogIndex = OpenTK.Graphics.OpenGL4.All.FogIndex; + var _FogDensity = OpenTK.Graphics.OpenGL4.All.FogDensity; + var _FogStart = OpenTK.Graphics.OpenGL4.All.FogStart; + var _FogEnd = OpenTK.Graphics.OpenGL4.All.FogEnd; + var _FogMode = OpenTK.Graphics.OpenGL4.All.FogMode; + var _FogColor = OpenTK.Graphics.OpenGL4.All.FogColor; + var _DepthRange = OpenTK.Graphics.OpenGL4.All.DepthRange; + var _DepthTest = OpenTK.Graphics.OpenGL4.All.DepthTest; + var _DepthWritemask = OpenTK.Graphics.OpenGL4.All.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.OpenGL4.All.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.OpenGL4.All.DepthFunc; + var _StencilTest = OpenTK.Graphics.OpenGL4.All.StencilTest; + var _StencilClearValue = OpenTK.Graphics.OpenGL4.All.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.OpenGL4.All.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.OpenGL4.All.StencilValueMask; + var _StencilFail = OpenTK.Graphics.OpenGL4.All.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.OpenGL4.All.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.OpenGL4.All.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.OpenGL4.All.StencilRef; + var _StencilWritemask = OpenTK.Graphics.OpenGL4.All.StencilWritemask; + var _Normalize = OpenTK.Graphics.OpenGL4.All.Normalize; + var _Viewport = OpenTK.Graphics.OpenGL4.All.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.OpenGL4.All.Modelview0StackDepthExt; + var _Modelview0MatrixExt = OpenTK.Graphics.OpenGL4.All.Modelview0MatrixExt; + var _AlphaTest = OpenTK.Graphics.OpenGL4.All.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.OpenGL4.All.AlphaTestQcom; + var _AlphaTestFuncQcom = OpenTK.Graphics.OpenGL4.All.AlphaTestFuncQcom; + var _AlphaTestRefQcom = OpenTK.Graphics.OpenGL4.All.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.OpenGL4.All.Dither; + var _BlendDst = OpenTK.Graphics.OpenGL4.All.BlendDst; + var _BlendSrc = OpenTK.Graphics.OpenGL4.All.BlendSrc; + var _Blend = OpenTK.Graphics.OpenGL4.All.Blend; + var _LogicOpMode = OpenTK.Graphics.OpenGL4.All.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.OpenGL4.All.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.OpenGL4.All.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.OpenGL4.All.ColorLogicOp; + var _DrawBuffer = OpenTK.Graphics.OpenGL4.All.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.OpenGL4.All.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.OpenGL4.All.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.OpenGL4.All.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.OpenGL4.All.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.OpenGL4.All.ScissorBox; + var _ScissorTest = OpenTK.Graphics.OpenGL4.All.ScissorTest; + var _ColorClearValue = OpenTK.Graphics.OpenGL4.All.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.OpenGL4.All.ColorWritemask; + var _Doublebuffer = OpenTK.Graphics.OpenGL4.All.Doublebuffer; + var _Stereo = OpenTK.Graphics.OpenGL4.All.Stereo; + var _PerspectiveCorrectionHint = OpenTK.Graphics.OpenGL4.All.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.OpenGL4.All.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.OpenGL4.All.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.OpenGL4.All.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.OpenGL4.All.FogHint; + var _TextureGenS = OpenTK.Graphics.OpenGL4.All.TextureGenS; + var _TextureGenT = OpenTK.Graphics.OpenGL4.All.TextureGenT; + var _TextureGenR = OpenTK.Graphics.OpenGL4.All.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.OpenGL4.All.TextureGenQ; + var _PixelMapIToI = OpenTK.Graphics.OpenGL4.All.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.OpenGL4.All.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.OpenGL4.All.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.OpenGL4.All.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.OpenGL4.All.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.OpenGL4.All.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.OpenGL4.All.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.OpenGL4.All.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.OpenGL4.All.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.OpenGL4.All.PixelMapAToA; + var _UnpackSwapBytes = OpenTK.Graphics.OpenGL4.All.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.OpenGL4.All.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.OpenGL4.All.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.OpenGL4.All.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.OpenGL4.All.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.OpenGL4.All.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.OpenGL4.All.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.OpenGL4.All.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.OpenGL4.All.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.OpenGL4.All.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.OpenGL4.All.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.OpenGL4.All.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.OpenGL4.All.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.OpenGL4.All.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.OpenGL4.All.PackAlignment; + var _MapColor = OpenTK.Graphics.OpenGL4.All.MapColor; + var _MapStencil = OpenTK.Graphics.OpenGL4.All.MapStencil; + var _IndexShift = OpenTK.Graphics.OpenGL4.All.IndexShift; + var _IndexOffset = OpenTK.Graphics.OpenGL4.All.IndexOffset; + var _RedScale = OpenTK.Graphics.OpenGL4.All.RedScale; + var _RedBias = OpenTK.Graphics.OpenGL4.All.RedBias; + var _GreenScale = OpenTK.Graphics.OpenGL4.All.GreenScale; + var _GreenBias = OpenTK.Graphics.OpenGL4.All.GreenBias; + var _BlueScale = OpenTK.Graphics.OpenGL4.All.BlueScale; + var _BlueBias = OpenTK.Graphics.OpenGL4.All.BlueBias; + var _AlphaScale = OpenTK.Graphics.OpenGL4.All.AlphaScale; + var _AlphaBias = OpenTK.Graphics.OpenGL4.All.AlphaBias; + var _DepthScale = OpenTK.Graphics.OpenGL4.All.DepthScale; + var _DepthBias = OpenTK.Graphics.OpenGL4.All.DepthBias; + var _MaxClipDistances = OpenTK.Graphics.OpenGL4.All.MaxClipDistances; + var _MaxTextureSize = OpenTK.Graphics.OpenGL4.All.MaxTextureSize; + var _MaxViewportDims = OpenTK.Graphics.OpenGL4.All.MaxViewportDims; + var _SubpixelBits = OpenTK.Graphics.OpenGL4.All.SubpixelBits; + var _AutoNormal = OpenTK.Graphics.OpenGL4.All.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.OpenGL4.All.Map1Color4; + var _Map1Index = OpenTK.Graphics.OpenGL4.All.Map1Index; + var _Map1Normal = OpenTK.Graphics.OpenGL4.All.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.OpenGL4.All.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.OpenGL4.All.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.OpenGL4.All.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.OpenGL4.All.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.OpenGL4.All.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.OpenGL4.All.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.OpenGL4.All.Map2Color4; + var _Map2Index = OpenTK.Graphics.OpenGL4.All.Map2Index; + var _Map2Normal = OpenTK.Graphics.OpenGL4.All.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.OpenGL4.All.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.OpenGL4.All.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.OpenGL4.All.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.OpenGL4.All.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.OpenGL4.All.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.OpenGL4.All.Map2Vertex4; + var _Texture1D = OpenTK.Graphics.OpenGL4.All.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL4.All.Texture2D; + var _TextureWidth = OpenTK.Graphics.OpenGL4.All.TextureWidth; + var _TextureHeight = OpenTK.Graphics.OpenGL4.All.TextureHeight; + var _TextureInternalFormat = OpenTK.Graphics.OpenGL4.All.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.OpenGL4.All.TextureBorderColor; + var _TextureBorderColorNv = OpenTK.Graphics.OpenGL4.All.TextureBorderColorNv; + var _DontCare = OpenTK.Graphics.OpenGL4.All.DontCare; + var _Fastest = OpenTK.Graphics.OpenGL4.All.Fastest; + var _Nicest = OpenTK.Graphics.OpenGL4.All.Nicest; + var _Ambient = OpenTK.Graphics.OpenGL4.All.Ambient; + var _Diffuse = OpenTK.Graphics.OpenGL4.All.Diffuse; + var _Specular = OpenTK.Graphics.OpenGL4.All.Specular; + var _Byte = OpenTK.Graphics.OpenGL4.All.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.All.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.All.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.All.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.All.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.All.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.All.Float; + var _Double = OpenTK.Graphics.OpenGL4.All.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.All.HalfFloat; + var _Fixed = OpenTK.Graphics.OpenGL4.All.Fixed; + var _UnsignedInt64Arb = OpenTK.Graphics.OpenGL4.All.UnsignedInt64Arb; + var _Clear = OpenTK.Graphics.OpenGL4.All.Clear; + var _And = OpenTK.Graphics.OpenGL4.All.And; + var _AndReverse = OpenTK.Graphics.OpenGL4.All.AndReverse; + var _Copy = OpenTK.Graphics.OpenGL4.All.Copy; + var _AndInverted = OpenTK.Graphics.OpenGL4.All.AndInverted; + var _Noop = OpenTK.Graphics.OpenGL4.All.Noop; + var _Xor = OpenTK.Graphics.OpenGL4.All.Xor; + var _Or = OpenTK.Graphics.OpenGL4.All.Or; + var _Nor = OpenTK.Graphics.OpenGL4.All.Nor; + var _Equiv = OpenTK.Graphics.OpenGL4.All.Equiv; + var _Invert = OpenTK.Graphics.OpenGL4.All.Invert; + var _OrReverse = OpenTK.Graphics.OpenGL4.All.OrReverse; + var _CopyInverted = OpenTK.Graphics.OpenGL4.All.CopyInverted; + var _OrInverted = OpenTK.Graphics.OpenGL4.All.OrInverted; + var _Nand = OpenTK.Graphics.OpenGL4.All.Nand; + var _Set = OpenTK.Graphics.OpenGL4.All.Set; + var _Emission = OpenTK.Graphics.OpenGL4.All.Emission; + var _AmbientAndDiffuse = OpenTK.Graphics.OpenGL4.All.AmbientAndDiffuse; + var _Modelview0Ext = OpenTK.Graphics.OpenGL4.All.Modelview0Ext; + var _Texture = OpenTK.Graphics.OpenGL4.All.Texture; + var _Color = OpenTK.Graphics.OpenGL4.All.Color; + var _ColorExt = OpenTK.Graphics.OpenGL4.All.ColorExt; + var _Depth = OpenTK.Graphics.OpenGL4.All.Depth; + var _DepthExt = OpenTK.Graphics.OpenGL4.All.DepthExt; + var _Stencil = OpenTK.Graphics.OpenGL4.All.Stencil; + var _StencilExt = OpenTK.Graphics.OpenGL4.All.StencilExt; + var _ColorIndex = OpenTK.Graphics.OpenGL4.All.ColorIndex; + var _StencilIndex = OpenTK.Graphics.OpenGL4.All.StencilIndex; + var _DepthComponent = OpenTK.Graphics.OpenGL4.All.DepthComponent; + var _Red = OpenTK.Graphics.OpenGL4.All.Red; + var _RedExt = OpenTK.Graphics.OpenGL4.All.RedExt; + var _Green = OpenTK.Graphics.OpenGL4.All.Green; + var _Blue = OpenTK.Graphics.OpenGL4.All.Blue; + var _Alpha = OpenTK.Graphics.OpenGL4.All.Alpha; + var _Rgb = OpenTK.Graphics.OpenGL4.All.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL4.All.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL4.All.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL4.All.LuminanceAlpha; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.OpenGL4.All.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.OpenGL4.All.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.OpenGL4.All.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.OpenGL4.All.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.OpenGL4.All.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.OpenGL4.All.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.OpenGL4.All.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.OpenGL4.All.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.OpenGL4.All.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.OpenGL4.All.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.OpenGL4.All.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.OpenGL4.All.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.OpenGL4.All.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.OpenGL4.All.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.OpenGL4.All.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.OpenGL4.All.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.OpenGL4.All.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.OpenGL4.All.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.OpenGL4.All.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.OpenGL4.All.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.OpenGL4.All.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.OpenGL4.All.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.OpenGL4.All.MaxVertexHintPgi; + var _Point = OpenTK.Graphics.OpenGL4.All.Point; + var _Line = OpenTK.Graphics.OpenGL4.All.Line; + var _Fill = OpenTK.Graphics.OpenGL4.All.Fill; + var _Keep = OpenTK.Graphics.OpenGL4.All.Keep; + var _Replace = OpenTK.Graphics.OpenGL4.All.Replace; + var _Incr = OpenTK.Graphics.OpenGL4.All.Incr; + var _Decr = OpenTK.Graphics.OpenGL4.All.Decr; + var _Vendor = OpenTK.Graphics.OpenGL4.All.Vendor; + var _Renderer = OpenTK.Graphics.OpenGL4.All.Renderer; + var _Version = OpenTK.Graphics.OpenGL4.All.Version; + var _Extensions = OpenTK.Graphics.OpenGL4.All.Extensions; + var _MultisampleBit = OpenTK.Graphics.OpenGL4.All.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.OpenGL4.All.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.OpenGL4.All.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.OpenGL4.All.MultisampleBitExt; + var _Modulate = OpenTK.Graphics.OpenGL4.All.Modulate; + var _Nearest = OpenTK.Graphics.OpenGL4.All.Nearest; + var _Linear = OpenTK.Graphics.OpenGL4.All.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.OpenGL4.All.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.OpenGL4.All.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.OpenGL4.All.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.OpenGL4.All.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.OpenGL4.All.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL4.All.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL4.All.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL4.All.TextureWrapT; + var _Repeat = OpenTK.Graphics.OpenGL4.All.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.OpenGL4.All.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.OpenGL4.All.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.OpenGL4.All.PolygonOffsetLine; + var _R3G3B2 = OpenTK.Graphics.OpenGL4.All.R3G3B2; + var _ClipDistance0 = OpenTK.Graphics.OpenGL4.All.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.OpenGL4.All.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.OpenGL4.All.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.OpenGL4.All.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.OpenGL4.All.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.OpenGL4.All.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.OpenGL4.All.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.OpenGL4.All.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.OpenGL4.All.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.OpenGL4.All.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.OpenGL4.All.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.OpenGL4.All.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.OpenGL4.All.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.OpenGL4.All.ClipDistance7; + var _Light0 = OpenTK.Graphics.OpenGL4.All.Light0; + var _Light1 = OpenTK.Graphics.OpenGL4.All.Light1; + var _Light2 = OpenTK.Graphics.OpenGL4.All.Light2; + var _Light3 = OpenTK.Graphics.OpenGL4.All.Light3; + var _Light4 = OpenTK.Graphics.OpenGL4.All.Light4; + var _Light5 = OpenTK.Graphics.OpenGL4.All.Light5; + var _Light6 = OpenTK.Graphics.OpenGL4.All.Light6; + var _Light7 = OpenTK.Graphics.OpenGL4.All.Light7; + var _AbgrExt = OpenTK.Graphics.OpenGL4.All.AbgrExt; + var _ConstantColor = OpenTK.Graphics.OpenGL4.All.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.OpenGL4.All.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL4.All.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.OpenGL4.All.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.OpenGL4.All.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.OpenGL4.All.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL4.All.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.OpenGL4.All.OneMinusConstantAlphaExt; + var _BlendColor = OpenTK.Graphics.OpenGL4.All.BlendColor; + var _BlendColorExt = OpenTK.Graphics.OpenGL4.All.BlendColorExt; + var _FuncAdd = OpenTK.Graphics.OpenGL4.All.FuncAdd; + var _FuncAddExt = OpenTK.Graphics.OpenGL4.All.FuncAddExt; + var _Min = OpenTK.Graphics.OpenGL4.All.Min; + var _MinExt = OpenTK.Graphics.OpenGL4.All.MinExt; + var _Max = OpenTK.Graphics.OpenGL4.All.Max; + var _MaxExt = OpenTK.Graphics.OpenGL4.All.MaxExt; + var _BlendEquation = OpenTK.Graphics.OpenGL4.All.BlendEquation; + var _BlendEquationExt = OpenTK.Graphics.OpenGL4.All.BlendEquationExt; + var _BlendEquationRgb = OpenTK.Graphics.OpenGL4.All.BlendEquationRgb; + var _FuncSubtract = OpenTK.Graphics.OpenGL4.All.FuncSubtract; + var _FuncSubtractExt = OpenTK.Graphics.OpenGL4.All.FuncSubtractExt; + var _FuncReverseSubtract = OpenTK.Graphics.OpenGL4.All.FuncReverseSubtract; + var _FuncReverseSubtractExt = OpenTK.Graphics.OpenGL4.All.FuncReverseSubtractExt; + var _CmykExt = OpenTK.Graphics.OpenGL4.All.CmykExt; + var _CmykaExt = OpenTK.Graphics.OpenGL4.All.CmykaExt; + var _PackCmykHintExt = OpenTK.Graphics.OpenGL4.All.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.OpenGL4.All.UnpackCmykHintExt; + var _Convolution1D = OpenTK.Graphics.OpenGL4.All.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.OpenGL4.All.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.OpenGL4.All.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.OpenGL4.All.Convolution2DExt; + var _Separable2D = OpenTK.Graphics.OpenGL4.All.Separable2D; + var _Separable2DExt = OpenTK.Graphics.OpenGL4.All.Separable2DExt; + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL4.All.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.OpenGL4.All.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL4.All.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.OpenGL4.All.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL4.All.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.OpenGL4.All.ConvolutionFilterBiasExt; + var _Reduce = OpenTK.Graphics.OpenGL4.All.Reduce; + var _ReduceExt = OpenTK.Graphics.OpenGL4.All.ReduceExt; + var _ConvolutionFormat = OpenTK.Graphics.OpenGL4.All.ConvolutionFormat; + var _ConvolutionFormatExt = OpenTK.Graphics.OpenGL4.All.ConvolutionFormatExt; + var _ConvolutionWidth = OpenTK.Graphics.OpenGL4.All.ConvolutionWidth; + var _ConvolutionWidthExt = OpenTK.Graphics.OpenGL4.All.ConvolutionWidthExt; + var _ConvolutionHeight = OpenTK.Graphics.OpenGL4.All.ConvolutionHeight; + var _ConvolutionHeightExt = OpenTK.Graphics.OpenGL4.All.ConvolutionHeightExt; + var _MaxConvolutionWidth = OpenTK.Graphics.OpenGL4.All.MaxConvolutionWidth; + var _MaxConvolutionWidthExt = OpenTK.Graphics.OpenGL4.All.MaxConvolutionWidthExt; + var _MaxConvolutionHeight = OpenTK.Graphics.OpenGL4.All.MaxConvolutionHeight; + var _MaxConvolutionHeightExt = OpenTK.Graphics.OpenGL4.All.MaxConvolutionHeightExt; + var _PostConvolutionRedScale = OpenTK.Graphics.OpenGL4.All.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.OpenGL4.All.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.OpenGL4.All.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.OpenGL4.All.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.OpenGL4.All.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.OpenGL4.All.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.OpenGL4.All.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.OpenGL4.All.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.OpenGL4.All.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.OpenGL4.All.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.OpenGL4.All.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.OpenGL4.All.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.OpenGL4.All.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.OpenGL4.All.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.OpenGL4.All.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.OpenGL4.All.PostConvolutionAlphaBiasExt; + var _Histogram = OpenTK.Graphics.OpenGL4.All.Histogram; + var _HistogramExt = OpenTK.Graphics.OpenGL4.All.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.OpenGL4.All.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.OpenGL4.All.ProxyHistogramExt; + var _HistogramWidth = OpenTK.Graphics.OpenGL4.All.HistogramWidth; + var _HistogramWidthExt = OpenTK.Graphics.OpenGL4.All.HistogramWidthExt; + var _HistogramFormat = OpenTK.Graphics.OpenGL4.All.HistogramFormat; + var _HistogramFormatExt = OpenTK.Graphics.OpenGL4.All.HistogramFormatExt; + var _HistogramRedSize = OpenTK.Graphics.OpenGL4.All.HistogramRedSize; + var _HistogramRedSizeExt = OpenTK.Graphics.OpenGL4.All.HistogramRedSizeExt; + var _HistogramGreenSize = OpenTK.Graphics.OpenGL4.All.HistogramGreenSize; + var _HistogramGreenSizeExt = OpenTK.Graphics.OpenGL4.All.HistogramGreenSizeExt; + var _HistogramBlueSize = OpenTK.Graphics.OpenGL4.All.HistogramBlueSize; + var _HistogramBlueSizeExt = OpenTK.Graphics.OpenGL4.All.HistogramBlueSizeExt; + var _HistogramAlphaSize = OpenTK.Graphics.OpenGL4.All.HistogramAlphaSize; + var _HistogramAlphaSizeExt = OpenTK.Graphics.OpenGL4.All.HistogramAlphaSizeExt; + var _HistogramLuminanceSize = OpenTK.Graphics.OpenGL4.All.HistogramLuminanceSize; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.OpenGL4.All.HistogramLuminanceSizeExt; + var _HistogramSink = OpenTK.Graphics.OpenGL4.All.HistogramSink; + var _HistogramSinkExt = OpenTK.Graphics.OpenGL4.All.HistogramSinkExt; + var _Minmax = OpenTK.Graphics.OpenGL4.All.Minmax; + var _MinmaxExt = OpenTK.Graphics.OpenGL4.All.MinmaxExt; + var _MinmaxFormat = OpenTK.Graphics.OpenGL4.All.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.OpenGL4.All.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.OpenGL4.All.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.OpenGL4.All.MinmaxSinkExt; + var _TableTooLarge = OpenTK.Graphics.OpenGL4.All.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.OpenGL4.All.TableTooLargeExt; + var _UnsignedByte332 = OpenTK.Graphics.OpenGL4.All.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.OpenGL4.All.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.OpenGL4.All.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.OpenGL4.All.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.OpenGL4.All.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.OpenGL4.All.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.OpenGL4.All.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.OpenGL4.All.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.OpenGL4.All.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.OpenGL4.All.UnsignedInt1010102Ext; + var _PolygonOffsetFill = OpenTK.Graphics.OpenGL4.All.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.OpenGL4.All.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.OpenGL4.All.PolygonOffsetBiasExt; + var _RescaleNormal = OpenTK.Graphics.OpenGL4.All.RescaleNormal; + var _RescaleNormalExt = OpenTK.Graphics.OpenGL4.All.RescaleNormalExt; + var _Rgb2Ext = OpenTK.Graphics.OpenGL4.All.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.OpenGL4.All.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL4.All.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL4.All.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL4.All.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL4.All.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL4.All.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL4.All.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL4.All.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.OpenGL4.All.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.OpenGL4.All.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL4.All.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL4.All.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL4.All.Rgba16; + var _TextureRedSize = OpenTK.Graphics.OpenGL4.All.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.OpenGL4.All.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.OpenGL4.All.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.OpenGL4.All.TextureAlphaSize; + var _ReplaceExt = OpenTK.Graphics.OpenGL4.All.ReplaceExt; + var _ProxyTexture1D = OpenTK.Graphics.OpenGL4.All.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.OpenGL4.All.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.OpenGL4.All.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.OpenGL4.All.ProxyTexture2DExt; + var _TextureTooLargeExt = OpenTK.Graphics.OpenGL4.All.TextureTooLargeExt; + var _TexturePriority = OpenTK.Graphics.OpenGL4.All.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.OpenGL4.All.TexturePriorityExt; + var _TextureBinding1D = OpenTK.Graphics.OpenGL4.All.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.OpenGL4.All.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.OpenGL4.All.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.OpenGL4.All.TextureBinding3D; + var _PackSkipImages = OpenTK.Graphics.OpenGL4.All.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.OpenGL4.All.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.OpenGL4.All.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.OpenGL4.All.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.OpenGL4.All.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.OpenGL4.All.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.OpenGL4.All.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.OpenGL4.All.UnpackImageHeightExt; + var _Texture3D = OpenTK.Graphics.OpenGL4.All.Texture3D; + var _Texture3DExt = OpenTK.Graphics.OpenGL4.All.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.OpenGL4.All.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.OpenGL4.All.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.OpenGL4.All.ProxyTexture3DExt; + var _TextureDepth = OpenTK.Graphics.OpenGL4.All.TextureDepth; + var _TextureDepthExt = OpenTK.Graphics.OpenGL4.All.TextureDepthExt; + var _TextureWrapR = OpenTK.Graphics.OpenGL4.All.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.OpenGL4.All.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.OpenGL4.All.TextureWrapROes; + var _Max3DTextureSize = OpenTK.Graphics.OpenGL4.All.Max3DTextureSize; + var _Max3DTextureSizeExt = OpenTK.Graphics.OpenGL4.All.Max3DTextureSizeExt; + var _VertexArray = OpenTK.Graphics.OpenGL4.All.VertexArray; + var _VertexArrayKhr = OpenTK.Graphics.OpenGL4.All.VertexArrayKhr; + var _NormalArray = OpenTK.Graphics.OpenGL4.All.NormalArray; + var _ColorArray = OpenTK.Graphics.OpenGL4.All.ColorArray; + var _IndexArray = OpenTK.Graphics.OpenGL4.All.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.OpenGL4.All.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.OpenGL4.All.EdgeFlagArray; + var _VertexArrayCountExt = OpenTK.Graphics.OpenGL4.All.VertexArrayCountExt; + var _NormalArrayCountExt = OpenTK.Graphics.OpenGL4.All.NormalArrayCountExt; + var _ColorArrayCountExt = OpenTK.Graphics.OpenGL4.All.ColorArrayCountExt; + var _IndexArrayCountExt = OpenTK.Graphics.OpenGL4.All.IndexArrayCountExt; + var _TextureCoordArrayCountExt = OpenTK.Graphics.OpenGL4.All.TextureCoordArrayCountExt; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.OpenGL4.All.EdgeFlagArrayCountExt; + var _VertexArrayPointerExt = OpenTK.Graphics.OpenGL4.All.VertexArrayPointerExt; + var _NormalArrayPointerExt = OpenTK.Graphics.OpenGL4.All.NormalArrayPointerExt; + var _ColorArrayPointerExt = OpenTK.Graphics.OpenGL4.All.ColorArrayPointerExt; + var _IndexArrayPointerExt = OpenTK.Graphics.OpenGL4.All.IndexArrayPointerExt; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.OpenGL4.All.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.OpenGL4.All.EdgeFlagArrayPointerExt; + var _InterlaceSgix = OpenTK.Graphics.OpenGL4.All.InterlaceSgix; + var _DetailTexture2DSgis = OpenTK.Graphics.OpenGL4.All.DetailTexture2DSgis; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.OpenGL4.All.DetailTexture2DBindingSgis; + var _LinearDetailSgis = OpenTK.Graphics.OpenGL4.All.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.OpenGL4.All.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.OpenGL4.All.LinearDetailColorSgis; + var _DetailTextureLevelSgis = OpenTK.Graphics.OpenGL4.All.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.OpenGL4.All.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.OpenGL4.All.DetailTextureFuncPointsSgis; + var _Multisample = OpenTK.Graphics.OpenGL4.All.Multisample; + var _MultisampleSgis = OpenTK.Graphics.OpenGL4.All.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.OpenGL4.All.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.OpenGL4.All.SampleAlphaToMaskSgis; + var _SampleAlphaToOne = OpenTK.Graphics.OpenGL4.All.SampleAlphaToOne; + var _SampleAlphaToOneSgis = OpenTK.Graphics.OpenGL4.All.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.OpenGL4.All.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.OpenGL4.All.SampleMaskSgis; + var _Gl1PassExt = OpenTK.Graphics.OpenGL4.All.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.OpenGL4.All.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.OpenGL4.All.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.OpenGL4.All.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.OpenGL4.All.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.OpenGL4.All.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.OpenGL4.All.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.OpenGL4.All.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.OpenGL4.All.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.OpenGL4.All.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.OpenGL4.All.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.OpenGL4.All.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.OpenGL4.All.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.OpenGL4.All.Gl4Pass3Sgis; + var _SampleBuffers = OpenTK.Graphics.OpenGL4.All.SampleBuffers; + var _SampleBuffersSgis = OpenTK.Graphics.OpenGL4.All.SampleBuffersSgis; + var _Samples = OpenTK.Graphics.OpenGL4.All.Samples; + var _SamplesSgis = OpenTK.Graphics.OpenGL4.All.SamplesSgis; + var _SampleCoverageValue = OpenTK.Graphics.OpenGL4.All.SampleCoverageValue; + var _SampleMaskValueSgis = OpenTK.Graphics.OpenGL4.All.SampleMaskValueSgis; + var _SampleCoverageInvert = OpenTK.Graphics.OpenGL4.All.SampleCoverageInvert; + var _SampleMaskInvertSgis = OpenTK.Graphics.OpenGL4.All.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.OpenGL4.All.SamplePatternSgis; + var _LinearSharpenSgis = OpenTK.Graphics.OpenGL4.All.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.OpenGL4.All.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.OpenGL4.All.LinearSharpenColorSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.OpenGL4.All.SharpenTextureFuncPointsSgis; + var _ColorMatrix = OpenTK.Graphics.OpenGL4.All.ColorMatrix; + var _ColorMatrixSgi = OpenTK.Graphics.OpenGL4.All.ColorMatrixSgi; + var _ColorMatrixStackDepth = OpenTK.Graphics.OpenGL4.All.ColorMatrixStackDepth; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL4.All.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepth = OpenTK.Graphics.OpenGL4.All.MaxColorMatrixStackDepth; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL4.All.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScale = OpenTK.Graphics.OpenGL4.All.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.OpenGL4.All.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.OpenGL4.All.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.OpenGL4.All.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.OpenGL4.All.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.OpenGL4.All.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.OpenGL4.All.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.OpenGL4.All.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL4.All.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.OpenGL4.All.ProxyTextureColorTableSgi; + var _TextureEnvBiasSgix = OpenTK.Graphics.OpenGL4.All.TextureEnvBiasSgix; + var _ShadowAmbientSgix = OpenTK.Graphics.OpenGL4.All.ShadowAmbientSgix; + var _TextureCompareFailValue = OpenTK.Graphics.OpenGL4.All.TextureCompareFailValue; + var _BlendDstRgb = OpenTK.Graphics.OpenGL4.All.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.OpenGL4.All.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.OpenGL4.All.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.OpenGL4.All.BlendSrcAlpha; + var _ColorTable = OpenTK.Graphics.OpenGL4.All.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.OpenGL4.All.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL4.All.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL4.All.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.All.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL4.All.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.OpenGL4.All.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.OpenGL4.All.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.OpenGL4.All.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL4.All.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.All.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL4.All.ProxyPostColorMatrixColorTableSgi; + var _ColorTableScale = OpenTK.Graphics.OpenGL4.All.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.OpenGL4.All.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.OpenGL4.All.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.OpenGL4.All.ColorTableBiasSgi; + var _ColorTableFormat = OpenTK.Graphics.OpenGL4.All.ColorTableFormat; + var _ColorTableFormatSgi = OpenTK.Graphics.OpenGL4.All.ColorTableFormatSgi; + var _ColorTableWidth = OpenTK.Graphics.OpenGL4.All.ColorTableWidth; + var _ColorTableWidthSgi = OpenTK.Graphics.OpenGL4.All.ColorTableWidthSgi; + var _ColorTableRedSize = OpenTK.Graphics.OpenGL4.All.ColorTableRedSize; + var _ColorTableRedSizeSgi = OpenTK.Graphics.OpenGL4.All.ColorTableRedSizeSgi; + var _ColorTableGreenSize = OpenTK.Graphics.OpenGL4.All.ColorTableGreenSize; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.OpenGL4.All.ColorTableGreenSizeSgi; + var _ColorTableBlueSize = OpenTK.Graphics.OpenGL4.All.ColorTableBlueSize; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.OpenGL4.All.ColorTableBlueSizeSgi; + var _ColorTableAlphaSize = OpenTK.Graphics.OpenGL4.All.ColorTableAlphaSize; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.OpenGL4.All.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSize = OpenTK.Graphics.OpenGL4.All.ColorTableLuminanceSize; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.OpenGL4.All.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySize = OpenTK.Graphics.OpenGL4.All.ColorTableIntensitySize; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.OpenGL4.All.ColorTableIntensitySizeSgi; + var _Bgr = OpenTK.Graphics.OpenGL4.All.Bgr; + var _Bgra = OpenTK.Graphics.OpenGL4.All.Bgra; + var _MaxElementsVertices = OpenTK.Graphics.OpenGL4.All.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.OpenGL4.All.MaxElementsIndices; + var _PhongHintWin = OpenTK.Graphics.OpenGL4.All.PhongHintWin; + var _ParameterBufferArb = OpenTK.Graphics.OpenGL4.All.ParameterBufferArb; + var _ParameterBufferBindingArb = OpenTK.Graphics.OpenGL4.All.ParameterBufferBindingArb; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.OpenGL4.All.ClipVolumeClippingHintExt; + var _DualAlpha4Sgis = OpenTK.Graphics.OpenGL4.All.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.OpenGL4.All.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.OpenGL4.All.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.OpenGL4.All.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.OpenGL4.All.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.OpenGL4.All.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.OpenGL4.All.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.OpenGL4.All.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.OpenGL4.All.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.OpenGL4.All.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.OpenGL4.All.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.OpenGL4.All.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.OpenGL4.All.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.OpenGL4.All.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.OpenGL4.All.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.OpenGL4.All.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.OpenGL4.All.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.OpenGL4.All.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.OpenGL4.All.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.OpenGL4.All.QuadIntensity8Sgis; + var _DualTextureSelectSgis = OpenTK.Graphics.OpenGL4.All.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.OpenGL4.All.QuadTextureSelectSgis; + var _PointSizeMin = OpenTK.Graphics.OpenGL4.All.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.OpenGL4.All.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.OpenGL4.All.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.OpenGL4.All.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.OpenGL4.All.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.OpenGL4.All.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.OpenGL4.All.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.OpenGL4.All.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL4.All.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.OpenGL4.All.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.OpenGL4.All.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.OpenGL4.All.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.OpenGL4.All.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.OpenGL4.All.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.OpenGL4.All.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.OpenGL4.All.PointDistanceAttenuationArb; + var _FogFuncSgis = OpenTK.Graphics.OpenGL4.All.FogFuncSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.OpenGL4.All.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.OpenGL4.All.MaxFogFuncPointsSgis; + var _ClampToBorder = OpenTK.Graphics.OpenGL4.All.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.OpenGL4.All.ClampToBorderArb; + var _ClampToBorderNv = OpenTK.Graphics.OpenGL4.All.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.OpenGL4.All.ClampToBorderSgis; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.OpenGL4.All.TextureMultiBufferHintSgix; + var _ClampToEdge = OpenTK.Graphics.OpenGL4.All.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.OpenGL4.All.ClampToEdgeSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.OpenGL4.All.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.OpenGL4.All.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.OpenGL4.All.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.OpenGL4.All.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.OpenGL4.All.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.OpenGL4.All.ProxyTexture4DSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.OpenGL4.All.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.OpenGL4.All.TextureWrapQSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.OpenGL4.All.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenSgix; + var _TextureMinLod = OpenTK.Graphics.OpenGL4.All.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.OpenGL4.All.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.OpenGL4.All.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.OpenGL4.All.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL4.All.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.OpenGL4.All.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL4.All.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.OpenGL4.All.TextureMaxLevelSgis; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.OpenGL4.All.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.OpenGL4.All.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.OpenGL4.All.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.OpenGL4.All.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.OpenGL4.All.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.OpenGL4.All.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.OpenGL4.All.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.OpenGL4.All.PixelTileCacheSizeSgix; + var _Filter4Sgis = OpenTK.Graphics.OpenGL4.All.Filter4Sgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.OpenGL4.All.TextureFilter4SizeSgis; + var _SpriteSgix = OpenTK.Graphics.OpenGL4.All.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.OpenGL4.All.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.OpenGL4.All.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.OpenGL4.All.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.OpenGL4.All.Texture4DBindingSgis; + var _ConstantBorder = OpenTK.Graphics.OpenGL4.All.ConstantBorder; + var _ReplicateBorder = OpenTK.Graphics.OpenGL4.All.ReplicateBorder; + var _ConvolutionBorderColor = OpenTK.Graphics.OpenGL4.All.ConvolutionBorderColor; + var _LinearClipmapLinearSgix = OpenTK.Graphics.OpenGL4.All.LinearClipmapLinearSgix; + var _TextureClipmapCenterSgix = OpenTK.Graphics.OpenGL4.All.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.OpenGL4.All.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.OpenGL4.All.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL4.All.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.OpenGL4.All.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.OpenGL4.All.TextureClipmapDepthSgix; + var _MaxClipmapDepthSgix = OpenTK.Graphics.OpenGL4.All.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL4.All.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.OpenGL4.All.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.OpenGL4.All.PostTextureFilterScaleSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.OpenGL4.All.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.OpenGL4.All.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.OpenGL4.All.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.OpenGL4.All.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.OpenGL4.All.IrInstrument1Sgix; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.OpenGL4.All.InstrumentBufferPointerSgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.OpenGL4.All.InstrumentMeasurementsSgix; + var _ListPrioritySgix = OpenTK.Graphics.OpenGL4.All.ListPrioritySgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.OpenGL4.All.CalligraphicFragmentSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenQFloorSgix; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenAlphaMsSgix; + var _FramezoomSgix = OpenTK.Graphics.OpenGL4.All.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.OpenGL4.All.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.OpenGL4.All.MaxFramezoomFactorSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.OpenGL4.All.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.OpenGL4.All.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.OpenGL4.All.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.OpenGL4.All.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.OpenGL4.All.GenerateMipmapSgis; + var _GenerateMipmapHint = OpenTK.Graphics.OpenGL4.All.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.OpenGL4.All.GenerateMipmapHintSgis; + var _GeometryDeformationSgix = OpenTK.Graphics.OpenGL4.All.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.OpenGL4.All.TextureDeformationSgix; + var _DeformationsMaskSgix = OpenTK.Graphics.OpenGL4.All.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.OpenGL4.All.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.OpenGL4.All.FogOffsetValueSgix; + var _TextureCompareSgix = OpenTK.Graphics.OpenGL4.All.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.OpenGL4.All.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.OpenGL4.All.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.OpenGL4.All.TextureGequalRSgix; + var _DepthComponent16 = OpenTK.Graphics.OpenGL4.All.DepthComponent16; + var _DepthComponent16Sgix = OpenTK.Graphics.OpenGL4.All.DepthComponent16Sgix; + var _DepthComponent24 = OpenTK.Graphics.OpenGL4.All.DepthComponent24; + var _DepthComponent24Sgix = OpenTK.Graphics.OpenGL4.All.DepthComponent24Sgix; + var _DepthComponent32 = OpenTK.Graphics.OpenGL4.All.DepthComponent32; + var _DepthComponent32Sgix = OpenTK.Graphics.OpenGL4.All.DepthComponent32Sgix; + var _Ycrcb422Sgix = OpenTK.Graphics.OpenGL4.All.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.OpenGL4.All.Ycrcb444Sgix; + var _EyeDistanceToPointSgis = OpenTK.Graphics.OpenGL4.All.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.OpenGL4.All.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.OpenGL4.All.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.OpenGL4.All.ObjectDistanceToLineSgis; + var _EyePointSgis = OpenTK.Graphics.OpenGL4.All.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.OpenGL4.All.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.OpenGL4.All.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.OpenGL4.All.ObjectLineSgis; + var _LightModelColorControl = OpenTK.Graphics.OpenGL4.All.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.OpenGL4.All.LightModelColorControlExt; + var _SingleColor = OpenTK.Graphics.OpenGL4.All.SingleColor; + var _SingleColorExt = OpenTK.Graphics.OpenGL4.All.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.OpenGL4.All.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.OpenGL4.All.SeparateSpecularColorExt; + var _SharedTexturePaletteExt = OpenTK.Graphics.OpenGL4.All.SharedTexturePaletteExt; + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentStencilSize; + var _FramebufferDefault = OpenTK.Graphics.OpenGL4.All.FramebufferDefault; + var _FramebufferUndefined = OpenTK.Graphics.OpenGL4.All.FramebufferUndefined; + var _DepthStencilAttachment = OpenTK.Graphics.OpenGL4.All.DepthStencilAttachment; + var _MajorVersion = OpenTK.Graphics.OpenGL4.All.MajorVersion; + var _MinorVersion = OpenTK.Graphics.OpenGL4.All.MinorVersion; + var _NumExtensions = OpenTK.Graphics.OpenGL4.All.NumExtensions; + var _ContextFlags = OpenTK.Graphics.OpenGL4.All.ContextFlags; + var _BufferImmutableStorage = OpenTK.Graphics.OpenGL4.All.BufferImmutableStorage; + var _BufferStorageFlags = OpenTK.Graphics.OpenGL4.All.BufferStorageFlags; + var _PrimitiveRestartForPatchesSupported = OpenTK.Graphics.OpenGL4.All.PrimitiveRestartForPatchesSupported; + var _Index = OpenTK.Graphics.OpenGL4.All.Index; + var _CompressedRed = OpenTK.Graphics.OpenGL4.All.CompressedRed; + var _CompressedRg = OpenTK.Graphics.OpenGL4.All.CompressedRg; + var _Rg = OpenTK.Graphics.OpenGL4.All.Rg; + var _RgInteger = OpenTK.Graphics.OpenGL4.All.RgInteger; + var _R8 = OpenTK.Graphics.OpenGL4.All.R8; + var _R16 = OpenTK.Graphics.OpenGL4.All.R16; + var _Rg8 = OpenTK.Graphics.OpenGL4.All.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL4.All.Rg16; + var _R16f = OpenTK.Graphics.OpenGL4.All.R16f; + var _R32f = OpenTK.Graphics.OpenGL4.All.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL4.All.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL4.All.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL4.All.R8i; + var _R8ui = OpenTK.Graphics.OpenGL4.All.R8ui; + var _R16i = OpenTK.Graphics.OpenGL4.All.R16i; + var _R16ui = OpenTK.Graphics.OpenGL4.All.R16ui; + var _R32i = OpenTK.Graphics.OpenGL4.All.R32i; + var _R32ui = OpenTK.Graphics.OpenGL4.All.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL4.All.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL4.All.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL4.All.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL4.All.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL4.All.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL4.All.Rg32ui; + var _SyncClEventArb = OpenTK.Graphics.OpenGL4.All.SyncClEventArb; + var _SyncClEventCompleteArb = OpenTK.Graphics.OpenGL4.All.SyncClEventCompleteArb; + var _DebugOutputSynchronous = OpenTK.Graphics.OpenGL4.All.DebugOutputSynchronous; + var _DebugOutputSynchronousArb = OpenTK.Graphics.OpenGL4.All.DebugOutputSynchronousArb; + var _DebugOutputSynchronousKhr = OpenTK.Graphics.OpenGL4.All.DebugOutputSynchronousKhr; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.OpenGL4.All.DebugNextLoggedMessageLength; + var _DebugNextLoggedMessageLengthArb = OpenTK.Graphics.OpenGL4.All.DebugNextLoggedMessageLengthArb; + var _DebugNextLoggedMessageLengthKhr = OpenTK.Graphics.OpenGL4.All.DebugNextLoggedMessageLengthKhr; + var _DebugCallbackFunction = OpenTK.Graphics.OpenGL4.All.DebugCallbackFunction; + var _DebugCallbackFunctionArb = OpenTK.Graphics.OpenGL4.All.DebugCallbackFunctionArb; + var _DebugCallbackFunctionKhr = OpenTK.Graphics.OpenGL4.All.DebugCallbackFunctionKhr; + var _DebugCallbackUserParam = OpenTK.Graphics.OpenGL4.All.DebugCallbackUserParam; + var _DebugCallbackUserParamArb = OpenTK.Graphics.OpenGL4.All.DebugCallbackUserParamArb; + var _DebugCallbackUserParamKhr = OpenTK.Graphics.OpenGL4.All.DebugCallbackUserParamKhr; + var _DebugSourceApi = OpenTK.Graphics.OpenGL4.All.DebugSourceApi; + var _DebugSourceApiArb = OpenTK.Graphics.OpenGL4.All.DebugSourceApiArb; + var _DebugSourceApiKhr = OpenTK.Graphics.OpenGL4.All.DebugSourceApiKhr; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL4.All.DebugSourceWindowSystem; + var _DebugSourceWindowSystemArb = OpenTK.Graphics.OpenGL4.All.DebugSourceWindowSystemArb; + var _DebugSourceWindowSystemKhr = OpenTK.Graphics.OpenGL4.All.DebugSourceWindowSystemKhr; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL4.All.DebugSourceShaderCompiler; + var _DebugSourceShaderCompilerArb = OpenTK.Graphics.OpenGL4.All.DebugSourceShaderCompilerArb; + var _DebugSourceShaderCompilerKhr = OpenTK.Graphics.OpenGL4.All.DebugSourceShaderCompilerKhr; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL4.All.DebugSourceThirdParty; + var _DebugSourceThirdPartyArb = OpenTK.Graphics.OpenGL4.All.DebugSourceThirdPartyArb; + var _DebugSourceThirdPartyKhr = OpenTK.Graphics.OpenGL4.All.DebugSourceThirdPartyKhr; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL4.All.DebugSourceApplication; + var _DebugSourceApplicationArb = OpenTK.Graphics.OpenGL4.All.DebugSourceApplicationArb; + var _DebugSourceApplicationKhr = OpenTK.Graphics.OpenGL4.All.DebugSourceApplicationKhr; + var _DebugSourceOther = OpenTK.Graphics.OpenGL4.All.DebugSourceOther; + var _DebugSourceOtherArb = OpenTK.Graphics.OpenGL4.All.DebugSourceOtherArb; + var _DebugSourceOtherKhr = OpenTK.Graphics.OpenGL4.All.DebugSourceOtherKhr; + var _DebugTypeError = OpenTK.Graphics.OpenGL4.All.DebugTypeError; + var _DebugTypeErrorArb = OpenTK.Graphics.OpenGL4.All.DebugTypeErrorArb; + var _DebugTypeErrorKhr = OpenTK.Graphics.OpenGL4.All.DebugTypeErrorKhr; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL4.All.DebugTypeDeprecatedBehavior; + var _DebugTypeDeprecatedBehaviorArb = OpenTK.Graphics.OpenGL4.All.DebugTypeDeprecatedBehaviorArb; + var _DebugTypeDeprecatedBehaviorKhr = OpenTK.Graphics.OpenGL4.All.DebugTypeDeprecatedBehaviorKhr; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL4.All.DebugTypeUndefinedBehavior; + var _DebugTypeUndefinedBehaviorArb = OpenTK.Graphics.OpenGL4.All.DebugTypeUndefinedBehaviorArb; + var _DebugTypeUndefinedBehaviorKhr = OpenTK.Graphics.OpenGL4.All.DebugTypeUndefinedBehaviorKhr; + var _DebugTypePortability = OpenTK.Graphics.OpenGL4.All.DebugTypePortability; + var _DebugTypePortabilityArb = OpenTK.Graphics.OpenGL4.All.DebugTypePortabilityArb; + var _DebugTypePortabilityKhr = OpenTK.Graphics.OpenGL4.All.DebugTypePortabilityKhr; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL4.All.DebugTypePerformance; + var _DebugTypePerformanceArb = OpenTK.Graphics.OpenGL4.All.DebugTypePerformanceArb; + var _DebugTypePerformanceKhr = OpenTK.Graphics.OpenGL4.All.DebugTypePerformanceKhr; + var _DebugTypeOther = OpenTK.Graphics.OpenGL4.All.DebugTypeOther; + var _DebugTypeOtherArb = OpenTK.Graphics.OpenGL4.All.DebugTypeOtherArb; + var _DebugTypeOtherKhr = OpenTK.Graphics.OpenGL4.All.DebugTypeOtherKhr; + var _LoseContextOnResetArb = OpenTK.Graphics.OpenGL4.All.LoseContextOnResetArb; + var _GuiltyContextResetArb = OpenTK.Graphics.OpenGL4.All.GuiltyContextResetArb; + var _InnocentContextResetArb = OpenTK.Graphics.OpenGL4.All.InnocentContextResetArb; + var _UnknownContextResetArb = OpenTK.Graphics.OpenGL4.All.UnknownContextResetArb; + var _ResetNotificationStrategyArb = OpenTK.Graphics.OpenGL4.All.ResetNotificationStrategyArb; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.All.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL4.All.ProgramSeparable; + var _ActiveProgram = OpenTK.Graphics.OpenGL4.All.ActiveProgram; + var _ProgramPipelineBinding = OpenTK.Graphics.OpenGL4.All.ProgramPipelineBinding; + var _MaxViewports = OpenTK.Graphics.OpenGL4.All.MaxViewports; + var _ViewportSubpixelBits = OpenTK.Graphics.OpenGL4.All.ViewportSubpixelBits; + var _ViewportBoundsRange = OpenTK.Graphics.OpenGL4.All.ViewportBoundsRange; + var _LayerProvokingVertex = OpenTK.Graphics.OpenGL4.All.LayerProvokingVertex; + var _ViewportIndexProvokingVertex = OpenTK.Graphics.OpenGL4.All.ViewportIndexProvokingVertex; + var _UndefinedVertex = OpenTK.Graphics.OpenGL4.All.UndefinedVertex; + var _NoResetNotificationArb = OpenTK.Graphics.OpenGL4.All.NoResetNotificationArb; + var _MaxComputeSharedMemorySize = OpenTK.Graphics.OpenGL4.All.MaxComputeSharedMemorySize; + var _MaxComputeUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxComputeUniformComponents; + var _MaxComputeAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.All.MaxComputeAtomicCounterBuffers; + var _MaxComputeAtomicCounters = OpenTK.Graphics.OpenGL4.All.MaxComputeAtomicCounters; + var _MaxCombinedComputeUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxCombinedComputeUniformComponents; + var _ComputeWorkGroupSize = OpenTK.Graphics.OpenGL4.All.ComputeWorkGroupSize; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL4.All.DebugTypeMarker; + var _DebugTypeMarkerKhr = OpenTK.Graphics.OpenGL4.All.DebugTypeMarkerKhr; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL4.All.DebugTypePushGroup; + var _DebugTypePushGroupKhr = OpenTK.Graphics.OpenGL4.All.DebugTypePushGroupKhr; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL4.All.DebugTypePopGroup; + var _DebugTypePopGroupKhr = OpenTK.Graphics.OpenGL4.All.DebugTypePopGroupKhr; + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL4.All.DebugSeverityNotification; + var _DebugSeverityNotificationKhr = OpenTK.Graphics.OpenGL4.All.DebugSeverityNotificationKhr; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.OpenGL4.All.MaxDebugGroupStackDepth; + var _MaxDebugGroupStackDepthKhr = OpenTK.Graphics.OpenGL4.All.MaxDebugGroupStackDepthKhr; + var _DebugGroupStackDepth = OpenTK.Graphics.OpenGL4.All.DebugGroupStackDepth; + var _DebugGroupStackDepthKhr = OpenTK.Graphics.OpenGL4.All.DebugGroupStackDepthKhr; + var _MaxUniformLocations = OpenTK.Graphics.OpenGL4.All.MaxUniformLocations; + var _InternalformatSupported = OpenTK.Graphics.OpenGL4.All.InternalformatSupported; + var _InternalformatPreferred = OpenTK.Graphics.OpenGL4.All.InternalformatPreferred; + var _InternalformatRedSize = OpenTK.Graphics.OpenGL4.All.InternalformatRedSize; + var _InternalformatGreenSize = OpenTK.Graphics.OpenGL4.All.InternalformatGreenSize; + var _InternalformatBlueSize = OpenTK.Graphics.OpenGL4.All.InternalformatBlueSize; + var _InternalformatAlphaSize = OpenTK.Graphics.OpenGL4.All.InternalformatAlphaSize; + var _InternalformatDepthSize = OpenTK.Graphics.OpenGL4.All.InternalformatDepthSize; + var _InternalformatStencilSize = OpenTK.Graphics.OpenGL4.All.InternalformatStencilSize; + var _InternalformatSharedSize = OpenTK.Graphics.OpenGL4.All.InternalformatSharedSize; + var _InternalformatRedType = OpenTK.Graphics.OpenGL4.All.InternalformatRedType; + var _InternalformatGreenType = OpenTK.Graphics.OpenGL4.All.InternalformatGreenType; + var _InternalformatBlueType = OpenTK.Graphics.OpenGL4.All.InternalformatBlueType; + var _InternalformatAlphaType = OpenTK.Graphics.OpenGL4.All.InternalformatAlphaType; + var _InternalformatDepthType = OpenTK.Graphics.OpenGL4.All.InternalformatDepthType; + var _InternalformatStencilType = OpenTK.Graphics.OpenGL4.All.InternalformatStencilType; + var _MaxWidth = OpenTK.Graphics.OpenGL4.All.MaxWidth; + var _MaxHeight = OpenTK.Graphics.OpenGL4.All.MaxHeight; + var _MaxDepth = OpenTK.Graphics.OpenGL4.All.MaxDepth; + var _MaxLayers = OpenTK.Graphics.OpenGL4.All.MaxLayers; + var _MaxCombinedDimensions = OpenTK.Graphics.OpenGL4.All.MaxCombinedDimensions; + var _ColorComponents = OpenTK.Graphics.OpenGL4.All.ColorComponents; + var _DepthComponents = OpenTK.Graphics.OpenGL4.All.DepthComponents; + var _StencilComponents = OpenTK.Graphics.OpenGL4.All.StencilComponents; + var _ColorRenderable = OpenTK.Graphics.OpenGL4.All.ColorRenderable; + var _DepthRenderable = OpenTK.Graphics.OpenGL4.All.DepthRenderable; + var _StencilRenderable = OpenTK.Graphics.OpenGL4.All.StencilRenderable; + var _FramebufferRenderable = OpenTK.Graphics.OpenGL4.All.FramebufferRenderable; + var _FramebufferRenderableLayered = OpenTK.Graphics.OpenGL4.All.FramebufferRenderableLayered; + var _FramebufferBlend = OpenTK.Graphics.OpenGL4.All.FramebufferBlend; + var _ReadPixels = OpenTK.Graphics.OpenGL4.All.ReadPixels; + var _ReadPixelsFormat = OpenTK.Graphics.OpenGL4.All.ReadPixelsFormat; + var _ReadPixelsType = OpenTK.Graphics.OpenGL4.All.ReadPixelsType; + var _TextureImageFormat = OpenTK.Graphics.OpenGL4.All.TextureImageFormat; + var _TextureImageType = OpenTK.Graphics.OpenGL4.All.TextureImageType; + var _GetTextureImageFormat = OpenTK.Graphics.OpenGL4.All.GetTextureImageFormat; + var _GetTextureImageType = OpenTK.Graphics.OpenGL4.All.GetTextureImageType; + var _Mipmap = OpenTK.Graphics.OpenGL4.All.Mipmap; + var _ManualGenerateMipmap = OpenTK.Graphics.OpenGL4.All.ManualGenerateMipmap; + var _AutoGenerateMipmap = OpenTK.Graphics.OpenGL4.All.AutoGenerateMipmap; + var _ColorEncoding = OpenTK.Graphics.OpenGL4.All.ColorEncoding; + var _SrgbRead = OpenTK.Graphics.OpenGL4.All.SrgbRead; + var _SrgbWrite = OpenTK.Graphics.OpenGL4.All.SrgbWrite; + var _SrgbDecodeArb = OpenTK.Graphics.OpenGL4.All.SrgbDecodeArb; + var _Filter = OpenTK.Graphics.OpenGL4.All.Filter; + var _VertexTexture = OpenTK.Graphics.OpenGL4.All.VertexTexture; + var _TessControlTexture = OpenTK.Graphics.OpenGL4.All.TessControlTexture; + var _TessEvaluationTexture = OpenTK.Graphics.OpenGL4.All.TessEvaluationTexture; + var _GeometryTexture = OpenTK.Graphics.OpenGL4.All.GeometryTexture; + var _FragmentTexture = OpenTK.Graphics.OpenGL4.All.FragmentTexture; + var _ComputeTexture = OpenTK.Graphics.OpenGL4.All.ComputeTexture; + var _TextureShadow = OpenTK.Graphics.OpenGL4.All.TextureShadow; + var _TextureGather = OpenTK.Graphics.OpenGL4.All.TextureGather; + var _TextureGatherShadow = OpenTK.Graphics.OpenGL4.All.TextureGatherShadow; + var _ShaderImageLoad = OpenTK.Graphics.OpenGL4.All.ShaderImageLoad; + var _ShaderImageStore = OpenTK.Graphics.OpenGL4.All.ShaderImageStore; + var _ShaderImageAtomic = OpenTK.Graphics.OpenGL4.All.ShaderImageAtomic; + var _ImageTexelSize = OpenTK.Graphics.OpenGL4.All.ImageTexelSize; + var _ImageCompatibilityClass = OpenTK.Graphics.OpenGL4.All.ImageCompatibilityClass; + var _ImagePixelFormat = OpenTK.Graphics.OpenGL4.All.ImagePixelFormat; + var _ImagePixelType = OpenTK.Graphics.OpenGL4.All.ImagePixelType; + var _SimultaneousTextureAndDepthTest = OpenTK.Graphics.OpenGL4.All.SimultaneousTextureAndDepthTest; + var _SimultaneousTextureAndStencilTest = OpenTK.Graphics.OpenGL4.All.SimultaneousTextureAndStencilTest; + var _SimultaneousTextureAndDepthWrite = OpenTK.Graphics.OpenGL4.All.SimultaneousTextureAndDepthWrite; + var _SimultaneousTextureAndStencilWrite = OpenTK.Graphics.OpenGL4.All.SimultaneousTextureAndStencilWrite; + var _TextureCompressedBlockWidth = OpenTK.Graphics.OpenGL4.All.TextureCompressedBlockWidth; + var _TextureCompressedBlockHeight = OpenTK.Graphics.OpenGL4.All.TextureCompressedBlockHeight; + var _TextureCompressedBlockSize = OpenTK.Graphics.OpenGL4.All.TextureCompressedBlockSize; + var _ClearBuffer = OpenTK.Graphics.OpenGL4.All.ClearBuffer; + var _TextureView = OpenTK.Graphics.OpenGL4.All.TextureView; + var _ViewCompatibilityClass = OpenTK.Graphics.OpenGL4.All.ViewCompatibilityClass; + var _FullSupport = OpenTK.Graphics.OpenGL4.All.FullSupport; + var _CaveatSupport = OpenTK.Graphics.OpenGL4.All.CaveatSupport; + var _ImageClass4X32 = OpenTK.Graphics.OpenGL4.All.ImageClass4X32; + var _ImageClass2X32 = OpenTK.Graphics.OpenGL4.All.ImageClass2X32; + var _ImageClass1X32 = OpenTK.Graphics.OpenGL4.All.ImageClass1X32; + var _ImageClass4X16 = OpenTK.Graphics.OpenGL4.All.ImageClass4X16; + var _ImageClass2X16 = OpenTK.Graphics.OpenGL4.All.ImageClass2X16; + var _ImageClass1X16 = OpenTK.Graphics.OpenGL4.All.ImageClass1X16; + var _ImageClass4X8 = OpenTK.Graphics.OpenGL4.All.ImageClass4X8; + var _ImageClass2X8 = OpenTK.Graphics.OpenGL4.All.ImageClass2X8; + var _ImageClass1X8 = OpenTK.Graphics.OpenGL4.All.ImageClass1X8; + var _ImageClass111110 = OpenTK.Graphics.OpenGL4.All.ImageClass111110; + var _ImageClass1010102 = OpenTK.Graphics.OpenGL4.All.ImageClass1010102; + var _ViewClass128Bits = OpenTK.Graphics.OpenGL4.All.ViewClass128Bits; + var _ViewClass96Bits = OpenTK.Graphics.OpenGL4.All.ViewClass96Bits; + var _ViewClass64Bits = OpenTK.Graphics.OpenGL4.All.ViewClass64Bits; + var _ViewClass48Bits = OpenTK.Graphics.OpenGL4.All.ViewClass48Bits; + var _ViewClass32Bits = OpenTK.Graphics.OpenGL4.All.ViewClass32Bits; + var _ViewClass24Bits = OpenTK.Graphics.OpenGL4.All.ViewClass24Bits; + var _ViewClass16Bits = OpenTK.Graphics.OpenGL4.All.ViewClass16Bits; + var _ViewClass8Bits = OpenTK.Graphics.OpenGL4.All.ViewClass8Bits; + var _ViewClassS3tcDxt1Rgb = OpenTK.Graphics.OpenGL4.All.ViewClassS3tcDxt1Rgb; + var _ViewClassS3tcDxt1Rgba = OpenTK.Graphics.OpenGL4.All.ViewClassS3tcDxt1Rgba; + var _ViewClassS3tcDxt3Rgba = OpenTK.Graphics.OpenGL4.All.ViewClassS3tcDxt3Rgba; + var _ViewClassS3tcDxt5Rgba = OpenTK.Graphics.OpenGL4.All.ViewClassS3tcDxt5Rgba; + var _ViewClassRgtc1Red = OpenTK.Graphics.OpenGL4.All.ViewClassRgtc1Red; + var _ViewClassRgtc2Rg = OpenTK.Graphics.OpenGL4.All.ViewClassRgtc2Rg; + var _ViewClassBptcUnorm = OpenTK.Graphics.OpenGL4.All.ViewClassBptcUnorm; + var _ViewClassBptcFloat = OpenTK.Graphics.OpenGL4.All.ViewClassBptcFloat; + var _VertexAttribBinding = OpenTK.Graphics.OpenGL4.All.VertexAttribBinding; + var _VertexAttribRelativeOffset = OpenTK.Graphics.OpenGL4.All.VertexAttribRelativeOffset; + var _VertexBindingDivisor = OpenTK.Graphics.OpenGL4.All.VertexBindingDivisor; + var _VertexBindingOffset = OpenTK.Graphics.OpenGL4.All.VertexBindingOffset; + var _VertexBindingStride = OpenTK.Graphics.OpenGL4.All.VertexBindingStride; + var _MaxVertexAttribRelativeOffset = OpenTK.Graphics.OpenGL4.All.MaxVertexAttribRelativeOffset; + var _MaxVertexAttribBindings = OpenTK.Graphics.OpenGL4.All.MaxVertexAttribBindings; + var _TextureViewMinLevel = OpenTK.Graphics.OpenGL4.All.TextureViewMinLevel; + var _TextureViewNumLevels = OpenTK.Graphics.OpenGL4.All.TextureViewNumLevels; + var _TextureViewMinLayer = OpenTK.Graphics.OpenGL4.All.TextureViewMinLayer; + var _TextureViewNumLayers = OpenTK.Graphics.OpenGL4.All.TextureViewNumLayers; + var _TextureImmutableLevels = OpenTK.Graphics.OpenGL4.All.TextureImmutableLevels; + var _Buffer = OpenTK.Graphics.OpenGL4.All.Buffer; + var _BufferKhr = OpenTK.Graphics.OpenGL4.All.BufferKhr; + var _Shader = OpenTK.Graphics.OpenGL4.All.Shader; + var _ShaderKhr = OpenTK.Graphics.OpenGL4.All.ShaderKhr; + var _Program = OpenTK.Graphics.OpenGL4.All.Program; + var _ProgramKhr = OpenTK.Graphics.OpenGL4.All.ProgramKhr; + var _Query = OpenTK.Graphics.OpenGL4.All.Query; + var _QueryKhr = OpenTK.Graphics.OpenGL4.All.QueryKhr; + var _ProgramPipeline = OpenTK.Graphics.OpenGL4.All.ProgramPipeline; + var _MaxVertexAttribStride = OpenTK.Graphics.OpenGL4.All.MaxVertexAttribStride; + var _Sampler = OpenTK.Graphics.OpenGL4.All.Sampler; + var _SamplerKhr = OpenTK.Graphics.OpenGL4.All.SamplerKhr; + var _DisplayList = OpenTK.Graphics.OpenGL4.All.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.OpenGL4.All.MaxLabelLength; + var _MaxLabelLengthKhr = OpenTK.Graphics.OpenGL4.All.MaxLabelLengthKhr; + var _NumShadingLanguageVersions = OpenTK.Graphics.OpenGL4.All.NumShadingLanguageVersions; + var _ConvolutionHintSgix = OpenTK.Graphics.OpenGL4.All.ConvolutionHintSgix; + var _AlphaMinSgix = OpenTK.Graphics.OpenGL4.All.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.OpenGL4.All.AlphaMaxSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.OpenGL4.All.ScalebiasHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.OpenGL4.All.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.OpenGL4.All.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.OpenGL4.All.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.OpenGL4.All.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.OpenGL4.All.PixelTextureSgis; + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.OpenGL4.All.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.OpenGL4.All.PixelFragmentAlphaSourceSgis; + var _LineQualityHintSgix = OpenTK.Graphics.OpenGL4.All.LineQualityHintSgix; + var _AsyncTexImageSgix = OpenTK.Graphics.OpenGL4.All.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL4.All.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.OpenGL4.All.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.OpenGL4.All.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL4.All.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.OpenGL4.All.MaxAsyncReadPixelsSgix; + var _UnsignedByte233Rev = OpenTK.Graphics.OpenGL4.All.UnsignedByte233Rev; + var _UnsignedByte233Reversed = OpenTK.Graphics.OpenGL4.All.UnsignedByte233Reversed; + var _UnsignedShort565 = OpenTK.Graphics.OpenGL4.All.UnsignedShort565; + var _UnsignedShort565Rev = OpenTK.Graphics.OpenGL4.All.UnsignedShort565Rev; + var _UnsignedShort565Reversed = OpenTK.Graphics.OpenGL4.All.UnsignedShort565Reversed; + var _UnsignedShort4444Rev = OpenTK.Graphics.OpenGL4.All.UnsignedShort4444Rev; + var _UnsignedShort4444Reversed = OpenTK.Graphics.OpenGL4.All.UnsignedShort4444Reversed; + var _UnsignedShort1555Rev = OpenTK.Graphics.OpenGL4.All.UnsignedShort1555Rev; + var _UnsignedShort1555Reversed = OpenTK.Graphics.OpenGL4.All.UnsignedShort1555Reversed; + var _UnsignedInt8888Rev = OpenTK.Graphics.OpenGL4.All.UnsignedInt8888Rev; + var _UnsignedInt8888Reversed = OpenTK.Graphics.OpenGL4.All.UnsignedInt8888Reversed; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.All.UnsignedInt2101010Rev; + var _UnsignedInt2101010Reversed = OpenTK.Graphics.OpenGL4.All.UnsignedInt2101010Reversed; + var _TextureMaxClampSSgix = OpenTK.Graphics.OpenGL4.All.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.OpenGL4.All.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.OpenGL4.All.TextureMaxClampRSgix; + var _MirroredRepeat = OpenTK.Graphics.OpenGL4.All.MirroredRepeat; + var _VertexPreclipSgix = OpenTK.Graphics.OpenGL4.All.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.OpenGL4.All.VertexPreclipHintSgix; + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL4.All.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.OpenGL4.All.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.OpenGL4.All.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.OpenGL4.All.CompressedRgbaS3tcDxt5Ext; + var _FragmentLightingSgix = OpenTK.Graphics.OpenGL4.All.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.OpenGL4.All.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.OpenGL4.All.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.OpenGL4.All.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.OpenGL4.All.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.OpenGL4.All.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.OpenGL4.All.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.OpenGL4.All.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.OpenGL4.All.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.OpenGL4.All.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.OpenGL4.All.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL4.All.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.OpenGL4.All.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.OpenGL4.All.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.OpenGL4.All.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.OpenGL4.All.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.OpenGL4.All.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.OpenGL4.All.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.OpenGL4.All.FragmentLight7Sgix; + var _PackResampleSgix = OpenTK.Graphics.OpenGL4.All.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.OpenGL4.All.UnpackResampleSgix; + var _ResampleReplicateSgix = OpenTK.Graphics.OpenGL4.All.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.OpenGL4.All.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.OpenGL4.All.ResampleDecimateSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.OpenGL4.All.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.OpenGL4.All.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.OpenGL4.All.LinearClipmapNearestSgix; + var _FogCoordSrc = OpenTK.Graphics.OpenGL4.All.FogCoordSrc; + var _FogCoord = OpenTK.Graphics.OpenGL4.All.FogCoord; + var _FragmentDepth = OpenTK.Graphics.OpenGL4.All.FragmentDepth; + var _CurrentFogCoord = OpenTK.Graphics.OpenGL4.All.CurrentFogCoord; + var _FogCoordArrayType = OpenTK.Graphics.OpenGL4.All.FogCoordArrayType; + var _FogCoordArrayStride = OpenTK.Graphics.OpenGL4.All.FogCoordArrayStride; + var _FogCoordArrayPointer = OpenTK.Graphics.OpenGL4.All.FogCoordArrayPointer; + var _FogCoordArray = OpenTK.Graphics.OpenGL4.All.FogCoordArray; + var _ColorSum = OpenTK.Graphics.OpenGL4.All.ColorSum; + var _CurrentSecondaryColor = OpenTK.Graphics.OpenGL4.All.CurrentSecondaryColor; + var _SecondaryColorArraySize = OpenTK.Graphics.OpenGL4.All.SecondaryColorArraySize; + var _SecondaryColorArrayType = OpenTK.Graphics.OpenGL4.All.SecondaryColorArrayType; + var _SecondaryColorArrayStride = OpenTK.Graphics.OpenGL4.All.SecondaryColorArrayStride; + var _SecondaryColorArrayPointer = OpenTK.Graphics.OpenGL4.All.SecondaryColorArrayPointer; + var _SecondaryColorArray = OpenTK.Graphics.OpenGL4.All.SecondaryColorArray; + var _CurrentRasterSecondaryColor = OpenTK.Graphics.OpenGL4.All.CurrentRasterSecondaryColor; + var _RgbIccSgix = OpenTK.Graphics.OpenGL4.All.RgbIccSgix; + var _RgbaIccSgix = OpenTK.Graphics.OpenGL4.All.RgbaIccSgix; + var _AlphaIccSgix = OpenTK.Graphics.OpenGL4.All.AlphaIccSgix; + var _LuminanceIccSgix = OpenTK.Graphics.OpenGL4.All.LuminanceIccSgix; + var _IntensityIccSgix = OpenTK.Graphics.OpenGL4.All.IntensityIccSgix; + var _LuminanceAlphaIccSgix = OpenTK.Graphics.OpenGL4.All.LuminanceAlphaIccSgix; + var _R5G6B5IccSgix = OpenTK.Graphics.OpenGL4.All.R5G6B5IccSgix; + var _R5G6B5A8IccSgix = OpenTK.Graphics.OpenGL4.All.R5G6B5A8IccSgix; + var _Alpha16IccSgix = OpenTK.Graphics.OpenGL4.All.Alpha16IccSgix; + var _Luminance16IccSgix = OpenTK.Graphics.OpenGL4.All.Luminance16IccSgix; + var _Intensity16IccSgix = OpenTK.Graphics.OpenGL4.All.Intensity16IccSgix; + var _Luminance16Alpha8IccSgix = OpenTK.Graphics.OpenGL4.All.Luminance16Alpha8IccSgix; + var _AliasedPointSizeRange = OpenTK.Graphics.OpenGL4.All.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.OpenGL4.All.AliasedLineWidthRange; + var _Texture0 = OpenTK.Graphics.OpenGL4.All.Texture0; + var _Texture1 = OpenTK.Graphics.OpenGL4.All.Texture1; + var _Texture2 = OpenTK.Graphics.OpenGL4.All.Texture2; + var _Texture3 = OpenTK.Graphics.OpenGL4.All.Texture3; + var _Texture4 = OpenTK.Graphics.OpenGL4.All.Texture4; + var _Texture5 = OpenTK.Graphics.OpenGL4.All.Texture5; + var _Texture6 = OpenTK.Graphics.OpenGL4.All.Texture6; + var _Texture7 = OpenTK.Graphics.OpenGL4.All.Texture7; + var _Texture8 = OpenTK.Graphics.OpenGL4.All.Texture8; + var _Texture9 = OpenTK.Graphics.OpenGL4.All.Texture9; + var _Texture10 = OpenTK.Graphics.OpenGL4.All.Texture10; + var _Texture11 = OpenTK.Graphics.OpenGL4.All.Texture11; + var _Texture12 = OpenTK.Graphics.OpenGL4.All.Texture12; + var _Texture13 = OpenTK.Graphics.OpenGL4.All.Texture13; + var _Texture14 = OpenTK.Graphics.OpenGL4.All.Texture14; + var _Texture15 = OpenTK.Graphics.OpenGL4.All.Texture15; + var _Texture16 = OpenTK.Graphics.OpenGL4.All.Texture16; + var _Texture17 = OpenTK.Graphics.OpenGL4.All.Texture17; + var _Texture18 = OpenTK.Graphics.OpenGL4.All.Texture18; + var _Texture19 = OpenTK.Graphics.OpenGL4.All.Texture19; + var _Texture20 = OpenTK.Graphics.OpenGL4.All.Texture20; + var _Texture21 = OpenTK.Graphics.OpenGL4.All.Texture21; + var _Texture22 = OpenTK.Graphics.OpenGL4.All.Texture22; + var _Texture23 = OpenTK.Graphics.OpenGL4.All.Texture23; + var _Texture24 = OpenTK.Graphics.OpenGL4.All.Texture24; + var _Texture25 = OpenTK.Graphics.OpenGL4.All.Texture25; + var _Texture26 = OpenTK.Graphics.OpenGL4.All.Texture26; + var _Texture27 = OpenTK.Graphics.OpenGL4.All.Texture27; + var _Texture28 = OpenTK.Graphics.OpenGL4.All.Texture28; + var _Texture29 = OpenTK.Graphics.OpenGL4.All.Texture29; + var _Texture30 = OpenTK.Graphics.OpenGL4.All.Texture30; + var _Texture31 = OpenTK.Graphics.OpenGL4.All.Texture31; + var _ActiveTexture = OpenTK.Graphics.OpenGL4.All.ActiveTexture; + var _ClientActiveTexture = OpenTK.Graphics.OpenGL4.All.ClientActiveTexture; + var _MaxTextureUnits = OpenTK.Graphics.OpenGL4.All.MaxTextureUnits; + var _TransposeModelviewMatrix = OpenTK.Graphics.OpenGL4.All.TransposeModelviewMatrix; + var _TransposeProjectionMatrix = OpenTK.Graphics.OpenGL4.All.TransposeProjectionMatrix; + var _TransposeTextureMatrix = OpenTK.Graphics.OpenGL4.All.TransposeTextureMatrix; + var _TransposeColorMatrix = OpenTK.Graphics.OpenGL4.All.TransposeColorMatrix; + var _Subtract = OpenTK.Graphics.OpenGL4.All.Subtract; + var _MaxRenderbufferSize = OpenTK.Graphics.OpenGL4.All.MaxRenderbufferSize; + var _MaxRenderbufferSizeExt = OpenTK.Graphics.OpenGL4.All.MaxRenderbufferSizeExt; + var _CompressedAlpha = OpenTK.Graphics.OpenGL4.All.CompressedAlpha; + var _CompressedLuminance = OpenTK.Graphics.OpenGL4.All.CompressedLuminance; + var _CompressedLuminanceAlpha = OpenTK.Graphics.OpenGL4.All.CompressedLuminanceAlpha; + var _CompressedIntensity = OpenTK.Graphics.OpenGL4.All.CompressedIntensity; + var _CompressedRgb = OpenTK.Graphics.OpenGL4.All.CompressedRgb; + var _CompressedRgba = OpenTK.Graphics.OpenGL4.All.CompressedRgba; + var _TextureCompressionHint = OpenTK.Graphics.OpenGL4.All.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.OpenGL4.All.TextureCompressionHintArb; + var _UniformBlockReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.All.UniformBlockReferencedByTessControlShader; + var _UniformBlockReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.All.UniformBlockReferencedByTessEvaluationShader; + var _TextureRectangle = OpenTK.Graphics.OpenGL4.All.TextureRectangle; + var _TextureBindingRectangle = OpenTK.Graphics.OpenGL4.All.TextureBindingRectangle; + var _ProxyTextureRectangle = OpenTK.Graphics.OpenGL4.All.ProxyTextureRectangle; + var _MaxRectangleTextureSize = OpenTK.Graphics.OpenGL4.All.MaxRectangleTextureSize; + var _DepthStencil = OpenTK.Graphics.OpenGL4.All.DepthStencil; + var _UnsignedInt248 = OpenTK.Graphics.OpenGL4.All.UnsignedInt248; + var _MaxTextureLodBias = OpenTK.Graphics.OpenGL4.All.MaxTextureLodBias; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL4.All.TextureMaxAnisotropyExt; + var _TextureFilterControl = OpenTK.Graphics.OpenGL4.All.TextureFilterControl; + var _TextureLodBias = OpenTK.Graphics.OpenGL4.All.TextureLodBias; + var _IncrWrap = OpenTK.Graphics.OpenGL4.All.IncrWrap; + var _DecrWrap = OpenTK.Graphics.OpenGL4.All.DecrWrap; + var _NormalMap = OpenTK.Graphics.OpenGL4.All.NormalMap; + var _ReflectionMap = OpenTK.Graphics.OpenGL4.All.ReflectionMap; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.All.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.OpenGL4.All.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.OpenGL4.All.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.OpenGL4.All.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.OpenGL4.All.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.OpenGL4.All.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.OpenGL4.All.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.OpenGL4.All.TextureCubeMapNegativeZ; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL4.All.ProxyTextureCubeMap; + var _MaxCubeMapTextureSize = OpenTK.Graphics.OpenGL4.All.MaxCubeMapTextureSize; + var _VertexArrayStorageHintApple = OpenTK.Graphics.OpenGL4.All.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.OpenGL4.All.MultisampleFilterHintNv; + var _Combine = OpenTK.Graphics.OpenGL4.All.Combine; + var _CombineRgb = OpenTK.Graphics.OpenGL4.All.CombineRgb; + var _CombineAlpha = OpenTK.Graphics.OpenGL4.All.CombineAlpha; + var _RgbScale = OpenTK.Graphics.OpenGL4.All.RgbScale; + var _AddSigned = OpenTK.Graphics.OpenGL4.All.AddSigned; + var _Interpolate = OpenTK.Graphics.OpenGL4.All.Interpolate; + var _Constant = OpenTK.Graphics.OpenGL4.All.Constant; + var _PrimaryColor = OpenTK.Graphics.OpenGL4.All.PrimaryColor; + var _Previous = OpenTK.Graphics.OpenGL4.All.Previous; + var _Source0Rgb = OpenTK.Graphics.OpenGL4.All.Source0Rgb; + var _Src1Rgb = OpenTK.Graphics.OpenGL4.All.Src1Rgb; + var _Src2Rgb = OpenTK.Graphics.OpenGL4.All.Src2Rgb; + var _Src0Alpha = OpenTK.Graphics.OpenGL4.All.Src0Alpha; + var _Src1Alpha = OpenTK.Graphics.OpenGL4.All.Src1Alpha; + var _Src2Alpha = OpenTK.Graphics.OpenGL4.All.Src2Alpha; + var _Operand0Rgb = OpenTK.Graphics.OpenGL4.All.Operand0Rgb; + var _Operand1Rgb = OpenTK.Graphics.OpenGL4.All.Operand1Rgb; + var _Operand2Rgb = OpenTK.Graphics.OpenGL4.All.Operand2Rgb; + var _Operand0Alpha = OpenTK.Graphics.OpenGL4.All.Operand0Alpha; + var _Operand1Alpha = OpenTK.Graphics.OpenGL4.All.Operand1Alpha; + var _Operand2Alpha = OpenTK.Graphics.OpenGL4.All.Operand2Alpha; + var _PackSubsampleRateSgix = OpenTK.Graphics.OpenGL4.All.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.OpenGL4.All.UnpackSubsampleRateSgix; + var _PixelSubsample4444Sgix = OpenTK.Graphics.OpenGL4.All.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.OpenGL4.All.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.OpenGL4.All.PixelSubsample4242Sgix; + var _TransformHintApple = OpenTK.Graphics.OpenGL4.All.TransformHintApple; + var _VertexArrayBinding = OpenTK.Graphics.OpenGL4.All.VertexArrayBinding; + var _TextureStorageHintApple = OpenTK.Graphics.OpenGL4.All.TextureStorageHintApple; + var _VertexProgram = OpenTK.Graphics.OpenGL4.All.VertexProgram; + var _ArrayEnabled = OpenTK.Graphics.OpenGL4.All.ArrayEnabled; + var _VertexAttribArrayEnabled = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.OpenGL4.All.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayStride; + var _ArrayType = OpenTK.Graphics.OpenGL4.All.ArrayType; + var _VertexAttribArrayType = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.OpenGL4.All.CurrentVertexAttrib; + var _ProgramLength = OpenTK.Graphics.OpenGL4.All.ProgramLength; + var _ProgramString = OpenTK.Graphics.OpenGL4.All.ProgramString; + var _ProgramPointSize = OpenTK.Graphics.OpenGL4.All.ProgramPointSize; + var _VertexProgramPointSize = OpenTK.Graphics.OpenGL4.All.VertexProgramPointSize; + var _VertexProgramTwoSide = OpenTK.Graphics.OpenGL4.All.VertexProgramTwoSide; + var _ArrayPointer = OpenTK.Graphics.OpenGL4.All.ArrayPointer; + var _VertexAttribArrayPointer = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayPointer; + var _DepthClamp = OpenTK.Graphics.OpenGL4.All.DepthClamp; + var _ProgramBinding = OpenTK.Graphics.OpenGL4.All.ProgramBinding; + var _TextureCompressedImageSize = OpenTK.Graphics.OpenGL4.All.TextureCompressedImageSize; + var _TextureCompressed = OpenTK.Graphics.OpenGL4.All.TextureCompressed; + var _NumCompressedTextureFormats = OpenTK.Graphics.OpenGL4.All.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.OpenGL4.All.CompressedTextureFormats; + var _Dot3Rgb = OpenTK.Graphics.OpenGL4.All.Dot3Rgb; + var _Dot3Rgba = OpenTK.Graphics.OpenGL4.All.Dot3Rgba; + var _ProgramBinaryLength = OpenTK.Graphics.OpenGL4.All.ProgramBinaryLength; + var _MirrorClampToEdge = OpenTK.Graphics.OpenGL4.All.MirrorClampToEdge; + var _VertexAttribArrayLong = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayLong; + var _BufferSize = OpenTK.Graphics.OpenGL4.All.BufferSize; + var _BufferUsage = OpenTK.Graphics.OpenGL4.All.BufferUsage; + var _NumProgramBinaryFormats = OpenTK.Graphics.OpenGL4.All.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.OpenGL4.All.ProgramBinaryFormats; + var _StencilBackFunc = OpenTK.Graphics.OpenGL4.All.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.OpenGL4.All.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.OpenGL4.All.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.OpenGL4.All.StencilBackPassDepthPass; + var _FragmentProgram = OpenTK.Graphics.OpenGL4.All.FragmentProgram; + var _ProgramAluInstructionsArb = OpenTK.Graphics.OpenGL4.All.ProgramAluInstructionsArb; + var _ProgramTexInstructionsArb = OpenTK.Graphics.OpenGL4.All.ProgramTexInstructionsArb; + var _ProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL4.All.ProgramTexIndirectionsArb; + var _ProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL4.All.ProgramNativeAluInstructionsArb; + var _ProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL4.All.ProgramNativeTexInstructionsArb; + var _ProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL4.All.ProgramNativeTexIndirectionsArb; + var _MaxProgramAluInstructionsArb = OpenTK.Graphics.OpenGL4.All.MaxProgramAluInstructionsArb; + var _MaxProgramTexInstructionsArb = OpenTK.Graphics.OpenGL4.All.MaxProgramTexInstructionsArb; + var _MaxProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL4.All.MaxProgramTexIndirectionsArb; + var _MaxProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL4.All.MaxProgramNativeAluInstructionsArb; + var _MaxProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL4.All.MaxProgramNativeTexInstructionsArb; + var _MaxProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL4.All.MaxProgramNativeTexIndirectionsArb; + var _Rgba32f = OpenTK.Graphics.OpenGL4.All.Rgba32f; + var _Rgb32f = OpenTK.Graphics.OpenGL4.All.Rgb32f; + var _Rgba16f = OpenTK.Graphics.OpenGL4.All.Rgba16f; + var _Rgb16f = OpenTK.Graphics.OpenGL4.All.Rgb16f; + var _RgbaFloatMode = OpenTK.Graphics.OpenGL4.All.RgbaFloatMode; + var _MaxDrawBuffers = OpenTK.Graphics.OpenGL4.All.MaxDrawBuffers; + var _DrawBuffer0 = OpenTK.Graphics.OpenGL4.All.DrawBuffer0; + var _DrawBuffer1 = OpenTK.Graphics.OpenGL4.All.DrawBuffer1; + var _DrawBuffer2 = OpenTK.Graphics.OpenGL4.All.DrawBuffer2; + var _DrawBuffer3 = OpenTK.Graphics.OpenGL4.All.DrawBuffer3; + var _DrawBuffer4 = OpenTK.Graphics.OpenGL4.All.DrawBuffer4; + var _DrawBuffer5 = OpenTK.Graphics.OpenGL4.All.DrawBuffer5; + var _DrawBuffer6 = OpenTK.Graphics.OpenGL4.All.DrawBuffer6; + var _DrawBuffer7 = OpenTK.Graphics.OpenGL4.All.DrawBuffer7; + var _DrawBuffer8 = OpenTK.Graphics.OpenGL4.All.DrawBuffer8; + var _DrawBuffer9 = OpenTK.Graphics.OpenGL4.All.DrawBuffer9; + var _DrawBuffer10 = OpenTK.Graphics.OpenGL4.All.DrawBuffer10; + var _DrawBuffer11 = OpenTK.Graphics.OpenGL4.All.DrawBuffer11; + var _DrawBuffer12 = OpenTK.Graphics.OpenGL4.All.DrawBuffer12; + var _DrawBuffer13 = OpenTK.Graphics.OpenGL4.All.DrawBuffer13; + var _DrawBuffer14 = OpenTK.Graphics.OpenGL4.All.DrawBuffer14; + var _DrawBuffer15 = OpenTK.Graphics.OpenGL4.All.DrawBuffer15; + var _BlendEquationAlpha = OpenTK.Graphics.OpenGL4.All.BlendEquationAlpha; + var _TextureDepthSize = OpenTK.Graphics.OpenGL4.All.TextureDepthSize; + var _DepthTextureMode = OpenTK.Graphics.OpenGL4.All.DepthTextureMode; + var _TextureCompareMode = OpenTK.Graphics.OpenGL4.All.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL4.All.TextureCompareFunc; + var _CompareRefToTexture = OpenTK.Graphics.OpenGL4.All.CompareRefToTexture; + var _CompareRToTexture = OpenTK.Graphics.OpenGL4.All.CompareRToTexture; + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL4.All.TextureCubeMapSeamless; + var _PointSprite = OpenTK.Graphics.OpenGL4.All.PointSprite; + var _CoordReplace = OpenTK.Graphics.OpenGL4.All.CoordReplace; + var _QueryCounterBits = OpenTK.Graphics.OpenGL4.All.QueryCounterBits; + var _CurrentQuery = OpenTK.Graphics.OpenGL4.All.CurrentQuery; + var _QueryResult = OpenTK.Graphics.OpenGL4.All.QueryResult; + var _QueryResultAvailable = OpenTK.Graphics.OpenGL4.All.QueryResultAvailable; + var _MaxVertexAttribs = OpenTK.Graphics.OpenGL4.All.MaxVertexAttribs; + var _ArrayNormalized = OpenTK.Graphics.OpenGL4.All.ArrayNormalized; + var _VertexAttribArrayNormalized = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayNormalized; + var _MaxTessControlInputComponents = OpenTK.Graphics.OpenGL4.All.MaxTessControlInputComponents; + var _MaxTessEvaluationInputComponents = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationInputComponents; + var _MaxTextureCoords = OpenTK.Graphics.OpenGL4.All.MaxTextureCoords; + var _MaxTextureImageUnits = OpenTK.Graphics.OpenGL4.All.MaxTextureImageUnits; + var _ProgramFormatAsciiArb = OpenTK.Graphics.OpenGL4.All.ProgramFormatAsciiArb; + var _ProgramFormat = OpenTK.Graphics.OpenGL4.All.ProgramFormat; + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL4.All.GeometryShaderInvocations; + var _ArrayBuffer = OpenTK.Graphics.OpenGL4.All.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.OpenGL4.All.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.ElementArrayBufferBinding; + var _VertexArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.VertexArrayBufferBinding; + var _NormalArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.NormalArrayBufferBinding; + var _ColorArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.ColorArrayBufferBinding; + var _IndexArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.IndexArrayBufferBinding; + var _TextureCoordArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.TextureCoordArrayBufferBinding; + var _EdgeFlagArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.EdgeFlagArrayBufferBinding; + var _SecondaryColorArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.SecondaryColorArrayBufferBinding; + var _FogCoordArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.FogCoordArrayBufferBinding; + var _WeightArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.WeightArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayBufferBinding; + var _ProgramInstruction = OpenTK.Graphics.OpenGL4.All.ProgramInstruction; + var _MaxProgramInstructions = OpenTK.Graphics.OpenGL4.All.MaxProgramInstructions; + var _ProgramNativeInstructions = OpenTK.Graphics.OpenGL4.All.ProgramNativeInstructions; + var _MaxProgramNativeInstructions = OpenTK.Graphics.OpenGL4.All.MaxProgramNativeInstructions; + var _ProgramTemporaries = OpenTK.Graphics.OpenGL4.All.ProgramTemporaries; + var _MaxProgramTemporaries = OpenTK.Graphics.OpenGL4.All.MaxProgramTemporaries; + var _ProgramNativeTemporaries = OpenTK.Graphics.OpenGL4.All.ProgramNativeTemporaries; + var _MaxProgramNativeTemporaries = OpenTK.Graphics.OpenGL4.All.MaxProgramNativeTemporaries; + var _ProgramParameters = OpenTK.Graphics.OpenGL4.All.ProgramParameters; + var _MaxProgramParameters = OpenTK.Graphics.OpenGL4.All.MaxProgramParameters; + var _ProgramNativeParameters = OpenTK.Graphics.OpenGL4.All.ProgramNativeParameters; + var _MaxProgramNativeParameters = OpenTK.Graphics.OpenGL4.All.MaxProgramNativeParameters; + var _ProgramAttribs = OpenTK.Graphics.OpenGL4.All.ProgramAttribs; + var _MaxProgramAttribs = OpenTK.Graphics.OpenGL4.All.MaxProgramAttribs; + var _ProgramNativeAttribs = OpenTK.Graphics.OpenGL4.All.ProgramNativeAttribs; + var _MaxProgramNativeAttribs = OpenTK.Graphics.OpenGL4.All.MaxProgramNativeAttribs; + var _ProgramAddressRegisters = OpenTK.Graphics.OpenGL4.All.ProgramAddressRegisters; + var _MaxProgramAddressRegisters = OpenTK.Graphics.OpenGL4.All.MaxProgramAddressRegisters; + var _ProgramNativeAddressRegisters = OpenTK.Graphics.OpenGL4.All.ProgramNativeAddressRegisters; + var _MaxProgramNativeAddressRegisters = OpenTK.Graphics.OpenGL4.All.MaxProgramNativeAddressRegisters; + var _MaxProgramLocalParameters = OpenTK.Graphics.OpenGL4.All.MaxProgramLocalParameters; + var _MaxProgramEnvParameters = OpenTK.Graphics.OpenGL4.All.MaxProgramEnvParameters; + var _ProgramUnderNativeLimits = OpenTK.Graphics.OpenGL4.All.ProgramUnderNativeLimits; + var _ReadOnly = OpenTK.Graphics.OpenGL4.All.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL4.All.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL4.All.ReadWrite; + var _BufferAccess = OpenTK.Graphics.OpenGL4.All.BufferAccess; + var _BufferMapped = OpenTK.Graphics.OpenGL4.All.BufferMapped; + var _BufferMapPointer = OpenTK.Graphics.OpenGL4.All.BufferMapPointer; + var _TimeElapsed = OpenTK.Graphics.OpenGL4.All.TimeElapsed; + var _Matrix0 = OpenTK.Graphics.OpenGL4.All.Matrix0; + var _Matrix1 = OpenTK.Graphics.OpenGL4.All.Matrix1; + var _Matrix2 = OpenTK.Graphics.OpenGL4.All.Matrix2; + var _Matrix3 = OpenTK.Graphics.OpenGL4.All.Matrix3; + var _Matrix4 = OpenTK.Graphics.OpenGL4.All.Matrix4; + var _Matrix5 = OpenTK.Graphics.OpenGL4.All.Matrix5; + var _Matrix6 = OpenTK.Graphics.OpenGL4.All.Matrix6; + var _Matrix7 = OpenTK.Graphics.OpenGL4.All.Matrix7; + var _Matrix8 = OpenTK.Graphics.OpenGL4.All.Matrix8; + var _Matrix9 = OpenTK.Graphics.OpenGL4.All.Matrix9; + var _Matrix10 = OpenTK.Graphics.OpenGL4.All.Matrix10; + var _Matrix11 = OpenTK.Graphics.OpenGL4.All.Matrix11; + var _Matrix12 = OpenTK.Graphics.OpenGL4.All.Matrix12; + var _Matrix13 = OpenTK.Graphics.OpenGL4.All.Matrix13; + var _Matrix14 = OpenTK.Graphics.OpenGL4.All.Matrix14; + var _Matrix15 = OpenTK.Graphics.OpenGL4.All.Matrix15; + var _Matrix16 = OpenTK.Graphics.OpenGL4.All.Matrix16; + var _Matrix17 = OpenTK.Graphics.OpenGL4.All.Matrix17; + var _Matrix18 = OpenTK.Graphics.OpenGL4.All.Matrix18; + var _Matrix19 = OpenTK.Graphics.OpenGL4.All.Matrix19; + var _Matrix20 = OpenTK.Graphics.OpenGL4.All.Matrix20; + var _Matrix21 = OpenTK.Graphics.OpenGL4.All.Matrix21; + var _Matrix22 = OpenTK.Graphics.OpenGL4.All.Matrix22; + var _Matrix23 = OpenTK.Graphics.OpenGL4.All.Matrix23; + var _Matrix24 = OpenTK.Graphics.OpenGL4.All.Matrix24; + var _Matrix25 = OpenTK.Graphics.OpenGL4.All.Matrix25; + var _Matrix26 = OpenTK.Graphics.OpenGL4.All.Matrix26; + var _Matrix27 = OpenTK.Graphics.OpenGL4.All.Matrix27; + var _Matrix28 = OpenTK.Graphics.OpenGL4.All.Matrix28; + var _Matrix29 = OpenTK.Graphics.OpenGL4.All.Matrix29; + var _Matrix30 = OpenTK.Graphics.OpenGL4.All.Matrix30; + var _Matrix31 = OpenTK.Graphics.OpenGL4.All.Matrix31; + var _StreamDraw = OpenTK.Graphics.OpenGL4.All.StreamDraw; + var _StreamRead = OpenTK.Graphics.OpenGL4.All.StreamRead; + var _StreamCopy = OpenTK.Graphics.OpenGL4.All.StreamCopy; + var _StaticDraw = OpenTK.Graphics.OpenGL4.All.StaticDraw; + var _StaticRead = OpenTK.Graphics.OpenGL4.All.StaticRead; + var _StaticCopy = OpenTK.Graphics.OpenGL4.All.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.OpenGL4.All.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.OpenGL4.All.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.OpenGL4.All.DynamicCopy; + var _PixelPackBuffer = OpenTK.Graphics.OpenGL4.All.PixelPackBuffer; + var _PixelUnpackBuffer = OpenTK.Graphics.OpenGL4.All.PixelUnpackBuffer; + var _PixelPackBufferBinding = OpenTK.Graphics.OpenGL4.All.PixelPackBufferBinding; + var _PixelUnpackBufferBinding = OpenTK.Graphics.OpenGL4.All.PixelUnpackBufferBinding; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL4.All.Depth24Stencil8; + var _TextureStencilSize = OpenTK.Graphics.OpenGL4.All.TextureStencilSize; + var _Src1Color = OpenTK.Graphics.OpenGL4.All.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL4.All.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL4.All.OneMinusSrc1Alpha; + var _MaxDualSourceDrawBuffers = OpenTK.Graphics.OpenGL4.All.MaxDualSourceDrawBuffers; + var _VertexAttribArrayInteger = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayInteger; + var _ArrayDivisor = OpenTK.Graphics.OpenGL4.All.ArrayDivisor; + var _VertexAttribArrayDivisor = OpenTK.Graphics.OpenGL4.All.VertexAttribArrayDivisor; + var _MaxArrayTextureLayers = OpenTK.Graphics.OpenGL4.All.MaxArrayTextureLayers; + var _MinProgramTexelOffset = OpenTK.Graphics.OpenGL4.All.MinProgramTexelOffset; + var _MaxProgramTexelOffset = OpenTK.Graphics.OpenGL4.All.MaxProgramTexelOffset; + var _SamplesPassed = OpenTK.Graphics.OpenGL4.All.SamplesPassed; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL4.All.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL4.All.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL4.All.GeometryOutputType; + var _SamplerBinding = OpenTK.Graphics.OpenGL4.All.SamplerBinding; + var _ClampVertexColor = OpenTK.Graphics.OpenGL4.All.ClampVertexColor; + var _ClampFragmentColor = OpenTK.Graphics.OpenGL4.All.ClampFragmentColor; + var _ClampReadColor = OpenTK.Graphics.OpenGL4.All.ClampReadColor; + var _FixedOnly = OpenTK.Graphics.OpenGL4.All.FixedOnly; + var _PackResampleOml = OpenTK.Graphics.OpenGL4.All.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.OpenGL4.All.UnpackResampleOml; + var _UniformBuffer = OpenTK.Graphics.OpenGL4.All.UniformBuffer; + var _UniformBufferBinding = OpenTK.Graphics.OpenGL4.All.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.OpenGL4.All.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.OpenGL4.All.UniformBufferSize; + var _MaxVertexUniformBlocks = OpenTK.Graphics.OpenGL4.All.MaxVertexUniformBlocks; + var _MaxGeometryUniformBlocks = OpenTK.Graphics.OpenGL4.All.MaxGeometryUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.OpenGL4.All.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.OpenGL4.All.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.OpenGL4.All.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.OpenGL4.All.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxCombinedVertexUniformComponents; + var _MaxCombinedGeometryUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxCombinedGeometryUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.All.UniformBufferOffsetAlignment; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL4.All.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL4.All.ActiveUniformBlocks; + var _UniformType = OpenTK.Graphics.OpenGL4.All.UniformType; + var _UniformSize = OpenTK.Graphics.OpenGL4.All.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL4.All.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.OpenGL4.All.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.OpenGL4.All.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.OpenGL4.All.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.OpenGL4.All.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.OpenGL4.All.UniformIsRowMajor; + var _UniformBlockBinding = OpenTK.Graphics.OpenGL4.All.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.OpenGL4.All.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.OpenGL4.All.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.OpenGL4.All.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.OpenGL4.All.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.OpenGL4.All.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.All.UniformBlockReferencedByGeometryShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.All.UniformBlockReferencedByFragmentShader; + var _FragmentShader = OpenTK.Graphics.OpenGL4.All.FragmentShader; + var _VertexShader = OpenTK.Graphics.OpenGL4.All.VertexShader; + var _MaxFragmentUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxFragmentUniformComponents; + var _MaxVertexUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxVertexUniformComponents; + var _MaxVaryingComponents = OpenTK.Graphics.OpenGL4.All.MaxVaryingComponents; + var _MaxVaryingFloats = OpenTK.Graphics.OpenGL4.All.MaxVaryingFloats; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.OpenGL4.All.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.OpenGL4.All.MaxCombinedTextureImageUnits; + var _ShaderType = OpenTK.Graphics.OpenGL4.All.ShaderType; + var _FloatVec2 = OpenTK.Graphics.OpenGL4.All.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL4.All.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL4.All.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL4.All.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL4.All.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL4.All.IntVec4; + var _Bool = OpenTK.Graphics.OpenGL4.All.Bool; + var _BoolVec2 = OpenTK.Graphics.OpenGL4.All.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.OpenGL4.All.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.OpenGL4.All.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL4.All.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL4.All.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL4.All.FloatMat4; + var _Sampler1D = OpenTK.Graphics.OpenGL4.All.Sampler1D; + var _Sampler2D = OpenTK.Graphics.OpenGL4.All.Sampler2D; + var _Sampler3D = OpenTK.Graphics.OpenGL4.All.Sampler3D; + var _SamplerCube = OpenTK.Graphics.OpenGL4.All.SamplerCube; + var _Sampler1DShadow = OpenTK.Graphics.OpenGL4.All.Sampler1DShadow; + var _Sampler2DShadow = OpenTK.Graphics.OpenGL4.All.Sampler2DShadow; + var _Sampler2DRect = OpenTK.Graphics.OpenGL4.All.Sampler2DRect; + var _Sampler2DRectShadow = OpenTK.Graphics.OpenGL4.All.Sampler2DRectShadow; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL4.All.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL4.All.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL4.All.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL4.All.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL4.All.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL4.All.FloatMat4x3; + var _DeleteStatus = OpenTK.Graphics.OpenGL4.All.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.OpenGL4.All.CompileStatus; + var _LinkStatus = OpenTK.Graphics.OpenGL4.All.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.OpenGL4.All.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL4.All.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.OpenGL4.All.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.OpenGL4.All.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.OpenGL4.All.ActiveUniformMaxLength; + var _ShaderSourceLength = OpenTK.Graphics.OpenGL4.All.ShaderSourceLength; + var _ActiveAttributes = OpenTK.Graphics.OpenGL4.All.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.OpenGL4.All.ActiveAttributeMaxLength; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.OpenGL4.All.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.OpenGL4.All.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.OpenGL4.All.FragmentShaderDerivativeHintOes; + var _ShadingLanguageVersion = OpenTK.Graphics.OpenGL4.All.ShadingLanguageVersion; + var _CurrentProgram = OpenTK.Graphics.OpenGL4.All.CurrentProgram; + var _ImplementationColorReadType = OpenTK.Graphics.OpenGL4.All.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.OpenGL4.All.ImplementationColorReadFormat; + var _TextureRedType = OpenTK.Graphics.OpenGL4.All.TextureRedType; + var _TextureGreenType = OpenTK.Graphics.OpenGL4.All.TextureGreenType; + var _TextureBlueType = OpenTK.Graphics.OpenGL4.All.TextureBlueType; + var _TextureAlphaType = OpenTK.Graphics.OpenGL4.All.TextureAlphaType; + var _TextureLuminanceType = OpenTK.Graphics.OpenGL4.All.TextureLuminanceType; + var _TextureIntensityType = OpenTK.Graphics.OpenGL4.All.TextureIntensityType; + var _TextureDepthType = OpenTK.Graphics.OpenGL4.All.TextureDepthType; + var _UnsignedNormalized = OpenTK.Graphics.OpenGL4.All.UnsignedNormalized; + var _Texture1DArray = OpenTK.Graphics.OpenGL4.All.Texture1DArray; + var _ProxyTexture1DArray = OpenTK.Graphics.OpenGL4.All.ProxyTexture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL4.All.Texture2DArray; + var _ProxyTexture2DArray = OpenTK.Graphics.OpenGL4.All.ProxyTexture2DArray; + var _TextureBinding1DArray = OpenTK.Graphics.OpenGL4.All.TextureBinding1DArray; + var _TextureBinding2DArray = OpenTK.Graphics.OpenGL4.All.TextureBinding2DArray; + var _MaxGeometryTextureImageUnits = OpenTK.Graphics.OpenGL4.All.MaxGeometryTextureImageUnits; + var _TextureBuffer = OpenTK.Graphics.OpenGL4.All.TextureBuffer; + var _TextureBufferBinding = OpenTK.Graphics.OpenGL4.All.TextureBufferBinding; + var _MaxTextureBufferSize = OpenTK.Graphics.OpenGL4.All.MaxTextureBufferSize; + var _TextureBindingBuffer = OpenTK.Graphics.OpenGL4.All.TextureBindingBuffer; + var _TextureBufferDataStoreBinding = OpenTK.Graphics.OpenGL4.All.TextureBufferDataStoreBinding; + var _AnySamplesPassed = OpenTK.Graphics.OpenGL4.All.AnySamplesPassed; + var _SampleShading = OpenTK.Graphics.OpenGL4.All.SampleShading; + var _SampleShadingArb = OpenTK.Graphics.OpenGL4.All.SampleShadingArb; + var _MinSampleShadingValue = OpenTK.Graphics.OpenGL4.All.MinSampleShadingValue; + var _MinSampleShadingValueArb = OpenTK.Graphics.OpenGL4.All.MinSampleShadingValueArb; + var _R11fG11fB10f = OpenTK.Graphics.OpenGL4.All.R11fG11fB10f; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL4.All.UnsignedInt10F11F11FRev; + var _Rgb9E5 = OpenTK.Graphics.OpenGL4.All.Rgb9E5; + var _UnsignedInt5999Rev = OpenTK.Graphics.OpenGL4.All.UnsignedInt5999Rev; + var _TextureSharedSize = OpenTK.Graphics.OpenGL4.All.TextureSharedSize; + var _Srgb = OpenTK.Graphics.OpenGL4.All.Srgb; + var _Srgb8 = OpenTK.Graphics.OpenGL4.All.Srgb8; + var _SrgbAlpha = OpenTK.Graphics.OpenGL4.All.SrgbAlpha; + var _Srgb8Alpha8 = OpenTK.Graphics.OpenGL4.All.Srgb8Alpha8; + var _SluminanceAlpha = OpenTK.Graphics.OpenGL4.All.SluminanceAlpha; + var _Sluminance8Alpha8 = OpenTK.Graphics.OpenGL4.All.Sluminance8Alpha8; + var _Sluminance = OpenTK.Graphics.OpenGL4.All.Sluminance; + var _Sluminance8 = OpenTK.Graphics.OpenGL4.All.Sluminance8; + var _CompressedSrgb = OpenTK.Graphics.OpenGL4.All.CompressedSrgb; + var _CompressedSrgbAlpha = OpenTK.Graphics.OpenGL4.All.CompressedSrgbAlpha; + var _CompressedSluminance = OpenTK.Graphics.OpenGL4.All.CompressedSluminance; + var _CompressedSluminanceAlpha = OpenTK.Graphics.OpenGL4.All.CompressedSluminanceAlpha; + var _CompressedSrgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL4.All.CompressedSrgbS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt1Ext = OpenTK.Graphics.OpenGL4.All.CompressedSrgbAlphaS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt3Ext = OpenTK.Graphics.OpenGL4.All.CompressedSrgbAlphaS3tcDxt3Ext; + var _CompressedSrgbAlphaS3tcDxt5Ext = OpenTK.Graphics.OpenGL4.All.CompressedSrgbAlphaS3tcDxt5Ext; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.OpenGL4.All.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBufferMode; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.OpenGL4.All.MaxTransformFeedbackSeparateComponents; + var _TransformFeedbackVaryings = OpenTK.Graphics.OpenGL4.All.TransformFeedbackVaryings; + var _TransformFeedbackBufferStart = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBufferStart; + var _TransformFeedbackBufferSize = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBufferSize; + var _PrimitivesGenerated = OpenTK.Graphics.OpenGL4.All.PrimitivesGenerated; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.OpenGL4.All.TransformFeedbackPrimitivesWritten; + var _RasterizerDiscard = OpenTK.Graphics.OpenGL4.All.RasterizerDiscard; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.OpenGL4.All.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.OpenGL4.All.MaxTransformFeedbackSeparateAttribs; + var _InterleavedAttribs = OpenTK.Graphics.OpenGL4.All.InterleavedAttribs; + var _SeparateAttribs = OpenTK.Graphics.OpenGL4.All.SeparateAttribs; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBuffer; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBufferBinding; + var _PointSpriteCoordOrigin = OpenTK.Graphics.OpenGL4.All.PointSpriteCoordOrigin; + var _LowerLeft = OpenTK.Graphics.OpenGL4.All.LowerLeft; + var _UpperLeft = OpenTK.Graphics.OpenGL4.All.UpperLeft; + var _StencilBackRef = OpenTK.Graphics.OpenGL4.All.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.OpenGL4.All.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.OpenGL4.All.StencilBackWritemask; + var _DrawFramebufferBinding = OpenTK.Graphics.OpenGL4.All.DrawFramebufferBinding; + var _FramebufferBinding = OpenTK.Graphics.OpenGL4.All.FramebufferBinding; + var _FramebufferBindingExt = OpenTK.Graphics.OpenGL4.All.FramebufferBindingExt; + var _RenderbufferBinding = OpenTK.Graphics.OpenGL4.All.RenderbufferBinding; + var _RenderbufferBindingExt = OpenTK.Graphics.OpenGL4.All.RenderbufferBindingExt; + var _ReadFramebuffer = OpenTK.Graphics.OpenGL4.All.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.OpenGL4.All.DrawFramebuffer; + var _ReadFramebufferBinding = OpenTK.Graphics.OpenGL4.All.ReadFramebufferBinding; + var _RenderbufferSamples = OpenTK.Graphics.OpenGL4.All.RenderbufferSamples; + var _DepthComponent32f = OpenTK.Graphics.OpenGL4.All.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL4.All.Depth32fStencil8; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectTypeExt = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentObjectTypeExt; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentObjectName; + var _FramebufferAttachmentObjectNameExt = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentObjectNameExt; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureLevelExt = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentTextureLevelExt; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureCubeMapFaceExt = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentTextureCubeMapFaceExt; + var _FramebufferAttachmentTexture3DZoffsetExt = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentTexture3DZoffsetExt; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentTextureLayer; + var _FramebufferComplete = OpenTK.Graphics.OpenGL4.All.FramebufferComplete; + var _FramebufferCompleteExt = OpenTK.Graphics.OpenGL4.All.FramebufferCompleteExt; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteAttachment; + var _FramebufferIncompleteAttachmentExt = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteAttachmentExt; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteMissingAttachmentExt = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteMissingAttachmentExt; + var _FramebufferIncompleteDimensionsExt = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteDimensionsExt; + var _FramebufferIncompleteFormatsExt = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteFormatsExt; + var _FramebufferIncompleteDrawBuffer = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteDrawBuffer; + var _FramebufferIncompleteDrawBufferExt = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteDrawBufferExt; + var _FramebufferIncompleteReadBuffer = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteReadBuffer; + var _FramebufferIncompleteReadBufferExt = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteReadBufferExt; + var _FramebufferUnsupported = OpenTK.Graphics.OpenGL4.All.FramebufferUnsupported; + var _FramebufferUnsupportedExt = OpenTK.Graphics.OpenGL4.All.FramebufferUnsupportedExt; + var _MaxColorAttachments = OpenTK.Graphics.OpenGL4.All.MaxColorAttachments; + var _MaxColorAttachmentsExt = OpenTK.Graphics.OpenGL4.All.MaxColorAttachmentsExt; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL4.All.ColorAttachment0; + var _ColorAttachment0Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment0Ext; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL4.All.ColorAttachment1; + var _ColorAttachment1Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment1Ext; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL4.All.ColorAttachment2; + var _ColorAttachment2Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment2Ext; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL4.All.ColorAttachment3; + var _ColorAttachment3Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment3Ext; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL4.All.ColorAttachment4; + var _ColorAttachment4Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment4Ext; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL4.All.ColorAttachment5; + var _ColorAttachment5Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment5Ext; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL4.All.ColorAttachment6; + var _ColorAttachment6Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment6Ext; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL4.All.ColorAttachment7; + var _ColorAttachment7Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment7Ext; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL4.All.ColorAttachment8; + var _ColorAttachment8Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment8Ext; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL4.All.ColorAttachment9; + var _ColorAttachment9Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment9Ext; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL4.All.ColorAttachment10; + var _ColorAttachment10Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment10Ext; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL4.All.ColorAttachment11; + var _ColorAttachment11Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment11Ext; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL4.All.ColorAttachment12; + var _ColorAttachment12Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment12Ext; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL4.All.ColorAttachment13; + var _ColorAttachment13Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment13Ext; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL4.All.ColorAttachment14; + var _ColorAttachment14Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment14Ext; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL4.All.ColorAttachment15; + var _ColorAttachment15Ext = OpenTK.Graphics.OpenGL4.All.ColorAttachment15Ext; + var _DepthAttachment = OpenTK.Graphics.OpenGL4.All.DepthAttachment; + var _DepthAttachmentExt = OpenTK.Graphics.OpenGL4.All.DepthAttachmentExt; + var _StencilAttachment = OpenTK.Graphics.OpenGL4.All.StencilAttachment; + var _StencilAttachmentExt = OpenTK.Graphics.OpenGL4.All.StencilAttachmentExt; + var _Framebuffer = OpenTK.Graphics.OpenGL4.All.Framebuffer; + var _FramebufferExt = OpenTK.Graphics.OpenGL4.All.FramebufferExt; + var _Renderbuffer = OpenTK.Graphics.OpenGL4.All.Renderbuffer; + var _RenderbufferExt = OpenTK.Graphics.OpenGL4.All.RenderbufferExt; + var _RenderbufferWidth = OpenTK.Graphics.OpenGL4.All.RenderbufferWidth; + var _RenderbufferWidthExt = OpenTK.Graphics.OpenGL4.All.RenderbufferWidthExt; + var _RenderbufferHeight = OpenTK.Graphics.OpenGL4.All.RenderbufferHeight; + var _RenderbufferHeightExt = OpenTK.Graphics.OpenGL4.All.RenderbufferHeightExt; + var _RenderbufferInternalFormat = OpenTK.Graphics.OpenGL4.All.RenderbufferInternalFormat; + var _RenderbufferInternalFormatExt = OpenTK.Graphics.OpenGL4.All.RenderbufferInternalFormatExt; + var _StencilIndex1 = OpenTK.Graphics.OpenGL4.All.StencilIndex1; + var _StencilIndex1Ext = OpenTK.Graphics.OpenGL4.All.StencilIndex1Ext; + var _StencilIndex4 = OpenTK.Graphics.OpenGL4.All.StencilIndex4; + var _StencilIndex4Ext = OpenTK.Graphics.OpenGL4.All.StencilIndex4Ext; + var _StencilIndex8 = OpenTK.Graphics.OpenGL4.All.StencilIndex8; + var _StencilIndex8Ext = OpenTK.Graphics.OpenGL4.All.StencilIndex8Ext; + var _StencilIndex16 = OpenTK.Graphics.OpenGL4.All.StencilIndex16; + var _StencilIndex16Ext = OpenTK.Graphics.OpenGL4.All.StencilIndex16Ext; + var _RenderbufferRedSize = OpenTK.Graphics.OpenGL4.All.RenderbufferRedSize; + var _RenderbufferRedSizeExt = OpenTK.Graphics.OpenGL4.All.RenderbufferRedSizeExt; + var _RenderbufferGreenSize = OpenTK.Graphics.OpenGL4.All.RenderbufferGreenSize; + var _RenderbufferGreenSizeExt = OpenTK.Graphics.OpenGL4.All.RenderbufferGreenSizeExt; + var _RenderbufferBlueSize = OpenTK.Graphics.OpenGL4.All.RenderbufferBlueSize; + var _RenderbufferBlueSizeExt = OpenTK.Graphics.OpenGL4.All.RenderbufferBlueSizeExt; + var _RenderbufferAlphaSize = OpenTK.Graphics.OpenGL4.All.RenderbufferAlphaSize; + var _RenderbufferAlphaSizeExt = OpenTK.Graphics.OpenGL4.All.RenderbufferAlphaSizeExt; + var _RenderbufferDepthSize = OpenTK.Graphics.OpenGL4.All.RenderbufferDepthSize; + var _RenderbufferDepthSizeExt = OpenTK.Graphics.OpenGL4.All.RenderbufferDepthSizeExt; + var _RenderbufferStencilSize = OpenTK.Graphics.OpenGL4.All.RenderbufferStencilSize; + var _RenderbufferStencilSizeExt = OpenTK.Graphics.OpenGL4.All.RenderbufferStencilSizeExt; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteMultisample; + var _MaxSamples = OpenTK.Graphics.OpenGL4.All.MaxSamples; + var _Rgb565 = OpenTK.Graphics.OpenGL4.All.Rgb565; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.OpenGL4.All.PrimitiveRestartFixedIndex; + var _AnySamplesPassedConservative = OpenTK.Graphics.OpenGL4.All.AnySamplesPassedConservative; + var _MaxElementIndex = OpenTK.Graphics.OpenGL4.All.MaxElementIndex; + var _Rgba32ui = OpenTK.Graphics.OpenGL4.All.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.OpenGL4.All.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL4.All.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.OpenGL4.All.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL4.All.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.OpenGL4.All.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL4.All.Rgba32i; + var _Rgb32i = OpenTK.Graphics.OpenGL4.All.Rgb32i; + var _Rgba16i = OpenTK.Graphics.OpenGL4.All.Rgba16i; + var _Rgb16i = OpenTK.Graphics.OpenGL4.All.Rgb16i; + var _Rgba8i = OpenTK.Graphics.OpenGL4.All.Rgba8i; + var _Rgb8i = OpenTK.Graphics.OpenGL4.All.Rgb8i; + var _RedInteger = OpenTK.Graphics.OpenGL4.All.RedInteger; + var _GreenInteger = OpenTK.Graphics.OpenGL4.All.GreenInteger; + var _BlueInteger = OpenTK.Graphics.OpenGL4.All.BlueInteger; + var _AlphaInteger = OpenTK.Graphics.OpenGL4.All.AlphaInteger; + var _RgbInteger = OpenTK.Graphics.OpenGL4.All.RgbInteger; + var _RgbaInteger = OpenTK.Graphics.OpenGL4.All.RgbaInteger; + var _BgrInteger = OpenTK.Graphics.OpenGL4.All.BgrInteger; + var _BgraInteger = OpenTK.Graphics.OpenGL4.All.BgraInteger; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.All.Int2101010Rev; + var _FramebufferAttachmentLayered = OpenTK.Graphics.OpenGL4.All.FramebufferAttachmentLayered; + var _FramebufferIncompleteLayerTargets = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteLayerTargets; + var _FramebufferIncompleteLayerCount = OpenTK.Graphics.OpenGL4.All.FramebufferIncompleteLayerCount; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL4.All.Float32UnsignedInt248Rev; + var _ShaderIncludeArb = OpenTK.Graphics.OpenGL4.All.ShaderIncludeArb; + var _FramebufferSrgb = OpenTK.Graphics.OpenGL4.All.FramebufferSrgb; + var _CompressedRedRgtc1 = OpenTK.Graphics.OpenGL4.All.CompressedRedRgtc1; + var _CompressedSignedRedRgtc1 = OpenTK.Graphics.OpenGL4.All.CompressedSignedRedRgtc1; + var _CompressedRgRgtc2 = OpenTK.Graphics.OpenGL4.All.CompressedRgRgtc2; + var _CompressedSignedRgRgtc2 = OpenTK.Graphics.OpenGL4.All.CompressedSignedRgRgtc2; + var _Sampler1DArray = OpenTK.Graphics.OpenGL4.All.Sampler1DArray; + var _Sampler2DArray = OpenTK.Graphics.OpenGL4.All.Sampler2DArray; + var _SamplerBuffer = OpenTK.Graphics.OpenGL4.All.SamplerBuffer; + var _Sampler1DArrayShadow = OpenTK.Graphics.OpenGL4.All.Sampler1DArrayShadow; + var _Sampler2DArrayShadow = OpenTK.Graphics.OpenGL4.All.Sampler2DArrayShadow; + var _SamplerCubeShadow = OpenTK.Graphics.OpenGL4.All.SamplerCubeShadow; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL4.All.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL4.All.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL4.All.UnsignedIntVec4; + var _IntSampler1D = OpenTK.Graphics.OpenGL4.All.IntSampler1D; + var _IntSampler2D = OpenTK.Graphics.OpenGL4.All.IntSampler2D; + var _IntSampler3D = OpenTK.Graphics.OpenGL4.All.IntSampler3D; + var _IntSamplerCube = OpenTK.Graphics.OpenGL4.All.IntSamplerCube; + var _IntSampler2DRect = OpenTK.Graphics.OpenGL4.All.IntSampler2DRect; + var _IntSampler1DArray = OpenTK.Graphics.OpenGL4.All.IntSampler1DArray; + var _IntSampler2DArray = OpenTK.Graphics.OpenGL4.All.IntSampler2DArray; + var _IntSamplerBuffer = OpenTK.Graphics.OpenGL4.All.IntSamplerBuffer; + var _UnsignedIntSampler1D = OpenTK.Graphics.OpenGL4.All.UnsignedIntSampler1D; + var _UnsignedIntSampler2D = OpenTK.Graphics.OpenGL4.All.UnsignedIntSampler2D; + var _UnsignedIntSampler3D = OpenTK.Graphics.OpenGL4.All.UnsignedIntSampler3D; + var _UnsignedIntSamplerCube = OpenTK.Graphics.OpenGL4.All.UnsignedIntSamplerCube; + var _UnsignedIntSampler2DRect = OpenTK.Graphics.OpenGL4.All.UnsignedIntSampler2DRect; + var _UnsignedIntSampler1DArray = OpenTK.Graphics.OpenGL4.All.UnsignedIntSampler1DArray; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.OpenGL4.All.UnsignedIntSampler2DArray; + var _UnsignedIntSamplerBuffer = OpenTK.Graphics.OpenGL4.All.UnsignedIntSamplerBuffer; + var _GeometryShader = OpenTK.Graphics.OpenGL4.All.GeometryShader; + var _MaxGeometryVaryingComponents = OpenTK.Graphics.OpenGL4.All.MaxGeometryVaryingComponents; + var _MaxVertexVaryingComponents = OpenTK.Graphics.OpenGL4.All.MaxVertexVaryingComponents; + var _MaxGeometryUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxGeometryUniformComponents; + var _MaxGeometryOutputVertices = OpenTK.Graphics.OpenGL4.All.MaxGeometryOutputVertices; + var _MaxGeometryTotalOutputComponents = OpenTK.Graphics.OpenGL4.All.MaxGeometryTotalOutputComponents; + var _ActiveSubroutines = OpenTK.Graphics.OpenGL4.All.ActiveSubroutines; + var _ActiveSubroutineUniforms = OpenTK.Graphics.OpenGL4.All.ActiveSubroutineUniforms; + var _MaxSubroutines = OpenTK.Graphics.OpenGL4.All.MaxSubroutines; + var _MaxSubroutineUniformLocations = OpenTK.Graphics.OpenGL4.All.MaxSubroutineUniformLocations; + var _NamedStringLengthArb = OpenTK.Graphics.OpenGL4.All.NamedStringLengthArb; + var _NamedStringTypeArb = OpenTK.Graphics.OpenGL4.All.NamedStringTypeArb; + var _LowFloat = OpenTK.Graphics.OpenGL4.All.LowFloat; + var _MediumFloat = OpenTK.Graphics.OpenGL4.All.MediumFloat; + var _HighFloat = OpenTK.Graphics.OpenGL4.All.HighFloat; + var _LowInt = OpenTK.Graphics.OpenGL4.All.LowInt; + var _MediumInt = OpenTK.Graphics.OpenGL4.All.MediumInt; + var _HighInt = OpenTK.Graphics.OpenGL4.All.HighInt; + var _ShaderBinaryFormats = OpenTK.Graphics.OpenGL4.All.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.OpenGL4.All.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.OpenGL4.All.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.OpenGL4.All.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.OpenGL4.All.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.OpenGL4.All.MaxFragmentUniformVectors; + var _QueryWait = OpenTK.Graphics.OpenGL4.All.QueryWait; + var _QueryNoWait = OpenTK.Graphics.OpenGL4.All.QueryNoWait; + var _QueryByRegionWait = OpenTK.Graphics.OpenGL4.All.QueryByRegionWait; + var _QueryByRegionNoWait = OpenTK.Graphics.OpenGL4.All.QueryByRegionNoWait; + var _MaxCombinedTessControlUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxCombinedTessControlUniformComponents; + var _MaxCombinedTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxCombinedTessEvaluationUniformComponents; + var _TransformFeedback = OpenTK.Graphics.OpenGL4.All.TransformFeedback; + var _TransformFeedbackBufferPaused = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBufferPaused; + var _TransformFeedbackPaused = OpenTK.Graphics.OpenGL4.All.TransformFeedbackPaused; + var _TransformFeedbackActive = OpenTK.Graphics.OpenGL4.All.TransformFeedbackActive; + var _TransformFeedbackBufferActive = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBufferActive; + var _TransformFeedbackBinding = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBinding; + var _Timestamp = OpenTK.Graphics.OpenGL4.All.Timestamp; + var _TextureSwizzleR = OpenTK.Graphics.OpenGL4.All.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL4.All.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL4.All.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL4.All.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL4.All.TextureSwizzleRgba; + var _ActiveSubroutineUniformLocations = OpenTK.Graphics.OpenGL4.All.ActiveSubroutineUniformLocations; + var _ActiveSubroutineMaxLength = OpenTK.Graphics.OpenGL4.All.ActiveSubroutineMaxLength; + var _ActiveSubroutineUniformMaxLength = OpenTK.Graphics.OpenGL4.All.ActiveSubroutineUniformMaxLength; + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.All.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL4.All.CompatibleSubroutines; + var _QuadsFollowProvokingVertexConvention = OpenTK.Graphics.OpenGL4.All.QuadsFollowProvokingVertexConvention; + var _FirstVertexConvention = OpenTK.Graphics.OpenGL4.All.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL4.All.LastVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL4.All.ProvokingVertex; + var _SamplePosition = OpenTK.Graphics.OpenGL4.All.SamplePosition; + var _SampleMask = OpenTK.Graphics.OpenGL4.All.SampleMask; + var _SampleMaskValue = OpenTK.Graphics.OpenGL4.All.SampleMaskValue; + var _MaxSampleMaskWords = OpenTK.Graphics.OpenGL4.All.MaxSampleMaskWords; + var _MaxGeometryShaderInvocations = OpenTK.Graphics.OpenGL4.All.MaxGeometryShaderInvocations; + var _MinFragmentInterpolationOffset = OpenTK.Graphics.OpenGL4.All.MinFragmentInterpolationOffset; + var _MaxFragmentInterpolationOffset = OpenTK.Graphics.OpenGL4.All.MaxFragmentInterpolationOffset; + var _FragmentInterpolationOffsetBits = OpenTK.Graphics.OpenGL4.All.FragmentInterpolationOffsetBits; + var _MinProgramTextureGatherOffset = OpenTK.Graphics.OpenGL4.All.MinProgramTextureGatherOffset; + var _MinProgramTextureGatherOffsetArb = OpenTK.Graphics.OpenGL4.All.MinProgramTextureGatherOffsetArb; + var _MaxProgramTextureGatherOffset = OpenTK.Graphics.OpenGL4.All.MaxProgramTextureGatherOffset; + var _MaxProgramTextureGatherOffsetArb = OpenTK.Graphics.OpenGL4.All.MaxProgramTextureGatherOffsetArb; + var _MaxTransformFeedbackBuffers = OpenTK.Graphics.OpenGL4.All.MaxTransformFeedbackBuffers; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL4.All.MaxVertexStreams; + var _PatchVertices = OpenTK.Graphics.OpenGL4.All.PatchVertices; + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL4.All.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL4.All.PatchDefaultOuterLevel; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL4.All.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL4.All.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL4.All.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL4.All.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL4.All.TessGenPointMode; + var _Isolines = OpenTK.Graphics.OpenGL4.All.Isolines; + var _FractionalOdd = OpenTK.Graphics.OpenGL4.All.FractionalOdd; + var _FractionalEven = OpenTK.Graphics.OpenGL4.All.FractionalEven; + var _MaxPatchVertices = OpenTK.Graphics.OpenGL4.All.MaxPatchVertices; + var _MaxTessGenLevel = OpenTK.Graphics.OpenGL4.All.MaxTessGenLevel; + var _MaxTessControlUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxTessControlUniformComponents; + var _MaxTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationUniformComponents; + var _MaxTessControlTextureImageUnits = OpenTK.Graphics.OpenGL4.All.MaxTessControlTextureImageUnits; + var _MaxTessEvaluationTextureImageUnits = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationTextureImageUnits; + var _MaxTessControlOutputComponents = OpenTK.Graphics.OpenGL4.All.MaxTessControlOutputComponents; + var _MaxTessPatchComponents = OpenTK.Graphics.OpenGL4.All.MaxTessPatchComponents; + var _MaxTessControlTotalOutputComponents = OpenTK.Graphics.OpenGL4.All.MaxTessControlTotalOutputComponents; + var _MaxTessEvaluationOutputComponents = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationOutputComponents; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL4.All.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL4.All.TessControlShader; + var _MaxTessControlUniformBlocks = OpenTK.Graphics.OpenGL4.All.MaxTessControlUniformBlocks; + var _MaxTessEvaluationUniformBlocks = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationUniformBlocks; + var _CompressedRgbaBptcUnorm = OpenTK.Graphics.OpenGL4.All.CompressedRgbaBptcUnorm; + var _CompressedRgbaBptcUnormArb = OpenTK.Graphics.OpenGL4.All.CompressedRgbaBptcUnormArb; + var _CompressedSrgbAlphaBptcUnorm = OpenTK.Graphics.OpenGL4.All.CompressedSrgbAlphaBptcUnorm; + var _CompressedSrgbAlphaBptcUnormArb = OpenTK.Graphics.OpenGL4.All.CompressedSrgbAlphaBptcUnormArb; + var _CompressedRgbBptcSignedFloat = OpenTK.Graphics.OpenGL4.All.CompressedRgbBptcSignedFloat; + var _CompressedRgbBptcSignedFloatArb = OpenTK.Graphics.OpenGL4.All.CompressedRgbBptcSignedFloatArb; + var _CompressedRgbBptcUnsignedFloat = OpenTK.Graphics.OpenGL4.All.CompressedRgbBptcUnsignedFloat; + var _CompressedRgbBptcUnsignedFloatArb = OpenTK.Graphics.OpenGL4.All.CompressedRgbBptcUnsignedFloatArb; + var _CopyReadBuffer = OpenTK.Graphics.OpenGL4.All.CopyReadBuffer; + var _CopyReadBufferBinding = OpenTK.Graphics.OpenGL4.All.CopyReadBufferBinding; + var _CopyWriteBuffer = OpenTK.Graphics.OpenGL4.All.CopyWriteBuffer; + var _CopyWriteBufferBinding = OpenTK.Graphics.OpenGL4.All.CopyWriteBufferBinding; + var _MaxImageUnits = OpenTK.Graphics.OpenGL4.All.MaxImageUnits; + var _MaxCombinedImageUnitsAndFragmentOutputs = OpenTK.Graphics.OpenGL4.All.MaxCombinedImageUnitsAndFragmentOutputs; + var _MaxCombinedShaderOutputResources = OpenTK.Graphics.OpenGL4.All.MaxCombinedShaderOutputResources; + var _ImageBindingName = OpenTK.Graphics.OpenGL4.All.ImageBindingName; + var _ImageBindingLevel = OpenTK.Graphics.OpenGL4.All.ImageBindingLevel; + var _ImageBindingLayered = OpenTK.Graphics.OpenGL4.All.ImageBindingLayered; + var _ImageBindingLayer = OpenTK.Graphics.OpenGL4.All.ImageBindingLayer; + var _ImageBindingAccess = OpenTK.Graphics.OpenGL4.All.ImageBindingAccess; + var _DrawIndirectBuffer = OpenTK.Graphics.OpenGL4.All.DrawIndirectBuffer; + var _DrawIndirectBufferBinding = OpenTK.Graphics.OpenGL4.All.DrawIndirectBufferBinding; + var _DoubleMat2 = OpenTK.Graphics.OpenGL4.All.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL4.All.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL4.All.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL4.All.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL4.All.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL4.All.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL4.All.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL4.All.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL4.All.DoubleMat4x3; + var _VertexBindingBuffer = OpenTK.Graphics.OpenGL4.All.VertexBindingBuffer; + var _R8Snorm = OpenTK.Graphics.OpenGL4.All.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.OpenGL4.All.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.OpenGL4.All.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.OpenGL4.All.Rgba8Snorm; + var _R16Snorm = OpenTK.Graphics.OpenGL4.All.R16Snorm; + var _Rg16Snorm = OpenTK.Graphics.OpenGL4.All.Rg16Snorm; + var _Rgb16Snorm = OpenTK.Graphics.OpenGL4.All.Rgb16Snorm; + var _Rgba16Snorm = OpenTK.Graphics.OpenGL4.All.Rgba16Snorm; + var _SignedNormalized = OpenTK.Graphics.OpenGL4.All.SignedNormalized; + var _PrimitiveRestart = OpenTK.Graphics.OpenGL4.All.PrimitiveRestart; + var _PrimitiveRestartIndex = OpenTK.Graphics.OpenGL4.All.PrimitiveRestartIndex; + var _MaxProgramTextureGatherComponentsArb = OpenTK.Graphics.OpenGL4.All.MaxProgramTextureGatherComponentsArb; + var _BinningControlHintQcom = OpenTK.Graphics.OpenGL4.All.BinningControlHintQcom; + var _DoubleVec2 = OpenTK.Graphics.OpenGL4.All.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL4.All.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL4.All.DoubleVec4; + var _SamplerBufferAmd = OpenTK.Graphics.OpenGL4.All.SamplerBufferAmd; + var _IntSamplerBufferAmd = OpenTK.Graphics.OpenGL4.All.IntSamplerBufferAmd; + var _UnsignedIntSamplerBufferAmd = OpenTK.Graphics.OpenGL4.All.UnsignedIntSamplerBufferAmd; + var _TessellationModeAmd = OpenTK.Graphics.OpenGL4.All.TessellationModeAmd; + var _TessellationFactorAmd = OpenTK.Graphics.OpenGL4.All.TessellationFactorAmd; + var _DiscreteAmd = OpenTK.Graphics.OpenGL4.All.DiscreteAmd; + var _ContinuousAmd = OpenTK.Graphics.OpenGL4.All.ContinuousAmd; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL4.All.TextureCubeMapArray; + var _TextureCubeMapArrayArb = OpenTK.Graphics.OpenGL4.All.TextureCubeMapArrayArb; + var _TextureBindingCubeMapArray = OpenTK.Graphics.OpenGL4.All.TextureBindingCubeMapArray; + var _TextureBindingCubeMapArrayArb = OpenTK.Graphics.OpenGL4.All.TextureBindingCubeMapArrayArb; + var _ProxyTextureCubeMapArray = OpenTK.Graphics.OpenGL4.All.ProxyTextureCubeMapArray; + var _ProxyTextureCubeMapArrayArb = OpenTK.Graphics.OpenGL4.All.ProxyTextureCubeMapArrayArb; + var _SamplerCubeMapArray = OpenTK.Graphics.OpenGL4.All.SamplerCubeMapArray; + var _SamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL4.All.SamplerCubeMapArrayArb; + var _SamplerCubeMapArrayShadow = OpenTK.Graphics.OpenGL4.All.SamplerCubeMapArrayShadow; + var _SamplerCubeMapArrayShadowArb = OpenTK.Graphics.OpenGL4.All.SamplerCubeMapArrayShadowArb; + var _IntSamplerCubeMapArray = OpenTK.Graphics.OpenGL4.All.IntSamplerCubeMapArray; + var _IntSamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL4.All.IntSamplerCubeMapArrayArb; + var _UnsignedIntSamplerCubeMapArray = OpenTK.Graphics.OpenGL4.All.UnsignedIntSamplerCubeMapArray; + var _UnsignedIntSamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL4.All.UnsignedIntSamplerCubeMapArrayArb; + var _Image1D = OpenTK.Graphics.OpenGL4.All.Image1D; + var _Image2D = OpenTK.Graphics.OpenGL4.All.Image2D; + var _Image3D = OpenTK.Graphics.OpenGL4.All.Image3D; + var _Image2DRect = OpenTK.Graphics.OpenGL4.All.Image2DRect; + var _ImageCube = OpenTK.Graphics.OpenGL4.All.ImageCube; + var _ImageBuffer = OpenTK.Graphics.OpenGL4.All.ImageBuffer; + var _Image1DArray = OpenTK.Graphics.OpenGL4.All.Image1DArray; + var _Image2DArray = OpenTK.Graphics.OpenGL4.All.Image2DArray; + var _ImageCubeMapArray = OpenTK.Graphics.OpenGL4.All.ImageCubeMapArray; + var _Image2DMultisample = OpenTK.Graphics.OpenGL4.All.Image2DMultisample; + var _Image2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.Image2DMultisampleArray; + var _IntImage1D = OpenTK.Graphics.OpenGL4.All.IntImage1D; + var _IntImage2D = OpenTK.Graphics.OpenGL4.All.IntImage2D; + var _IntImage3D = OpenTK.Graphics.OpenGL4.All.IntImage3D; + var _IntImage2DRect = OpenTK.Graphics.OpenGL4.All.IntImage2DRect; + var _IntImageCube = OpenTK.Graphics.OpenGL4.All.IntImageCube; + var _IntImageBuffer = OpenTK.Graphics.OpenGL4.All.IntImageBuffer; + var _IntImage1DArray = OpenTK.Graphics.OpenGL4.All.IntImage1DArray; + var _IntImage2DArray = OpenTK.Graphics.OpenGL4.All.IntImage2DArray; + var _IntImageCubeMapArray = OpenTK.Graphics.OpenGL4.All.IntImageCubeMapArray; + var _IntImage2DMultisample = OpenTK.Graphics.OpenGL4.All.IntImage2DMultisample; + var _IntImage2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.IntImage2DMultisampleArray; + var _UnsignedIntImage1D = OpenTK.Graphics.OpenGL4.All.UnsignedIntImage1D; + var _UnsignedIntImage2D = OpenTK.Graphics.OpenGL4.All.UnsignedIntImage2D; + var _UnsignedIntImage3D = OpenTK.Graphics.OpenGL4.All.UnsignedIntImage3D; + var _UnsignedIntImage2DRect = OpenTK.Graphics.OpenGL4.All.UnsignedIntImage2DRect; + var _UnsignedIntImageCube = OpenTK.Graphics.OpenGL4.All.UnsignedIntImageCube; + var _UnsignedIntImageBuffer = OpenTK.Graphics.OpenGL4.All.UnsignedIntImageBuffer; + var _UnsignedIntImage1DArray = OpenTK.Graphics.OpenGL4.All.UnsignedIntImage1DArray; + var _UnsignedIntImage2DArray = OpenTK.Graphics.OpenGL4.All.UnsignedIntImage2DArray; + var _UnsignedIntImageCubeMapArray = OpenTK.Graphics.OpenGL4.All.UnsignedIntImageCubeMapArray; + var _UnsignedIntImage2DMultisample = OpenTK.Graphics.OpenGL4.All.UnsignedIntImage2DMultisample; + var _UnsignedIntImage2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.UnsignedIntImage2DMultisampleArray; + var _MaxImageSamples = OpenTK.Graphics.OpenGL4.All.MaxImageSamples; + var _ImageBindingFormat = OpenTK.Graphics.OpenGL4.All.ImageBindingFormat; + var _Rgb10A2ui = OpenTK.Graphics.OpenGL4.All.Rgb10A2ui; + var _MinMapBufferAlignment = OpenTK.Graphics.OpenGL4.All.MinMapBufferAlignment; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL4.All.ImageFormatCompatibilityType; + var _ImageFormatCompatibilityBySize = OpenTK.Graphics.OpenGL4.All.ImageFormatCompatibilityBySize; + var _ImageFormatCompatibilityByClass = OpenTK.Graphics.OpenGL4.All.ImageFormatCompatibilityByClass; + var _MaxVertexImageUniforms = OpenTK.Graphics.OpenGL4.All.MaxVertexImageUniforms; + var _MaxTessControlImageUniforms = OpenTK.Graphics.OpenGL4.All.MaxTessControlImageUniforms; + var _MaxTessEvaluationImageUniforms = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationImageUniforms; + var _MaxGeometryImageUniforms = OpenTK.Graphics.OpenGL4.All.MaxGeometryImageUniforms; + var _MaxFragmentImageUniforms = OpenTK.Graphics.OpenGL4.All.MaxFragmentImageUniforms; + var _MaxCombinedImageUniforms = OpenTK.Graphics.OpenGL4.All.MaxCombinedImageUniforms; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL4.All.ShaderStorageBuffer; + var _ShaderStorageBufferBinding = OpenTK.Graphics.OpenGL4.All.ShaderStorageBufferBinding; + var _ShaderStorageBufferStart = OpenTK.Graphics.OpenGL4.All.ShaderStorageBufferStart; + var _ShaderStorageBufferSize = OpenTK.Graphics.OpenGL4.All.ShaderStorageBufferSize; + var _MaxVertexShaderStorageBlocks = OpenTK.Graphics.OpenGL4.All.MaxVertexShaderStorageBlocks; + var _MaxGeometryShaderStorageBlocks = OpenTK.Graphics.OpenGL4.All.MaxGeometryShaderStorageBlocks; + var _MaxTessControlShaderStorageBlocks = OpenTK.Graphics.OpenGL4.All.MaxTessControlShaderStorageBlocks; + var _MaxTessEvaluationShaderStorageBlocks = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationShaderStorageBlocks; + var _MaxFragmentShaderStorageBlocks = OpenTK.Graphics.OpenGL4.All.MaxFragmentShaderStorageBlocks; + var _MaxComputeShaderStorageBlocks = OpenTK.Graphics.OpenGL4.All.MaxComputeShaderStorageBlocks; + var _MaxCombinedShaderStorageBlocks = OpenTK.Graphics.OpenGL4.All.MaxCombinedShaderStorageBlocks; + var _MaxShaderStorageBufferBindings = OpenTK.Graphics.OpenGL4.All.MaxShaderStorageBufferBindings; + var _MaxShaderStorageBlockSize = OpenTK.Graphics.OpenGL4.All.MaxShaderStorageBlockSize; + var _ShaderStorageBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.All.ShaderStorageBufferOffsetAlignment; + var _DepthStencilTextureMode = OpenTK.Graphics.OpenGL4.All.DepthStencilTextureMode; + var _MaxComputeFixedGroupInvocationsArb = OpenTK.Graphics.OpenGL4.All.MaxComputeFixedGroupInvocationsArb; + var _MaxComputeWorkGroupInvocations = OpenTK.Graphics.OpenGL4.All.MaxComputeWorkGroupInvocations; + var _UniformBlockReferencedByComputeShader = OpenTK.Graphics.OpenGL4.All.UniformBlockReferencedByComputeShader; + var _AtomicCounterBufferReferencedByComputeShader = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferReferencedByComputeShader; + var _DispatchIndirectBuffer = OpenTK.Graphics.OpenGL4.All.DispatchIndirectBuffer; + var _DispatchIndirectBufferBinding = OpenTK.Graphics.OpenGL4.All.DispatchIndirectBufferBinding; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.All.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL4.All.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.ProxyTexture2DMultisampleArray; + var _TextureBinding2DMultisample = OpenTK.Graphics.OpenGL4.All.TextureBinding2DMultisample; + var _TextureBinding2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.TextureBinding2DMultisampleArray; + var _TextureSamples = OpenTK.Graphics.OpenGL4.All.TextureSamples; + var _TextureFixedSampleLocations = OpenTK.Graphics.OpenGL4.All.TextureFixedSampleLocations; + var _Sampler2DMultisample = OpenTK.Graphics.OpenGL4.All.Sampler2DMultisample; + var _IntSampler2DMultisample = OpenTK.Graphics.OpenGL4.All.IntSampler2DMultisample; + var _UnsignedIntSampler2DMultisample = OpenTK.Graphics.OpenGL4.All.UnsignedIntSampler2DMultisample; + var _Sampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.Sampler2DMultisampleArray; + var _IntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.IntSampler2DMultisampleArray; + var _UnsignedIntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.All.UnsignedIntSampler2DMultisampleArray; + var _MaxColorTextureSamples = OpenTK.Graphics.OpenGL4.All.MaxColorTextureSamples; + var _MaxDepthTextureSamples = OpenTK.Graphics.OpenGL4.All.MaxDepthTextureSamples; + var _MaxIntegerSamples = OpenTK.Graphics.OpenGL4.All.MaxIntegerSamples; + var _MaxServerWaitTimeout = OpenTK.Graphics.OpenGL4.All.MaxServerWaitTimeout; + var _ObjectType = OpenTK.Graphics.OpenGL4.All.ObjectType; + var _SyncCondition = OpenTK.Graphics.OpenGL4.All.SyncCondition; + var _SyncStatus = OpenTK.Graphics.OpenGL4.All.SyncStatus; + var _SyncFlags = OpenTK.Graphics.OpenGL4.All.SyncFlags; + var _SyncFence = OpenTK.Graphics.OpenGL4.All.SyncFence; + var _SyncGpuCommandsComplete = OpenTK.Graphics.OpenGL4.All.SyncGpuCommandsComplete; + var _Unsignaled = OpenTK.Graphics.OpenGL4.All.Unsignaled; + var _Signaled = OpenTK.Graphics.OpenGL4.All.Signaled; + var _AlreadySignaled = OpenTK.Graphics.OpenGL4.All.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.OpenGL4.All.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.OpenGL4.All.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.OpenGL4.All.WaitFailed; + var _BufferAccessFlags = OpenTK.Graphics.OpenGL4.All.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.OpenGL4.All.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.OpenGL4.All.BufferMapOffset; + var _MaxVertexOutputComponents = OpenTK.Graphics.OpenGL4.All.MaxVertexOutputComponents; + var _MaxGeometryInputComponents = OpenTK.Graphics.OpenGL4.All.MaxGeometryInputComponents; + var _MaxGeometryOutputComponents = OpenTK.Graphics.OpenGL4.All.MaxGeometryOutputComponents; + var _MaxFragmentInputComponents = OpenTK.Graphics.OpenGL4.All.MaxFragmentInputComponents; + var _ContextProfileMask = OpenTK.Graphics.OpenGL4.All.ContextProfileMask; + var _UnpackCompressedBlockWidth = OpenTK.Graphics.OpenGL4.All.UnpackCompressedBlockWidth; + var _UnpackCompressedBlockHeight = OpenTK.Graphics.OpenGL4.All.UnpackCompressedBlockHeight; + var _UnpackCompressedBlockDepth = OpenTK.Graphics.OpenGL4.All.UnpackCompressedBlockDepth; + var _UnpackCompressedBlockSize = OpenTK.Graphics.OpenGL4.All.UnpackCompressedBlockSize; + var _PackCompressedBlockWidth = OpenTK.Graphics.OpenGL4.All.PackCompressedBlockWidth; + var _PackCompressedBlockHeight = OpenTK.Graphics.OpenGL4.All.PackCompressedBlockHeight; + var _PackCompressedBlockDepth = OpenTK.Graphics.OpenGL4.All.PackCompressedBlockDepth; + var _PackCompressedBlockSize = OpenTK.Graphics.OpenGL4.All.PackCompressedBlockSize; + var _TextureImmutableFormat = OpenTK.Graphics.OpenGL4.All.TextureImmutableFormat; + var _MaxDebugMessageLength = OpenTK.Graphics.OpenGL4.All.MaxDebugMessageLength; + var _MaxDebugMessageLengthArb = OpenTK.Graphics.OpenGL4.All.MaxDebugMessageLengthArb; + var _MaxDebugMessageLengthKhr = OpenTK.Graphics.OpenGL4.All.MaxDebugMessageLengthKhr; + var _MaxDebugLoggedMessages = OpenTK.Graphics.OpenGL4.All.MaxDebugLoggedMessages; + var _MaxDebugLoggedMessagesArb = OpenTK.Graphics.OpenGL4.All.MaxDebugLoggedMessagesArb; + var _MaxDebugLoggedMessagesKhr = OpenTK.Graphics.OpenGL4.All.MaxDebugLoggedMessagesKhr; + var _DebugLoggedMessages = OpenTK.Graphics.OpenGL4.All.DebugLoggedMessages; + var _DebugLoggedMessagesArb = OpenTK.Graphics.OpenGL4.All.DebugLoggedMessagesArb; + var _DebugLoggedMessagesKhr = OpenTK.Graphics.OpenGL4.All.DebugLoggedMessagesKhr; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL4.All.DebugSeverityHigh; + var _DebugSeverityHighArb = OpenTK.Graphics.OpenGL4.All.DebugSeverityHighArb; + var _DebugSeverityHighKhr = OpenTK.Graphics.OpenGL4.All.DebugSeverityHighKhr; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL4.All.DebugSeverityMedium; + var _DebugSeverityMediumArb = OpenTK.Graphics.OpenGL4.All.DebugSeverityMediumArb; + var _DebugSeverityMediumKhr = OpenTK.Graphics.OpenGL4.All.DebugSeverityMediumKhr; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL4.All.DebugSeverityLow; + var _DebugSeverityLowArb = OpenTK.Graphics.OpenGL4.All.DebugSeverityLowArb; + var _DebugSeverityLowKhr = OpenTK.Graphics.OpenGL4.All.DebugSeverityLowKhr; + var _QueryBuffer = OpenTK.Graphics.OpenGL4.All.QueryBuffer; + var _QueryBufferBinding = OpenTK.Graphics.OpenGL4.All.QueryBufferBinding; + var _QueryResultNoWait = OpenTK.Graphics.OpenGL4.All.QueryResultNoWait; + var _VirtualPageSizeXArb = OpenTK.Graphics.OpenGL4.All.VirtualPageSizeXArb; + var _VirtualPageSizeYArb = OpenTK.Graphics.OpenGL4.All.VirtualPageSizeYArb; + var _VirtualPageSizeZArb = OpenTK.Graphics.OpenGL4.All.VirtualPageSizeZArb; + var _MaxSparseTextureSizeArb = OpenTK.Graphics.OpenGL4.All.MaxSparseTextureSizeArb; + var _MaxSparse3DTextureSizeArb = OpenTK.Graphics.OpenGL4.All.MaxSparse3DTextureSizeArb; + var _MaxSparseArrayTextureLayersArb = OpenTK.Graphics.OpenGL4.All.MaxSparseArrayTextureLayersArb; + var _MinSparseLevelArb = OpenTK.Graphics.OpenGL4.All.MinSparseLevelArb; + var _TextureBufferOffset = OpenTK.Graphics.OpenGL4.All.TextureBufferOffset; + var _TextureBufferSize = OpenTK.Graphics.OpenGL4.All.TextureBufferSize; + var _TextureBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.All.TextureBufferOffsetAlignment; + var _TextureSparseArb = OpenTK.Graphics.OpenGL4.All.TextureSparseArb; + var _VirtualPageSizeIndexArb = OpenTK.Graphics.OpenGL4.All.VirtualPageSizeIndexArb; + var _NumVirtualPageSizesArb = OpenTK.Graphics.OpenGL4.All.NumVirtualPageSizesArb; + var _SparseTextureFullArrayCubeMipmapsArb = OpenTK.Graphics.OpenGL4.All.SparseTextureFullArrayCubeMipmapsArb; + var _ComputeShader = OpenTK.Graphics.OpenGL4.All.ComputeShader; + var _MaxComputeUniformBlocks = OpenTK.Graphics.OpenGL4.All.MaxComputeUniformBlocks; + var _MaxComputeTextureImageUnits = OpenTK.Graphics.OpenGL4.All.MaxComputeTextureImageUnits; + var _MaxComputeImageUniforms = OpenTK.Graphics.OpenGL4.All.MaxComputeImageUniforms; + var _MaxComputeWorkGroupCount = OpenTK.Graphics.OpenGL4.All.MaxComputeWorkGroupCount; + var _MaxComputeFixedGroupSizeArb = OpenTK.Graphics.OpenGL4.All.MaxComputeFixedGroupSizeArb; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL4.All.MaxComputeWorkGroupSize; + var _CompressedR11Eac = OpenTK.Graphics.OpenGL4.All.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.OpenGL4.All.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.OpenGL4.All.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.OpenGL4.All.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.OpenGL4.All.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL4.All.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.OpenGL4.All.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Etc2Eac; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL4.All.AtomicCounterBuffer; + var _AtomicCounterBufferBinding = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferBinding; + var _AtomicCounterBufferStart = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferStart; + var _AtomicCounterBufferSize = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferSize; + var _AtomicCounterBufferDataSize = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferDataSize; + var _AtomicCounterBufferActiveAtomicCounters = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferActiveAtomicCounters; + var _AtomicCounterBufferActiveAtomicCounterIndices = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferActiveAtomicCounterIndices; + var _AtomicCounterBufferReferencedByVertexShader = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferReferencedByVertexShader; + var _AtomicCounterBufferReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferReferencedByTessControlShader; + var _AtomicCounterBufferReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferReferencedByTessEvaluationShader; + var _AtomicCounterBufferReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferReferencedByGeometryShader; + var _AtomicCounterBufferReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferReferencedByFragmentShader; + var _MaxVertexAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.All.MaxVertexAtomicCounterBuffers; + var _MaxTessControlAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.All.MaxTessControlAtomicCounterBuffers; + var _MaxTessEvaluationAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationAtomicCounterBuffers; + var _MaxGeometryAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.All.MaxGeometryAtomicCounterBuffers; + var _MaxFragmentAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.All.MaxFragmentAtomicCounterBuffers; + var _MaxCombinedAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.All.MaxCombinedAtomicCounterBuffers; + var _MaxVertexAtomicCounters = OpenTK.Graphics.OpenGL4.All.MaxVertexAtomicCounters; + var _MaxTessControlAtomicCounters = OpenTK.Graphics.OpenGL4.All.MaxTessControlAtomicCounters; + var _MaxTessEvaluationAtomicCounters = OpenTK.Graphics.OpenGL4.All.MaxTessEvaluationAtomicCounters; + var _MaxGeometryAtomicCounters = OpenTK.Graphics.OpenGL4.All.MaxGeometryAtomicCounters; + var _MaxFragmentAtomicCounters = OpenTK.Graphics.OpenGL4.All.MaxFragmentAtomicCounters; + var _MaxCombinedAtomicCounters = OpenTK.Graphics.OpenGL4.All.MaxCombinedAtomicCounters; + var _MaxAtomicCounterBufferSize = OpenTK.Graphics.OpenGL4.All.MaxAtomicCounterBufferSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.All.ActiveAtomicCounterBuffers; + var _UniformAtomicCounterBufferIndex = OpenTK.Graphics.OpenGL4.All.UniformAtomicCounterBufferIndex; + var _UnsignedIntAtomicCounter = OpenTK.Graphics.OpenGL4.All.UnsignedIntAtomicCounter; + var _MaxAtomicCounterBufferBindings = OpenTK.Graphics.OpenGL4.All.MaxAtomicCounterBufferBindings; + var _DebugOutput = OpenTK.Graphics.OpenGL4.All.DebugOutput; + var _DebugOutputKhr = OpenTK.Graphics.OpenGL4.All.DebugOutputKhr; + var _Uniform = OpenTK.Graphics.OpenGL4.All.Uniform; + var _UniformBlock = OpenTK.Graphics.OpenGL4.All.UniformBlock; + var _ProgramInput = OpenTK.Graphics.OpenGL4.All.ProgramInput; + var _ProgramOutput = OpenTK.Graphics.OpenGL4.All.ProgramOutput; + var _BufferVariable = OpenTK.Graphics.OpenGL4.All.BufferVariable; + var _ShaderStorageBlock = OpenTK.Graphics.OpenGL4.All.ShaderStorageBlock; + var _IsPerPatch = OpenTK.Graphics.OpenGL4.All.IsPerPatch; + var _VertexSubroutine = OpenTK.Graphics.OpenGL4.All.VertexSubroutine; + var _TessControlSubroutine = OpenTK.Graphics.OpenGL4.All.TessControlSubroutine; + var _TessEvaluationSubroutine = OpenTK.Graphics.OpenGL4.All.TessEvaluationSubroutine; + var _GeometrySubroutine = OpenTK.Graphics.OpenGL4.All.GeometrySubroutine; + var _FragmentSubroutine = OpenTK.Graphics.OpenGL4.All.FragmentSubroutine; + var _ComputeSubroutine = OpenTK.Graphics.OpenGL4.All.ComputeSubroutine; + var _VertexSubroutineUniform = OpenTK.Graphics.OpenGL4.All.VertexSubroutineUniform; + var _TessControlSubroutineUniform = OpenTK.Graphics.OpenGL4.All.TessControlSubroutineUniform; + var _TessEvaluationSubroutineUniform = OpenTK.Graphics.OpenGL4.All.TessEvaluationSubroutineUniform; + var _GeometrySubroutineUniform = OpenTK.Graphics.OpenGL4.All.GeometrySubroutineUniform; + var _FragmentSubroutineUniform = OpenTK.Graphics.OpenGL4.All.FragmentSubroutineUniform; + var _ComputeSubroutineUniform = OpenTK.Graphics.OpenGL4.All.ComputeSubroutineUniform; + var _TransformFeedbackVarying = OpenTK.Graphics.OpenGL4.All.TransformFeedbackVarying; + var _ActiveResources = OpenTK.Graphics.OpenGL4.All.ActiveResources; + var _MaxNameLength = OpenTK.Graphics.OpenGL4.All.MaxNameLength; + var _MaxNumActiveVariables = OpenTK.Graphics.OpenGL4.All.MaxNumActiveVariables; + var _MaxNumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.All.MaxNumCompatibleSubroutines; + var _NameLength = OpenTK.Graphics.OpenGL4.All.NameLength; + var _Type = OpenTK.Graphics.OpenGL4.All.Type; + var _ArraySize = OpenTK.Graphics.OpenGL4.All.ArraySize; + var _Offset = OpenTK.Graphics.OpenGL4.All.Offset; + var _BlockIndex = OpenTK.Graphics.OpenGL4.All.BlockIndex; + var _ArrayStride = OpenTK.Graphics.OpenGL4.All.ArrayStride; + var _MatrixStride = OpenTK.Graphics.OpenGL4.All.MatrixStride; + var _IsRowMajor = OpenTK.Graphics.OpenGL4.All.IsRowMajor; + var _AtomicCounterBufferIndex = OpenTK.Graphics.OpenGL4.All.AtomicCounterBufferIndex; + var _BufferBinding = OpenTK.Graphics.OpenGL4.All.BufferBinding; + var _BufferDataSize = OpenTK.Graphics.OpenGL4.All.BufferDataSize; + var _NumActiveVariables = OpenTK.Graphics.OpenGL4.All.NumActiveVariables; + var _ActiveVariables = OpenTK.Graphics.OpenGL4.All.ActiveVariables; + var _ReferencedByVertexShader = OpenTK.Graphics.OpenGL4.All.ReferencedByVertexShader; + var _ReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.All.ReferencedByTessControlShader; + var _ReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.All.ReferencedByTessEvaluationShader; + var _ReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.All.ReferencedByGeometryShader; + var _ReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.All.ReferencedByFragmentShader; + var _ReferencedByComputeShader = OpenTK.Graphics.OpenGL4.All.ReferencedByComputeShader; + var _TopLevelArraySize = OpenTK.Graphics.OpenGL4.All.TopLevelArraySize; + var _TopLevelArrayStride = OpenTK.Graphics.OpenGL4.All.TopLevelArrayStride; + var _Location = OpenTK.Graphics.OpenGL4.All.Location; + var _LocationIndex = OpenTK.Graphics.OpenGL4.All.LocationIndex; + var _FramebufferDefaultWidth = OpenTK.Graphics.OpenGL4.All.FramebufferDefaultWidth; + var _FramebufferDefaultHeight = OpenTK.Graphics.OpenGL4.All.FramebufferDefaultHeight; + var _FramebufferDefaultLayers = OpenTK.Graphics.OpenGL4.All.FramebufferDefaultLayers; + var _FramebufferDefaultSamples = OpenTK.Graphics.OpenGL4.All.FramebufferDefaultSamples; + var _FramebufferDefaultFixedSampleLocations = OpenTK.Graphics.OpenGL4.All.FramebufferDefaultFixedSampleLocations; + var _MaxFramebufferWidth = OpenTK.Graphics.OpenGL4.All.MaxFramebufferWidth; + var _MaxFramebufferHeight = OpenTK.Graphics.OpenGL4.All.MaxFramebufferHeight; + var _MaxFramebufferLayers = OpenTK.Graphics.OpenGL4.All.MaxFramebufferLayers; + var _MaxFramebufferSamples = OpenTK.Graphics.OpenGL4.All.MaxFramebufferSamples; + var _MaxComputeVariableGroupInvocationsArb = OpenTK.Graphics.OpenGL4.All.MaxComputeVariableGroupInvocationsArb; + var _MaxComputeVariableGroupSizeArb = OpenTK.Graphics.OpenGL4.All.MaxComputeVariableGroupSizeArb; + var _LocationComponent = OpenTK.Graphics.OpenGL4.All.LocationComponent; + var _TransformFeedbackBufferIndex = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBufferIndex; + var _TransformFeedbackBufferStride = OpenTK.Graphics.OpenGL4.All.TransformFeedbackBufferStride; + var _ClearTexture = OpenTK.Graphics.OpenGL4.All.ClearTexture; + var _NumSampleCounts = OpenTK.Graphics.OpenGL4.All.NumSampleCounts; + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.OpenGL4.All.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.OpenGL4.All.CompressedSrgb8Alpha8Astc12X12Khr; + var _AllBarrierBits = OpenTK.Graphics.OpenGL4.All.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.OpenGL4.All.AllBarrierBitsExt; + var _AllShaderBits = OpenTK.Graphics.OpenGL4.All.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.OpenGL4.All.AllShaderBitsExt; + var _InvalidIndex = OpenTK.Graphics.OpenGL4.All.InvalidIndex; + var _QueryAllEventBitsAmd = OpenTK.Graphics.OpenGL4.All.QueryAllEventBitsAmd; + var _TimeoutIgnored = OpenTK.Graphics.OpenGL4.All.TimeoutIgnored; + var _LayoutLinearIntel = OpenTK.Graphics.OpenGL4.All.LayoutLinearIntel; + var _One = OpenTK.Graphics.OpenGL4.All.One; + var _True = OpenTK.Graphics.OpenGL4.All.True; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.OpenGL4.All.LayoutLinearCpuCachedIntel; + var _Two = OpenTK.Graphics.OpenGL4.All.Two; + var _Three = OpenTK.Graphics.OpenGL4.All.Three; + var _Four = OpenTK.Graphics.OpenGL4.All.Four; +} +static void Test_AlphaFunction_19216() { + var _Never = OpenTK.Graphics.OpenGL4.AlphaFunction.Never; + var _Less = OpenTK.Graphics.OpenGL4.AlphaFunction.Less; + var _Equal = OpenTK.Graphics.OpenGL4.AlphaFunction.Equal; + var _Lequal = OpenTK.Graphics.OpenGL4.AlphaFunction.Lequal; + var _Greater = OpenTK.Graphics.OpenGL4.AlphaFunction.Greater; + var _Notequal = OpenTK.Graphics.OpenGL4.AlphaFunction.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL4.AlphaFunction.Gequal; + var _Always = OpenTK.Graphics.OpenGL4.AlphaFunction.Always; +} +static void Test_AmdVertexShaderTesselator_19217() { + var _SamplerBufferAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTesselator.SamplerBufferAmd; + var _IntSamplerBufferAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTesselator.IntSamplerBufferAmd; + var _UnsignedIntSamplerBufferAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTesselator.UnsignedIntSamplerBufferAmd; + var _TessellationModeAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTesselator.TessellationModeAmd; + var _TessellationFactorAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTesselator.TessellationFactorAmd; + var _DiscreteAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTesselator.DiscreteAmd; + var _ContinuousAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTesselator.ContinuousAmd; +} +static void Test_AmdVertexShaderTessellator_19218() { + var _SamplerBufferAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTessellator.SamplerBufferAmd; + var _IntSamplerBufferAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTessellator.IntSamplerBufferAmd; + var _UnsignedIntSamplerBufferAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTessellator.UnsignedIntSamplerBufferAmd; + var _TessellationModeAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTessellator.TessellationModeAmd; + var _TessellationFactorAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTessellator.TessellationFactorAmd; + var _DiscreteAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTessellator.DiscreteAmd; + var _ContinuousAmd = OpenTK.Graphics.OpenGL4.AmdVertexShaderTessellator.ContinuousAmd; +} +static void Test_ArbArraysOfArrays_19219() { +} +static void Test_ArbBaseInstance_19220() { +} +static void Test_ArbBindlessTexture_19221() { + var _UnsignedInt64Arb = OpenTK.Graphics.OpenGL4.ArbBindlessTexture.UnsignedInt64Arb; +} +static void Test_ArbBlendFuncExtended_19222() { + var _Src1Alpha = OpenTK.Graphics.OpenGL4.ArbBlendFuncExtended.Src1Alpha; + var _Src1Color = OpenTK.Graphics.OpenGL4.ArbBlendFuncExtended.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL4.ArbBlendFuncExtended.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL4.ArbBlendFuncExtended.OneMinusSrc1Alpha; + var _MaxDualSourceDrawBuffers = OpenTK.Graphics.OpenGL4.ArbBlendFuncExtended.MaxDualSourceDrawBuffers; +} +static void Test_ArbBufferStorage_19223() { + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL4.ArbBufferStorage.ClientMappedBufferBarrierBit; + var _MapReadBit = OpenTK.Graphics.OpenGL4.ArbBufferStorage.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL4.ArbBufferStorage.MapWriteBit; + var _MapPersistentBit = OpenTK.Graphics.OpenGL4.ArbBufferStorage.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL4.ArbBufferStorage.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL4.ArbBufferStorage.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.OpenGL4.ArbBufferStorage.ClientStorageBit; + var _BufferImmutableStorage = OpenTK.Graphics.OpenGL4.ArbBufferStorage.BufferImmutableStorage; + var _BufferStorageFlags = OpenTK.Graphics.OpenGL4.ArbBufferStorage.BufferStorageFlags; +} +static void Test_ArbClearBufferObject_19224() { +} +static void Test_ArbClearTexture_19225() { + var _ClearTexture = OpenTK.Graphics.OpenGL4.ArbClearTexture.ClearTexture; +} +static void Test_ArbClEvent_19226() { + var _SyncClEventArb = OpenTK.Graphics.OpenGL4.ArbClEvent.SyncClEventArb; + var _SyncClEventCompleteArb = OpenTK.Graphics.OpenGL4.ArbClEvent.SyncClEventCompleteArb; +} +static void Test_ArbCompressedTexturePixelStorage_19227() { + var _UnpackCompressedBlockWidth = OpenTK.Graphics.OpenGL4.ArbCompressedTexturePixelStorage.UnpackCompressedBlockWidth; + var _UnpackCompressedBlockHeight = OpenTK.Graphics.OpenGL4.ArbCompressedTexturePixelStorage.UnpackCompressedBlockHeight; + var _UnpackCompressedBlockDepth = OpenTK.Graphics.OpenGL4.ArbCompressedTexturePixelStorage.UnpackCompressedBlockDepth; + var _UnpackCompressedBlockSize = OpenTK.Graphics.OpenGL4.ArbCompressedTexturePixelStorage.UnpackCompressedBlockSize; + var _PackCompressedBlockWidth = OpenTK.Graphics.OpenGL4.ArbCompressedTexturePixelStorage.PackCompressedBlockWidth; + var _PackCompressedBlockHeight = OpenTK.Graphics.OpenGL4.ArbCompressedTexturePixelStorage.PackCompressedBlockHeight; + var _PackCompressedBlockDepth = OpenTK.Graphics.OpenGL4.ArbCompressedTexturePixelStorage.PackCompressedBlockDepth; + var _PackCompressedBlockSize = OpenTK.Graphics.OpenGL4.ArbCompressedTexturePixelStorage.PackCompressedBlockSize; +} +static void Test_ArbComputeShader_19228() { + var _ComputeShaderBit = OpenTK.Graphics.OpenGL4.ArbComputeShader.ComputeShaderBit; + var _MaxComputeSharedMemorySize = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeSharedMemorySize; + var _MaxComputeUniformComponents = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeUniformComponents; + var _MaxComputeAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeAtomicCounterBuffers; + var _MaxComputeAtomicCounters = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeAtomicCounters; + var _MaxCombinedComputeUniformComponents = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxCombinedComputeUniformComponents; + var _ComputeWorkGroupSize = OpenTK.Graphics.OpenGL4.ArbComputeShader.ComputeWorkGroupSize; + var _MaxComputeWorkGroupInvocations = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeWorkGroupInvocations; + var _UniformBlockReferencedByComputeShader = OpenTK.Graphics.OpenGL4.ArbComputeShader.UniformBlockReferencedByComputeShader; + var _AtomicCounterBufferReferencedByComputeShader = OpenTK.Graphics.OpenGL4.ArbComputeShader.AtomicCounterBufferReferencedByComputeShader; + var _DispatchIndirectBuffer = OpenTK.Graphics.OpenGL4.ArbComputeShader.DispatchIndirectBuffer; + var _DispatchIndirectBufferBinding = OpenTK.Graphics.OpenGL4.ArbComputeShader.DispatchIndirectBufferBinding; + var _ComputeShader = OpenTK.Graphics.OpenGL4.ArbComputeShader.ComputeShader; + var _MaxComputeUniformBlocks = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeUniformBlocks; + var _MaxComputeTextureImageUnits = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeTextureImageUnits; + var _MaxComputeImageUniforms = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeImageUniforms; + var _MaxComputeWorkGroupCount = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeWorkGroupCount; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL4.ArbComputeShader.MaxComputeWorkGroupSize; +} +static void Test_ArbComputeVariableGroupSize_19229() { + var _MaxComputeFixedGroupInvocationsArb = OpenTK.Graphics.OpenGL4.ArbComputeVariableGroupSize.MaxComputeFixedGroupInvocationsArb; + var _MaxComputeFixedGroupSizeArb = OpenTK.Graphics.OpenGL4.ArbComputeVariableGroupSize.MaxComputeFixedGroupSizeArb; + var _MaxComputeVariableGroupInvocationsArb = OpenTK.Graphics.OpenGL4.ArbComputeVariableGroupSize.MaxComputeVariableGroupInvocationsArb; + var _MaxComputeVariableGroupSizeArb = OpenTK.Graphics.OpenGL4.ArbComputeVariableGroupSize.MaxComputeVariableGroupSizeArb; +} +static void Test_ArbConservativeDepth_19230() { +} +static void Test_ArbCopyBuffer_19231() { + var _CopyReadBuffer = OpenTK.Graphics.OpenGL4.ArbCopyBuffer.CopyReadBuffer; + var _CopyReadBufferBinding = OpenTK.Graphics.OpenGL4.ArbCopyBuffer.CopyReadBufferBinding; + var _CopyWriteBuffer = OpenTK.Graphics.OpenGL4.ArbCopyBuffer.CopyWriteBuffer; + var _CopyWriteBufferBinding = OpenTK.Graphics.OpenGL4.ArbCopyBuffer.CopyWriteBufferBinding; +} +static void Test_ArbCopyImage_19232() { +} +static void Test_ArbDebugOutput_19233() { + var _DebugOutputSynchronousArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugOutputSynchronousArb; + var _DebugNextLoggedMessageLengthArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugNextLoggedMessageLengthArb; + var _DebugCallbackFunctionArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugCallbackFunctionArb; + var _DebugCallbackUserParamArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugCallbackUserParamArb; + var _DebugSourceApiArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSourceApiArb; + var _DebugSourceWindowSystemArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSourceWindowSystemArb; + var _DebugSourceShaderCompilerArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSourceShaderCompilerArb; + var _DebugSourceThirdPartyArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSourceThirdPartyArb; + var _DebugSourceApplicationArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSourceApplicationArb; + var _DebugSourceOtherArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSourceOtherArb; + var _DebugTypeErrorArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugTypeErrorArb; + var _DebugTypeDeprecatedBehaviorArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugTypeDeprecatedBehaviorArb; + var _DebugTypeUndefinedBehaviorArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugTypeUndefinedBehaviorArb; + var _DebugTypePortabilityArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugTypePortabilityArb; + var _DebugTypePerformanceArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugTypePerformanceArb; + var _DebugTypeOtherArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugTypeOtherArb; + var _MaxDebugMessageLengthArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.MaxDebugMessageLengthArb; + var _MaxDebugLoggedMessagesArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.MaxDebugLoggedMessagesArb; + var _DebugLoggedMessagesArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugLoggedMessagesArb; + var _DebugSeverityHighArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSeverityHighArb; + var _DebugSeverityMediumArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSeverityMediumArb; + var _DebugSeverityLowArb = OpenTK.Graphics.OpenGL4.ArbDebugOutput.DebugSeverityLowArb; +} +static void Test_ArbDepthBufferFloat_19234() { + var _DepthComponent32f = OpenTK.Graphics.OpenGL4.ArbDepthBufferFloat.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL4.ArbDepthBufferFloat.Depth32fStencil8; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL4.ArbDepthBufferFloat.Float32UnsignedInt248Rev; +} +static void Test_ArbDepthClamp_19235() { + var _DepthClamp = OpenTK.Graphics.OpenGL4.ArbDepthClamp.DepthClamp; +} +static void Test_ArbDrawBuffersBlend_19236() { +} +static void Test_ArbDrawElementsBaseVertex_19237() { +} +static void Test_ArbDrawIndirect_19238() { + var _DrawIndirectBuffer = OpenTK.Graphics.OpenGL4.ArbDrawIndirect.DrawIndirectBuffer; + var _DrawIndirectBufferBinding = OpenTK.Graphics.OpenGL4.ArbDrawIndirect.DrawIndirectBufferBinding; +} +static void Test_ArbEnhancedLayouts_19239() { + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL4.ArbEnhancedLayouts.TransformFeedbackBuffer; + var _LocationComponent = OpenTK.Graphics.OpenGL4.ArbEnhancedLayouts.LocationComponent; + var _TransformFeedbackBufferIndex = OpenTK.Graphics.OpenGL4.ArbEnhancedLayouts.TransformFeedbackBufferIndex; + var _TransformFeedbackBufferStride = OpenTK.Graphics.OpenGL4.ArbEnhancedLayouts.TransformFeedbackBufferStride; +} +static void Test_ArbEs2Compatibility_19240() { + var _Fixed = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.Fixed; + var _ImplementationColorReadType = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.ImplementationColorReadFormat; + var _Rgb565 = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.Rgb565; + var _LowFloat = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.LowFloat; + var _MediumFloat = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.MediumFloat; + var _HighFloat = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.HighFloat; + var _LowInt = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.LowInt; + var _MediumInt = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.MediumInt; + var _HighInt = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.HighInt; + var _ShaderBinaryFormats = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.OpenGL4.ArbEs2Compatibility.MaxFragmentUniformVectors; +} +static void Test_ArbEs3Compatibility_19241() { + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.PrimitiveRestartFixedIndex; + var _AnySamplesPassedConservative = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.AnySamplesPassedConservative; + var _MaxElementIndex = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.MaxElementIndex; + var _CompressedR11Eac = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.OpenGL4.ArbEs3Compatibility.CompressedSrgb8Alpha8Etc2Eac; +} +static void Test_ArbExplicitAttribLocation_19242() { +} +static void Test_ArbExplicitUniformLocation_19243() { + var _MaxUniformLocations = OpenTK.Graphics.OpenGL4.ArbExplicitUniformLocation.MaxUniformLocations; +} +static void Test_ArbFragmentCoordConventions_19244() { +} +static void Test_ArbFragmentLayerViewport_19245() { +} +static void Test_ArbFramebufferNoAttachments_19246() { + var _FramebufferDefaultWidth = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.FramebufferDefaultWidth; + var _FramebufferDefaultHeight = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.FramebufferDefaultHeight; + var _FramebufferDefaultLayers = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.FramebufferDefaultLayers; + var _FramebufferDefaultSamples = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.FramebufferDefaultSamples; + var _FramebufferDefaultFixedSampleLocations = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.FramebufferDefaultFixedSampleLocations; + var _MaxFramebufferWidth = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.MaxFramebufferWidth; + var _MaxFramebufferHeight = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.MaxFramebufferHeight; + var _MaxFramebufferLayers = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.MaxFramebufferLayers; + var _MaxFramebufferSamples = OpenTK.Graphics.OpenGL4.ArbFramebufferNoAttachments.MaxFramebufferSamples; +} +static void Test_ArbFramebufferObject_19247() { + var _InvalidFramebufferOperation = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.InvalidFramebufferOperation; + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentStencilSize; + var _FramebufferDefault = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferDefault; + var _FramebufferUndefined = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferUndefined; + var _DepthStencilAttachment = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.DepthStencilAttachment; + var _Index = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.Index; + var _MaxRenderbufferSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.MaxRenderbufferSize; + var _DepthStencil = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.DepthStencil; + var _UnsignedInt248 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.UnsignedInt248; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.Depth24Stencil8; + var _TextureStencilSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.TextureStencilSize; + var _TextureRedType = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.TextureRedType; + var _TextureGreenType = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.TextureGreenType; + var _TextureBlueType = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.TextureBlueType; + var _TextureAlphaType = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.TextureAlphaType; + var _TextureDepthType = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.TextureDepthType; + var _UnsignedNormalized = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.UnsignedNormalized; + var _DrawFramebufferBinding = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.DrawFramebufferBinding; + var _FramebufferBinding = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferBinding; + var _ReadFramebuffer = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.DrawFramebuffer; + var _ReadFramebufferBinding = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ReadFramebufferBinding; + var _RenderbufferSamples = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferSamples; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferAttachmentTextureLayer; + var _FramebufferComplete = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDrawBuffer = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferIncompleteDrawBuffer; + var _FramebufferIncompleteReadBuffer = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferIncompleteReadBuffer; + var _FramebufferUnsupported = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferUnsupported; + var _MaxColorAttachments = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.MaxColorAttachments; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.ColorAttachment15; + var _DepthAttachment = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.StencilAttachment; + var _Framebuffer = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.Renderbuffer; + var _RenderbufferWidth = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferInternalFormat; + var _StencilIndex1 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.StencilIndex1; + var _StencilIndex4 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.StencilIndex4; + var _StencilIndex8 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.StencilIndex8; + var _StencilIndex16 = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.StencilIndex16; + var _RenderbufferRedSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.RenderbufferStencilSize; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.FramebufferIncompleteMultisample; + var _MaxSamples = OpenTK.Graphics.OpenGL4.ArbFramebufferObject.MaxSamples; +} +static void Test_ArbFramebufferSrgb_19248() { + var _FramebufferSrgb = OpenTK.Graphics.OpenGL4.ArbFramebufferSrgb.FramebufferSrgb; +} +static void Test_ArbGetProgramBinary_19249() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.ArbGetProgramBinary.ProgramBinaryRetrievableHint; + var _ProgramBinaryLength = OpenTK.Graphics.OpenGL4.ArbGetProgramBinary.ProgramBinaryLength; + var _NumProgramBinaryFormats = OpenTK.Graphics.OpenGL4.ArbGetProgramBinary.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.OpenGL4.ArbGetProgramBinary.ProgramBinaryFormats; +} +static void Test_ArbGpuShader5_19250() { + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL4.ArbGpuShader5.GeometryShaderInvocations; + var _MaxGeometryShaderInvocations = OpenTK.Graphics.OpenGL4.ArbGpuShader5.MaxGeometryShaderInvocations; + var _MinFragmentInterpolationOffset = OpenTK.Graphics.OpenGL4.ArbGpuShader5.MinFragmentInterpolationOffset; + var _MaxFragmentInterpolationOffset = OpenTK.Graphics.OpenGL4.ArbGpuShader5.MaxFragmentInterpolationOffset; + var _FragmentInterpolationOffsetBits = OpenTK.Graphics.OpenGL4.ArbGpuShader5.FragmentInterpolationOffsetBits; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL4.ArbGpuShader5.MaxVertexStreams; +} +static void Test_ArbGpuShaderFp64_19251() { + var _Double = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.Double; + var _DoubleMat2 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL4.ArbGpuShaderFp64.DoubleVec4; +} +static void Test_ArbHalfFloatVertex_19252() { + var _HalfFloat = OpenTK.Graphics.OpenGL4.ArbHalfFloatVertex.HalfFloat; +} +static void Test_ArbImaging_19253() { + var _ConstantColor = OpenTK.Graphics.OpenGL4.ArbImaging.ConstantColor; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL4.ArbImaging.OneMinusConstantColor; + var _ConstantAlpha = OpenTK.Graphics.OpenGL4.ArbImaging.ConstantAlpha; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL4.ArbImaging.OneMinusConstantAlpha; + var _BlendColor = OpenTK.Graphics.OpenGL4.ArbImaging.BlendColor; + var _FuncAdd = OpenTK.Graphics.OpenGL4.ArbImaging.FuncAdd; + var _Min = OpenTK.Graphics.OpenGL4.ArbImaging.Min; + var _Max = OpenTK.Graphics.OpenGL4.ArbImaging.Max; + var _BlendEquation = OpenTK.Graphics.OpenGL4.ArbImaging.BlendEquation; + var _FuncSubtract = OpenTK.Graphics.OpenGL4.ArbImaging.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.OpenGL4.ArbImaging.FuncReverseSubtract; + var _Convolution1D = OpenTK.Graphics.OpenGL4.ArbImaging.Convolution1D; + var _Convolution2D = OpenTK.Graphics.OpenGL4.ArbImaging.Convolution2D; + var _Separable2D = OpenTK.Graphics.OpenGL4.ArbImaging.Separable2D; + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL4.ArbImaging.ConvolutionBorderMode; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL4.ArbImaging.ConvolutionFilterScale; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL4.ArbImaging.ConvolutionFilterBias; + var _Reduce = OpenTK.Graphics.OpenGL4.ArbImaging.Reduce; + var _ConvolutionFormat = OpenTK.Graphics.OpenGL4.ArbImaging.ConvolutionFormat; + var _ConvolutionWidth = OpenTK.Graphics.OpenGL4.ArbImaging.ConvolutionWidth; + var _ConvolutionHeight = OpenTK.Graphics.OpenGL4.ArbImaging.ConvolutionHeight; + var _MaxConvolutionWidth = OpenTK.Graphics.OpenGL4.ArbImaging.MaxConvolutionWidth; + var _MaxConvolutionHeight = OpenTK.Graphics.OpenGL4.ArbImaging.MaxConvolutionHeight; + var _PostConvolutionRedScale = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionRedScale; + var _PostConvolutionGreenScale = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionGreenScale; + var _PostConvolutionBlueScale = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionBlueScale; + var _PostConvolutionAlphaScale = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionAlphaScale; + var _PostConvolutionRedBias = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionRedBias; + var _PostConvolutionGreenBias = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionGreenBias; + var _PostConvolutionBlueBias = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionBlueBias; + var _PostConvolutionAlphaBias = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionAlphaBias; + var _Histogram = OpenTK.Graphics.OpenGL4.ArbImaging.Histogram; + var _ProxyHistogram = OpenTK.Graphics.OpenGL4.ArbImaging.ProxyHistogram; + var _HistogramWidth = OpenTK.Graphics.OpenGL4.ArbImaging.HistogramWidth; + var _HistogramFormat = OpenTK.Graphics.OpenGL4.ArbImaging.HistogramFormat; + var _HistogramRedSize = OpenTK.Graphics.OpenGL4.ArbImaging.HistogramRedSize; + var _HistogramGreenSize = OpenTK.Graphics.OpenGL4.ArbImaging.HistogramGreenSize; + var _HistogramBlueSize = OpenTK.Graphics.OpenGL4.ArbImaging.HistogramBlueSize; + var _HistogramAlphaSize = OpenTK.Graphics.OpenGL4.ArbImaging.HistogramAlphaSize; + var _HistogramLuminanceSize = OpenTK.Graphics.OpenGL4.ArbImaging.HistogramLuminanceSize; + var _HistogramSink = OpenTK.Graphics.OpenGL4.ArbImaging.HistogramSink; + var _Minmax = OpenTK.Graphics.OpenGL4.ArbImaging.Minmax; + var _MinmaxFormat = OpenTK.Graphics.OpenGL4.ArbImaging.MinmaxFormat; + var _MinmaxSink = OpenTK.Graphics.OpenGL4.ArbImaging.MinmaxSink; + var _TableTooLarge = OpenTK.Graphics.OpenGL4.ArbImaging.TableTooLarge; + var _ColorMatrix = OpenTK.Graphics.OpenGL4.ArbImaging.ColorMatrix; + var _ColorMatrixStackDepth = OpenTK.Graphics.OpenGL4.ArbImaging.ColorMatrixStackDepth; + var _MaxColorMatrixStackDepth = OpenTK.Graphics.OpenGL4.ArbImaging.MaxColorMatrixStackDepth; + var _PostColorMatrixRedScale = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixRedScale; + var _PostColorMatrixGreenScale = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixGreenScale; + var _PostColorMatrixBlueScale = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixBlueScale; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixAlphaScale; + var _PostColorMatrixRedBias = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixRedBias; + var _PostColorMatrixGreenBias = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixGreenBias; + var _PostColorMatrixBlueBias = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixBlueBias; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixAlphaBias; + var _ColorTable = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTable; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL4.ArbImaging.PostConvolutionColorTable; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.ArbImaging.PostColorMatrixColorTable; + var _ProxyColorTable = OpenTK.Graphics.OpenGL4.ArbImaging.ProxyColorTable; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.OpenGL4.ArbImaging.ProxyPostConvolutionColorTable; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.ArbImaging.ProxyPostColorMatrixColorTable; + var _ColorTableScale = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableScale; + var _ColorTableBias = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableBias; + var _ColorTableFormat = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableFormat; + var _ColorTableWidth = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableWidth; + var _ColorTableRedSize = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableRedSize; + var _ColorTableGreenSize = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableGreenSize; + var _ColorTableBlueSize = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableBlueSize; + var _ColorTableAlphaSize = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableAlphaSize; + var _ColorTableLuminanceSize = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableLuminanceSize; + var _ColorTableIntensitySize = OpenTK.Graphics.OpenGL4.ArbImaging.ColorTableIntensitySize; + var _ConstantBorder = OpenTK.Graphics.OpenGL4.ArbImaging.ConstantBorder; + var _ReplicateBorder = OpenTK.Graphics.OpenGL4.ArbImaging.ReplicateBorder; + var _ConvolutionBorderColor = OpenTK.Graphics.OpenGL4.ArbImaging.ConvolutionBorderColor; +} +static void Test_ArbIndirectParameters_19254() { + var _ParameterBufferArb = OpenTK.Graphics.OpenGL4.ArbIndirectParameters.ParameterBufferArb; + var _ParameterBufferBindingArb = OpenTK.Graphics.OpenGL4.ArbIndirectParameters.ParameterBufferBindingArb; +} +static void Test_ArbInternalformatQuery_19255() { + var _NumSampleCounts = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery.NumSampleCounts; +} +static void Test_ArbInternalformatQuery2_19256() { + var _Texture1D = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Texture2D; + var _Texture3D = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Texture3D; + var _Samples = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Samples; + var _InternalformatSupported = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatSupported; + var _InternalformatPreferred = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatPreferred; + var _InternalformatRedSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatRedSize; + var _InternalformatGreenSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatGreenSize; + var _InternalformatBlueSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatBlueSize; + var _InternalformatAlphaSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatAlphaSize; + var _InternalformatDepthSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatDepthSize; + var _InternalformatStencilSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatStencilSize; + var _InternalformatSharedSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatSharedSize; + var _InternalformatRedType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatRedType; + var _InternalformatGreenType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatGreenType; + var _InternalformatBlueType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatBlueType; + var _InternalformatAlphaType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatAlphaType; + var _InternalformatDepthType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatDepthType; + var _InternalformatStencilType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.InternalformatStencilType; + var _MaxWidth = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.MaxWidth; + var _MaxHeight = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.MaxHeight; + var _MaxDepth = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.MaxDepth; + var _MaxLayers = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.MaxLayers; + var _MaxCombinedDimensions = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.MaxCombinedDimensions; + var _ColorComponents = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ColorComponents; + var _DepthComponents = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.DepthComponents; + var _StencilComponents = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.StencilComponents; + var _ColorRenderable = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ColorRenderable; + var _DepthRenderable = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.DepthRenderable; + var _StencilRenderable = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.StencilRenderable; + var _FramebufferRenderable = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.FramebufferRenderable; + var _FramebufferRenderableLayered = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.FramebufferRenderableLayered; + var _FramebufferBlend = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.FramebufferBlend; + var _ReadPixels = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ReadPixels; + var _ReadPixelsFormat = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ReadPixelsFormat; + var _ReadPixelsType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ReadPixelsType; + var _TextureImageFormat = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureImageFormat; + var _TextureImageType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureImageType; + var _GetTextureImageFormat = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.GetTextureImageFormat; + var _GetTextureImageType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.GetTextureImageType; + var _Mipmap = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Mipmap; + var _ManualGenerateMipmap = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ManualGenerateMipmap; + var _AutoGenerateMipmap = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.AutoGenerateMipmap; + var _ColorEncoding = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ColorEncoding; + var _SrgbRead = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.SrgbRead; + var _SrgbWrite = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.SrgbWrite; + var _SrgbDecodeArb = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.SrgbDecodeArb; + var _Filter = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Filter; + var _VertexTexture = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.VertexTexture; + var _TessControlTexture = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TessControlTexture; + var _TessEvaluationTexture = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TessEvaluationTexture; + var _GeometryTexture = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.GeometryTexture; + var _FragmentTexture = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.FragmentTexture; + var _ComputeTexture = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ComputeTexture; + var _TextureShadow = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureShadow; + var _TextureGather = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureGather; + var _TextureGatherShadow = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureGatherShadow; + var _ShaderImageLoad = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ShaderImageLoad; + var _ShaderImageStore = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ShaderImageStore; + var _ShaderImageAtomic = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ShaderImageAtomic; + var _ImageTexelSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageTexelSize; + var _ImageCompatibilityClass = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageCompatibilityClass; + var _ImagePixelFormat = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImagePixelFormat; + var _ImagePixelType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImagePixelType; + var _SimultaneousTextureAndDepthTest = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.SimultaneousTextureAndDepthTest; + var _SimultaneousTextureAndStencilTest = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.SimultaneousTextureAndStencilTest; + var _SimultaneousTextureAndDepthWrite = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.SimultaneousTextureAndDepthWrite; + var _SimultaneousTextureAndStencilWrite = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.SimultaneousTextureAndStencilWrite; + var _TextureCompressedBlockWidth = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureCompressedBlockWidth; + var _TextureCompressedBlockHeight = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureCompressedBlockHeight; + var _TextureCompressedBlockSize = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureCompressedBlockSize; + var _ClearBuffer = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ClearBuffer; + var _TextureView = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureView; + var _ViewCompatibilityClass = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewCompatibilityClass; + var _FullSupport = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.FullSupport; + var _CaveatSupport = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.CaveatSupport; + var _ImageClass4X32 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass4X32; + var _ImageClass2X32 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass2X32; + var _ImageClass1X32 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass1X32; + var _ImageClass4X16 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass4X16; + var _ImageClass2X16 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass2X16; + var _ImageClass1X16 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass1X16; + var _ImageClass4X8 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass4X8; + var _ImageClass2X8 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass2X8; + var _ImageClass1X8 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass1X8; + var _ImageClass111110 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass111110; + var _ImageClass1010102 = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageClass1010102; + var _ViewClass128Bits = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClass128Bits; + var _ViewClass96Bits = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClass96Bits; + var _ViewClass64Bits = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClass64Bits; + var _ViewClass48Bits = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClass48Bits; + var _ViewClass32Bits = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClass32Bits; + var _ViewClass24Bits = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClass24Bits; + var _ViewClass16Bits = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClass16Bits; + var _ViewClass8Bits = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClass8Bits; + var _ViewClassS3tcDxt1Rgb = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClassS3tcDxt1Rgb; + var _ViewClassS3tcDxt1Rgba = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClassS3tcDxt1Rgba; + var _ViewClassS3tcDxt3Rgba = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClassS3tcDxt3Rgba; + var _ViewClassS3tcDxt5Rgba = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClassS3tcDxt5Rgba; + var _ViewClassRgtc1Red = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClassRgtc1Red; + var _ViewClassRgtc2Rg = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClassRgtc2Rg; + var _ViewClassBptcUnorm = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClassBptcUnorm; + var _ViewClassBptcFloat = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ViewClassBptcFloat; + var _TextureRectangle = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureCubeMap; + var _TextureCompressed = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureCompressed; + var _Texture1DArray = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Texture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Texture2DArray; + var _TextureBuffer = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureBuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Renderbuffer; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.TextureCubeMapArray; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.ImageFormatCompatibilityType; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Texture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.Texture2DMultisampleArray; + var _NumSampleCounts = OpenTK.Graphics.OpenGL4.ArbInternalformatQuery2.NumSampleCounts; +} +static void Test_ArbInvalidateSubdata_19257() { +} +static void Test_ArbMapBufferAlignment_19258() { + var _MinMapBufferAlignment = OpenTK.Graphics.OpenGL4.ArbMapBufferAlignment.MinMapBufferAlignment; +} +static void Test_ArbMapBufferRange_19259() { + var _MapReadBit = OpenTK.Graphics.OpenGL4.ArbMapBufferRange.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL4.ArbMapBufferRange.MapWriteBit; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL4.ArbMapBufferRange.MapInvalidateRangeBit; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL4.ArbMapBufferRange.MapInvalidateBufferBit; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL4.ArbMapBufferRange.MapFlushExplicitBit; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL4.ArbMapBufferRange.MapUnsynchronizedBit; +} +static void Test_ArbMultiBind_19260() { +} +static void Test_ArbMultiDrawIndirect_19261() { +} +static void Test_ArbOcclusionQuery2_19262() { + var _AnySamplesPassed = OpenTK.Graphics.OpenGL4.ArbOcclusionQuery2.AnySamplesPassed; +} +static void Test_ArbProgramInterfaceQuery_19263() { + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.CompatibleSubroutines; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.AtomicCounterBuffer; + var _Uniform = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.Uniform; + var _UniformBlock = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.UniformBlock; + var _ProgramInput = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ProgramInput; + var _ProgramOutput = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ProgramOutput; + var _BufferVariable = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.BufferVariable; + var _ShaderStorageBlock = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ShaderStorageBlock; + var _IsPerPatch = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.IsPerPatch; + var _VertexSubroutine = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.VertexSubroutine; + var _TessControlSubroutine = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.TessControlSubroutine; + var _TessEvaluationSubroutine = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.TessEvaluationSubroutine; + var _GeometrySubroutine = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.GeometrySubroutine; + var _FragmentSubroutine = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.FragmentSubroutine; + var _ComputeSubroutine = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ComputeSubroutine; + var _VertexSubroutineUniform = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.VertexSubroutineUniform; + var _TessControlSubroutineUniform = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.TessControlSubroutineUniform; + var _TessEvaluationSubroutineUniform = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.TessEvaluationSubroutineUniform; + var _GeometrySubroutineUniform = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.GeometrySubroutineUniform; + var _FragmentSubroutineUniform = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.FragmentSubroutineUniform; + var _ComputeSubroutineUniform = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ComputeSubroutineUniform; + var _TransformFeedbackVarying = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.TransformFeedbackVarying; + var _ActiveResources = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ActiveResources; + var _MaxNameLength = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.MaxNameLength; + var _MaxNumActiveVariables = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.MaxNumActiveVariables; + var _MaxNumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.MaxNumCompatibleSubroutines; + var _NameLength = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.NameLength; + var _Type = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.Type; + var _ArraySize = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ArraySize; + var _Offset = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.Offset; + var _BlockIndex = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.BlockIndex; + var _ArrayStride = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ArrayStride; + var _MatrixStride = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.MatrixStride; + var _IsRowMajor = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.IsRowMajor; + var _AtomicCounterBufferIndex = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.AtomicCounterBufferIndex; + var _BufferBinding = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.BufferBinding; + var _BufferDataSize = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.BufferDataSize; + var _NumActiveVariables = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.NumActiveVariables; + var _ActiveVariables = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ActiveVariables; + var _ReferencedByVertexShader = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ReferencedByVertexShader; + var _ReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ReferencedByTessControlShader; + var _ReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ReferencedByTessEvaluationShader; + var _ReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ReferencedByGeometryShader; + var _ReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ReferencedByFragmentShader; + var _ReferencedByComputeShader = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.ReferencedByComputeShader; + var _TopLevelArraySize = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.TopLevelArraySize; + var _TopLevelArrayStride = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.TopLevelArrayStride; + var _Location = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.Location; + var _LocationIndex = OpenTK.Graphics.OpenGL4.ArbProgramInterfaceQuery.LocationIndex; +} +static void Test_ArbProvokingVertex_19264() { + var _QuadsFollowProvokingVertexConvention = OpenTK.Graphics.OpenGL4.ArbProvokingVertex.QuadsFollowProvokingVertexConvention; + var _FirstVertexConvention = OpenTK.Graphics.OpenGL4.ArbProvokingVertex.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL4.ArbProvokingVertex.LastVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL4.ArbProvokingVertex.ProvokingVertex; +} +static void Test_ArbQueryBufferObject_19265() { + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL4.ArbQueryBufferObject.QueryBufferBarrierBit; + var _QueryBuffer = OpenTK.Graphics.OpenGL4.ArbQueryBufferObject.QueryBuffer; + var _QueryBufferBinding = OpenTK.Graphics.OpenGL4.ArbQueryBufferObject.QueryBufferBinding; + var _QueryResultNoWait = OpenTK.Graphics.OpenGL4.ArbQueryBufferObject.QueryResultNoWait; +} +static void Test_ArbRobustBufferAccessBehavior_19266() { +} +static void Test_ArbRobustness_19267() { + var _NoError = OpenTK.Graphics.OpenGL4.ArbRobustness.NoError; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.OpenGL4.ArbRobustness.ContextFlagRobustAccessBitArb; + var _LoseContextOnResetArb = OpenTK.Graphics.OpenGL4.ArbRobustness.LoseContextOnResetArb; + var _GuiltyContextResetArb = OpenTK.Graphics.OpenGL4.ArbRobustness.GuiltyContextResetArb; + var _InnocentContextResetArb = OpenTK.Graphics.OpenGL4.ArbRobustness.InnocentContextResetArb; + var _UnknownContextResetArb = OpenTK.Graphics.OpenGL4.ArbRobustness.UnknownContextResetArb; + var _ResetNotificationStrategyArb = OpenTK.Graphics.OpenGL4.ArbRobustness.ResetNotificationStrategyArb; + var _NoResetNotificationArb = OpenTK.Graphics.OpenGL4.ArbRobustness.NoResetNotificationArb; +} +static void Test_ArbRobustnessIsolation_19268() { +} +static void Test_ArbSamplerObjects_19269() { + var _SamplerBinding = OpenTK.Graphics.OpenGL4.ArbSamplerObjects.SamplerBinding; +} +static void Test_ArbSampleShading_19270() { + var _SampleShadingArb = OpenTK.Graphics.OpenGL4.ArbSampleShading.SampleShadingArb; + var _MinSampleShadingValueArb = OpenTK.Graphics.OpenGL4.ArbSampleShading.MinSampleShadingValueArb; +} +static void Test_ArbSeamlessCubeMap_19271() { + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL4.ArbSeamlessCubeMap.TextureCubeMapSeamless; +} +static void Test_ArbSeamlessCubemapPerTexture_19272() { + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL4.ArbSeamlessCubemapPerTexture.TextureCubeMapSeamless; +} +static void Test_ArbSeparateShaderObjects_19273() { + var _VertexShaderBit = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.VertexShaderBit; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.FragmentShaderBit; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.GeometryShaderBit; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.TessControlShaderBit; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.TessEvaluationShaderBit; + var _ProgramSeparable = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.ProgramSeparable; + var _ActiveProgram = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.ActiveProgram; + var _ProgramPipelineBinding = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.ProgramPipelineBinding; + var _AllShaderBits = OpenTK.Graphics.OpenGL4.ArbSeparateShaderObjects.AllShaderBits; +} +static void Test_ArbShaderAtomicCounters_19274() { + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBuffer; + var _AtomicCounterBufferBinding = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferBinding; + var _AtomicCounterBufferStart = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferStart; + var _AtomicCounterBufferSize = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferSize; + var _AtomicCounterBufferDataSize = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferDataSize; + var _AtomicCounterBufferActiveAtomicCounters = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferActiveAtomicCounters; + var _AtomicCounterBufferActiveAtomicCounterIndices = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferActiveAtomicCounterIndices; + var _AtomicCounterBufferReferencedByVertexShader = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByVertexShader; + var _AtomicCounterBufferReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByTessControlShader; + var _AtomicCounterBufferReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByTessEvaluationShader; + var _AtomicCounterBufferReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByGeometryShader; + var _AtomicCounterBufferReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.AtomicCounterBufferReferencedByFragmentShader; + var _MaxVertexAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxVertexAtomicCounterBuffers; + var _MaxTessControlAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxTessControlAtomicCounterBuffers; + var _MaxTessEvaluationAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxTessEvaluationAtomicCounterBuffers; + var _MaxGeometryAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxGeometryAtomicCounterBuffers; + var _MaxFragmentAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxFragmentAtomicCounterBuffers; + var _MaxCombinedAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxCombinedAtomicCounterBuffers; + var _MaxVertexAtomicCounters = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxVertexAtomicCounters; + var _MaxTessControlAtomicCounters = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxTessControlAtomicCounters; + var _MaxTessEvaluationAtomicCounters = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxTessEvaluationAtomicCounters; + var _MaxGeometryAtomicCounters = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxGeometryAtomicCounters; + var _MaxFragmentAtomicCounters = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxFragmentAtomicCounters; + var _MaxCombinedAtomicCounters = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxCombinedAtomicCounters; + var _MaxAtomicCounterBufferSize = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxAtomicCounterBufferSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.ActiveAtomicCounterBuffers; + var _UniformAtomicCounterBufferIndex = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.UniformAtomicCounterBufferIndex; + var _UnsignedIntAtomicCounter = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.UnsignedIntAtomicCounter; + var _MaxAtomicCounterBufferBindings = OpenTK.Graphics.OpenGL4.ArbShaderAtomicCounters.MaxAtomicCounterBufferBindings; +} +static void Test_ArbShaderBitEncoding_19275() { +} +static void Test_ArbShaderDrawParameters_19276() { +} +static void Test_ArbShaderGroupVote_19277() { +} +static void Test_ArbShaderImageLoadStore_19278() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.VertexAttribArrayBarrierBit; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ElementArrayBarrierBit; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UniformBarrierBit; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.TextureFetchBarrierBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ShaderImageAccessBarrierBit; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.CommandBarrierBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.PixelBufferBarrierBit; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.TextureUpdateBarrierBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.BufferUpdateBarrierBit; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.FramebufferBarrierBit; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.TransformFeedbackBarrierBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.AtomicCounterBarrierBit; + var _MaxImageUnits = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxImageUnits; + var _MaxCombinedImageUnitsAndFragmentOutputs = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxCombinedImageUnitsAndFragmentOutputs; + var _ImageBindingName = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageBindingName; + var _ImageBindingLevel = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageBindingLevel; + var _ImageBindingLayered = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageBindingLayered; + var _ImageBindingLayer = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageBindingLayer; + var _ImageBindingAccess = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageBindingAccess; + var _Image1D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.Image1D; + var _Image2D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.Image2D; + var _Image3D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.Image3D; + var _Image2DRect = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.Image2DRect; + var _ImageCube = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageCube; + var _ImageBuffer = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageBuffer; + var _Image1DArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.Image1DArray; + var _Image2DArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.Image2DArray; + var _ImageCubeMapArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageCubeMapArray; + var _Image2DMultisample = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.Image2DMultisample; + var _Image2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.Image2DMultisampleArray; + var _IntImage1D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImage1D; + var _IntImage2D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImage2D; + var _IntImage3D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImage3D; + var _IntImage2DRect = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImage2DRect; + var _IntImageCube = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImageCube; + var _IntImageBuffer = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImageBuffer; + var _IntImage1DArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImage1DArray; + var _IntImage2DArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImage2DArray; + var _IntImageCubeMapArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImageCubeMapArray; + var _IntImage2DMultisample = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImage2DMultisample; + var _IntImage2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.IntImage2DMultisampleArray; + var _UnsignedIntImage1D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImage1D; + var _UnsignedIntImage2D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImage2D; + var _UnsignedIntImage3D = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImage3D; + var _UnsignedIntImage2DRect = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImage2DRect; + var _UnsignedIntImageCube = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImageCube; + var _UnsignedIntImageBuffer = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImageBuffer; + var _UnsignedIntImage1DArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImage1DArray; + var _UnsignedIntImage2DArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImage2DArray; + var _UnsignedIntImageCubeMapArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImageCubeMapArray; + var _UnsignedIntImage2DMultisample = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImage2DMultisample; + var _UnsignedIntImage2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.UnsignedIntImage2DMultisampleArray; + var _MaxImageSamples = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxImageSamples; + var _ImageBindingFormat = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageBindingFormat; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageFormatCompatibilityType; + var _ImageFormatCompatibilityBySize = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageFormatCompatibilityBySize; + var _ImageFormatCompatibilityByClass = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.ImageFormatCompatibilityByClass; + var _MaxVertexImageUniforms = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxVertexImageUniforms; + var _MaxTessControlImageUniforms = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxTessControlImageUniforms; + var _MaxTessEvaluationImageUniforms = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxTessEvaluationImageUniforms; + var _MaxGeometryImageUniforms = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxGeometryImageUniforms; + var _MaxFragmentImageUniforms = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxFragmentImageUniforms; + var _MaxCombinedImageUniforms = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.MaxCombinedImageUniforms; + var _AllBarrierBits = OpenTK.Graphics.OpenGL4.ArbShaderImageLoadStore.AllBarrierBits; +} +static void Test_ArbShaderImageSize_19279() { +} +static void Test_ArbShaderPrecision_19280() { +} +static void Test_ArbShaderStencilExport_19281() { +} +static void Test_ArbShaderStorageBufferObject_19282() { + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.ShaderStorageBarrierBit; + var _MaxCombinedImageUnitsAndFragmentOutputs = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxCombinedImageUnitsAndFragmentOutputs; + var _MaxCombinedShaderOutputResources = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxCombinedShaderOutputResources; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.ShaderStorageBuffer; + var _ShaderStorageBufferBinding = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.ShaderStorageBufferBinding; + var _ShaderStorageBufferStart = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.ShaderStorageBufferStart; + var _ShaderStorageBufferSize = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.ShaderStorageBufferSize; + var _MaxVertexShaderStorageBlocks = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxVertexShaderStorageBlocks; + var _MaxGeometryShaderStorageBlocks = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxGeometryShaderStorageBlocks; + var _MaxTessControlShaderStorageBlocks = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxTessControlShaderStorageBlocks; + var _MaxTessEvaluationShaderStorageBlocks = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxTessEvaluationShaderStorageBlocks; + var _MaxFragmentShaderStorageBlocks = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxFragmentShaderStorageBlocks; + var _MaxComputeShaderStorageBlocks = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxComputeShaderStorageBlocks; + var _MaxCombinedShaderStorageBlocks = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxCombinedShaderStorageBlocks; + var _MaxShaderStorageBufferBindings = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxShaderStorageBufferBindings; + var _MaxShaderStorageBlockSize = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.MaxShaderStorageBlockSize; + var _ShaderStorageBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.ArbShaderStorageBufferObject.ShaderStorageBufferOffsetAlignment; +} +static void Test_ArbShaderSubroutine_19283() { + var _UniformSize = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.UniformNameLength; + var _ActiveSubroutines = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.ActiveSubroutines; + var _ActiveSubroutineUniforms = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.ActiveSubroutineUniforms; + var _MaxSubroutines = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.MaxSubroutines; + var _MaxSubroutineUniformLocations = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.MaxSubroutineUniformLocations; + var _ActiveSubroutineUniformLocations = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.ActiveSubroutineUniformLocations; + var _ActiveSubroutineMaxLength = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.ActiveSubroutineMaxLength; + var _ActiveSubroutineUniformMaxLength = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.ActiveSubroutineUniformMaxLength; + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL4.ArbShaderSubroutine.CompatibleSubroutines; +} +static void Test_ArbShadingLanguage420pack_19284() { +} +static void Test_ArbShadingLanguageInclude_19285() { + var _ShaderIncludeArb = OpenTK.Graphics.OpenGL4.ArbShadingLanguageInclude.ShaderIncludeArb; + var _NamedStringLengthArb = OpenTK.Graphics.OpenGL4.ArbShadingLanguageInclude.NamedStringLengthArb; + var _NamedStringTypeArb = OpenTK.Graphics.OpenGL4.ArbShadingLanguageInclude.NamedStringTypeArb; +} +static void Test_ArbShadingLanguagePacking_19286() { +} +static void Test_ArbSparseTexture_19287() { + var _VirtualPageSizeXArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.VirtualPageSizeXArb; + var _VirtualPageSizeYArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.VirtualPageSizeYArb; + var _VirtualPageSizeZArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.VirtualPageSizeZArb; + var _MaxSparseTextureSizeArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.MaxSparseTextureSizeArb; + var _MaxSparse3DTextureSizeArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.MaxSparse3DTextureSizeArb; + var _MaxSparseArrayTextureLayersArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.MaxSparseArrayTextureLayersArb; + var _MinSparseLevelArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.MinSparseLevelArb; + var _TextureSparseArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.TextureSparseArb; + var _VirtualPageSizeIndexArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.VirtualPageSizeIndexArb; + var _NumVirtualPageSizesArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.NumVirtualPageSizesArb; + var _SparseTextureFullArrayCubeMipmapsArb = OpenTK.Graphics.OpenGL4.ArbSparseTexture.SparseTextureFullArrayCubeMipmapsArb; +} +static void Test_ArbStencilTexturing_19288() { + var _DepthStencilTextureMode = OpenTK.Graphics.OpenGL4.ArbStencilTexturing.DepthStencilTextureMode; +} +static void Test_ArbSync_19289() { + var _SyncFlushCommandsBit = OpenTK.Graphics.OpenGL4.ArbSync.SyncFlushCommandsBit; + var _MaxServerWaitTimeout = OpenTK.Graphics.OpenGL4.ArbSync.MaxServerWaitTimeout; + var _ObjectType = OpenTK.Graphics.OpenGL4.ArbSync.ObjectType; + var _SyncCondition = OpenTK.Graphics.OpenGL4.ArbSync.SyncCondition; + var _SyncStatus = OpenTK.Graphics.OpenGL4.ArbSync.SyncStatus; + var _SyncFlags = OpenTK.Graphics.OpenGL4.ArbSync.SyncFlags; + var _SyncFence = OpenTK.Graphics.OpenGL4.ArbSync.SyncFence; + var _SyncGpuCommandsComplete = OpenTK.Graphics.OpenGL4.ArbSync.SyncGpuCommandsComplete; + var _Unsignaled = OpenTK.Graphics.OpenGL4.ArbSync.Unsignaled; + var _Signaled = OpenTK.Graphics.OpenGL4.ArbSync.Signaled; + var _AlreadySignaled = OpenTK.Graphics.OpenGL4.ArbSync.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.OpenGL4.ArbSync.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.OpenGL4.ArbSync.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.OpenGL4.ArbSync.WaitFailed; + var _TimeoutIgnored = OpenTK.Graphics.OpenGL4.ArbSync.TimeoutIgnored; +} +static void Test_ArbTessellationShader_19290() { + var _Triangles = OpenTK.Graphics.OpenGL4.ArbTessellationShader.Triangles; + var _Patches = OpenTK.Graphics.OpenGL4.ArbTessellationShader.Patches; + var _Equal = OpenTK.Graphics.OpenGL4.ArbTessellationShader.Equal; + var _Cw = OpenTK.Graphics.OpenGL4.ArbTessellationShader.Cw; + var _Ccw = OpenTK.Graphics.OpenGL4.ArbTessellationShader.Ccw; + var _UniformBlockReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.ArbTessellationShader.UniformBlockReferencedByTessControlShader; + var _UniformBlockReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.ArbTessellationShader.UniformBlockReferencedByTessEvaluationShader; + var _MaxTessControlInputComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessControlInputComponents; + var _MaxTessEvaluationInputComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessEvaluationInputComponents; + var _MaxCombinedTessControlUniformComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxCombinedTessControlUniformComponents; + var _MaxCombinedTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxCombinedTessEvaluationUniformComponents; + var _PatchVertices = OpenTK.Graphics.OpenGL4.ArbTessellationShader.PatchVertices; + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL4.ArbTessellationShader.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL4.ArbTessellationShader.PatchDefaultOuterLevel; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL4.ArbTessellationShader.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL4.ArbTessellationShader.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL4.ArbTessellationShader.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL4.ArbTessellationShader.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL4.ArbTessellationShader.TessGenPointMode; + var _Isolines = OpenTK.Graphics.OpenGL4.ArbTessellationShader.Isolines; + var _FractionalOdd = OpenTK.Graphics.OpenGL4.ArbTessellationShader.FractionalOdd; + var _FractionalEven = OpenTK.Graphics.OpenGL4.ArbTessellationShader.FractionalEven; + var _MaxPatchVertices = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxPatchVertices; + var _MaxTessGenLevel = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessGenLevel; + var _MaxTessControlUniformComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessControlUniformComponents; + var _MaxTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessEvaluationUniformComponents; + var _MaxTessControlTextureImageUnits = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessControlTextureImageUnits; + var _MaxTessEvaluationTextureImageUnits = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessEvaluationTextureImageUnits; + var _MaxTessControlOutputComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessControlOutputComponents; + var _MaxTessPatchComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessPatchComponents; + var _MaxTessControlTotalOutputComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessControlTotalOutputComponents; + var _MaxTessEvaluationOutputComponents = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessEvaluationOutputComponents; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL4.ArbTessellationShader.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL4.ArbTessellationShader.TessControlShader; + var _MaxTessControlUniformBlocks = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessControlUniformBlocks; + var _MaxTessEvaluationUniformBlocks = OpenTK.Graphics.OpenGL4.ArbTessellationShader.MaxTessEvaluationUniformBlocks; +} +static void Test_ArbTextureBufferObjectRgb32_19291() { + var _Rgb32f = OpenTK.Graphics.OpenGL4.ArbTextureBufferObjectRgb32.Rgb32f; + var _Rgb32ui = OpenTK.Graphics.OpenGL4.ArbTextureBufferObjectRgb32.Rgb32ui; + var _Rgb32i = OpenTK.Graphics.OpenGL4.ArbTextureBufferObjectRgb32.Rgb32i; +} +static void Test_ArbTextureBufferRange_19292() { + var _TextureBufferOffset = OpenTK.Graphics.OpenGL4.ArbTextureBufferRange.TextureBufferOffset; + var _TextureBufferSize = OpenTK.Graphics.OpenGL4.ArbTextureBufferRange.TextureBufferSize; + var _TextureBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.ArbTextureBufferRange.TextureBufferOffsetAlignment; +} +static void Test_ArbTextureCompressionBptc_19293() { + var _CompressedRgbaBptcUnormArb = OpenTK.Graphics.OpenGL4.ArbTextureCompressionBptc.CompressedRgbaBptcUnormArb; + var _CompressedSrgbAlphaBptcUnormArb = OpenTK.Graphics.OpenGL4.ArbTextureCompressionBptc.CompressedSrgbAlphaBptcUnormArb; + var _CompressedRgbBptcSignedFloatArb = OpenTK.Graphics.OpenGL4.ArbTextureCompressionBptc.CompressedRgbBptcSignedFloatArb; + var _CompressedRgbBptcUnsignedFloatArb = OpenTK.Graphics.OpenGL4.ArbTextureCompressionBptc.CompressedRgbBptcUnsignedFloatArb; +} +static void Test_ArbTextureCompressionRgtc_19294() { + var _CompressedRedRgtc1 = OpenTK.Graphics.OpenGL4.ArbTextureCompressionRgtc.CompressedRedRgtc1; + var _CompressedSignedRedRgtc1 = OpenTK.Graphics.OpenGL4.ArbTextureCompressionRgtc.CompressedSignedRedRgtc1; + var _CompressedRgRgtc2 = OpenTK.Graphics.OpenGL4.ArbTextureCompressionRgtc.CompressedRgRgtc2; + var _CompressedSignedRgRgtc2 = OpenTK.Graphics.OpenGL4.ArbTextureCompressionRgtc.CompressedSignedRgRgtc2; +} +static void Test_ArbTextureCubeMapArray_19295() { + var _TextureCubeMapArrayArb = OpenTK.Graphics.OpenGL4.ArbTextureCubeMapArray.TextureCubeMapArrayArb; + var _TextureBindingCubeMapArrayArb = OpenTK.Graphics.OpenGL4.ArbTextureCubeMapArray.TextureBindingCubeMapArrayArb; + var _ProxyTextureCubeMapArrayArb = OpenTK.Graphics.OpenGL4.ArbTextureCubeMapArray.ProxyTextureCubeMapArrayArb; + var _SamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL4.ArbTextureCubeMapArray.SamplerCubeMapArrayArb; + var _SamplerCubeMapArrayShadowArb = OpenTK.Graphics.OpenGL4.ArbTextureCubeMapArray.SamplerCubeMapArrayShadowArb; + var _IntSamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL4.ArbTextureCubeMapArray.IntSamplerCubeMapArrayArb; + var _UnsignedIntSamplerCubeMapArrayArb = OpenTK.Graphics.OpenGL4.ArbTextureCubeMapArray.UnsignedIntSamplerCubeMapArrayArb; +} +static void Test_ArbTextureGather_19296() { + var _MinProgramTextureGatherOffsetArb = OpenTK.Graphics.OpenGL4.ArbTextureGather.MinProgramTextureGatherOffsetArb; + var _MaxProgramTextureGatherOffsetArb = OpenTK.Graphics.OpenGL4.ArbTextureGather.MaxProgramTextureGatherOffsetArb; + var _MaxProgramTextureGatherComponentsArb = OpenTK.Graphics.OpenGL4.ArbTextureGather.MaxProgramTextureGatherComponentsArb; +} +static void Test_ArbTextureMirrorClampToEdge_19297() { + var _MirrorClampToEdge = OpenTK.Graphics.OpenGL4.ArbTextureMirrorClampToEdge.MirrorClampToEdge; +} +static void Test_ArbTextureMultisample_19298() { + var _SamplePosition = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.SamplePosition; + var _SampleMask = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.SampleMask; + var _SampleMaskValue = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.SampleMaskValue; + var _MaxSampleMaskWords = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.MaxSampleMaskWords; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.ProxyTexture2DMultisampleArray; + var _TextureBinding2DMultisample = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.TextureBinding2DMultisample; + var _TextureBinding2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.TextureBinding2DMultisampleArray; + var _TextureSamples = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.TextureSamples; + var _TextureFixedSampleLocations = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.TextureFixedSampleLocations; + var _Sampler2DMultisample = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.Sampler2DMultisample; + var _IntSampler2DMultisample = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.IntSampler2DMultisample; + var _UnsignedIntSampler2DMultisample = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.UnsignedIntSampler2DMultisample; + var _Sampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.Sampler2DMultisampleArray; + var _IntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.IntSampler2DMultisampleArray; + var _UnsignedIntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.UnsignedIntSampler2DMultisampleArray; + var _MaxColorTextureSamples = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.MaxColorTextureSamples; + var _MaxDepthTextureSamples = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.MaxDepthTextureSamples; + var _MaxIntegerSamples = OpenTK.Graphics.OpenGL4.ArbTextureMultisample.MaxIntegerSamples; +} +static void Test_ArbTextureQueryLevels_19299() { +} +static void Test_ArbTextureQueryLod_19300() { +} +static void Test_ArbTextureRg_19301() { + var _Rg = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg; + var _RgInteger = OpenTK.Graphics.OpenGL4.ArbTextureRg.RgInteger; + var _R8 = OpenTK.Graphics.OpenGL4.ArbTextureRg.R8; + var _R16 = OpenTK.Graphics.OpenGL4.ArbTextureRg.R16; + var _Rg8 = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg16; + var _R16f = OpenTK.Graphics.OpenGL4.ArbTextureRg.R16f; + var _R32f = OpenTK.Graphics.OpenGL4.ArbTextureRg.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL4.ArbTextureRg.R8i; + var _R8ui = OpenTK.Graphics.OpenGL4.ArbTextureRg.R8ui; + var _R16i = OpenTK.Graphics.OpenGL4.ArbTextureRg.R16i; + var _R16ui = OpenTK.Graphics.OpenGL4.ArbTextureRg.R16ui; + var _R32i = OpenTK.Graphics.OpenGL4.ArbTextureRg.R32i; + var _R32ui = OpenTK.Graphics.OpenGL4.ArbTextureRg.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL4.ArbTextureRg.Rg32ui; +} +static void Test_ArbTextureRgb10A2ui_19302() { + var _Rgb10A2ui = OpenTK.Graphics.OpenGL4.ArbTextureRgb10A2ui.Rgb10A2ui; +} +static void Test_ArbTextureStencil8_19303() { + var _StencilIndex = OpenTK.Graphics.OpenGL4.ArbTextureStencil8.StencilIndex; + var _StencilIndex8 = OpenTK.Graphics.OpenGL4.ArbTextureStencil8.StencilIndex8; +} +static void Test_ArbTextureStorage_19304() { + var _TextureImmutableFormat = OpenTK.Graphics.OpenGL4.ArbTextureStorage.TextureImmutableFormat; +} +static void Test_ArbTextureStorageMultisample_19305() { +} +static void Test_ArbTextureSwizzle_19306() { + var _TextureSwizzleR = OpenTK.Graphics.OpenGL4.ArbTextureSwizzle.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL4.ArbTextureSwizzle.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL4.ArbTextureSwizzle.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL4.ArbTextureSwizzle.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL4.ArbTextureSwizzle.TextureSwizzleRgba; +} +static void Test_ArbTextureView_19307() { + var _TextureViewMinLevel = OpenTK.Graphics.OpenGL4.ArbTextureView.TextureViewMinLevel; + var _TextureViewNumLevels = OpenTK.Graphics.OpenGL4.ArbTextureView.TextureViewNumLevels; + var _TextureViewMinLayer = OpenTK.Graphics.OpenGL4.ArbTextureView.TextureViewMinLayer; + var _TextureViewNumLayers = OpenTK.Graphics.OpenGL4.ArbTextureView.TextureViewNumLayers; + var _TextureImmutableLevels = OpenTK.Graphics.OpenGL4.ArbTextureView.TextureImmutableLevels; +} +static void Test_ArbTimerQuery_19308() { + var _TimeElapsed = OpenTK.Graphics.OpenGL4.ArbTimerQuery.TimeElapsed; + var _Timestamp = OpenTK.Graphics.OpenGL4.ArbTimerQuery.Timestamp; +} +static void Test_ArbTransformFeedback2_19309() { + var _TransformFeedback = OpenTK.Graphics.OpenGL4.ArbTransformFeedback2.TransformFeedback; + var _TransformFeedbackBufferPaused = OpenTK.Graphics.OpenGL4.ArbTransformFeedback2.TransformFeedbackBufferPaused; + var _TransformFeedbackPaused = OpenTK.Graphics.OpenGL4.ArbTransformFeedback2.TransformFeedbackPaused; + var _TransformFeedbackActive = OpenTK.Graphics.OpenGL4.ArbTransformFeedback2.TransformFeedbackActive; + var _TransformFeedbackBufferActive = OpenTK.Graphics.OpenGL4.ArbTransformFeedback2.TransformFeedbackBufferActive; + var _TransformFeedbackBinding = OpenTK.Graphics.OpenGL4.ArbTransformFeedback2.TransformFeedbackBinding; +} +static void Test_ArbTransformFeedback3_19310() { + var _MaxTransformFeedbackBuffers = OpenTK.Graphics.OpenGL4.ArbTransformFeedback3.MaxTransformFeedbackBuffers; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL4.ArbTransformFeedback3.MaxVertexStreams; +} +static void Test_ArbTransformFeedbackInstanced_19311() { +} +static void Test_ArbUniformBufferObject_19312() { + var _UniformBuffer = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBuffer; + var _UniformBufferBinding = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBufferSize; + var _MaxVertexUniformBlocks = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxVertexUniformBlocks; + var _MaxGeometryUniformBlocks = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxGeometryUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxCombinedVertexUniformComponents; + var _MaxCombinedGeometryUniformComponents = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxCombinedGeometryUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBufferOffsetAlignment; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.ActiveUniformBlocks; + var _UniformType = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformType; + var _UniformSize = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformIsRowMajor; + var _UniformBlockBinding = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockReferencedByGeometryShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.UniformBlockReferencedByFragmentShader; + var _InvalidIndex = OpenTK.Graphics.OpenGL4.ArbUniformBufferObject.InvalidIndex; +} +static void Test_ArbVertexArrayBgra_19313() { + var _Bgra = OpenTK.Graphics.OpenGL4.ArbVertexArrayBgra.Bgra; +} +static void Test_ArbVertexArrayObject_19314() { + var _VertexArrayBinding = OpenTK.Graphics.OpenGL4.ArbVertexArrayObject.VertexArrayBinding; +} +static void Test_ArbVertexAttrib64bit_19315() { + var _Rgb32i = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.Rgb32i; + var _DoubleMat2 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL4.ArbVertexAttrib64bit.DoubleVec4; +} +static void Test_ArbVertexAttribBinding_19316() { + var _VertexAttribBinding = OpenTK.Graphics.OpenGL4.ArbVertexAttribBinding.VertexAttribBinding; + var _VertexAttribRelativeOffset = OpenTK.Graphics.OpenGL4.ArbVertexAttribBinding.VertexAttribRelativeOffset; + var _VertexBindingDivisor = OpenTK.Graphics.OpenGL4.ArbVertexAttribBinding.VertexBindingDivisor; + var _VertexBindingOffset = OpenTK.Graphics.OpenGL4.ArbVertexAttribBinding.VertexBindingOffset; + var _VertexBindingStride = OpenTK.Graphics.OpenGL4.ArbVertexAttribBinding.VertexBindingStride; + var _MaxVertexAttribRelativeOffset = OpenTK.Graphics.OpenGL4.ArbVertexAttribBinding.MaxVertexAttribRelativeOffset; + var _MaxVertexAttribBindings = OpenTK.Graphics.OpenGL4.ArbVertexAttribBinding.MaxVertexAttribBindings; +} +static void Test_ArbVertexType10f11f11fRev_19317() { + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL4.ArbVertexType10f11f11fRev.UnsignedInt10F11F11FRev; +} +static void Test_ArbVertexType2101010Rev_19318() { + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.ArbVertexType2101010Rev.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.ArbVertexType2101010Rev.Int2101010Rev; +} +static void Test_ArbViewportArray_19319() { + var _DepthRange = OpenTK.Graphics.OpenGL4.ArbViewportArray.DepthRange; + var _Viewport = OpenTK.Graphics.OpenGL4.ArbViewportArray.Viewport; + var _ScissorBox = OpenTK.Graphics.OpenGL4.ArbViewportArray.ScissorBox; + var _ScissorTest = OpenTK.Graphics.OpenGL4.ArbViewportArray.ScissorTest; + var _MaxViewports = OpenTK.Graphics.OpenGL4.ArbViewportArray.MaxViewports; + var _ViewportSubpixelBits = OpenTK.Graphics.OpenGL4.ArbViewportArray.ViewportSubpixelBits; + var _ViewportBoundsRange = OpenTK.Graphics.OpenGL4.ArbViewportArray.ViewportBoundsRange; + var _LayerProvokingVertex = OpenTK.Graphics.OpenGL4.ArbViewportArray.LayerProvokingVertex; + var _ViewportIndexProvokingVertex = OpenTK.Graphics.OpenGL4.ArbViewportArray.ViewportIndexProvokingVertex; + var _UndefinedVertex = OpenTK.Graphics.OpenGL4.ArbViewportArray.UndefinedVertex; + var _FirstVertexConvention = OpenTK.Graphics.OpenGL4.ArbViewportArray.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL4.ArbViewportArray.LastVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL4.ArbViewportArray.ProvokingVertex; +} +static void Test_ArrayCap_19320() { + var _VertexArray = OpenTK.Graphics.OpenGL4.ArrayCap.VertexArray; + var _NormalArray = OpenTK.Graphics.OpenGL4.ArrayCap.NormalArray; + var _ColorArray = OpenTK.Graphics.OpenGL4.ArrayCap.ColorArray; + var _IndexArray = OpenTK.Graphics.OpenGL4.ArrayCap.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.OpenGL4.ArrayCap.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.OpenGL4.ArrayCap.EdgeFlagArray; + var _FogCoordArray = OpenTK.Graphics.OpenGL4.ArrayCap.FogCoordArray; + var _SecondaryColorArray = OpenTK.Graphics.OpenGL4.ArrayCap.SecondaryColorArray; +} +static void Test_AssemblyProgramFormatArb_19321() { + var _ProgramFormatAsciiArb = OpenTK.Graphics.OpenGL4.AssemblyProgramFormatArb.ProgramFormatAsciiArb; +} +static void Test_AssemblyProgramParameterArb_19322() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramSeparable; + var _ProgramLength = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramLength; + var _ProgramBinding = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramBinding; + var _ProgramAluInstructionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramAluInstructionsArb; + var _ProgramTexInstructionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramTexInstructionsArb; + var _ProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramTexIndirectionsArb; + var _ProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramNativeAluInstructionsArb; + var _ProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramNativeTexInstructionsArb; + var _ProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramNativeTexIndirectionsArb; + var _MaxProgramAluInstructionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramAluInstructionsArb; + var _MaxProgramTexInstructionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramTexInstructionsArb; + var _MaxProgramTexIndirectionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramTexIndirectionsArb; + var _MaxProgramNativeAluInstructionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramNativeAluInstructionsArb; + var _MaxProgramNativeTexInstructionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramNativeTexInstructionsArb; + var _MaxProgramNativeTexIndirectionsArb = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramNativeTexIndirectionsArb; + var _ProgramFormat = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramFormat; + var _ProgramInstruction = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramInstruction; + var _MaxProgramInstructions = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramInstructions; + var _ProgramNativeInstructions = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramNativeInstructions; + var _MaxProgramNativeInstructions = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramNativeInstructions; + var _ProgramTemporaries = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramTemporaries; + var _MaxProgramTemporaries = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramTemporaries; + var _ProgramNativeTemporaries = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramNativeTemporaries; + var _MaxProgramNativeTemporaries = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramNativeTemporaries; + var _ProgramParameters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramParameters; + var _MaxProgramParameters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramParameters; + var _ProgramNativeParameters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramNativeParameters; + var _MaxProgramNativeParameters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramNativeParameters; + var _ProgramAttribs = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramAttribs; + var _MaxProgramAttribs = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramAttribs; + var _ProgramNativeAttribs = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramNativeAttribs; + var _MaxProgramNativeAttribs = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramNativeAttribs; + var _ProgramAddressRegisters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramAddressRegisters; + var _MaxProgramAddressRegisters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramAddressRegisters; + var _ProgramNativeAddressRegisters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramNativeAddressRegisters; + var _MaxProgramNativeAddressRegisters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramNativeAddressRegisters; + var _MaxProgramLocalParameters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramLocalParameters; + var _MaxProgramEnvParameters = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.MaxProgramEnvParameters; + var _ProgramUnderNativeLimits = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.ProgramUnderNativeLimits; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL4.AssemblyProgramParameterArb.GeometryOutputType; +} +static void Test_AssemblyProgramStringParameterArb_19323() { + var _ProgramString = OpenTK.Graphics.OpenGL4.AssemblyProgramStringParameterArb.ProgramString; +} +static void Test_AssemblyProgramTargetArb_19324() { + var _VertexProgram = OpenTK.Graphics.OpenGL4.AssemblyProgramTargetArb.VertexProgram; + var _FragmentProgram = OpenTK.Graphics.OpenGL4.AssemblyProgramTargetArb.FragmentProgram; +} +static void Test_AtomicCounterBufferParameter_19325() { + var _AtomicCounterBufferReferencedByComputeShader = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByComputeShader; + var _AtomicCounterBufferBinding = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferBinding; + var _AtomicCounterBufferDataSize = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferDataSize; + var _AtomicCounterBufferActiveAtomicCounters = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferActiveAtomicCounters; + var _AtomicCounterBufferActiveAtomicCounterIndices = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferActiveAtomicCounterIndices; + var _AtomicCounterBufferReferencedByVertexShader = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByVertexShader; + var _AtomicCounterBufferReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByTessControlShader; + var _AtomicCounterBufferReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByTessEvaluationShader; + var _AtomicCounterBufferReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByGeometryShader; + var _AtomicCounterBufferReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter.AtomicCounterBufferReferencedByFragmentShader; +} +static void Test_AttribMask_19326() { + var _DepthBufferBit = OpenTK.Graphics.OpenGL4.AttribMask.DepthBufferBit; + var _StencilBufferBit = OpenTK.Graphics.OpenGL4.AttribMask.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.OpenGL4.AttribMask.ColorBufferBit; + var _MultisampleBit = OpenTK.Graphics.OpenGL4.AttribMask.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.OpenGL4.AttribMask.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.OpenGL4.AttribMask.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.OpenGL4.AttribMask.MultisampleBitExt; +} +static void Test_BeginFeedbackMode_19327() { + var _Points = OpenTK.Graphics.OpenGL4.BeginFeedbackMode.Points; + var _Lines = OpenTK.Graphics.OpenGL4.BeginFeedbackMode.Lines; + var _Triangles = OpenTK.Graphics.OpenGL4.BeginFeedbackMode.Triangles; +} +static void Test_BeginMode_19328() { + var _Points = OpenTK.Graphics.OpenGL4.BeginMode.Points; + var _Lines = OpenTK.Graphics.OpenGL4.BeginMode.Lines; + var _LineLoop = OpenTK.Graphics.OpenGL4.BeginMode.LineLoop; + var _LineStrip = OpenTK.Graphics.OpenGL4.BeginMode.LineStrip; + var _Triangles = OpenTK.Graphics.OpenGL4.BeginMode.Triangles; + var _TriangleStrip = OpenTK.Graphics.OpenGL4.BeginMode.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.OpenGL4.BeginMode.TriangleFan; + var _Quads = OpenTK.Graphics.OpenGL4.BeginMode.Quads; + var _QuadStrip = OpenTK.Graphics.OpenGL4.BeginMode.QuadStrip; + var _Polygon = OpenTK.Graphics.OpenGL4.BeginMode.Polygon; + var _Patches = OpenTK.Graphics.OpenGL4.BeginMode.Patches; + var _LinesAdjacency = OpenTK.Graphics.OpenGL4.BeginMode.LinesAdjacency; + var _LineStripAdjacency = OpenTK.Graphics.OpenGL4.BeginMode.LineStripAdjacency; + var _TrianglesAdjacency = OpenTK.Graphics.OpenGL4.BeginMode.TrianglesAdjacency; + var _TriangleStripAdjacency = OpenTK.Graphics.OpenGL4.BeginMode.TriangleStripAdjacency; +} +static void Test_BinaryFormat_19329() { +} +static void Test_BlendEquationMode_19330() { + var _FuncAdd = OpenTK.Graphics.OpenGL4.BlendEquationMode.FuncAdd; + var _Min = OpenTK.Graphics.OpenGL4.BlendEquationMode.Min; + var _Max = OpenTK.Graphics.OpenGL4.BlendEquationMode.Max; + var _FuncSubtract = OpenTK.Graphics.OpenGL4.BlendEquationMode.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.OpenGL4.BlendEquationMode.FuncReverseSubtract; +} +static void Test_BlendEquationModeExt_19331() { + var _FuncAddExt = OpenTK.Graphics.OpenGL4.BlendEquationModeExt.FuncAddExt; + var _MinExt = OpenTK.Graphics.OpenGL4.BlendEquationModeExt.MinExt; + var _MaxExt = OpenTK.Graphics.OpenGL4.BlendEquationModeExt.MaxExt; + var _FuncSubtractExt = OpenTK.Graphics.OpenGL4.BlendEquationModeExt.FuncSubtractExt; + var _FuncReverseSubtractExt = OpenTK.Graphics.OpenGL4.BlendEquationModeExt.FuncReverseSubtractExt; + var _AlphaMinSgix = OpenTK.Graphics.OpenGL4.BlendEquationModeExt.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.OpenGL4.BlendEquationModeExt.AlphaMaxSgix; +} +static void Test_BlendingFactorDest_19332() { + var _Zero = OpenTK.Graphics.OpenGL4.BlendingFactorDest.Zero; + var _SrcColor = OpenTK.Graphics.OpenGL4.BlendingFactorDest.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorDest.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorDest.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.OpenGL4.BlendingFactorDest.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.OpenGL4.BlendingFactorDest.SrcAlphaSaturate; + var _ConstantColor = OpenTK.Graphics.OpenGL4.BlendingFactorDest.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.OpenGL4.BlendingFactorDest.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorDest.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.OpenGL4.BlendingFactorDest.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusConstantAlphaExt; + var _Src1Alpha = OpenTK.Graphics.OpenGL4.BlendingFactorDest.Src1Alpha; + var _Src1Color = OpenTK.Graphics.OpenGL4.BlendingFactorDest.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL4.BlendingFactorDest.OneMinusSrc1Alpha; + var _One = OpenTK.Graphics.OpenGL4.BlendingFactorDest.One; +} +static void Test_BlendingFactorSrc_19333() { + var _Zero = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.Zero; + var _SrcColor = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.SrcAlphaSaturate; + var _ConstantColor = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusConstantAlphaExt; + var _Src1Alpha = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.Src1Alpha; + var _Src1Color = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.OneMinusSrc1Alpha; + var _One = OpenTK.Graphics.OpenGL4.BlendingFactorSrc.One; +} +static void Test_BlitFramebufferFilter_19334() { + var _Nearest = OpenTK.Graphics.OpenGL4.BlitFramebufferFilter.Nearest; + var _Linear = OpenTK.Graphics.OpenGL4.BlitFramebufferFilter.Linear; +} +static void Test_Boolean_19335() { + var _False = OpenTK.Graphics.OpenGL4.Boolean.False; + var _True = OpenTK.Graphics.OpenGL4.Boolean.True; +} +static void Test_BufferAccess_19336() { + var _ReadOnly = OpenTK.Graphics.OpenGL4.BufferAccess.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL4.BufferAccess.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL4.BufferAccess.ReadWrite; +} +static void Test_BufferAccessArb_19337() { + var _ReadOnly = OpenTK.Graphics.OpenGL4.BufferAccessArb.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL4.BufferAccessArb.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL4.BufferAccessArb.ReadWrite; +} +static void Test_BufferAccessMask_19338() { + var _MapReadBit = OpenTK.Graphics.OpenGL4.BufferAccessMask.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL4.BufferAccessMask.MapWriteBit; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL4.BufferAccessMask.MapInvalidateRangeBit; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL4.BufferAccessMask.MapInvalidateBufferBit; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL4.BufferAccessMask.MapFlushExplicitBit; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL4.BufferAccessMask.MapUnsynchronizedBit; + var _MapPersistentBit = OpenTK.Graphics.OpenGL4.BufferAccessMask.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL4.BufferAccessMask.MapCoherentBit; +} +static void Test_BufferParameterApple_19339() { +} +static void Test_BufferParameterName_19340() { + var _BufferImmutableStorage = OpenTK.Graphics.OpenGL4.BufferParameterName.BufferImmutableStorage; + var _BufferSize = OpenTK.Graphics.OpenGL4.BufferParameterName.BufferSize; + var _BufferUsage = OpenTK.Graphics.OpenGL4.BufferParameterName.BufferUsage; + var _BufferAccess = OpenTK.Graphics.OpenGL4.BufferParameterName.BufferAccess; + var _BufferMapped = OpenTK.Graphics.OpenGL4.BufferParameterName.BufferMapped; + var _BufferAccessFlags = OpenTK.Graphics.OpenGL4.BufferParameterName.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.OpenGL4.BufferParameterName.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.OpenGL4.BufferParameterName.BufferMapOffset; +} +static void Test_BufferParameterNameArb_19341() { + var _BufferSize = OpenTK.Graphics.OpenGL4.BufferParameterNameArb.BufferSize; + var _BufferUsage = OpenTK.Graphics.OpenGL4.BufferParameterNameArb.BufferUsage; + var _BufferAccess = OpenTK.Graphics.OpenGL4.BufferParameterNameArb.BufferAccess; + var _BufferMapped = OpenTK.Graphics.OpenGL4.BufferParameterNameArb.BufferMapped; +} +static void Test_BufferPointer_19342() { + var _BufferMapPointer = OpenTK.Graphics.OpenGL4.BufferPointer.BufferMapPointer; +} +static void Test_BufferPointerNameArb_19343() { + var _BufferMapPointer = OpenTK.Graphics.OpenGL4.BufferPointerNameArb.BufferMapPointer; +} +static void Test_BufferRangeTarget_19344() { + var _UniformBuffer = OpenTK.Graphics.OpenGL4.BufferRangeTarget.UniformBuffer; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL4.BufferRangeTarget.TransformFeedbackBuffer; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL4.BufferRangeTarget.ShaderStorageBuffer; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL4.BufferRangeTarget.AtomicCounterBuffer; +} +static void Test_BufferStorageFlags_19345() { + var _MapReadBit = OpenTK.Graphics.OpenGL4.BufferStorageFlags.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL4.BufferStorageFlags.MapWriteBit; + var _MapPersistentBit = OpenTK.Graphics.OpenGL4.BufferStorageFlags.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL4.BufferStorageFlags.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL4.BufferStorageFlags.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.OpenGL4.BufferStorageFlags.ClientStorageBit; +} +static void Test_BufferTarget_19346() { + var _ArrayBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.ElementArrayBuffer; + var _PixelPackBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.PixelPackBuffer; + var _PixelUnpackBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.PixelUnpackBuffer; + var _UniformBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.UniformBuffer; + var _TextureBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.TextureBuffer; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.TransformFeedbackBuffer; + var _CopyReadBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.CopyReadBuffer; + var _CopyWriteBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.CopyWriteBuffer; + var _DrawIndirectBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.DrawIndirectBuffer; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.ShaderStorageBuffer; + var _DispatchIndirectBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.DispatchIndirectBuffer; + var _QueryBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.QueryBuffer; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL4.BufferTarget.AtomicCounterBuffer; +} +static void Test_BufferTargetArb_19347() { + var _ArrayBuffer = OpenTK.Graphics.OpenGL4.BufferTargetArb.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.OpenGL4.BufferTargetArb.ElementArrayBuffer; + var _TextureBuffer = OpenTK.Graphics.OpenGL4.BufferTargetArb.TextureBuffer; +} +static void Test_BufferUsageArb_19348() { + var _StreamDraw = OpenTK.Graphics.OpenGL4.BufferUsageArb.StreamDraw; + var _StreamRead = OpenTK.Graphics.OpenGL4.BufferUsageArb.StreamRead; + var _StreamCopy = OpenTK.Graphics.OpenGL4.BufferUsageArb.StreamCopy; + var _StaticDraw = OpenTK.Graphics.OpenGL4.BufferUsageArb.StaticDraw; + var _StaticRead = OpenTK.Graphics.OpenGL4.BufferUsageArb.StaticRead; + var _StaticCopy = OpenTK.Graphics.OpenGL4.BufferUsageArb.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.OpenGL4.BufferUsageArb.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.OpenGL4.BufferUsageArb.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.OpenGL4.BufferUsageArb.DynamicCopy; +} +static void Test_BufferUsageHint_19349() { + var _StreamDraw = OpenTK.Graphics.OpenGL4.BufferUsageHint.StreamDraw; + var _StreamRead = OpenTK.Graphics.OpenGL4.BufferUsageHint.StreamRead; + var _StreamCopy = OpenTK.Graphics.OpenGL4.BufferUsageHint.StreamCopy; + var _StaticDraw = OpenTK.Graphics.OpenGL4.BufferUsageHint.StaticDraw; + var _StaticRead = OpenTK.Graphics.OpenGL4.BufferUsageHint.StaticRead; + var _StaticCopy = OpenTK.Graphics.OpenGL4.BufferUsageHint.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.OpenGL4.BufferUsageHint.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.OpenGL4.BufferUsageHint.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.OpenGL4.BufferUsageHint.DynamicCopy; +} +static void Test_ClampColorMode_19350() { + var _False = OpenTK.Graphics.OpenGL4.ClampColorMode.False; + var _FixedOnly = OpenTK.Graphics.OpenGL4.ClampColorMode.FixedOnly; + var _True = OpenTK.Graphics.OpenGL4.ClampColorMode.True; +} +static void Test_ClampColorTarget_19351() { + var _ClampVertexColor = OpenTK.Graphics.OpenGL4.ClampColorTarget.ClampVertexColor; + var _ClampFragmentColor = OpenTK.Graphics.OpenGL4.ClampColorTarget.ClampFragmentColor; + var _ClampReadColor = OpenTK.Graphics.OpenGL4.ClampColorTarget.ClampReadColor; +} +static void Test_ClearBuffer_19352() { + var _Color = OpenTK.Graphics.OpenGL4.ClearBuffer.Color; + var _Depth = OpenTK.Graphics.OpenGL4.ClearBuffer.Depth; + var _Stencil = OpenTK.Graphics.OpenGL4.ClearBuffer.Stencil; +} +static void Test_ClearBufferCombined_19353() { + var _DepthStencil = OpenTK.Graphics.OpenGL4.ClearBufferCombined.DepthStencil; +} +static void Test_ClearBufferMask_19354() { + var _None = OpenTK.Graphics.OpenGL4.ClearBufferMask.None; + var _DepthBufferBit = OpenTK.Graphics.OpenGL4.ClearBufferMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.OpenGL4.ClearBufferMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.OpenGL4.ClearBufferMask.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.OpenGL4.ClearBufferMask.ColorBufferBit; + var _CoverageBufferBitNv = OpenTK.Graphics.OpenGL4.ClearBufferMask.CoverageBufferBitNv; +} +static void Test_ClientAttribMask_19355() { +} +static void Test_ClientWaitSyncFlags_19356() { + var _None = OpenTK.Graphics.OpenGL4.ClientWaitSyncFlags.None; + var _SyncFlushCommandsBit = OpenTK.Graphics.OpenGL4.ClientWaitSyncFlags.SyncFlushCommandsBit; +} +static void Test_ClipPlaneName_19357() { + var _ClipDistance0 = OpenTK.Graphics.OpenGL4.ClipPlaneName.ClipDistance0; + var _ClipDistance1 = OpenTK.Graphics.OpenGL4.ClipPlaneName.ClipDistance1; + var _ClipDistance2 = OpenTK.Graphics.OpenGL4.ClipPlaneName.ClipDistance2; + var _ClipDistance3 = OpenTK.Graphics.OpenGL4.ClipPlaneName.ClipDistance3; + var _ClipDistance4 = OpenTK.Graphics.OpenGL4.ClipPlaneName.ClipDistance4; + var _ClipDistance5 = OpenTK.Graphics.OpenGL4.ClipPlaneName.ClipDistance5; + var _ClipDistance6 = OpenTK.Graphics.OpenGL4.ClipPlaneName.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.OpenGL4.ClipPlaneName.ClipDistance7; +} +static void Test_ColorMaterialFace_19358() { + var _Front = OpenTK.Graphics.OpenGL4.ColorMaterialFace.Front; + var _Back = OpenTK.Graphics.OpenGL4.ColorMaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.OpenGL4.ColorMaterialFace.FrontAndBack; +} +static void Test_ColorMaterialParameter_19359() { +} +static void Test_ColorPointerType_19360() { + var _Byte = OpenTK.Graphics.OpenGL4.ColorPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.ColorPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.ColorPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.ColorPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.ColorPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.ColorPointerType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.ColorPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL4.ColorPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.ColorPointerType.HalfFloat; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.ColorPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.ColorPointerType.Int2101010Rev; +} +static void Test_ColorTableParameterPName_19361() { + var _ColorTableScale = OpenTK.Graphics.OpenGL4.ColorTableParameterPName.ColorTableScale; + var _ColorTableBias = OpenTK.Graphics.OpenGL4.ColorTableParameterPName.ColorTableBias; +} +static void Test_ColorTableParameterPNameSgi_19362() { + var _ColorTableScale = OpenTK.Graphics.OpenGL4.ColorTableParameterPNameSgi.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.OpenGL4.ColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.OpenGL4.ColorTableParameterPNameSgi.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.OpenGL4.ColorTableParameterPNameSgi.ColorTableBiasSgi; +} +static void Test_ColorTableTarget_19363() { + var _ColorTable = OpenTK.Graphics.OpenGL4.ColorTableTarget.ColorTable; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL4.ColorTableTarget.PostConvolutionColorTable; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.ColorTableTarget.PostColorMatrixColorTable; + var _ProxyColorTable = OpenTK.Graphics.OpenGL4.ColorTableTarget.ProxyColorTable; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.OpenGL4.ColorTableTarget.ProxyPostConvolutionColorTable; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.ColorTableTarget.ProxyPostColorMatrixColorTable; +} +static void Test_ColorTableTargetSgi_19364() { + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ProxyTextureColorTableSgi; + var _ColorTable = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL4.ColorTableTargetSgi.ProxyPostColorMatrixColorTableSgi; +} +static void Test_ConditionalRenderType_19365() { + var _QueryWait = OpenTK.Graphics.OpenGL4.ConditionalRenderType.QueryWait; + var _QueryNoWait = OpenTK.Graphics.OpenGL4.ConditionalRenderType.QueryNoWait; + var _QueryByRegionWait = OpenTK.Graphics.OpenGL4.ConditionalRenderType.QueryByRegionWait; + var _QueryByRegionNoWait = OpenTK.Graphics.OpenGL4.ConditionalRenderType.QueryByRegionNoWait; +} +static void Test_ContextFlagMask_19366() { + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.OpenGL4.ContextFlagMask.ContextFlagForwardCompatibleBit; + var _ContextFlagDebugBit = OpenTK.Graphics.OpenGL4.ContextFlagMask.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.OpenGL4.ContextFlagMask.ContextFlagDebugBitKhr; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.OpenGL4.ContextFlagMask.ContextFlagRobustAccessBitArb; +} +static void Test_ContextProfileMask_19367() { + var _ContextCoreProfileBit = OpenTK.Graphics.OpenGL4.ContextProfileMask.ContextCoreProfileBit; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.OpenGL4.ContextProfileMask.ContextCompatibilityProfileBit; +} +static void Test_ConvolutionBorderModeExt_19368() { + var _Reduce = OpenTK.Graphics.OpenGL4.ConvolutionBorderModeExt.Reduce; + var _ReduceExt = OpenTK.Graphics.OpenGL4.ConvolutionBorderModeExt.ReduceExt; +} +static void Test_ConvolutionParameter_19369() { + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL4.ConvolutionParameter.ConvolutionBorderMode; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL4.ConvolutionParameter.ConvolutionFilterScale; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL4.ConvolutionParameter.ConvolutionFilterBias; +} +static void Test_ConvolutionParameterExt_19370() { + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL4.ConvolutionParameterExt.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.OpenGL4.ConvolutionParameterExt.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL4.ConvolutionParameterExt.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.OpenGL4.ConvolutionParameterExt.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL4.ConvolutionParameterExt.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.OpenGL4.ConvolutionParameterExt.ConvolutionFilterBiasExt; +} +static void Test_ConvolutionParameterValue_19371() { + var _Reduce = OpenTK.Graphics.OpenGL4.ConvolutionParameterValue.Reduce; + var _ConstantBorder = OpenTK.Graphics.OpenGL4.ConvolutionParameterValue.ConstantBorder; + var _ReplicateBorder = OpenTK.Graphics.OpenGL4.ConvolutionParameterValue.ReplicateBorder; +} +static void Test_ConvolutionTarget_19372() { + var _Convolution1D = OpenTK.Graphics.OpenGL4.ConvolutionTarget.Convolution1D; + var _Convolution2D = OpenTK.Graphics.OpenGL4.ConvolutionTarget.Convolution2D; + var _Separable2D = OpenTK.Graphics.OpenGL4.ConvolutionTarget.Separable2D; +} +static void Test_ConvolutionTargetExt_19373() { + var _Convolution1D = OpenTK.Graphics.OpenGL4.ConvolutionTargetExt.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.OpenGL4.ConvolutionTargetExt.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.OpenGL4.ConvolutionTargetExt.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.OpenGL4.ConvolutionTargetExt.Convolution2DExt; +} +static void Test_CullFaceMode_19374() { + var _Front = OpenTK.Graphics.OpenGL4.CullFaceMode.Front; + var _Back = OpenTK.Graphics.OpenGL4.CullFaceMode.Back; + var _FrontAndBack = OpenTK.Graphics.OpenGL4.CullFaceMode.FrontAndBack; +} +static void Test_DataType_19375() { +} +static void Test_DebugSeverity_19376() { + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL4.DebugSeverity.DebugSeverityNotification; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL4.DebugSeverity.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL4.DebugSeverity.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL4.DebugSeverity.DebugSeverityLow; +} +static void Test_DebugSeverityControl_19377() { + var _DontCare = OpenTK.Graphics.OpenGL4.DebugSeverityControl.DontCare; + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL4.DebugSeverityControl.DebugSeverityNotification; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL4.DebugSeverityControl.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL4.DebugSeverityControl.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL4.DebugSeverityControl.DebugSeverityLow; +} +static void Test_DebugSource_19378() { + var _DebugSourceApi = OpenTK.Graphics.OpenGL4.DebugSource.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL4.DebugSource.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL4.DebugSource.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL4.DebugSource.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL4.DebugSource.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.OpenGL4.DebugSource.DebugSourceOther; +} +static void Test_DebugSourceControl_19379() { + var _DontCare = OpenTK.Graphics.OpenGL4.DebugSourceControl.DontCare; + var _DebugSourceApi = OpenTK.Graphics.OpenGL4.DebugSourceControl.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL4.DebugSourceControl.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL4.DebugSourceControl.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL4.DebugSourceControl.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL4.DebugSourceControl.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.OpenGL4.DebugSourceControl.DebugSourceOther; +} +static void Test_DebugSourceExternal_19380() { + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL4.DebugSourceExternal.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL4.DebugSourceExternal.DebugSourceApplication; +} +static void Test_DebugType_19381() { + var _DebugTypeError = OpenTK.Graphics.OpenGL4.DebugType.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL4.DebugType.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL4.DebugType.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.OpenGL4.DebugType.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL4.DebugType.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.OpenGL4.DebugType.DebugTypeOther; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL4.DebugType.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL4.DebugType.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL4.DebugType.DebugTypePopGroup; +} +static void Test_DebugTypeControl_19382() { + var _DontCare = OpenTK.Graphics.OpenGL4.DebugTypeControl.DontCare; + var _DebugTypeError = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypeOther; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL4.DebugTypeControl.DebugTypePopGroup; +} +static void Test_DepthFunction_19383() { + var _Never = OpenTK.Graphics.OpenGL4.DepthFunction.Never; + var _Less = OpenTK.Graphics.OpenGL4.DepthFunction.Less; + var _Equal = OpenTK.Graphics.OpenGL4.DepthFunction.Equal; + var _Lequal = OpenTK.Graphics.OpenGL4.DepthFunction.Lequal; + var _Greater = OpenTK.Graphics.OpenGL4.DepthFunction.Greater; + var _Notequal = OpenTK.Graphics.OpenGL4.DepthFunction.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL4.DepthFunction.Gequal; + var _Always = OpenTK.Graphics.OpenGL4.DepthFunction.Always; +} +static void Test_DrawBufferMode_19384() { + var _None = OpenTK.Graphics.OpenGL4.DrawBufferMode.None; + var _NoneOes = OpenTK.Graphics.OpenGL4.DrawBufferMode.NoneOes; + var _FrontLeft = OpenTK.Graphics.OpenGL4.DrawBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL4.DrawBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL4.DrawBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL4.DrawBufferMode.BackRight; + var _Front = OpenTK.Graphics.OpenGL4.DrawBufferMode.Front; + var _Back = OpenTK.Graphics.OpenGL4.DrawBufferMode.Back; + var _Left = OpenTK.Graphics.OpenGL4.DrawBufferMode.Left; + var _Right = OpenTK.Graphics.OpenGL4.DrawBufferMode.Right; + var _FrontAndBack = OpenTK.Graphics.OpenGL4.DrawBufferMode.FrontAndBack; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL4.DrawBufferMode.ColorAttachment15; +} +static void Test_DrawBuffersEnum_19385() { + var _None = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.None; + var _FrontLeft = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.BackRight; + var _Aux0 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.Aux3; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL4.DrawBuffersEnum.ColorAttachment15; +} +static void Test_DrawElementsType_19386() { + var _UnsignedByte = OpenTK.Graphics.OpenGL4.DrawElementsType.UnsignedByte; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.DrawElementsType.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.DrawElementsType.UnsignedInt; +} +static void Test_EnableCap_19387() { + var _LineSmooth = OpenTK.Graphics.OpenGL4.EnableCap.LineSmooth; + var _PolygonSmooth = OpenTK.Graphics.OpenGL4.EnableCap.PolygonSmooth; + var _CullFace = OpenTK.Graphics.OpenGL4.EnableCap.CullFace; + var _DepthTest = OpenTK.Graphics.OpenGL4.EnableCap.DepthTest; + var _StencilTest = OpenTK.Graphics.OpenGL4.EnableCap.StencilTest; + var _Dither = OpenTK.Graphics.OpenGL4.EnableCap.Dither; + var _Blend = OpenTK.Graphics.OpenGL4.EnableCap.Blend; + var _ColorLogicOp = OpenTK.Graphics.OpenGL4.EnableCap.ColorLogicOp; + var _ScissorTest = OpenTK.Graphics.OpenGL4.EnableCap.ScissorTest; + var _Texture1D = OpenTK.Graphics.OpenGL4.EnableCap.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL4.EnableCap.Texture2D; + var _PolygonOffsetPoint = OpenTK.Graphics.OpenGL4.EnableCap.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.OpenGL4.EnableCap.PolygonOffsetLine; + var _ClipDistance0 = OpenTK.Graphics.OpenGL4.EnableCap.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.OpenGL4.EnableCap.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.OpenGL4.EnableCap.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.OpenGL4.EnableCap.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.OpenGL4.EnableCap.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.OpenGL4.EnableCap.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.OpenGL4.EnableCap.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.OpenGL4.EnableCap.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.OpenGL4.EnableCap.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.OpenGL4.EnableCap.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.OpenGL4.EnableCap.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.OpenGL4.EnableCap.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.OpenGL4.EnableCap.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.OpenGL4.EnableCap.ClipDistance7; + var _Convolution1D = OpenTK.Graphics.OpenGL4.EnableCap.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.OpenGL4.EnableCap.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.OpenGL4.EnableCap.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.OpenGL4.EnableCap.Convolution2DExt; + var _Separable2D = OpenTK.Graphics.OpenGL4.EnableCap.Separable2D; + var _Separable2DExt = OpenTK.Graphics.OpenGL4.EnableCap.Separable2DExt; + var _Histogram = OpenTK.Graphics.OpenGL4.EnableCap.Histogram; + var _HistogramExt = OpenTK.Graphics.OpenGL4.EnableCap.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.OpenGL4.EnableCap.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.OpenGL4.EnableCap.PolygonOffsetFill; + var _RescaleNormal = OpenTK.Graphics.OpenGL4.EnableCap.RescaleNormal; + var _RescaleNormalExt = OpenTK.Graphics.OpenGL4.EnableCap.RescaleNormalExt; + var _Texture3DExt = OpenTK.Graphics.OpenGL4.EnableCap.Texture3DExt; + var _InterlaceSgix = OpenTK.Graphics.OpenGL4.EnableCap.InterlaceSgix; + var _Multisample = OpenTK.Graphics.OpenGL4.EnableCap.Multisample; + var _MultisampleSgis = OpenTK.Graphics.OpenGL4.EnableCap.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.OpenGL4.EnableCap.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.OpenGL4.EnableCap.SampleAlphaToMaskSgis; + var _SampleAlphaToOne = OpenTK.Graphics.OpenGL4.EnableCap.SampleAlphaToOne; + var _SampleAlphaToOneSgis = OpenTK.Graphics.OpenGL4.EnableCap.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.OpenGL4.EnableCap.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.OpenGL4.EnableCap.SampleMaskSgis; + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL4.EnableCap.TextureColorTableSgi; + var _ColorTable = OpenTK.Graphics.OpenGL4.EnableCap.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.OpenGL4.EnableCap.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.OpenGL4.EnableCap.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL4.EnableCap.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.OpenGL4.EnableCap.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL4.EnableCap.PostColorMatrixColorTableSgi; + var _Texture4DSgis = OpenTK.Graphics.OpenGL4.EnableCap.Texture4DSgis; + var _PixelTexGenSgix = OpenTK.Graphics.OpenGL4.EnableCap.PixelTexGenSgix; + var _SpriteSgix = OpenTK.Graphics.OpenGL4.EnableCap.SpriteSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.OpenGL4.EnableCap.ReferencePlaneSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.OpenGL4.EnableCap.IrInstrument1Sgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.OpenGL4.EnableCap.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.OpenGL4.EnableCap.FramezoomSgix; + var _FogOffsetSgix = OpenTK.Graphics.OpenGL4.EnableCap.FogOffsetSgix; + var _SharedTexturePaletteExt = OpenTK.Graphics.OpenGL4.EnableCap.SharedTexturePaletteExt; + var _DebugOutputSynchronous = OpenTK.Graphics.OpenGL4.EnableCap.DebugOutputSynchronous; + var _AsyncHistogramSgix = OpenTK.Graphics.OpenGL4.EnableCap.AsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.OpenGL4.EnableCap.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.OpenGL4.EnableCap.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL4.EnableCap.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.OpenGL4.EnableCap.AsyncReadPixelsSgix; + var _FragmentLightingSgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentColorMaterialSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.OpenGL4.EnableCap.FragmentLight7Sgix; + var _FogCoordArray = OpenTK.Graphics.OpenGL4.EnableCap.FogCoordArray; + var _ColorSum = OpenTK.Graphics.OpenGL4.EnableCap.ColorSum; + var _SecondaryColorArray = OpenTK.Graphics.OpenGL4.EnableCap.SecondaryColorArray; + var _TextureRectangle = OpenTK.Graphics.OpenGL4.EnableCap.TextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.EnableCap.TextureCubeMap; + var _ProgramPointSize = OpenTK.Graphics.OpenGL4.EnableCap.ProgramPointSize; + var _VertexProgramPointSize = OpenTK.Graphics.OpenGL4.EnableCap.VertexProgramPointSize; + var _VertexProgramTwoSide = OpenTK.Graphics.OpenGL4.EnableCap.VertexProgramTwoSide; + var _DepthClamp = OpenTK.Graphics.OpenGL4.EnableCap.DepthClamp; + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL4.EnableCap.TextureCubeMapSeamless; + var _PointSprite = OpenTK.Graphics.OpenGL4.EnableCap.PointSprite; + var _SampleShading = OpenTK.Graphics.OpenGL4.EnableCap.SampleShading; + var _RasterizerDiscard = OpenTK.Graphics.OpenGL4.EnableCap.RasterizerDiscard; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.OpenGL4.EnableCap.PrimitiveRestartFixedIndex; + var _FramebufferSrgb = OpenTK.Graphics.OpenGL4.EnableCap.FramebufferSrgb; + var _SampleMask = OpenTK.Graphics.OpenGL4.EnableCap.SampleMask; + var _PrimitiveRestart = OpenTK.Graphics.OpenGL4.EnableCap.PrimitiveRestart; + var _DebugOutput = OpenTK.Graphics.OpenGL4.EnableCap.DebugOutput; +} +static void Test_ErrorCode_19388() { + var _NoError = OpenTK.Graphics.OpenGL4.ErrorCode.NoError; + var _InvalidEnum = OpenTK.Graphics.OpenGL4.ErrorCode.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.OpenGL4.ErrorCode.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.OpenGL4.ErrorCode.InvalidOperation; + var _OutOfMemory = OpenTK.Graphics.OpenGL4.ErrorCode.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.OpenGL4.ErrorCode.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.OpenGL4.ErrorCode.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.OpenGL4.ErrorCode.InvalidFramebufferOperationOes; + var _TableTooLarge = OpenTK.Graphics.OpenGL4.ErrorCode.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.OpenGL4.ErrorCode.TableTooLargeExt; + var _TextureTooLargeExt = OpenTK.Graphics.OpenGL4.ErrorCode.TextureTooLargeExt; +} +static void Test_FeedBackToken_19389() { +} +static void Test_FeedbackType_19390() { +} +static void Test_FfdMaskSgix_19391() { +} +static void Test_FfdTargetSgix_19392() { + var _GeometryDeformationSgix = OpenTK.Graphics.OpenGL4.FfdTargetSgix.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.OpenGL4.FfdTargetSgix.TextureDeformationSgix; +} +static void Test_FogCoordinatePointerType_19393() { + var _Float = OpenTK.Graphics.OpenGL4.FogCoordinatePointerType.Float; + var _Double = OpenTK.Graphics.OpenGL4.FogCoordinatePointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.FogCoordinatePointerType.HalfFloat; +} +static void Test_FogMode_19394() { + var _Linear = OpenTK.Graphics.OpenGL4.FogMode.Linear; + var _FogFuncSgis = OpenTK.Graphics.OpenGL4.FogMode.FogFuncSgis; + var _FogCoord = OpenTK.Graphics.OpenGL4.FogMode.FogCoord; + var _FragmentDepth = OpenTK.Graphics.OpenGL4.FogMode.FragmentDepth; +} +static void Test_FogParameter_19395() { + var _FogOffsetValueSgix = OpenTK.Graphics.OpenGL4.FogParameter.FogOffsetValueSgix; + var _FogCoordSrc = OpenTK.Graphics.OpenGL4.FogParameter.FogCoordSrc; +} +static void Test_FogPointerType_19396() { + var _Float = OpenTK.Graphics.OpenGL4.FogPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL4.FogPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.FogPointerType.HalfFloat; +} +static void Test_FogPointerTypeExt_19397() { + var _Float = OpenTK.Graphics.OpenGL4.FogPointerTypeExt.Float; + var _Double = OpenTK.Graphics.OpenGL4.FogPointerTypeExt.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.FogPointerTypeExt.HalfFloat; +} +static void Test_FogPointerTypeIbm_19398() { + var _Float = OpenTK.Graphics.OpenGL4.FogPointerTypeIbm.Float; + var _Double = OpenTK.Graphics.OpenGL4.FogPointerTypeIbm.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.FogPointerTypeIbm.HalfFloat; +} +static void Test_FragmentLightModelParameterSgix_19399() { + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.OpenGL4.FragmentLightModelParameterSgix.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.OpenGL4.FragmentLightModelParameterSgix.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.OpenGL4.FragmentLightModelParameterSgix.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.OpenGL4.FragmentLightModelParameterSgix.FragmentLightModelNormalInterpolationSgix; +} +static void Test_FramebufferAttachment_19400() { + var _FrontLeft = OpenTK.Graphics.OpenGL4.FramebufferAttachment.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL4.FramebufferAttachment.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL4.FramebufferAttachment.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL4.FramebufferAttachment.BackRight; + var _Aux0 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.Aux3; + var _Color = OpenTK.Graphics.OpenGL4.FramebufferAttachment.Color; + var _Depth = OpenTK.Graphics.OpenGL4.FramebufferAttachment.Depth; + var _Stencil = OpenTK.Graphics.OpenGL4.FramebufferAttachment.Stencil; + var _DepthStencilAttachment = OpenTK.Graphics.OpenGL4.FramebufferAttachment.DepthStencilAttachment; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment0; + var _ColorAttachment0Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment0Ext; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment1; + var _ColorAttachment1Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment1Ext; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment2; + var _ColorAttachment2Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment2Ext; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment3; + var _ColorAttachment3Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment3Ext; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment4; + var _ColorAttachment4Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment4Ext; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment5; + var _ColorAttachment5Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment5Ext; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment6; + var _ColorAttachment6Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment6Ext; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment7; + var _ColorAttachment7Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment7Ext; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment8; + var _ColorAttachment8Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment8Ext; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment9; + var _ColorAttachment9Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment9Ext; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment10; + var _ColorAttachment10Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment10Ext; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment11; + var _ColorAttachment11Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment11Ext; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment12; + var _ColorAttachment12Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment12Ext; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment13; + var _ColorAttachment13Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment13Ext; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment14; + var _ColorAttachment14Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment14Ext; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment15; + var _ColorAttachment15Ext = OpenTK.Graphics.OpenGL4.FramebufferAttachment.ColorAttachment15Ext; + var _DepthAttachment = OpenTK.Graphics.OpenGL4.FramebufferAttachment.DepthAttachment; + var _DepthAttachmentExt = OpenTK.Graphics.OpenGL4.FramebufferAttachment.DepthAttachmentExt; + var _StencilAttachment = OpenTK.Graphics.OpenGL4.FramebufferAttachment.StencilAttachment; + var _StencilAttachmentExt = OpenTK.Graphics.OpenGL4.FramebufferAttachment.StencilAttachmentExt; +} +static void Test_FramebufferAttachmentComponentType_19401() { + var _Int = OpenTK.Graphics.OpenGL4.FramebufferAttachmentComponentType.Int; + var _Float = OpenTK.Graphics.OpenGL4.FramebufferAttachmentComponentType.Float; + var _Index = OpenTK.Graphics.OpenGL4.FramebufferAttachmentComponentType.Index; + var _UnsignedNormalized = OpenTK.Graphics.OpenGL4.FramebufferAttachmentComponentType.UnsignedNormalized; +} +static void Test_FramebufferAttachmentObjectType_19402() { + var _None = OpenTK.Graphics.OpenGL4.FramebufferAttachmentObjectType.None; + var _Texture = OpenTK.Graphics.OpenGL4.FramebufferAttachmentObjectType.Texture; + var _FramebufferDefault = OpenTK.Graphics.OpenGL4.FramebufferAttachmentObjectType.FramebufferDefault; + var _Renderbuffer = OpenTK.Graphics.OpenGL4.FramebufferAttachmentObjectType.Renderbuffer; +} +static void Test_FramebufferDefaultParameter_19403() { + var _FramebufferDefaultWidth = OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter.FramebufferDefaultWidth; + var _FramebufferDefaultHeight = OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter.FramebufferDefaultHeight; + var _FramebufferDefaultLayers = OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter.FramebufferDefaultLayers; + var _FramebufferDefaultSamples = OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter.FramebufferDefaultSamples; + var _FramebufferDefaultFixedSampleLocations = OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter.FramebufferDefaultFixedSampleLocations; +} +static void Test_FramebufferErrorCode_19404() { + var _FramebufferUndefined = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferUndefined; + var _FramebufferComplete = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferComplete; + var _FramebufferCompleteExt = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferCompleteExt; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteAttachment; + var _FramebufferIncompleteAttachmentExt = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteAttachmentExt; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteMissingAttachmentExt = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteMissingAttachmentExt; + var _FramebufferIncompleteDimensionsExt = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteDimensionsExt; + var _FramebufferIncompleteFormatsExt = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteFormatsExt; + var _FramebufferIncompleteDrawBuffer = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteDrawBuffer; + var _FramebufferIncompleteDrawBufferExt = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteDrawBufferExt; + var _FramebufferIncompleteReadBuffer = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteReadBuffer; + var _FramebufferIncompleteReadBufferExt = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteReadBufferExt; + var _FramebufferUnsupported = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferUnsupported; + var _FramebufferUnsupportedExt = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferUnsupportedExt; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteMultisample; + var _FramebufferIncompleteLayerTargets = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteLayerTargets; + var _FramebufferIncompleteLayerCount = OpenTK.Graphics.OpenGL4.FramebufferErrorCode.FramebufferIncompleteLayerCount; +} +static void Test_FramebufferParameterName_19405() { + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentStencilSize; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectTypeExt = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentObjectTypeExt; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentObjectName; + var _FramebufferAttachmentObjectNameExt = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentObjectNameExt; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureLevelExt = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentTextureLevelExt; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureCubeMapFaceExt = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentTextureCubeMapFaceExt; + var _FramebufferAttachmentTexture3DZoffsetExt = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentTexture3DZoffsetExt; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentTextureLayer; + var _FramebufferAttachmentLayered = OpenTK.Graphics.OpenGL4.FramebufferParameterName.FramebufferAttachmentLayered; +} +static void Test_FramebufferTarget_19406() { + var _ReadFramebuffer = OpenTK.Graphics.OpenGL4.FramebufferTarget.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.OpenGL4.FramebufferTarget.DrawFramebuffer; + var _Framebuffer = OpenTK.Graphics.OpenGL4.FramebufferTarget.Framebuffer; + var _FramebufferExt = OpenTK.Graphics.OpenGL4.FramebufferTarget.FramebufferExt; +} +static void Test_FrontFaceDirection_19407() { + var _Cw = OpenTK.Graphics.OpenGL4.FrontFaceDirection.Cw; + var _Ccw = OpenTK.Graphics.OpenGL4.FrontFaceDirection.Ccw; +} +static void Test_GenerateMipmapTarget_19408() { + var _Texture1D = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.Texture2D; + var _Texture3D = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.Texture3D; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.TextureCubeMap; + var _Texture1DArray = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.Texture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.Texture2DArray; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.TextureCubeMapArray; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.Texture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.GenerateMipmapTarget.Texture2DMultisampleArray; +} +static void Test_GetColorTableParameterPName_19409() { + var _ColorTableScale = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableScale; + var _ColorTableBias = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableBias; + var _ColorTableFormat = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableFormat; + var _ColorTableWidth = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableWidth; + var _ColorTableRedSize = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableRedSize; + var _ColorTableGreenSize = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableGreenSize; + var _ColorTableBlueSize = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableBlueSize; + var _ColorTableAlphaSize = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableAlphaSize; + var _ColorTableLuminanceSize = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableLuminanceSize; + var _ColorTableIntensitySize = OpenTK.Graphics.OpenGL4.GetColorTableParameterPName.ColorTableIntensitySize; +} +static void Test_GetColorTableParameterPNameSgi_19410() { + var _ColorTableScaleSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBiasSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.OpenGL4.GetColorTableParameterPNameSgi.ColorTableIntensitySizeSgi; +} +static void Test_GetConvolutionParameter_19411() { + var _ConvolutionBorderModeExt = OpenTK.Graphics.OpenGL4.GetConvolutionParameter.ConvolutionBorderModeExt; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.OpenGL4.GetConvolutionParameter.ConvolutionFilterScaleExt; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.OpenGL4.GetConvolutionParameter.ConvolutionFilterBiasExt; + var _ConvolutionFormatExt = OpenTK.Graphics.OpenGL4.GetConvolutionParameter.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.OpenGL4.GetConvolutionParameter.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.OpenGL4.GetConvolutionParameter.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.OpenGL4.GetConvolutionParameter.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.OpenGL4.GetConvolutionParameter.MaxConvolutionHeightExt; +} +static void Test_GetConvolutionParameterPName_19412() { + var _ConvolutionBorderMode = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.ConvolutionBorderMode; + var _ConvolutionFilterScale = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.ConvolutionFilterScale; + var _ConvolutionFilterBias = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.ConvolutionFilterBias; + var _ConvolutionFormat = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.ConvolutionFormat; + var _ConvolutionWidth = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.ConvolutionWidth; + var _ConvolutionHeight = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.ConvolutionHeight; + var _MaxConvolutionWidth = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.MaxConvolutionWidth; + var _MaxConvolutionHeight = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.MaxConvolutionHeight; + var _ConvolutionBorderColor = OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName.ConvolutionBorderColor; +} +static void Test_GetHistogramParameterPName_19413() { + var _HistogramWidth = OpenTK.Graphics.OpenGL4.GetHistogramParameterPName.HistogramWidth; + var _HistogramFormat = OpenTK.Graphics.OpenGL4.GetHistogramParameterPName.HistogramFormat; + var _HistogramRedSize = OpenTK.Graphics.OpenGL4.GetHistogramParameterPName.HistogramRedSize; + var _HistogramGreenSize = OpenTK.Graphics.OpenGL4.GetHistogramParameterPName.HistogramGreenSize; + var _HistogramBlueSize = OpenTK.Graphics.OpenGL4.GetHistogramParameterPName.HistogramBlueSize; + var _HistogramAlphaSize = OpenTK.Graphics.OpenGL4.GetHistogramParameterPName.HistogramAlphaSize; + var _HistogramLuminanceSize = OpenTK.Graphics.OpenGL4.GetHistogramParameterPName.HistogramLuminanceSize; + var _HistogramSink = OpenTK.Graphics.OpenGL4.GetHistogramParameterPName.HistogramSink; +} +static void Test_GetHistogramParameterPNameExt_19414() { + var _HistogramWidthExt = OpenTK.Graphics.OpenGL4.GetHistogramParameterPNameExt.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.OpenGL4.GetHistogramParameterPNameExt.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.OpenGL4.GetHistogramParameterPNameExt.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.OpenGL4.GetHistogramParameterPNameExt.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.OpenGL4.GetHistogramParameterPNameExt.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.OpenGL4.GetHistogramParameterPNameExt.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.OpenGL4.GetHistogramParameterPNameExt.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.OpenGL4.GetHistogramParameterPNameExt.HistogramSinkExt; +} +static void Test_GetIndexedPName_19415() { + var _DepthRange = OpenTK.Graphics.OpenGL4.GetIndexedPName.DepthRange; + var _Viewport = OpenTK.Graphics.OpenGL4.GetIndexedPName.Viewport; + var _ScissorBox = OpenTK.Graphics.OpenGL4.GetIndexedPName.ScissorBox; + var _ColorWritemask = OpenTK.Graphics.OpenGL4.GetIndexedPName.ColorWritemask; + var _UniformBufferBinding = OpenTK.Graphics.OpenGL4.GetIndexedPName.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.OpenGL4.GetIndexedPName.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.OpenGL4.GetIndexedPName.UniformBufferSize; + var _TransformFeedbackBufferStart = OpenTK.Graphics.OpenGL4.GetIndexedPName.TransformFeedbackBufferStart; + var _TransformFeedbackBufferSize = OpenTK.Graphics.OpenGL4.GetIndexedPName.TransformFeedbackBufferSize; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.OpenGL4.GetIndexedPName.TransformFeedbackBufferBinding; + var _SampleMaskValue = OpenTK.Graphics.OpenGL4.GetIndexedPName.SampleMaskValue; +} +static void Test_GetMapQuery_19416() { +} +static void Test_GetMinmaxParameterPName_19417() { + var _MinmaxFormat = OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName.MinmaxFormat; + var _MinmaxSink = OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName.MinmaxSink; +} +static void Test_GetMinmaxParameterPNameExt_19418() { + var _MinmaxFormat = OpenTK.Graphics.OpenGL4.GetMinmaxParameterPNameExt.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.OpenGL4.GetMinmaxParameterPNameExt.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.OpenGL4.GetMinmaxParameterPNameExt.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.OpenGL4.GetMinmaxParameterPNameExt.MinmaxSinkExt; +} +static void Test_GetMultisamplePName_19419() { + var _SamplePosition = OpenTK.Graphics.OpenGL4.GetMultisamplePName.SamplePosition; +} +static void Test_GetPixelMap_19420() { +} +static void Test_GetPName_19421() { + var _PointSmooth = OpenTK.Graphics.OpenGL4.GetPName.PointSmooth; + var _PointSize = OpenTK.Graphics.OpenGL4.GetPName.PointSize; + var _PointSizeRange = OpenTK.Graphics.OpenGL4.GetPName.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.OpenGL4.GetPName.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.OpenGL4.GetPName.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.OpenGL4.GetPName.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.OpenGL4.GetPName.LineSmooth; + var _LineWidth = OpenTK.Graphics.OpenGL4.GetPName.LineWidth; + var _LineWidthRange = OpenTK.Graphics.OpenGL4.GetPName.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.OpenGL4.GetPName.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.OpenGL4.GetPName.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.OpenGL4.GetPName.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.OpenGL4.GetPName.LineStipple; + var _PolygonMode = OpenTK.Graphics.OpenGL4.GetPName.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.OpenGL4.GetPName.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.OpenGL4.GetPName.PolygonStipple; + var _CullFace = OpenTK.Graphics.OpenGL4.GetPName.CullFace; + var _CullFaceMode = OpenTK.Graphics.OpenGL4.GetPName.CullFaceMode; + var _FrontFace = OpenTK.Graphics.OpenGL4.GetPName.FrontFace; + var _Lighting = OpenTK.Graphics.OpenGL4.GetPName.Lighting; + var _ColorMaterial = OpenTK.Graphics.OpenGL4.GetPName.ColorMaterial; + var _Fog = OpenTK.Graphics.OpenGL4.GetPName.Fog; + var _FogIndex = OpenTK.Graphics.OpenGL4.GetPName.FogIndex; + var _FogDensity = OpenTK.Graphics.OpenGL4.GetPName.FogDensity; + var _FogStart = OpenTK.Graphics.OpenGL4.GetPName.FogStart; + var _FogEnd = OpenTK.Graphics.OpenGL4.GetPName.FogEnd; + var _FogMode = OpenTK.Graphics.OpenGL4.GetPName.FogMode; + var _FogColor = OpenTK.Graphics.OpenGL4.GetPName.FogColor; + var _DepthRange = OpenTK.Graphics.OpenGL4.GetPName.DepthRange; + var _DepthTest = OpenTK.Graphics.OpenGL4.GetPName.DepthTest; + var _DepthWritemask = OpenTK.Graphics.OpenGL4.GetPName.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.OpenGL4.GetPName.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.OpenGL4.GetPName.DepthFunc; + var _StencilTest = OpenTK.Graphics.OpenGL4.GetPName.StencilTest; + var _StencilClearValue = OpenTK.Graphics.OpenGL4.GetPName.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.OpenGL4.GetPName.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.OpenGL4.GetPName.StencilValueMask; + var _StencilFail = OpenTK.Graphics.OpenGL4.GetPName.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.OpenGL4.GetPName.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.OpenGL4.GetPName.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.OpenGL4.GetPName.StencilRef; + var _StencilWritemask = OpenTK.Graphics.OpenGL4.GetPName.StencilWritemask; + var _Normalize = OpenTK.Graphics.OpenGL4.GetPName.Normalize; + var _Viewport = OpenTK.Graphics.OpenGL4.GetPName.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.OpenGL4.GetPName.Modelview0StackDepthExt; + var _Modelview0MatrixExt = OpenTK.Graphics.OpenGL4.GetPName.Modelview0MatrixExt; + var _AlphaTest = OpenTK.Graphics.OpenGL4.GetPName.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.OpenGL4.GetPName.AlphaTestQcom; + var _AlphaTestFuncQcom = OpenTK.Graphics.OpenGL4.GetPName.AlphaTestFuncQcom; + var _AlphaTestRefQcom = OpenTK.Graphics.OpenGL4.GetPName.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.OpenGL4.GetPName.Dither; + var _BlendDst = OpenTK.Graphics.OpenGL4.GetPName.BlendDst; + var _BlendSrc = OpenTK.Graphics.OpenGL4.GetPName.BlendSrc; + var _Blend = OpenTK.Graphics.OpenGL4.GetPName.Blend; + var _LogicOpMode = OpenTK.Graphics.OpenGL4.GetPName.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.OpenGL4.GetPName.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.OpenGL4.GetPName.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.OpenGL4.GetPName.ColorLogicOp; + var _DrawBuffer = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.OpenGL4.GetPName.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.OpenGL4.GetPName.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.OpenGL4.GetPName.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.OpenGL4.GetPName.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.OpenGL4.GetPName.ScissorBox; + var _ScissorTest = OpenTK.Graphics.OpenGL4.GetPName.ScissorTest; + var _ColorClearValue = OpenTK.Graphics.OpenGL4.GetPName.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.OpenGL4.GetPName.ColorWritemask; + var _Doublebuffer = OpenTK.Graphics.OpenGL4.GetPName.Doublebuffer; + var _Stereo = OpenTK.Graphics.OpenGL4.GetPName.Stereo; + var _LineSmoothHint = OpenTK.Graphics.OpenGL4.GetPName.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.OpenGL4.GetPName.PolygonSmoothHint; + var _TextureGenS = OpenTK.Graphics.OpenGL4.GetPName.TextureGenS; + var _TextureGenT = OpenTK.Graphics.OpenGL4.GetPName.TextureGenT; + var _TextureGenR = OpenTK.Graphics.OpenGL4.GetPName.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.OpenGL4.GetPName.TextureGenQ; + var _UnpackSwapBytes = OpenTK.Graphics.OpenGL4.GetPName.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.OpenGL4.GetPName.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.OpenGL4.GetPName.UnpackRowLength; + var _UnpackSkipRows = OpenTK.Graphics.OpenGL4.GetPName.UnpackSkipRows; + var _UnpackSkipPixels = OpenTK.Graphics.OpenGL4.GetPName.UnpackSkipPixels; + var _UnpackAlignment = OpenTK.Graphics.OpenGL4.GetPName.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.OpenGL4.GetPName.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.OpenGL4.GetPName.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.OpenGL4.GetPName.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.OpenGL4.GetPName.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.OpenGL4.GetPName.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.OpenGL4.GetPName.PackAlignment; + var _MaxClipDistances = OpenTK.Graphics.OpenGL4.GetPName.MaxClipDistances; + var _MaxTextureSize = OpenTK.Graphics.OpenGL4.GetPName.MaxTextureSize; + var _MaxViewportDims = OpenTK.Graphics.OpenGL4.GetPName.MaxViewportDims; + var _SubpixelBits = OpenTK.Graphics.OpenGL4.GetPName.SubpixelBits; + var _AutoNormal = OpenTK.Graphics.OpenGL4.GetPName.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.OpenGL4.GetPName.Map1Color4; + var _Map1Index = OpenTK.Graphics.OpenGL4.GetPName.Map1Index; + var _Map1Normal = OpenTK.Graphics.OpenGL4.GetPName.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.OpenGL4.GetPName.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.OpenGL4.GetPName.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.OpenGL4.GetPName.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.OpenGL4.GetPName.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.OpenGL4.GetPName.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.OpenGL4.GetPName.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.OpenGL4.GetPName.Map2Color4; + var _Map2Index = OpenTK.Graphics.OpenGL4.GetPName.Map2Index; + var _Map2Normal = OpenTK.Graphics.OpenGL4.GetPName.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.OpenGL4.GetPName.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.OpenGL4.GetPName.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.OpenGL4.GetPName.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.OpenGL4.GetPName.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.OpenGL4.GetPName.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.OpenGL4.GetPName.Map2Vertex4; + var _Texture1D = OpenTK.Graphics.OpenGL4.GetPName.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL4.GetPName.Texture2D; + var _PolygonOffsetUnits = OpenTK.Graphics.OpenGL4.GetPName.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.OpenGL4.GetPName.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.OpenGL4.GetPName.PolygonOffsetLine; + var _ClipPlane0 = OpenTK.Graphics.OpenGL4.GetPName.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.OpenGL4.GetPName.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.OpenGL4.GetPName.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.OpenGL4.GetPName.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.OpenGL4.GetPName.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.OpenGL4.GetPName.ClipPlane5; + var _Light0 = OpenTK.Graphics.OpenGL4.GetPName.Light0; + var _Light1 = OpenTK.Graphics.OpenGL4.GetPName.Light1; + var _Light2 = OpenTK.Graphics.OpenGL4.GetPName.Light2; + var _Light3 = OpenTK.Graphics.OpenGL4.GetPName.Light3; + var _Light4 = OpenTK.Graphics.OpenGL4.GetPName.Light4; + var _Light5 = OpenTK.Graphics.OpenGL4.GetPName.Light5; + var _Light6 = OpenTK.Graphics.OpenGL4.GetPName.Light6; + var _Light7 = OpenTK.Graphics.OpenGL4.GetPName.Light7; + var _BlendColorExt = OpenTK.Graphics.OpenGL4.GetPName.BlendColorExt; + var _BlendEquationExt = OpenTK.Graphics.OpenGL4.GetPName.BlendEquationExt; + var _BlendEquationRgb = OpenTK.Graphics.OpenGL4.GetPName.BlendEquationRgb; + var _PackCmykHintExt = OpenTK.Graphics.OpenGL4.GetPName.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.OpenGL4.GetPName.UnpackCmykHintExt; + var _Convolution1DExt = OpenTK.Graphics.OpenGL4.GetPName.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.OpenGL4.GetPName.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.OpenGL4.GetPName.Separable2DExt; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionAlphaBiasExt; + var _HistogramExt = OpenTK.Graphics.OpenGL4.GetPName.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.OpenGL4.GetPName.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.OpenGL4.GetPName.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.OpenGL4.GetPName.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.OpenGL4.GetPName.PolygonOffsetBiasExt; + var _RescaleNormalExt = OpenTK.Graphics.OpenGL4.GetPName.RescaleNormalExt; + var _TextureBinding1D = OpenTK.Graphics.OpenGL4.GetPName.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.OpenGL4.GetPName.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.OpenGL4.GetPName.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.OpenGL4.GetPName.TextureBinding3D; + var _PackSkipImagesExt = OpenTK.Graphics.OpenGL4.GetPName.PackSkipImagesExt; + var _PackImageHeightExt = OpenTK.Graphics.OpenGL4.GetPName.PackImageHeightExt; + var _UnpackSkipImagesExt = OpenTK.Graphics.OpenGL4.GetPName.UnpackSkipImagesExt; + var _UnpackImageHeightExt = OpenTK.Graphics.OpenGL4.GetPName.UnpackImageHeightExt; + var _Texture3DExt = OpenTK.Graphics.OpenGL4.GetPName.Texture3DExt; + var _Max3DTextureSize = OpenTK.Graphics.OpenGL4.GetPName.Max3DTextureSize; + var _Max3DTextureSizeExt = OpenTK.Graphics.OpenGL4.GetPName.Max3DTextureSizeExt; + var _VertexArray = OpenTK.Graphics.OpenGL4.GetPName.VertexArray; + var _NormalArray = OpenTK.Graphics.OpenGL4.GetPName.NormalArray; + var _ColorArray = OpenTK.Graphics.OpenGL4.GetPName.ColorArray; + var _IndexArray = OpenTK.Graphics.OpenGL4.GetPName.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.OpenGL4.GetPName.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.OpenGL4.GetPName.EdgeFlagArray; + var _VertexArrayCountExt = OpenTK.Graphics.OpenGL4.GetPName.VertexArrayCountExt; + var _NormalArrayCountExt = OpenTK.Graphics.OpenGL4.GetPName.NormalArrayCountExt; + var _ColorArrayCountExt = OpenTK.Graphics.OpenGL4.GetPName.ColorArrayCountExt; + var _IndexArrayCountExt = OpenTK.Graphics.OpenGL4.GetPName.IndexArrayCountExt; + var _TextureCoordArrayCountExt = OpenTK.Graphics.OpenGL4.GetPName.TextureCoordArrayCountExt; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.OpenGL4.GetPName.EdgeFlagArrayCountExt; + var _InterlaceSgix = OpenTK.Graphics.OpenGL4.GetPName.InterlaceSgix; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.OpenGL4.GetPName.DetailTexture2DBindingSgis; + var _Multisample = OpenTK.Graphics.OpenGL4.GetPName.Multisample; + var _MultisampleSgis = OpenTK.Graphics.OpenGL4.GetPName.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.OpenGL4.GetPName.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.OpenGL4.GetPName.SampleAlphaToMaskSgis; + var _SampleAlphaToOne = OpenTK.Graphics.OpenGL4.GetPName.SampleAlphaToOne; + var _SampleAlphaToOneSgis = OpenTK.Graphics.OpenGL4.GetPName.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.OpenGL4.GetPName.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.OpenGL4.GetPName.SampleMaskSgis; + var _SampleBuffers = OpenTK.Graphics.OpenGL4.GetPName.SampleBuffers; + var _SampleBuffersSgis = OpenTK.Graphics.OpenGL4.GetPName.SampleBuffersSgis; + var _Samples = OpenTK.Graphics.OpenGL4.GetPName.Samples; + var _SamplesSgis = OpenTK.Graphics.OpenGL4.GetPName.SamplesSgis; + var _SampleCoverageValue = OpenTK.Graphics.OpenGL4.GetPName.SampleCoverageValue; + var _SampleMaskValueSgis = OpenTK.Graphics.OpenGL4.GetPName.SampleMaskValueSgis; + var _SampleCoverageInvert = OpenTK.Graphics.OpenGL4.GetPName.SampleCoverageInvert; + var _SampleMaskInvertSgis = OpenTK.Graphics.OpenGL4.GetPName.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.OpenGL4.GetPName.SamplePatternSgis; + var _ColorMatrixSgi = OpenTK.Graphics.OpenGL4.GetPName.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL4.GetPName.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.OpenGL4.GetPName.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.OpenGL4.GetPName.TextureColorTableSgi; + var _BlendDstRgb = OpenTK.Graphics.OpenGL4.GetPName.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.OpenGL4.GetPName.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.OpenGL4.GetPName.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.OpenGL4.GetPName.BlendSrcAlpha; + var _ColorTableSgi = OpenTK.Graphics.OpenGL4.GetPName.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.OpenGL4.GetPName.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.OpenGL4.GetPName.PostColorMatrixColorTableSgi; + var _MaxElementsVertices = OpenTK.Graphics.OpenGL4.GetPName.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.OpenGL4.GetPName.MaxElementsIndices; + var _PointSizeMin = OpenTK.Graphics.OpenGL4.GetPName.PointSizeMin; + var _PointSizeMinSgis = OpenTK.Graphics.OpenGL4.GetPName.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.OpenGL4.GetPName.PointSizeMax; + var _PointSizeMaxSgis = OpenTK.Graphics.OpenGL4.GetPName.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL4.GetPName.PointFadeThresholdSize; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.OpenGL4.GetPName.PointFadeThresholdSizeSgis; + var _DistanceAttenuationSgis = OpenTK.Graphics.OpenGL4.GetPName.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.OpenGL4.GetPName.PointDistanceAttenuation; + var _FogFuncPointsSgis = OpenTK.Graphics.OpenGL4.GetPName.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.OpenGL4.GetPName.MaxFogFuncPointsSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.OpenGL4.GetPName.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.OpenGL4.GetPName.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.OpenGL4.GetPName.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.OpenGL4.GetPName.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.OpenGL4.GetPName.Texture4DSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.OpenGL4.GetPName.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTexGenSgix; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTileCacheSizeSgix; + var _SpriteSgix = OpenTK.Graphics.OpenGL4.GetPName.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.OpenGL4.GetPName.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.OpenGL4.GetPName.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.OpenGL4.GetPName.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.OpenGL4.GetPName.Texture4DBindingSgis; + var _MaxClipmapDepthSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.OpenGL4.GetPName.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.OpenGL4.GetPName.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.OpenGL4.GetPName.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.OpenGL4.GetPName.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.OpenGL4.GetPName.IrInstrument1Sgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.OpenGL4.GetPName.InstrumentMeasurementsSgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.OpenGL4.GetPName.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.OpenGL4.GetPName.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.OpenGL4.GetPName.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxFramezoomFactorSgix; + var _GenerateMipmapHint = OpenTK.Graphics.OpenGL4.GetPName.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.OpenGL4.GetPName.GenerateMipmapHintSgis; + var _DeformationsMaskSgix = OpenTK.Graphics.OpenGL4.GetPName.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.OpenGL4.GetPName.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.OpenGL4.GetPName.FogOffsetValueSgix; + var _LightModelColorControl = OpenTK.Graphics.OpenGL4.GetPName.LightModelColorControl; + var _SharedTexturePaletteExt = OpenTK.Graphics.OpenGL4.GetPName.SharedTexturePaletteExt; + var _MajorVersion = OpenTK.Graphics.OpenGL4.GetPName.MajorVersion; + var _MinorVersion = OpenTK.Graphics.OpenGL4.GetPName.MinorVersion; + var _NumExtensions = OpenTK.Graphics.OpenGL4.GetPName.NumExtensions; + var _ContextFlags = OpenTK.Graphics.OpenGL4.GetPName.ContextFlags; + var _ProgramPipelineBinding = OpenTK.Graphics.OpenGL4.GetPName.ProgramPipelineBinding; + var _MaxViewports = OpenTK.Graphics.OpenGL4.GetPName.MaxViewports; + var _ViewportSubpixelBits = OpenTK.Graphics.OpenGL4.GetPName.ViewportSubpixelBits; + var _ViewportBoundsRange = OpenTK.Graphics.OpenGL4.GetPName.ViewportBoundsRange; + var _LayerProvokingVertex = OpenTK.Graphics.OpenGL4.GetPName.LayerProvokingVertex; + var _ViewportIndexProvokingVertex = OpenTK.Graphics.OpenGL4.GetPName.ViewportIndexProvokingVertex; + var _ConvolutionHintSgix = OpenTK.Graphics.OpenGL4.GetPName.ConvolutionHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.OpenGL4.GetPName.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.OpenGL4.GetPName.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.OpenGL4.GetPName.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.OpenGL4.GetPName.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.OpenGL4.GetPName.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL4.GetPName.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.OpenGL4.GetPName.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxAsyncReadPixelsSgix; + var _VertexPreclipSgix = OpenTK.Graphics.OpenGL4.GetPName.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.OpenGL4.GetPName.VertexPreclipHintSgix; + var _FragmentLightingSgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.OpenGL4.GetPName.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.OpenGL4.GetPName.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL4.GetPName.FragmentLight0Sgix; + var _PackResampleSgix = OpenTK.Graphics.OpenGL4.GetPName.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.OpenGL4.GetPName.UnpackResampleSgix; + var _CurrentFogCoord = OpenTK.Graphics.OpenGL4.GetPName.CurrentFogCoord; + var _FogCoordArrayType = OpenTK.Graphics.OpenGL4.GetPName.FogCoordArrayType; + var _FogCoordArrayStride = OpenTK.Graphics.OpenGL4.GetPName.FogCoordArrayStride; + var _ColorSum = OpenTK.Graphics.OpenGL4.GetPName.ColorSum; + var _CurrentSecondaryColor = OpenTK.Graphics.OpenGL4.GetPName.CurrentSecondaryColor; + var _SecondaryColorArraySize = OpenTK.Graphics.OpenGL4.GetPName.SecondaryColorArraySize; + var _SecondaryColorArrayType = OpenTK.Graphics.OpenGL4.GetPName.SecondaryColorArrayType; + var _SecondaryColorArrayStride = OpenTK.Graphics.OpenGL4.GetPName.SecondaryColorArrayStride; + var _CurrentRasterSecondaryColor = OpenTK.Graphics.OpenGL4.GetPName.CurrentRasterSecondaryColor; + var _AliasedPointSizeRange = OpenTK.Graphics.OpenGL4.GetPName.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.OpenGL4.GetPName.AliasedLineWidthRange; + var _ActiveTexture = OpenTK.Graphics.OpenGL4.GetPName.ActiveTexture; + var _ClientActiveTexture = OpenTK.Graphics.OpenGL4.GetPName.ClientActiveTexture; + var _MaxTextureUnits = OpenTK.Graphics.OpenGL4.GetPName.MaxTextureUnits; + var _TransposeModelviewMatrix = OpenTK.Graphics.OpenGL4.GetPName.TransposeModelviewMatrix; + var _TransposeProjectionMatrix = OpenTK.Graphics.OpenGL4.GetPName.TransposeProjectionMatrix; + var _TransposeTextureMatrix = OpenTK.Graphics.OpenGL4.GetPName.TransposeTextureMatrix; + var _TransposeColorMatrix = OpenTK.Graphics.OpenGL4.GetPName.TransposeColorMatrix; + var _MaxRenderbufferSize = OpenTK.Graphics.OpenGL4.GetPName.MaxRenderbufferSize; + var _MaxRenderbufferSizeExt = OpenTK.Graphics.OpenGL4.GetPName.MaxRenderbufferSizeExt; + var _TextureCompressionHint = OpenTK.Graphics.OpenGL4.GetPName.TextureCompressionHint; + var _TextureBindingRectangle = OpenTK.Graphics.OpenGL4.GetPName.TextureBindingRectangle; + var _MaxRectangleTextureSize = OpenTK.Graphics.OpenGL4.GetPName.MaxRectangleTextureSize; + var _MaxTextureLodBias = OpenTK.Graphics.OpenGL4.GetPName.MaxTextureLodBias; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.GetPName.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.OpenGL4.GetPName.TextureBindingCubeMap; + var _MaxCubeMapTextureSize = OpenTK.Graphics.OpenGL4.GetPName.MaxCubeMapTextureSize; + var _PackSubsampleRateSgix = OpenTK.Graphics.OpenGL4.GetPName.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.OpenGL4.GetPName.UnpackSubsampleRateSgix; + var _VertexArrayBinding = OpenTK.Graphics.OpenGL4.GetPName.VertexArrayBinding; + var _ProgramPointSize = OpenTK.Graphics.OpenGL4.GetPName.ProgramPointSize; + var _DepthClamp = OpenTK.Graphics.OpenGL4.GetPName.DepthClamp; + var _NumCompressedTextureFormats = OpenTK.Graphics.OpenGL4.GetPName.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.OpenGL4.GetPName.CompressedTextureFormats; + var _NumProgramBinaryFormats = OpenTK.Graphics.OpenGL4.GetPName.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.OpenGL4.GetPName.ProgramBinaryFormats; + var _StencilBackFunc = OpenTK.Graphics.OpenGL4.GetPName.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.OpenGL4.GetPName.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.OpenGL4.GetPName.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.OpenGL4.GetPName.StencilBackPassDepthPass; + var _RgbaFloatMode = OpenTK.Graphics.OpenGL4.GetPName.RgbaFloatMode; + var _MaxDrawBuffers = OpenTK.Graphics.OpenGL4.GetPName.MaxDrawBuffers; + var _DrawBuffer0 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer0; + var _DrawBuffer1 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer1; + var _DrawBuffer2 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer2; + var _DrawBuffer3 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer3; + var _DrawBuffer4 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer4; + var _DrawBuffer5 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer5; + var _DrawBuffer6 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer6; + var _DrawBuffer7 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer7; + var _DrawBuffer8 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer8; + var _DrawBuffer9 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer9; + var _DrawBuffer10 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer10; + var _DrawBuffer11 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer11; + var _DrawBuffer12 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer12; + var _DrawBuffer13 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer13; + var _DrawBuffer14 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer14; + var _DrawBuffer15 = OpenTK.Graphics.OpenGL4.GetPName.DrawBuffer15; + var _BlendEquationAlpha = OpenTK.Graphics.OpenGL4.GetPName.BlendEquationAlpha; + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL4.GetPName.TextureCubeMapSeamless; + var _PointSprite = OpenTK.Graphics.OpenGL4.GetPName.PointSprite; + var _MaxVertexAttribs = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexAttribs; + var _MaxTessControlInputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTessControlInputComponents; + var _MaxTessEvaluationInputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTessEvaluationInputComponents; + var _MaxTextureCoords = OpenTK.Graphics.OpenGL4.GetPName.MaxTextureCoords; + var _MaxTextureImageUnits = OpenTK.Graphics.OpenGL4.GetPName.MaxTextureImageUnits; + var _ArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.ElementArrayBufferBinding; + var _VertexArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.VertexArrayBufferBinding; + var _NormalArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.NormalArrayBufferBinding; + var _ColorArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.ColorArrayBufferBinding; + var _IndexArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.IndexArrayBufferBinding; + var _TextureCoordArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.TextureCoordArrayBufferBinding; + var _EdgeFlagArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.EdgeFlagArrayBufferBinding; + var _SecondaryColorArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.SecondaryColorArrayBufferBinding; + var _FogCoordArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.FogCoordArrayBufferBinding; + var _WeightArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.WeightArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.VertexAttribArrayBufferBinding; + var _PixelPackBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.PixelPackBufferBinding; + var _PixelUnpackBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.PixelUnpackBufferBinding; + var _MaxDualSourceDrawBuffers = OpenTK.Graphics.OpenGL4.GetPName.MaxDualSourceDrawBuffers; + var _MaxArrayTextureLayers = OpenTK.Graphics.OpenGL4.GetPName.MaxArrayTextureLayers; + var _MinProgramTexelOffset = OpenTK.Graphics.OpenGL4.GetPName.MinProgramTexelOffset; + var _MaxProgramTexelOffset = OpenTK.Graphics.OpenGL4.GetPName.MaxProgramTexelOffset; + var _SamplerBinding = OpenTK.Graphics.OpenGL4.GetPName.SamplerBinding; + var _ClampVertexColor = OpenTK.Graphics.OpenGL4.GetPName.ClampVertexColor; + var _ClampFragmentColor = OpenTK.Graphics.OpenGL4.GetPName.ClampFragmentColor; + var _ClampReadColor = OpenTK.Graphics.OpenGL4.GetPName.ClampReadColor; + var _MaxVertexUniformBlocks = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexUniformBlocks; + var _MaxGeometryUniformBlocks = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.OpenGL4.GetPName.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.OpenGL4.GetPName.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.OpenGL4.GetPName.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.OpenGL4.GetPName.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxCombinedVertexUniformComponents; + var _MaxCombinedGeometryUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxCombinedGeometryUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.GetPName.UniformBufferOffsetAlignment; + var _MaxFragmentUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxFragmentUniformComponents; + var _MaxVertexUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexUniformComponents; + var _MaxVaryingComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxVaryingComponents; + var _MaxVaryingFloats = OpenTK.Graphics.OpenGL4.GetPName.MaxVaryingFloats; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.OpenGL4.GetPName.MaxCombinedTextureImageUnits; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.OpenGL4.GetPName.FragmentShaderDerivativeHint; + var _CurrentProgram = OpenTK.Graphics.OpenGL4.GetPName.CurrentProgram; + var _ImplementationColorReadType = OpenTK.Graphics.OpenGL4.GetPName.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.OpenGL4.GetPName.ImplementationColorReadFormat; + var _TextureBinding1DArray = OpenTK.Graphics.OpenGL4.GetPName.TextureBinding1DArray; + var _TextureBinding2DArray = OpenTK.Graphics.OpenGL4.GetPName.TextureBinding2DArray; + var _MaxGeometryTextureImageUnits = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryTextureImageUnits; + var _TextureBuffer = OpenTK.Graphics.OpenGL4.GetPName.TextureBuffer; + var _MaxTextureBufferSize = OpenTK.Graphics.OpenGL4.GetPName.MaxTextureBufferSize; + var _TextureBindingBuffer = OpenTK.Graphics.OpenGL4.GetPName.TextureBindingBuffer; + var _TextureBufferDataStoreBinding = OpenTK.Graphics.OpenGL4.GetPName.TextureBufferDataStoreBinding; + var _SampleShading = OpenTK.Graphics.OpenGL4.GetPName.SampleShading; + var _MinSampleShadingValue = OpenTK.Graphics.OpenGL4.GetPName.MinSampleShadingValue; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTransformFeedbackSeparateComponents; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.OpenGL4.GetPName.MaxTransformFeedbackSeparateAttribs; + var _StencilBackRef = OpenTK.Graphics.OpenGL4.GetPName.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.OpenGL4.GetPName.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.OpenGL4.GetPName.StencilBackWritemask; + var _DrawFramebufferBinding = OpenTK.Graphics.OpenGL4.GetPName.DrawFramebufferBinding; + var _FramebufferBinding = OpenTK.Graphics.OpenGL4.GetPName.FramebufferBinding; + var _FramebufferBindingExt = OpenTK.Graphics.OpenGL4.GetPName.FramebufferBindingExt; + var _RenderbufferBinding = OpenTK.Graphics.OpenGL4.GetPName.RenderbufferBinding; + var _RenderbufferBindingExt = OpenTK.Graphics.OpenGL4.GetPName.RenderbufferBindingExt; + var _ReadFramebufferBinding = OpenTK.Graphics.OpenGL4.GetPName.ReadFramebufferBinding; + var _MaxColorAttachments = OpenTK.Graphics.OpenGL4.GetPName.MaxColorAttachments; + var _MaxColorAttachmentsExt = OpenTK.Graphics.OpenGL4.GetPName.MaxColorAttachmentsExt; + var _MaxSamples = OpenTK.Graphics.OpenGL4.GetPName.MaxSamples; + var _FramebufferSrgb = OpenTK.Graphics.OpenGL4.GetPName.FramebufferSrgb; + var _MaxGeometryVaryingComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryVaryingComponents; + var _MaxVertexVaryingComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexVaryingComponents; + var _MaxGeometryUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryUniformComponents; + var _MaxGeometryOutputVertices = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryOutputVertices; + var _MaxGeometryTotalOutputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryTotalOutputComponents; + var _MaxSubroutines = OpenTK.Graphics.OpenGL4.GetPName.MaxSubroutines; + var _MaxSubroutineUniformLocations = OpenTK.Graphics.OpenGL4.GetPName.MaxSubroutineUniformLocations; + var _ShaderBinaryFormats = OpenTK.Graphics.OpenGL4.GetPName.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.OpenGL4.GetPName.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.OpenGL4.GetPName.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.OpenGL4.GetPName.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.OpenGL4.GetPName.MaxFragmentUniformVectors; + var _MaxCombinedTessControlUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxCombinedTessControlUniformComponents; + var _MaxCombinedTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxCombinedTessEvaluationUniformComponents; + var _TransformFeedbackBufferPaused = OpenTK.Graphics.OpenGL4.GetPName.TransformFeedbackBufferPaused; + var _TransformFeedbackBufferActive = OpenTK.Graphics.OpenGL4.GetPName.TransformFeedbackBufferActive; + var _TransformFeedbackBinding = OpenTK.Graphics.OpenGL4.GetPName.TransformFeedbackBinding; + var _Timestamp = OpenTK.Graphics.OpenGL4.GetPName.Timestamp; + var _QuadsFollowProvokingVertexConvention = OpenTK.Graphics.OpenGL4.GetPName.QuadsFollowProvokingVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL4.GetPName.ProvokingVertex; + var _SampleMask = OpenTK.Graphics.OpenGL4.GetPName.SampleMask; + var _MaxSampleMaskWords = OpenTK.Graphics.OpenGL4.GetPName.MaxSampleMaskWords; + var _MaxGeometryShaderInvocations = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryShaderInvocations; + var _MinFragmentInterpolationOffset = OpenTK.Graphics.OpenGL4.GetPName.MinFragmentInterpolationOffset; + var _MaxFragmentInterpolationOffset = OpenTK.Graphics.OpenGL4.GetPName.MaxFragmentInterpolationOffset; + var _FragmentInterpolationOffsetBits = OpenTK.Graphics.OpenGL4.GetPName.FragmentInterpolationOffsetBits; + var _MinProgramTextureGatherOffset = OpenTK.Graphics.OpenGL4.GetPName.MinProgramTextureGatherOffset; + var _MaxProgramTextureGatherOffset = OpenTK.Graphics.OpenGL4.GetPName.MaxProgramTextureGatherOffset; + var _MaxTransformFeedbackBuffers = OpenTK.Graphics.OpenGL4.GetPName.MaxTransformFeedbackBuffers; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexStreams; + var _PatchVertices = OpenTK.Graphics.OpenGL4.GetPName.PatchVertices; + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL4.GetPName.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL4.GetPName.PatchDefaultOuterLevel; + var _MaxPatchVertices = OpenTK.Graphics.OpenGL4.GetPName.MaxPatchVertices; + var _MaxTessGenLevel = OpenTK.Graphics.OpenGL4.GetPName.MaxTessGenLevel; + var _MaxTessControlUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTessControlUniformComponents; + var _MaxTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTessEvaluationUniformComponents; + var _MaxTessControlTextureImageUnits = OpenTK.Graphics.OpenGL4.GetPName.MaxTessControlTextureImageUnits; + var _MaxTessEvaluationTextureImageUnits = OpenTK.Graphics.OpenGL4.GetPName.MaxTessEvaluationTextureImageUnits; + var _MaxTessControlOutputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTessControlOutputComponents; + var _MaxTessPatchComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTessPatchComponents; + var _MaxTessControlTotalOutputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTessControlTotalOutputComponents; + var _MaxTessEvaluationOutputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxTessEvaluationOutputComponents; + var _MaxTessControlUniformBlocks = OpenTK.Graphics.OpenGL4.GetPName.MaxTessControlUniformBlocks; + var _MaxTessEvaluationUniformBlocks = OpenTK.Graphics.OpenGL4.GetPName.MaxTessEvaluationUniformBlocks; + var _DrawIndirectBufferBinding = OpenTK.Graphics.OpenGL4.GetPName.DrawIndirectBufferBinding; + var _MaxVertexImageUniforms = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexImageUniforms; + var _MaxTessControlImageUniforms = OpenTK.Graphics.OpenGL4.GetPName.MaxTessControlImageUniforms; + var _MaxTessEvaluationImageUniforms = OpenTK.Graphics.OpenGL4.GetPName.MaxTessEvaluationImageUniforms; + var _MaxGeometryImageUniforms = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryImageUniforms; + var _MaxFragmentImageUniforms = OpenTK.Graphics.OpenGL4.GetPName.MaxFragmentImageUniforms; + var _MaxCombinedImageUniforms = OpenTK.Graphics.OpenGL4.GetPName.MaxCombinedImageUniforms; + var _TextureBinding2DMultisample = OpenTK.Graphics.OpenGL4.GetPName.TextureBinding2DMultisample; + var _TextureBinding2DMultisampleArray = OpenTK.Graphics.OpenGL4.GetPName.TextureBinding2DMultisampleArray; + var _MaxColorTextureSamples = OpenTK.Graphics.OpenGL4.GetPName.MaxColorTextureSamples; + var _MaxDepthTextureSamples = OpenTK.Graphics.OpenGL4.GetPName.MaxDepthTextureSamples; + var _MaxIntegerSamples = OpenTK.Graphics.OpenGL4.GetPName.MaxIntegerSamples; + var _MaxVertexOutputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxVertexOutputComponents; + var _MaxGeometryInputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryInputComponents; + var _MaxGeometryOutputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxGeometryOutputComponents; + var _MaxFragmentInputComponents = OpenTK.Graphics.OpenGL4.GetPName.MaxFragmentInputComponents; + var _MaxComputeImageUniforms = OpenTK.Graphics.OpenGL4.GetPName.MaxComputeImageUniforms; +} +static void Test_GetPointervPName_19422() { + var _VertexArrayPointerExt = OpenTK.Graphics.OpenGL4.GetPointervPName.VertexArrayPointerExt; + var _NormalArrayPointerExt = OpenTK.Graphics.OpenGL4.GetPointervPName.NormalArrayPointerExt; + var _ColorArrayPointerExt = OpenTK.Graphics.OpenGL4.GetPointervPName.ColorArrayPointerExt; + var _IndexArrayPointerExt = OpenTK.Graphics.OpenGL4.GetPointervPName.IndexArrayPointerExt; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.OpenGL4.GetPointervPName.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.OpenGL4.GetPointervPName.EdgeFlagArrayPointerExt; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.OpenGL4.GetPointervPName.InstrumentBufferPointerSgix; + var _FogCoordArrayPointer = OpenTK.Graphics.OpenGL4.GetPointervPName.FogCoordArrayPointer; + var _SecondaryColorArrayPointer = OpenTK.Graphics.OpenGL4.GetPointervPName.SecondaryColorArrayPointer; +} +static void Test_GetProgramParameterName_19423() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ProgramSeparable; + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL4.GetProgramParameterName.GeometryShaderInvocations; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL4.GetProgramParameterName.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL4.GetProgramParameterName.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL4.GetProgramParameterName.GeometryOutputType; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ActiveUniformBlocks; + var _DeleteStatus = OpenTK.Graphics.OpenGL4.GetProgramParameterName.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.OpenGL4.GetProgramParameterName.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL4.GetProgramParameterName.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.OpenGL4.GetProgramParameterName.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ActiveAttributeMaxLength; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.OpenGL4.GetProgramParameterName.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.OpenGL4.GetProgramParameterName.TransformFeedbackBufferMode; + var _TransformFeedbackVaryings = OpenTK.Graphics.OpenGL4.GetProgramParameterName.TransformFeedbackVaryings; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL4.GetProgramParameterName.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL4.GetProgramParameterName.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL4.GetProgramParameterName.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL4.GetProgramParameterName.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL4.GetProgramParameterName.TessGenPointMode; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL4.GetProgramParameterName.MaxComputeWorkGroupSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.GetProgramParameterName.ActiveAtomicCounterBuffers; +} +static void Test_GetQueryObjectParam_19424() { + var _QueryResult = OpenTK.Graphics.OpenGL4.GetQueryObjectParam.QueryResult; + var _QueryResultAvailable = OpenTK.Graphics.OpenGL4.GetQueryObjectParam.QueryResultAvailable; + var _QueryResultNoWait = OpenTK.Graphics.OpenGL4.GetQueryObjectParam.QueryResultNoWait; +} +static void Test_GetQueryParam_19425() { + var _QueryCounterBits = OpenTK.Graphics.OpenGL4.GetQueryParam.QueryCounterBits; + var _CurrentQuery = OpenTK.Graphics.OpenGL4.GetQueryParam.CurrentQuery; +} +static void Test_GetTextureParameter_19426() { + var _TextureWidth = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureWidth; + var _TextureHeight = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureHeight; + var _TextureInternalFormat = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureBorderColor; + var _TextureBorderColorNv = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureBorderColorNv; + var _TextureMagFilter = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureWrapT; + var _TextureRedSize = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureAlphaSize; + var _TextureDepth = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureDepth; + var _TextureDepthExt = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureDepthExt; + var _TextureWrapR = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureWrapRExt; + var _DetailTextureLevelSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.DetailTextureFuncPointsSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.SharpenTextureFuncPointsSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.ShadowAmbientSgix; + var _DualTextureSelectSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.QuadTextureSelectSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureWrapQSgis; + var _TextureMinLod = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMaxLevelSgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureFilter4SizeSgis; + var _TextureClipmapCenterSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.OpenGL4.GetTextureParameter.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.OpenGL4.GetTextureParameter.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureGequalRSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureMaxClampRSgix; + var _TextureCompressedImageSize = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureCompressedImageSize; + var _TextureCompressed = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureCompressed; + var _TextureDepthSize = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureDepthSize; + var _DepthTextureMode = OpenTK.Graphics.OpenGL4.GetTextureParameter.DepthTextureMode; + var _TextureCompareMode = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureCompareFunc; + var _TextureStencilSize = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureStencilSize; + var _TextureRedType = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureRedType; + var _TextureGreenType = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureGreenType; + var _TextureBlueType = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureBlueType; + var _TextureAlphaType = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureAlphaType; + var _TextureLuminanceType = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureLuminanceType; + var _TextureIntensityType = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureIntensityType; + var _TextureDepthType = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureDepthType; + var _TextureSharedSize = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureSharedSize; + var _TextureSwizzleR = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureSwizzleRgba; + var _TextureSamples = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureSamples; + var _TextureFixedSampleLocations = OpenTK.Graphics.OpenGL4.GetTextureParameter.TextureFixedSampleLocations; +} +static void Test_HintMode_19427() { + var _DontCare = OpenTK.Graphics.OpenGL4.HintMode.DontCare; + var _Fastest = OpenTK.Graphics.OpenGL4.HintMode.Fastest; + var _Nicest = OpenTK.Graphics.OpenGL4.HintMode.Nicest; +} +static void Test_HintTarget_19428() { + var _PerspectiveCorrectionHint = OpenTK.Graphics.OpenGL4.HintTarget.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.OpenGL4.HintTarget.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.OpenGL4.HintTarget.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.OpenGL4.HintTarget.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.OpenGL4.HintTarget.FogHint; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.OpenGL4.HintTarget.MaxVertexHintPgi; + var _PackCmykHintExt = OpenTK.Graphics.OpenGL4.HintTarget.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.OpenGL4.HintTarget.UnpackCmykHintExt; + var _PhongHintWin = OpenTK.Graphics.OpenGL4.HintTarget.PhongHintWin; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.OpenGL4.HintTarget.ClipVolumeClippingHintExt; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.OpenGL4.HintTarget.TextureMultiBufferHintSgix; + var _GenerateMipmapHint = OpenTK.Graphics.OpenGL4.HintTarget.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.OpenGL4.HintTarget.GenerateMipmapHintSgis; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.HintTarget.ProgramBinaryRetrievableHint; + var _ConvolutionHintSgix = OpenTK.Graphics.OpenGL4.HintTarget.ConvolutionHintSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.OpenGL4.HintTarget.ScalebiasHintSgix; + var _LineQualityHintSgix = OpenTK.Graphics.OpenGL4.HintTarget.LineQualityHintSgix; + var _VertexPreclipSgix = OpenTK.Graphics.OpenGL4.HintTarget.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.OpenGL4.HintTarget.VertexPreclipHintSgix; + var _TextureCompressionHint = OpenTK.Graphics.OpenGL4.HintTarget.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.OpenGL4.HintTarget.TextureCompressionHintArb; + var _VertexArrayStorageHintApple = OpenTK.Graphics.OpenGL4.HintTarget.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.OpenGL4.HintTarget.MultisampleFilterHintNv; + var _TransformHintApple = OpenTK.Graphics.OpenGL4.HintTarget.TransformHintApple; + var _TextureStorageHintApple = OpenTK.Graphics.OpenGL4.HintTarget.TextureStorageHintApple; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.OpenGL4.HintTarget.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.OpenGL4.HintTarget.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.OpenGL4.HintTarget.FragmentShaderDerivativeHintOes; + var _BinningControlHintQcom = OpenTK.Graphics.OpenGL4.HintTarget.BinningControlHintQcom; +} +static void Test_HistogramTarget_19429() { + var _Histogram = OpenTK.Graphics.OpenGL4.HistogramTarget.Histogram; + var _ProxyHistogram = OpenTK.Graphics.OpenGL4.HistogramTarget.ProxyHistogram; +} +static void Test_HistogramTargetExt_19430() { + var _Histogram = OpenTK.Graphics.OpenGL4.HistogramTargetExt.Histogram; + var _HistogramExt = OpenTK.Graphics.OpenGL4.HistogramTargetExt.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.OpenGL4.HistogramTargetExt.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.OpenGL4.HistogramTargetExt.ProxyHistogramExt; +} +static void Test_ImageTarget_19431() { + var _Texture1D = OpenTK.Graphics.OpenGL4.ImageTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL4.ImageTarget.Texture2D; + var _Texture3D = OpenTK.Graphics.OpenGL4.ImageTarget.Texture3D; + var _TextureRectangle = OpenTK.Graphics.OpenGL4.ImageTarget.TextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.ImageTarget.TextureCubeMap; + var _Texture1DArray = OpenTK.Graphics.OpenGL4.ImageTarget.Texture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL4.ImageTarget.Texture2DArray; + var _TextureBuffer = OpenTK.Graphics.OpenGL4.ImageTarget.TextureBuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL4.ImageTarget.Renderbuffer; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL4.ImageTarget.TextureCubeMapArray; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.ImageTarget.Texture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.ImageTarget.Texture2DMultisampleArray; +} +static void Test_IndexedEnableCap_19432() { + var _Blend = OpenTK.Graphics.OpenGL4.IndexedEnableCap.Blend; + var _ScissorTest = OpenTK.Graphics.OpenGL4.IndexedEnableCap.ScissorTest; +} +static void Test_IndexPointerType_19433() { + var _Short = OpenTK.Graphics.OpenGL4.IndexPointerType.Short; + var _Int = OpenTK.Graphics.OpenGL4.IndexPointerType.Int; + var _Float = OpenTK.Graphics.OpenGL4.IndexPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL4.IndexPointerType.Double; +} +static void Test_InterleavedArrayFormat_19434() { +} +static void Test_InternalFormat_19435() { + var _R3G3B2 = OpenTK.Graphics.OpenGL4.InternalFormat.R3G3B2; + var _Rgb2Ext = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL4.InternalFormat.Rgba16; + var _DualAlpha4Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.OpenGL4.InternalFormat.QuadIntensity8Sgis; + var _DepthComponent16Sgix = OpenTK.Graphics.OpenGL4.InternalFormat.DepthComponent16Sgix; + var _DepthComponent24Sgix = OpenTK.Graphics.OpenGL4.InternalFormat.DepthComponent24Sgix; + var _DepthComponent32Sgix = OpenTK.Graphics.OpenGL4.InternalFormat.DepthComponent32Sgix; +} +static void Test_InternalFormatParameter_19436() { + var _Samples = OpenTK.Graphics.OpenGL4.InternalFormatParameter.Samples; + var _InternalformatSupported = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatSupported; + var _InternalformatPreferred = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatPreferred; + var _InternalformatRedSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatRedSize; + var _InternalformatGreenSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatGreenSize; + var _InternalformatBlueSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatBlueSize; + var _InternalformatAlphaSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatAlphaSize; + var _InternalformatDepthSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatDepthSize; + var _InternalformatStencilSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatStencilSize; + var _InternalformatSharedSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatSharedSize; + var _InternalformatRedType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatRedType; + var _InternalformatGreenType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatGreenType; + var _InternalformatBlueType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatBlueType; + var _InternalformatAlphaType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatAlphaType; + var _InternalformatDepthType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatDepthType; + var _InternalformatStencilType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.InternalformatStencilType; + var _MaxWidth = OpenTK.Graphics.OpenGL4.InternalFormatParameter.MaxWidth; + var _MaxHeight = OpenTK.Graphics.OpenGL4.InternalFormatParameter.MaxHeight; + var _MaxDepth = OpenTK.Graphics.OpenGL4.InternalFormatParameter.MaxDepth; + var _MaxLayers = OpenTK.Graphics.OpenGL4.InternalFormatParameter.MaxLayers; + var _MaxCombinedDimensions = OpenTK.Graphics.OpenGL4.InternalFormatParameter.MaxCombinedDimensions; + var _ColorComponents = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ColorComponents; + var _DepthComponents = OpenTK.Graphics.OpenGL4.InternalFormatParameter.DepthComponents; + var _StencilComponents = OpenTK.Graphics.OpenGL4.InternalFormatParameter.StencilComponents; + var _ColorRenderable = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ColorRenderable; + var _DepthRenderable = OpenTK.Graphics.OpenGL4.InternalFormatParameter.DepthRenderable; + var _StencilRenderable = OpenTK.Graphics.OpenGL4.InternalFormatParameter.StencilRenderable; + var _FramebufferRenderable = OpenTK.Graphics.OpenGL4.InternalFormatParameter.FramebufferRenderable; + var _FramebufferRenderableLayered = OpenTK.Graphics.OpenGL4.InternalFormatParameter.FramebufferRenderableLayered; + var _FramebufferBlend = OpenTK.Graphics.OpenGL4.InternalFormatParameter.FramebufferBlend; + var _ReadPixelsFormat = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ReadPixelsFormat; + var _ReadPixelsType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ReadPixelsType; + var _TextureImageFormat = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureImageFormat; + var _TextureImageType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureImageType; + var _GetTextureImageFormat = OpenTK.Graphics.OpenGL4.InternalFormatParameter.GetTextureImageFormat; + var _GetTextureImageType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.GetTextureImageType; + var _Mipmap = OpenTK.Graphics.OpenGL4.InternalFormatParameter.Mipmap; + var _ManualGenerateMipmap = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ManualGenerateMipmap; + var _ColorEncoding = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ColorEncoding; + var _SrgbRead = OpenTK.Graphics.OpenGL4.InternalFormatParameter.SrgbRead; + var _SrgbWrite = OpenTK.Graphics.OpenGL4.InternalFormatParameter.SrgbWrite; + var _Filter = OpenTK.Graphics.OpenGL4.InternalFormatParameter.Filter; + var _VertexTexture = OpenTK.Graphics.OpenGL4.InternalFormatParameter.VertexTexture; + var _TessControlTexture = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TessControlTexture; + var _TessEvaluationTexture = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TessEvaluationTexture; + var _GeometryTexture = OpenTK.Graphics.OpenGL4.InternalFormatParameter.GeometryTexture; + var _FragmentTexture = OpenTK.Graphics.OpenGL4.InternalFormatParameter.FragmentTexture; + var _ComputeTexture = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ComputeTexture; + var _TextureShadow = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureShadow; + var _TextureGather = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureGather; + var _TextureGatherShadow = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureGatherShadow; + var _ShaderImageLoad = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ShaderImageLoad; + var _ShaderImageStore = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ShaderImageStore; + var _ShaderImageAtomic = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ShaderImageAtomic; + var _ImageTexelSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ImageTexelSize; + var _ImageCompatibilityClass = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ImageCompatibilityClass; + var _ImagePixelFormat = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ImagePixelFormat; + var _ImagePixelType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ImagePixelType; + var _SimultaneousTextureAndDepthTest = OpenTK.Graphics.OpenGL4.InternalFormatParameter.SimultaneousTextureAndDepthTest; + var _SimultaneousTextureAndStencilTest = OpenTK.Graphics.OpenGL4.InternalFormatParameter.SimultaneousTextureAndStencilTest; + var _SimultaneousTextureAndStencilWrite = OpenTK.Graphics.OpenGL4.InternalFormatParameter.SimultaneousTextureAndStencilWrite; + var _TextureCompressedBlockWidth = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureCompressedBlockWidth; + var _TextureCompressedBlockHeight = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureCompressedBlockHeight; + var _TextureCompressedBlockSize = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureCompressedBlockSize; + var _ClearBuffer = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ClearBuffer; + var _TextureView = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureView; + var _ViewCompatibilityClass = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ViewCompatibilityClass; + var _TextureCompressed = OpenTK.Graphics.OpenGL4.InternalFormatParameter.TextureCompressed; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ImageFormatCompatibilityType; + var _ClearTexture = OpenTK.Graphics.OpenGL4.InternalFormatParameter.ClearTexture; + var _NumSampleCounts = OpenTK.Graphics.OpenGL4.InternalFormatParameter.NumSampleCounts; +} +static void Test_KhrDebug_19437() { + var _ContextFlagDebugBit = OpenTK.Graphics.OpenGL4.KhrDebug.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.OpenGL4.KhrDebug.ContextFlagDebugBitKhr; + var _StackOverflow = OpenTK.Graphics.OpenGL4.KhrDebug.StackOverflow; + var _StackOverflowKhr = OpenTK.Graphics.OpenGL4.KhrDebug.StackOverflowKhr; + var _StackUnderflow = OpenTK.Graphics.OpenGL4.KhrDebug.StackUnderflow; + var _StackUnderflowKhr = OpenTK.Graphics.OpenGL4.KhrDebug.StackUnderflowKhr; + var _VertexArray = OpenTK.Graphics.OpenGL4.KhrDebug.VertexArray; + var _VertexArrayKhr = OpenTK.Graphics.OpenGL4.KhrDebug.VertexArrayKhr; + var _DebugOutputSynchronous = OpenTK.Graphics.OpenGL4.KhrDebug.DebugOutputSynchronous; + var _DebugOutputSynchronousKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugOutputSynchronousKhr; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.OpenGL4.KhrDebug.DebugNextLoggedMessageLength; + var _DebugNextLoggedMessageLengthKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugNextLoggedMessageLengthKhr; + var _DebugCallbackFunction = OpenTK.Graphics.OpenGL4.KhrDebug.DebugCallbackFunction; + var _DebugCallbackFunctionKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugCallbackFunctionKhr; + var _DebugCallbackUserParam = OpenTK.Graphics.OpenGL4.KhrDebug.DebugCallbackUserParam; + var _DebugCallbackUserParamKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugCallbackUserParamKhr; + var _DebugSourceApi = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceApi; + var _DebugSourceApiKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceApiKhr; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceWindowSystem; + var _DebugSourceWindowSystemKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceWindowSystemKhr; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceShaderCompiler; + var _DebugSourceShaderCompilerKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceShaderCompilerKhr; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceThirdParty; + var _DebugSourceThirdPartyKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceThirdPartyKhr; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceApplication; + var _DebugSourceApplicationKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceApplicationKhr; + var _DebugSourceOther = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceOther; + var _DebugSourceOtherKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSourceOtherKhr; + var _DebugTypeError = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeError; + var _DebugTypeErrorKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeErrorKhr; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeDeprecatedBehavior; + var _DebugTypeDeprecatedBehaviorKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeDeprecatedBehaviorKhr; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeUndefinedBehavior; + var _DebugTypeUndefinedBehaviorKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeUndefinedBehaviorKhr; + var _DebugTypePortability = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypePortability; + var _DebugTypePortabilityKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypePortabilityKhr; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypePerformance; + var _DebugTypePerformanceKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypePerformanceKhr; + var _DebugTypeOther = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeOther; + var _DebugTypeOtherKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeOtherKhr; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeMarker; + var _DebugTypeMarkerKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypeMarkerKhr; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypePushGroup; + var _DebugTypePushGroupKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypePushGroupKhr; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypePopGroup; + var _DebugTypePopGroupKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugTypePopGroupKhr; + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSeverityNotification; + var _DebugSeverityNotificationKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSeverityNotificationKhr; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.OpenGL4.KhrDebug.MaxDebugGroupStackDepth; + var _MaxDebugGroupStackDepthKhr = OpenTK.Graphics.OpenGL4.KhrDebug.MaxDebugGroupStackDepthKhr; + var _DebugGroupStackDepth = OpenTK.Graphics.OpenGL4.KhrDebug.DebugGroupStackDepth; + var _DebugGroupStackDepthKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugGroupStackDepthKhr; + var _Buffer = OpenTK.Graphics.OpenGL4.KhrDebug.Buffer; + var _BufferKhr = OpenTK.Graphics.OpenGL4.KhrDebug.BufferKhr; + var _Shader = OpenTK.Graphics.OpenGL4.KhrDebug.Shader; + var _ShaderKhr = OpenTK.Graphics.OpenGL4.KhrDebug.ShaderKhr; + var _Program = OpenTK.Graphics.OpenGL4.KhrDebug.Program; + var _ProgramKhr = OpenTK.Graphics.OpenGL4.KhrDebug.ProgramKhr; + var _Query = OpenTK.Graphics.OpenGL4.KhrDebug.Query; + var _QueryKhr = OpenTK.Graphics.OpenGL4.KhrDebug.QueryKhr; + var _ProgramPipeline = OpenTK.Graphics.OpenGL4.KhrDebug.ProgramPipeline; + var _Sampler = OpenTK.Graphics.OpenGL4.KhrDebug.Sampler; + var _SamplerKhr = OpenTK.Graphics.OpenGL4.KhrDebug.SamplerKhr; + var _DisplayList = OpenTK.Graphics.OpenGL4.KhrDebug.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.OpenGL4.KhrDebug.MaxLabelLength; + var _MaxLabelLengthKhr = OpenTK.Graphics.OpenGL4.KhrDebug.MaxLabelLengthKhr; + var _MaxDebugMessageLength = OpenTK.Graphics.OpenGL4.KhrDebug.MaxDebugMessageLength; + var _MaxDebugMessageLengthKhr = OpenTK.Graphics.OpenGL4.KhrDebug.MaxDebugMessageLengthKhr; + var _MaxDebugLoggedMessages = OpenTK.Graphics.OpenGL4.KhrDebug.MaxDebugLoggedMessages; + var _MaxDebugLoggedMessagesKhr = OpenTK.Graphics.OpenGL4.KhrDebug.MaxDebugLoggedMessagesKhr; + var _DebugLoggedMessages = OpenTK.Graphics.OpenGL4.KhrDebug.DebugLoggedMessages; + var _DebugLoggedMessagesKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugLoggedMessagesKhr; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSeverityHigh; + var _DebugSeverityHighKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSeverityHighKhr; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSeverityMedium; + var _DebugSeverityMediumKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSeverityMediumKhr; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSeverityLow; + var _DebugSeverityLowKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugSeverityLowKhr; + var _DebugOutput = OpenTK.Graphics.OpenGL4.KhrDebug.DebugOutput; + var _DebugOutputKhr = OpenTK.Graphics.OpenGL4.KhrDebug.DebugOutputKhr; +} +static void Test_KhrTextureCompressionAstcHdr_19438() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc12X12Khr; +} +static void Test_KhrTextureCompressionAstcLdr_19439() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.OpenGL4.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc12X12Khr; +} +static void Test_LightEnvModeSgix_19440() { + var _Add = OpenTK.Graphics.OpenGL4.LightEnvModeSgix.Add; + var _Replace = OpenTK.Graphics.OpenGL4.LightEnvModeSgix.Replace; +} +static void Test_LightEnvParameterSgix_19441() { + var _LightEnvModeSgix = OpenTK.Graphics.OpenGL4.LightEnvParameterSgix.LightEnvModeSgix; +} +static void Test_LightModelColorControl_19442() { + var _SingleColor = OpenTK.Graphics.OpenGL4.LightModelColorControl.SingleColor; + var _SingleColorExt = OpenTK.Graphics.OpenGL4.LightModelColorControl.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.OpenGL4.LightModelColorControl.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.OpenGL4.LightModelColorControl.SeparateSpecularColorExt; +} +static void Test_LightModelParameter_19443() { + var _LightModelLocalViewer = OpenTK.Graphics.OpenGL4.LightModelParameter.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.OpenGL4.LightModelParameter.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.OpenGL4.LightModelParameter.LightModelAmbient; + var _LightModelColorControl = OpenTK.Graphics.OpenGL4.LightModelParameter.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.OpenGL4.LightModelParameter.LightModelColorControlExt; +} +static void Test_LightName_19444() { + var _Light0 = OpenTK.Graphics.OpenGL4.LightName.Light0; + var _Light1 = OpenTK.Graphics.OpenGL4.LightName.Light1; + var _Light2 = OpenTK.Graphics.OpenGL4.LightName.Light2; + var _Light3 = OpenTK.Graphics.OpenGL4.LightName.Light3; + var _Light4 = OpenTK.Graphics.OpenGL4.LightName.Light4; + var _Light5 = OpenTK.Graphics.OpenGL4.LightName.Light5; + var _Light6 = OpenTK.Graphics.OpenGL4.LightName.Light6; + var _Light7 = OpenTK.Graphics.OpenGL4.LightName.Light7; + var _FragmentLight0Sgix = OpenTK.Graphics.OpenGL4.LightName.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.OpenGL4.LightName.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.OpenGL4.LightName.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.OpenGL4.LightName.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.OpenGL4.LightName.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.OpenGL4.LightName.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.OpenGL4.LightName.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.OpenGL4.LightName.FragmentLight7Sgix; +} +static void Test_LightParameter_19445() { + var _Ambient = OpenTK.Graphics.OpenGL4.LightParameter.Ambient; + var _Diffuse = OpenTK.Graphics.OpenGL4.LightParameter.Diffuse; + var _Specular = OpenTK.Graphics.OpenGL4.LightParameter.Specular; +} +static void Test_ListMode_19446() { +} +static void Test_ListNameType_19447() { + var _Byte = OpenTK.Graphics.OpenGL4.ListNameType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.ListNameType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.ListNameType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.ListNameType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.ListNameType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.ListNameType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.ListNameType.Float; +} +static void Test_ListParameterName_19448() { + var _ListPrioritySgix = OpenTK.Graphics.OpenGL4.ListParameterName.ListPrioritySgix; +} +static void Test_LogicOp_19449() { + var _Clear = OpenTK.Graphics.OpenGL4.LogicOp.Clear; + var _And = OpenTK.Graphics.OpenGL4.LogicOp.And; + var _AndReverse = OpenTK.Graphics.OpenGL4.LogicOp.AndReverse; + var _Copy = OpenTK.Graphics.OpenGL4.LogicOp.Copy; + var _AndInverted = OpenTK.Graphics.OpenGL4.LogicOp.AndInverted; + var _Noop = OpenTK.Graphics.OpenGL4.LogicOp.Noop; + var _Xor = OpenTK.Graphics.OpenGL4.LogicOp.Xor; + var _Or = OpenTK.Graphics.OpenGL4.LogicOp.Or; + var _Nor = OpenTK.Graphics.OpenGL4.LogicOp.Nor; + var _Equiv = OpenTK.Graphics.OpenGL4.LogicOp.Equiv; + var _Invert = OpenTK.Graphics.OpenGL4.LogicOp.Invert; + var _OrReverse = OpenTK.Graphics.OpenGL4.LogicOp.OrReverse; + var _CopyInverted = OpenTK.Graphics.OpenGL4.LogicOp.CopyInverted; + var _OrInverted = OpenTK.Graphics.OpenGL4.LogicOp.OrInverted; + var _Nand = OpenTK.Graphics.OpenGL4.LogicOp.Nand; + var _Set = OpenTK.Graphics.OpenGL4.LogicOp.Set; +} +static void Test_MapBufferUsageMask_19450() { + var _MapReadBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapReadBitExt; + var _MapWriteBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapWriteBitExt; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapInvalidateRangeBitExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapInvalidateBufferBitExt; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapFlushExplicitBitExt; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapUnsynchronizedBitExt; + var _MapPersistentBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.OpenGL4.MapBufferUsageMask.ClientStorageBit; +} +static void Test_MapTarget_19451() { + var _Map1Color4 = OpenTK.Graphics.OpenGL4.MapTarget.Map1Color4; + var _Map1Index = OpenTK.Graphics.OpenGL4.MapTarget.Map1Index; + var _Map1Normal = OpenTK.Graphics.OpenGL4.MapTarget.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.OpenGL4.MapTarget.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.OpenGL4.MapTarget.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.OpenGL4.MapTarget.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.OpenGL4.MapTarget.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.OpenGL4.MapTarget.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.OpenGL4.MapTarget.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.OpenGL4.MapTarget.Map2Color4; + var _Map2Index = OpenTK.Graphics.OpenGL4.MapTarget.Map2Index; + var _Map2Normal = OpenTK.Graphics.OpenGL4.MapTarget.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.OpenGL4.MapTarget.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.OpenGL4.MapTarget.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.OpenGL4.MapTarget.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.OpenGL4.MapTarget.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.OpenGL4.MapTarget.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.OpenGL4.MapTarget.Map2Vertex4; + var _GeometryDeformationSgix = OpenTK.Graphics.OpenGL4.MapTarget.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.OpenGL4.MapTarget.TextureDeformationSgix; +} +static void Test_MapTextureFormatIntel_19452() { + var _LayoutDefaultIntel = OpenTK.Graphics.OpenGL4.MapTextureFormatIntel.LayoutDefaultIntel; + var _LayoutLinearIntel = OpenTK.Graphics.OpenGL4.MapTextureFormatIntel.LayoutLinearIntel; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.OpenGL4.MapTextureFormatIntel.LayoutLinearCpuCachedIntel; +} +static void Test_MaterialFace_19453() { + var _Front = OpenTK.Graphics.OpenGL4.MaterialFace.Front; + var _Back = OpenTK.Graphics.OpenGL4.MaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.OpenGL4.MaterialFace.FrontAndBack; +} +static void Test_MaterialParameter_19454() { + var _Ambient = OpenTK.Graphics.OpenGL4.MaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.OpenGL4.MaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.OpenGL4.MaterialParameter.Specular; + var _Emission = OpenTK.Graphics.OpenGL4.MaterialParameter.Emission; + var _AmbientAndDiffuse = OpenTK.Graphics.OpenGL4.MaterialParameter.AmbientAndDiffuse; +} +static void Test_MatrixMode_19455() { + var _Modelview0Ext = OpenTK.Graphics.OpenGL4.MatrixMode.Modelview0Ext; + var _Texture = OpenTK.Graphics.OpenGL4.MatrixMode.Texture; + var _Color = OpenTK.Graphics.OpenGL4.MatrixMode.Color; +} +static void Test_MatrixModeArb_19456() { + var _Texture = OpenTK.Graphics.OpenGL4.MatrixModeArb.Texture; + var _Color = OpenTK.Graphics.OpenGL4.MatrixModeArb.Color; + var _Matrix0 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix0; + var _Matrix1 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix1; + var _Matrix2 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix2; + var _Matrix3 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix3; + var _Matrix4 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix4; + var _Matrix5 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix5; + var _Matrix6 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix6; + var _Matrix7 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix7; + var _Matrix8 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix8; + var _Matrix9 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix9; + var _Matrix10 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix10; + var _Matrix11 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix11; + var _Matrix12 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix12; + var _Matrix13 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix13; + var _Matrix14 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix14; + var _Matrix15 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix15; + var _Matrix16 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix16; + var _Matrix17 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix17; + var _Matrix18 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix18; + var _Matrix19 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix19; + var _Matrix20 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix20; + var _Matrix21 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix21; + var _Matrix22 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix22; + var _Matrix23 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix23; + var _Matrix24 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix24; + var _Matrix25 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix25; + var _Matrix26 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix26; + var _Matrix27 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix27; + var _Matrix28 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix28; + var _Matrix29 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix29; + var _Matrix30 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix30; + var _Matrix31 = OpenTK.Graphics.OpenGL4.MatrixModeArb.Matrix31; +} +static void Test_MemoryBarrierFlags_19457() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.VertexAttribArrayBarrierBit; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.ElementArrayBarrierBit; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.UniformBarrierBit; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.TextureFetchBarrierBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.ShaderImageAccessBarrierBit; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.CommandBarrierBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.PixelBufferBarrierBit; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.TextureUpdateBarrierBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.BufferUpdateBarrierBit; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.FramebufferBarrierBit; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.TransformFeedbackBarrierBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.AtomicCounterBarrierBit; + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.QueryBufferBarrierBit; + var _AllBarrierBits = OpenTK.Graphics.OpenGL4.MemoryBarrierFlags.AllBarrierBits; +} +static void Test_MemoryBarrierMask_19458() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.VertexAttribArrayBarrierBitExt; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.ElementArrayBarrierBitExt; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.UniformBarrierBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.TextureFetchBarrierBitExt; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.ShaderGlobalAccessBarrierBitNv; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.ShaderImageAccessBarrierBitExt; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.CommandBarrierBitExt; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.PixelBufferBarrierBitExt; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.TextureUpdateBarrierBitExt; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.BufferUpdateBarrierBitExt; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.FramebufferBarrierBitExt; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.TransformFeedbackBarrierBitExt; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.AtomicCounterBarrierBitExt; + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.QueryBufferBarrierBit; + var _AllBarrierBits = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.OpenGL4.MemoryBarrierMask.AllBarrierBitsExt; +} +static void Test_MeshMode1_19459() { + var _Point = OpenTK.Graphics.OpenGL4.MeshMode1.Point; + var _Line = OpenTK.Graphics.OpenGL4.MeshMode1.Line; +} +static void Test_MeshMode2_19460() { + var _Point = OpenTK.Graphics.OpenGL4.MeshMode2.Point; + var _Line = OpenTK.Graphics.OpenGL4.MeshMode2.Line; + var _Fill = OpenTK.Graphics.OpenGL4.MeshMode2.Fill; +} +static void Test_MinmaxTarget_19461() { + var _Minmax = OpenTK.Graphics.OpenGL4.MinmaxTarget.Minmax; +} +static void Test_MinmaxTargetExt_19462() { + var _Minmax = OpenTK.Graphics.OpenGL4.MinmaxTargetExt.Minmax; + var _MinmaxExt = OpenTK.Graphics.OpenGL4.MinmaxTargetExt.MinmaxExt; +} +static void Test_NormalPointerType_19463() { + var _Byte = OpenTK.Graphics.OpenGL4.NormalPointerType.Byte; + var _Short = OpenTK.Graphics.OpenGL4.NormalPointerType.Short; + var _Int = OpenTK.Graphics.OpenGL4.NormalPointerType.Int; + var _Float = OpenTK.Graphics.OpenGL4.NormalPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL4.NormalPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.NormalPointerType.HalfFloat; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.NormalPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.NormalPointerType.Int2101010Rev; +} +static void Test_ObjectLabelIdentifier_19464() { + var _Texture = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.Texture; + var _VertexArray = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.VertexArray; + var _Buffer = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.Buffer; + var _Shader = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.Shader; + var _Program = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.Program; + var _Query = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.Query; + var _ProgramPipeline = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.ProgramPipeline; + var _Sampler = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.Sampler; + var _Framebuffer = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.Renderbuffer; + var _TransformFeedback = OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier.TransformFeedback; +} +static void Test_OcclusionQueryEventMaskAmd_19465() { + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.OpenGL4.OcclusionQueryEventMaskAmd.QueryDepthPassEventBitAmd; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.OpenGL4.OcclusionQueryEventMaskAmd.QueryDepthFailEventBitAmd; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.OpenGL4.OcclusionQueryEventMaskAmd.QueryStencilFailEventBitAmd; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.OpenGL4.OcclusionQueryEventMaskAmd.QueryDepthBoundsFailEventBitAmd; + var _QueryAllEventBitsAmd = OpenTK.Graphics.OpenGL4.OcclusionQueryEventMaskAmd.QueryAllEventBitsAmd; +} +static void Test_PackedPointerType_19466() { + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.PackedPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.PackedPointerType.Int2101010Rev; +} +static void Test_PatchParameterFloat_19467() { + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL4.PatchParameterFloat.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL4.PatchParameterFloat.PatchDefaultOuterLevel; +} +static void Test_PatchParameterInt_19468() { + var _PatchVertices = OpenTK.Graphics.OpenGL4.PatchParameterInt.PatchVertices; +} +static void Test_PixelCopyType_19469() { + var _Color = OpenTK.Graphics.OpenGL4.PixelCopyType.Color; + var _ColorExt = OpenTK.Graphics.OpenGL4.PixelCopyType.ColorExt; + var _Depth = OpenTK.Graphics.OpenGL4.PixelCopyType.Depth; + var _DepthExt = OpenTK.Graphics.OpenGL4.PixelCopyType.DepthExt; + var _Stencil = OpenTK.Graphics.OpenGL4.PixelCopyType.Stencil; + var _StencilExt = OpenTK.Graphics.OpenGL4.PixelCopyType.StencilExt; +} +static void Test_PixelFormat_19470() { + var _UnsignedShort = OpenTK.Graphics.OpenGL4.PixelFormat.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.PixelFormat.UnsignedInt; + var _ColorIndex = OpenTK.Graphics.OpenGL4.PixelFormat.ColorIndex; + var _StencilIndex = OpenTK.Graphics.OpenGL4.PixelFormat.StencilIndex; + var _DepthComponent = OpenTK.Graphics.OpenGL4.PixelFormat.DepthComponent; + var _Red = OpenTK.Graphics.OpenGL4.PixelFormat.Red; + var _RedExt = OpenTK.Graphics.OpenGL4.PixelFormat.RedExt; + var _Green = OpenTK.Graphics.OpenGL4.PixelFormat.Green; + var _Blue = OpenTK.Graphics.OpenGL4.PixelFormat.Blue; + var _Alpha = OpenTK.Graphics.OpenGL4.PixelFormat.Alpha; + var _Rgb = OpenTK.Graphics.OpenGL4.PixelFormat.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL4.PixelFormat.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL4.PixelFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL4.PixelFormat.LuminanceAlpha; + var _AbgrExt = OpenTK.Graphics.OpenGL4.PixelFormat.AbgrExt; + var _CmykExt = OpenTK.Graphics.OpenGL4.PixelFormat.CmykExt; + var _CmykaExt = OpenTK.Graphics.OpenGL4.PixelFormat.CmykaExt; + var _Bgr = OpenTK.Graphics.OpenGL4.PixelFormat.Bgr; + var _Bgra = OpenTK.Graphics.OpenGL4.PixelFormat.Bgra; + var _Ycrcb422Sgix = OpenTK.Graphics.OpenGL4.PixelFormat.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.OpenGL4.PixelFormat.Ycrcb444Sgix; + var _Rg = OpenTK.Graphics.OpenGL4.PixelFormat.Rg; + var _RgInteger = OpenTK.Graphics.OpenGL4.PixelFormat.RgInteger; + var _R5G6B5IccSgix = OpenTK.Graphics.OpenGL4.PixelFormat.R5G6B5IccSgix; + var _R5G6B5A8IccSgix = OpenTK.Graphics.OpenGL4.PixelFormat.R5G6B5A8IccSgix; + var _Alpha16IccSgix = OpenTK.Graphics.OpenGL4.PixelFormat.Alpha16IccSgix; + var _Luminance16IccSgix = OpenTK.Graphics.OpenGL4.PixelFormat.Luminance16IccSgix; + var _Luminance16Alpha8IccSgix = OpenTK.Graphics.OpenGL4.PixelFormat.Luminance16Alpha8IccSgix; + var _DepthStencil = OpenTK.Graphics.OpenGL4.PixelFormat.DepthStencil; + var _RedInteger = OpenTK.Graphics.OpenGL4.PixelFormat.RedInteger; + var _GreenInteger = OpenTK.Graphics.OpenGL4.PixelFormat.GreenInteger; + var _BlueInteger = OpenTK.Graphics.OpenGL4.PixelFormat.BlueInteger; + var _AlphaInteger = OpenTK.Graphics.OpenGL4.PixelFormat.AlphaInteger; + var _RgbInteger = OpenTK.Graphics.OpenGL4.PixelFormat.RgbInteger; + var _RgbaInteger = OpenTK.Graphics.OpenGL4.PixelFormat.RgbaInteger; + var _BgrInteger = OpenTK.Graphics.OpenGL4.PixelFormat.BgrInteger; + var _BgraInteger = OpenTK.Graphics.OpenGL4.PixelFormat.BgraInteger; +} +static void Test_PixelInternalFormat_19471() { + var _DepthComponent = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthComponent; + var _Alpha = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Alpha; + var _Rgb = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL4.PixelInternalFormat.LuminanceAlpha; + var _R3G3B2 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R3G3B2; + var _Rgb2Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba16; + var _DualAlpha4Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.OpenGL4.PixelInternalFormat.QuadIntensity8Sgis; + var _DepthComponent16 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthComponent16; + var _DepthComponent16Sgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthComponent16Sgix; + var _DepthComponent24 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthComponent24; + var _DepthComponent24Sgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthComponent24Sgix; + var _DepthComponent32 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthComponent32; + var _DepthComponent32Sgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthComponent32Sgix; + var _CompressedRed = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRed; + var _CompressedRg = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRg; + var _R8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R8; + var _R16 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R16; + var _Rg8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg16; + var _R16f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R16f; + var _R32f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R8i; + var _R8ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R8ui; + var _R16i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R16i; + var _R16ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R16ui; + var _R32i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R32i; + var _R32ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg32ui; + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgbaS3tcDxt5Ext; + var _RgbIccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.RgbIccSgix; + var _RgbaIccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.RgbaIccSgix; + var _AlphaIccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.AlphaIccSgix; + var _LuminanceIccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.LuminanceIccSgix; + var _IntensityIccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.IntensityIccSgix; + var _LuminanceAlphaIccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.LuminanceAlphaIccSgix; + var _R5G6B5IccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R5G6B5IccSgix; + var _R5G6B5A8IccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R5G6B5A8IccSgix; + var _Alpha16IccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Alpha16IccSgix; + var _Luminance16IccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Luminance16IccSgix; + var _Intensity16IccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Intensity16IccSgix; + var _Luminance16Alpha8IccSgix = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Luminance16Alpha8IccSgix; + var _CompressedAlpha = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedAlpha; + var _CompressedLuminance = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedLuminance; + var _CompressedLuminanceAlpha = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedLuminanceAlpha; + var _CompressedIntensity = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedIntensity; + var _CompressedRgb = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgb; + var _CompressedRgba = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgba; + var _DepthStencil = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthStencil; + var _Rgba32f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba32f; + var _Rgb32f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb32f; + var _Rgba16f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba16f; + var _Rgb16f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb16f; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Depth24Stencil8; + var _R11fG11fB10f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb9E5; + var _Srgb = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Srgb; + var _Srgb8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Srgb8; + var _SrgbAlpha = OpenTK.Graphics.OpenGL4.PixelInternalFormat.SrgbAlpha; + var _Srgb8Alpha8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Srgb8Alpha8; + var _SluminanceAlpha = OpenTK.Graphics.OpenGL4.PixelInternalFormat.SluminanceAlpha; + var _Sluminance8Alpha8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Sluminance8Alpha8; + var _Sluminance = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Sluminance; + var _Sluminance8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Sluminance8; + var _CompressedSrgb = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSrgb; + var _CompressedSrgbAlpha = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSrgbAlpha; + var _CompressedSluminance = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSluminance; + var _CompressedSluminanceAlpha = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSluminanceAlpha; + var _CompressedSrgbS3tcDxt1Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSrgbS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt1Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSrgbAlphaS3tcDxt1Ext; + var _CompressedSrgbAlphaS3tcDxt3Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSrgbAlphaS3tcDxt3Ext; + var _CompressedSrgbAlphaS3tcDxt5Ext = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSrgbAlphaS3tcDxt5Ext; + var _DepthComponent32f = OpenTK.Graphics.OpenGL4.PixelInternalFormat.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Depth32fStencil8; + var _Rgba32ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba32i; + var _Rgb32i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb32i; + var _Rgba16i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba16i; + var _Rgb16i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb16i; + var _Rgba8i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba8i; + var _Rgb8i = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb8i; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Float32UnsignedInt248Rev; + var _CompressedRedRgtc1 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRedRgtc1; + var _CompressedSignedRedRgtc1 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSignedRedRgtc1; + var _CompressedRgRgtc2 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgRgtc2; + var _CompressedSignedRgRgtc2 = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedSignedRgRgtc2; + var _CompressedRgbaBptcUnorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgbaBptcUnorm; + var _CompressedRgbBptcSignedFloat = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgbBptcSignedFloat; + var _CompressedRgbBptcUnsignedFloat = OpenTK.Graphics.OpenGL4.PixelInternalFormat.CompressedRgbBptcUnsignedFloat; + var _R8Snorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba8Snorm; + var _R16Snorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.R16Snorm; + var _Rg16Snorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rg16Snorm; + var _Rgb16Snorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb16Snorm; + var _Rgba16Snorm = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgba16Snorm; + var _Rgb10A2ui = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Rgb10A2ui; + var _One = OpenTK.Graphics.OpenGL4.PixelInternalFormat.One; + var _Two = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Two; + var _Three = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Three; + var _Four = OpenTK.Graphics.OpenGL4.PixelInternalFormat.Four; +} +static void Test_PixelMap_19472() { + var _PixelMapIToI = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.OpenGL4.PixelMap.PixelMapAToA; +} +static void Test_PixelStoreParameter_19473() { + var _UnpackSwapBytes = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackAlignment; + var _PackSkipImages = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackImageHeightExt; + var _PackSkipVolumesSgis = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackImageDepthSgis; + var _PixelTileWidthSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PixelTileCacheSizeSgix; + var _PackResampleSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackResampleSgix; + var _PackSubsampleRateSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackSubsampleRateSgix; + var _PackResampleOml = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackResampleOml; + var _UnpackCompressedBlockWidth = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackCompressedBlockWidth; + var _UnpackCompressedBlockHeight = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackCompressedBlockHeight; + var _UnpackCompressedBlockDepth = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackCompressedBlockDepth; + var _UnpackCompressedBlockSize = OpenTK.Graphics.OpenGL4.PixelStoreParameter.UnpackCompressedBlockSize; + var _PackCompressedBlockWidth = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackCompressedBlockWidth; + var _PackCompressedBlockHeight = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackCompressedBlockHeight; + var _PackCompressedBlockDepth = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackCompressedBlockDepth; + var _PackCompressedBlockSize = OpenTK.Graphics.OpenGL4.PixelStoreParameter.PackCompressedBlockSize; +} +static void Test_PixelStoreResampleMode_19474() { + var _ResampleReplicateSgix = OpenTK.Graphics.OpenGL4.PixelStoreResampleMode.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.OpenGL4.PixelStoreResampleMode.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.OpenGL4.PixelStoreResampleMode.ResampleDecimateSgix; +} +static void Test_PixelStoreSubsampleRate_19475() { + var _PixelSubsample4444Sgix = OpenTK.Graphics.OpenGL4.PixelStoreSubsampleRate.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.OpenGL4.PixelStoreSubsampleRate.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.OpenGL4.PixelStoreSubsampleRate.PixelSubsample4242Sgix; +} +static void Test_PixelTexGenMode_19476() { + var _None = OpenTK.Graphics.OpenGL4.PixelTexGenMode.None; + var _Rgb = OpenTK.Graphics.OpenGL4.PixelTexGenMode.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL4.PixelTexGenMode.Rgba; + var _Luminance = OpenTK.Graphics.OpenGL4.PixelTexGenMode.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.OpenGL4.PixelTexGenMode.LuminanceAlpha; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.OpenGL4.PixelTexGenMode.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.OpenGL4.PixelTexGenMode.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.OpenGL4.PixelTexGenMode.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.OpenGL4.PixelTexGenMode.PixelTexGenAlphaMsSgix; +} +static void Test_PixelTexGenParameterNameSgis_19477() { + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.OpenGL4.PixelTexGenParameterNameSgis.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.OpenGL4.PixelTexGenParameterNameSgis.PixelFragmentAlphaSourceSgis; +} +static void Test_PixelTransferParameter_19478() { + var _MapColor = OpenTK.Graphics.OpenGL4.PixelTransferParameter.MapColor; + var _MapStencil = OpenTK.Graphics.OpenGL4.PixelTransferParameter.MapStencil; + var _IndexShift = OpenTK.Graphics.OpenGL4.PixelTransferParameter.IndexShift; + var _IndexOffset = OpenTK.Graphics.OpenGL4.PixelTransferParameter.IndexOffset; + var _RedScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.RedScale; + var _RedBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.RedBias; + var _GreenScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.GreenScale; + var _GreenBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.GreenBias; + var _BlueScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.BlueScale; + var _BlueBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.BlueBias; + var _AlphaScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.AlphaScale; + var _AlphaBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.AlphaBias; + var _DepthScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.DepthScale; + var _DepthBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.DepthBias; + var _PostConvolutionRedScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostConvolutionAlphaBiasExt; + var _PostColorMatrixRedScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.OpenGL4.PixelTransferParameter.PostColorMatrixAlphaBiasSgi; +} +static void Test_PixelType_19479() { + var _Byte = OpenTK.Graphics.OpenGL4.PixelType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.PixelType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.PixelType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.PixelType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.PixelType.Float; + var _HalfFloat = OpenTK.Graphics.OpenGL4.PixelType.HalfFloat; + var _UnsignedByte332 = OpenTK.Graphics.OpenGL4.PixelType.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.OpenGL4.PixelType.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt1010102Ext; + var _UnsignedByte233Reversed = OpenTK.Graphics.OpenGL4.PixelType.UnsignedByte233Reversed; + var _UnsignedShort565 = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort565; + var _UnsignedShort565Reversed = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort565Reversed; + var _UnsignedShort4444Reversed = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort4444Reversed; + var _UnsignedShort1555Reversed = OpenTK.Graphics.OpenGL4.PixelType.UnsignedShort1555Reversed; + var _UnsignedInt8888Reversed = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt8888Reversed; + var _UnsignedInt2101010Reversed = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt2101010Reversed; + var _UnsignedInt248 = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt248; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt10F11F11FRev; + var _UnsignedInt5999Rev = OpenTK.Graphics.OpenGL4.PixelType.UnsignedInt5999Rev; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL4.PixelType.Float32UnsignedInt248Rev; +} +static void Test_PointParameterName_19480() { + var _PointSizeMin = OpenTK.Graphics.OpenGL4.PointParameterName.PointSizeMin; + var _PointSizeMax = OpenTK.Graphics.OpenGL4.PointParameterName.PointSizeMax; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL4.PointParameterName.PointFadeThresholdSize; + var _PointDistanceAttenuation = OpenTK.Graphics.OpenGL4.PointParameterName.PointDistanceAttenuation; + var _PointSpriteCoordOrigin = OpenTK.Graphics.OpenGL4.PointParameterName.PointSpriteCoordOrigin; +} +static void Test_PointParameterNameSgis_19481() { + var _PointSizeMinArb = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointSizeMinSgis; + var _PointSizeMaxArb = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.DistanceAttenuationSgis; + var _PointDistanceAttenuationArb = OpenTK.Graphics.OpenGL4.PointParameterNameSgis.PointDistanceAttenuationArb; +} +static void Test_PointSpriteCoordOriginParameter_19482() { + var _LowerLeft = OpenTK.Graphics.OpenGL4.PointSpriteCoordOriginParameter.LowerLeft; + var _UpperLeft = OpenTK.Graphics.OpenGL4.PointSpriteCoordOriginParameter.UpperLeft; +} +static void Test_PolygonMode_19483() { + var _Point = OpenTK.Graphics.OpenGL4.PolygonMode.Point; + var _Line = OpenTK.Graphics.OpenGL4.PolygonMode.Line; + var _Fill = OpenTK.Graphics.OpenGL4.PolygonMode.Fill; +} +static void Test_PrimitiveType_19484() { + var _Points = OpenTK.Graphics.OpenGL4.PrimitiveType.Points; + var _Lines = OpenTK.Graphics.OpenGL4.PrimitiveType.Lines; + var _LineLoop = OpenTK.Graphics.OpenGL4.PrimitiveType.LineLoop; + var _LineStrip = OpenTK.Graphics.OpenGL4.PrimitiveType.LineStrip; + var _Triangles = OpenTK.Graphics.OpenGL4.PrimitiveType.Triangles; + var _TriangleStrip = OpenTK.Graphics.OpenGL4.PrimitiveType.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.OpenGL4.PrimitiveType.TriangleFan; + var _Quads = OpenTK.Graphics.OpenGL4.PrimitiveType.Quads; + var _QuadsExt = OpenTK.Graphics.OpenGL4.PrimitiveType.QuadsExt; + var _LinesAdjacency = OpenTK.Graphics.OpenGL4.PrimitiveType.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.OpenGL4.PrimitiveType.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.OpenGL4.PrimitiveType.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.OpenGL4.PrimitiveType.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.OpenGL4.PrimitiveType.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.OpenGL4.PrimitiveType.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.OpenGL4.PrimitiveType.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.OpenGL4.PrimitiveType.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.OpenGL4.PrimitiveType.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.OpenGL4.PrimitiveType.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.OpenGL4.PrimitiveType.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.OpenGL4.PrimitiveType.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.OpenGL4.PrimitiveType.Patches; + var _PatchesExt = OpenTK.Graphics.OpenGL4.PrimitiveType.PatchesExt; +} +static void Test_ProgramInterface_19485() { + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL4.ProgramInterface.TransformFeedbackBuffer; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL4.ProgramInterface.AtomicCounterBuffer; + var _Uniform = OpenTK.Graphics.OpenGL4.ProgramInterface.Uniform; + var _UniformBlock = OpenTK.Graphics.OpenGL4.ProgramInterface.UniformBlock; + var _ProgramInput = OpenTK.Graphics.OpenGL4.ProgramInterface.ProgramInput; + var _ProgramOutput = OpenTK.Graphics.OpenGL4.ProgramInterface.ProgramOutput; + var _BufferVariable = OpenTK.Graphics.OpenGL4.ProgramInterface.BufferVariable; + var _ShaderStorageBlock = OpenTK.Graphics.OpenGL4.ProgramInterface.ShaderStorageBlock; + var _VertexSubroutine = OpenTK.Graphics.OpenGL4.ProgramInterface.VertexSubroutine; + var _TessControlSubroutine = OpenTK.Graphics.OpenGL4.ProgramInterface.TessControlSubroutine; + var _TessEvaluationSubroutine = OpenTK.Graphics.OpenGL4.ProgramInterface.TessEvaluationSubroutine; + var _GeometrySubroutine = OpenTK.Graphics.OpenGL4.ProgramInterface.GeometrySubroutine; + var _FragmentSubroutine = OpenTK.Graphics.OpenGL4.ProgramInterface.FragmentSubroutine; + var _ComputeSubroutine = OpenTK.Graphics.OpenGL4.ProgramInterface.ComputeSubroutine; + var _VertexSubroutineUniform = OpenTK.Graphics.OpenGL4.ProgramInterface.VertexSubroutineUniform; + var _TessControlSubroutineUniform = OpenTK.Graphics.OpenGL4.ProgramInterface.TessControlSubroutineUniform; + var _TessEvaluationSubroutineUniform = OpenTK.Graphics.OpenGL4.ProgramInterface.TessEvaluationSubroutineUniform; + var _GeometrySubroutineUniform = OpenTK.Graphics.OpenGL4.ProgramInterface.GeometrySubroutineUniform; + var _FragmentSubroutineUniform = OpenTK.Graphics.OpenGL4.ProgramInterface.FragmentSubroutineUniform; + var _ComputeSubroutineUniform = OpenTK.Graphics.OpenGL4.ProgramInterface.ComputeSubroutineUniform; + var _TransformFeedbackVarying = OpenTK.Graphics.OpenGL4.ProgramInterface.TransformFeedbackVarying; +} +static void Test_ProgramInterfaceParameter_19486() { + var _ActiveResources = OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter.ActiveResources; + var _MaxNameLength = OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter.MaxNameLength; + var _MaxNumActiveVariables = OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter.MaxNumActiveVariables; + var _MaxNumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter.MaxNumCompatibleSubroutines; +} +static void Test_ProgramParameter_19487() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.ProgramParameter.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL4.ProgramParameter.ProgramSeparable; + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL4.ProgramParameter.GeometryShaderInvocations; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL4.ProgramParameter.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL4.ProgramParameter.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL4.ProgramParameter.GeometryOutputType; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL4.ProgramParameter.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL4.ProgramParameter.ActiveUniformBlocks; + var _DeleteStatus = OpenTK.Graphics.OpenGL4.ProgramParameter.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.OpenGL4.ProgramParameter.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.OpenGL4.ProgramParameter.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL4.ProgramParameter.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.OpenGL4.ProgramParameter.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.OpenGL4.ProgramParameter.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.OpenGL4.ProgramParameter.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.OpenGL4.ProgramParameter.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.OpenGL4.ProgramParameter.ActiveAttributeMaxLength; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.OpenGL4.ProgramParameter.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.OpenGL4.ProgramParameter.TransformFeedbackBufferMode; + var _TransformFeedbackVaryings = OpenTK.Graphics.OpenGL4.ProgramParameter.TransformFeedbackVaryings; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL4.ProgramParameter.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL4.ProgramParameter.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL4.ProgramParameter.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL4.ProgramParameter.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL4.ProgramParameter.TessGenPointMode; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL4.ProgramParameter.MaxComputeWorkGroupSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.ProgramParameter.ActiveAtomicCounterBuffers; +} +static void Test_ProgramParameterName_19488() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.ProgramParameterName.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL4.ProgramParameterName.ProgramSeparable; +} +static void Test_ProgramParameterPName_19489() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.ProgramParameterPName.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL4.ProgramParameterPName.ProgramSeparable; +} +static void Test_ProgramPipelineParameter_19490() { + var _ActiveProgram = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.ActiveProgram; + var _FragmentShader = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.FragmentShader; + var _VertexShader = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.VertexShader; + var _ValidateStatus = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.InfoLogLength; + var _GeometryShader = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.GeometryShader; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.TessControlShader; + var _ComputeShader = OpenTK.Graphics.OpenGL4.ProgramPipelineParameter.ComputeShader; +} +static void Test_ProgramProperty_19491() { + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.ProgramProperty.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL4.ProgramProperty.CompatibleSubroutines; + var _IsPerPatch = OpenTK.Graphics.OpenGL4.ProgramProperty.IsPerPatch; + var _NameLength = OpenTK.Graphics.OpenGL4.ProgramProperty.NameLength; + var _Type = OpenTK.Graphics.OpenGL4.ProgramProperty.Type; + var _ArraySize = OpenTK.Graphics.OpenGL4.ProgramProperty.ArraySize; + var _Offset = OpenTK.Graphics.OpenGL4.ProgramProperty.Offset; + var _BlockIndex = OpenTK.Graphics.OpenGL4.ProgramProperty.BlockIndex; + var _ArrayStride = OpenTK.Graphics.OpenGL4.ProgramProperty.ArrayStride; + var _MatrixStride = OpenTK.Graphics.OpenGL4.ProgramProperty.MatrixStride; + var _IsRowMajor = OpenTK.Graphics.OpenGL4.ProgramProperty.IsRowMajor; + var _AtomicCounterBufferIndex = OpenTK.Graphics.OpenGL4.ProgramProperty.AtomicCounterBufferIndex; + var _BufferBinding = OpenTK.Graphics.OpenGL4.ProgramProperty.BufferBinding; + var _BufferDataSize = OpenTK.Graphics.OpenGL4.ProgramProperty.BufferDataSize; + var _NumActiveVariables = OpenTK.Graphics.OpenGL4.ProgramProperty.NumActiveVariables; + var _ActiveVariables = OpenTK.Graphics.OpenGL4.ProgramProperty.ActiveVariables; + var _ReferencedByVertexShader = OpenTK.Graphics.OpenGL4.ProgramProperty.ReferencedByVertexShader; + var _ReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.ProgramProperty.ReferencedByTessControlShader; + var _ReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.ProgramProperty.ReferencedByTessEvaluationShader; + var _ReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.ProgramProperty.ReferencedByGeometryShader; + var _ReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.ProgramProperty.ReferencedByFragmentShader; + var _TopLevelArraySize = OpenTK.Graphics.OpenGL4.ProgramProperty.TopLevelArraySize; + var _TopLevelArrayStride = OpenTK.Graphics.OpenGL4.ProgramProperty.TopLevelArrayStride; + var _Location = OpenTK.Graphics.OpenGL4.ProgramProperty.Location; + var _LocationIndex = OpenTK.Graphics.OpenGL4.ProgramProperty.LocationIndex; + var _LocationComponent = OpenTK.Graphics.OpenGL4.ProgramProperty.LocationComponent; + var _TransformFeedbackBufferIndex = OpenTK.Graphics.OpenGL4.ProgramProperty.TransformFeedbackBufferIndex; + var _TransformFeedbackBufferStride = OpenTK.Graphics.OpenGL4.ProgramProperty.TransformFeedbackBufferStride; +} +static void Test_ProgramStageMask_19492() { + var _VertexShaderBit = OpenTK.Graphics.OpenGL4.ProgramStageMask.VertexShaderBit; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL4.ProgramStageMask.FragmentShaderBit; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL4.ProgramStageMask.GeometryShaderBit; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL4.ProgramStageMask.TessControlShaderBit; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL4.ProgramStageMask.TessEvaluationShaderBit; + var _ComputeShaderBit = OpenTK.Graphics.OpenGL4.ProgramStageMask.ComputeShaderBit; + var _AllShaderBits = OpenTK.Graphics.OpenGL4.ProgramStageMask.AllShaderBits; +} +static void Test_ProgramStageParameter_19493() { + var _ActiveSubroutines = OpenTK.Graphics.OpenGL4.ProgramStageParameter.ActiveSubroutines; + var _ActiveSubroutineUniforms = OpenTK.Graphics.OpenGL4.ProgramStageParameter.ActiveSubroutineUniforms; + var _ActiveSubroutineUniformLocations = OpenTK.Graphics.OpenGL4.ProgramStageParameter.ActiveSubroutineUniformLocations; + var _ActiveSubroutineMaxLength = OpenTK.Graphics.OpenGL4.ProgramStageParameter.ActiveSubroutineMaxLength; + var _ActiveSubroutineUniformMaxLength = OpenTK.Graphics.OpenGL4.ProgramStageParameter.ActiveSubroutineUniformMaxLength; +} +static void Test_ProvokingVertexMode_19494() { + var _FirstVertexConvention = OpenTK.Graphics.OpenGL4.ProvokingVertexMode.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL4.ProvokingVertexMode.LastVertexConvention; +} +static void Test_QueryCounterTarget_19495() { + var _Timestamp = OpenTK.Graphics.OpenGL4.QueryCounterTarget.Timestamp; +} +static void Test_QueryTarget_19496() { + var _TimeElapsed = OpenTK.Graphics.OpenGL4.QueryTarget.TimeElapsed; + var _SamplesPassed = OpenTK.Graphics.OpenGL4.QueryTarget.SamplesPassed; + var _AnySamplesPassed = OpenTK.Graphics.OpenGL4.QueryTarget.AnySamplesPassed; + var _PrimitivesGenerated = OpenTK.Graphics.OpenGL4.QueryTarget.PrimitivesGenerated; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.OpenGL4.QueryTarget.TransformFeedbackPrimitivesWritten; + var _AnySamplesPassedConservative = OpenTK.Graphics.OpenGL4.QueryTarget.AnySamplesPassedConservative; + var _Timestamp = OpenTK.Graphics.OpenGL4.QueryTarget.Timestamp; +} +static void Test_ReadBufferMode_19497() { + var _None = OpenTK.Graphics.OpenGL4.ReadBufferMode.None; + var _FrontLeft = OpenTK.Graphics.OpenGL4.ReadBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL4.ReadBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL4.ReadBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL4.ReadBufferMode.BackRight; + var _Front = OpenTK.Graphics.OpenGL4.ReadBufferMode.Front; + var _Back = OpenTK.Graphics.OpenGL4.ReadBufferMode.Back; + var _Left = OpenTK.Graphics.OpenGL4.ReadBufferMode.Left; + var _Right = OpenTK.Graphics.OpenGL4.ReadBufferMode.Right; + var _FrontAndBack = OpenTK.Graphics.OpenGL4.ReadBufferMode.FrontAndBack; + var _Aux0 = OpenTK.Graphics.OpenGL4.ReadBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.OpenGL4.ReadBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.OpenGL4.ReadBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.OpenGL4.ReadBufferMode.Aux3; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL4.ReadBufferMode.ColorAttachment15; +} +static void Test_RenderbufferParameterName_19498() { + var _RenderbufferSamples = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferSamples; + var _RenderbufferWidth = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferWidth; + var _RenderbufferWidthExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferWidthExt; + var _RenderbufferHeight = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferHeight; + var _RenderbufferHeightExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferHeightExt; + var _RenderbufferInternalFormat = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferInternalFormat; + var _RenderbufferInternalFormatExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferInternalFormatExt; + var _RenderbufferRedSize = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferRedSize; + var _RenderbufferRedSizeExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferRedSizeExt; + var _RenderbufferGreenSize = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferGreenSize; + var _RenderbufferGreenSizeExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferGreenSizeExt; + var _RenderbufferBlueSize = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferBlueSize; + var _RenderbufferBlueSizeExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferBlueSizeExt; + var _RenderbufferAlphaSize = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferAlphaSize; + var _RenderbufferAlphaSizeExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferAlphaSizeExt; + var _RenderbufferDepthSize = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferDepthSize; + var _RenderbufferDepthSizeExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferDepthSizeExt; + var _RenderbufferStencilSize = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferStencilSize; + var _RenderbufferStencilSizeExt = OpenTK.Graphics.OpenGL4.RenderbufferParameterName.RenderbufferStencilSizeExt; +} +static void Test_RenderbufferStorage_19499() { + var _DepthComponent = OpenTK.Graphics.OpenGL4.RenderbufferStorage.DepthComponent; + var _R3G3B2 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R3G3B2; + var _Rgb4 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba4; + var _Rgba8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba16; + var _DepthComponent16 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.DepthComponent16; + var _DepthComponent24 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.DepthComponent24; + var _DepthComponent32 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.DepthComponent32; + var _R8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R8; + var _R16 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R16; + var _Rg8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg16; + var _R16f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R16f; + var _R32f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R8i; + var _R8ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R8ui; + var _R16i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R16i; + var _R16ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R16ui; + var _R32i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R32i; + var _R32ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rg32ui; + var _DepthStencil = OpenTK.Graphics.OpenGL4.RenderbufferStorage.DepthStencil; + var _Rgba32f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba32f; + var _Rgb32f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb32f; + var _Rgba16f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba16f; + var _Rgb16f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb16f; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Depth24Stencil8; + var _R11fG11fB10f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb9E5; + var _Srgb8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Srgb8; + var _Srgb8Alpha8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Srgb8Alpha8; + var _DepthComponent32f = OpenTK.Graphics.OpenGL4.RenderbufferStorage.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Depth32fStencil8; + var _StencilIndex1 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.StencilIndex1; + var _StencilIndex1Ext = OpenTK.Graphics.OpenGL4.RenderbufferStorage.StencilIndex1Ext; + var _StencilIndex4 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.StencilIndex4; + var _StencilIndex4Ext = OpenTK.Graphics.OpenGL4.RenderbufferStorage.StencilIndex4Ext; + var _StencilIndex8 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.StencilIndex8; + var _StencilIndex8Ext = OpenTK.Graphics.OpenGL4.RenderbufferStorage.StencilIndex8Ext; + var _StencilIndex16 = OpenTK.Graphics.OpenGL4.RenderbufferStorage.StencilIndex16; + var _StencilIndex16Ext = OpenTK.Graphics.OpenGL4.RenderbufferStorage.StencilIndex16Ext; + var _Rgba32ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba32i; + var _Rgb32i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb32i; + var _Rgba16i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba16i; + var _Rgb16i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb16i; + var _Rgba8i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgba8i; + var _Rgb8i = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb8i; + var _Rgb10A2ui = OpenTK.Graphics.OpenGL4.RenderbufferStorage.Rgb10A2ui; +} +static void Test_RenderbufferTarget_19500() { + var _Renderbuffer = OpenTK.Graphics.OpenGL4.RenderbufferTarget.Renderbuffer; + var _RenderbufferExt = OpenTK.Graphics.OpenGL4.RenderbufferTarget.RenderbufferExt; +} +static void Test_RenderingMode_19501() { +} +static void Test_SamplePatternSgis_19502() { + var _Gl1PassExt = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.OpenGL4.SamplePatternSgis.Gl4Pass3Sgis; +} +static void Test_SamplerParameter_19503() { + var _TextureBorderColor = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureWrapT; + var _TextureWrapR = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureWrapR; + var _TextureMinLod = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureMaxLod; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureMaxAnisotropyExt; + var _TextureLodBias = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureLodBias; + var _TextureCompareMode = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL4.SamplerParameter.TextureCompareFunc; +} +static void Test_SamplerParameterName_19504() { + var _TextureBorderColor = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureWrapT; + var _TextureWrapR = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureWrapR; + var _TextureMinLod = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureMaxLod; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureMaxAnisotropyExt; + var _TextureLodBias = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureLodBias; + var _TextureCompareMode = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL4.SamplerParameterName.TextureCompareFunc; +} +static void Test_SeparableTarget_19505() { + var _Separable2D = OpenTK.Graphics.OpenGL4.SeparableTarget.Separable2D; +} +static void Test_SeparableTargetExt_19506() { + var _Separable2D = OpenTK.Graphics.OpenGL4.SeparableTargetExt.Separable2D; + var _Separable2DExt = OpenTK.Graphics.OpenGL4.SeparableTargetExt.Separable2DExt; +} +static void Test_SgixIccTexture_19507() { + var _RgbIccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.RgbIccSgix; + var _RgbaIccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.RgbaIccSgix; + var _AlphaIccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.AlphaIccSgix; + var _LuminanceIccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.LuminanceIccSgix; + var _IntensityIccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.IntensityIccSgix; + var _LuminanceAlphaIccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.LuminanceAlphaIccSgix; + var _R5G6B5IccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.R5G6B5IccSgix; + var _R5G6B5A8IccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.R5G6B5A8IccSgix; + var _Alpha16IccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.Alpha16IccSgix; + var _Luminance16IccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.Luminance16IccSgix; + var _Intensity16IccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.Intensity16IccSgix; + var _Luminance16Alpha8IccSgix = OpenTK.Graphics.OpenGL4.SgixIccTexture.Luminance16Alpha8IccSgix; +} +static void Test_ShaderParameter_19508() { + var _ShaderType = OpenTK.Graphics.OpenGL4.ShaderParameter.ShaderType; + var _DeleteStatus = OpenTK.Graphics.OpenGL4.ShaderParameter.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.OpenGL4.ShaderParameter.CompileStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL4.ShaderParameter.InfoLogLength; + var _ShaderSourceLength = OpenTK.Graphics.OpenGL4.ShaderParameter.ShaderSourceLength; +} +static void Test_ShaderPrecision_19509() { + var _LowFloat = OpenTK.Graphics.OpenGL4.ShaderPrecision.LowFloat; + var _MediumFloat = OpenTK.Graphics.OpenGL4.ShaderPrecision.MediumFloat; + var _HighFloat = OpenTK.Graphics.OpenGL4.ShaderPrecision.HighFloat; + var _LowInt = OpenTK.Graphics.OpenGL4.ShaderPrecision.LowInt; + var _MediumInt = OpenTK.Graphics.OpenGL4.ShaderPrecision.MediumInt; + var _HighInt = OpenTK.Graphics.OpenGL4.ShaderPrecision.HighInt; +} +static void Test_ShaderType_19510() { + var _FragmentShader = OpenTK.Graphics.OpenGL4.ShaderType.FragmentShader; + var _VertexShader = OpenTK.Graphics.OpenGL4.ShaderType.VertexShader; + var _GeometryShader = OpenTK.Graphics.OpenGL4.ShaderType.GeometryShader; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL4.ShaderType.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL4.ShaderType.TessControlShader; + var _ComputeShader = OpenTK.Graphics.OpenGL4.ShaderType.ComputeShader; +} +static void Test_ShadingModel_19511() { +} +static void Test_SizedInternalFormat_19512() { + var _Rgba8 = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba8; + var _Rgba16 = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba16; + var _R8 = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R8; + var _R16 = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R16; + var _Rg8 = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg16; + var _R16f = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R16f; + var _R32f = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R8i; + var _R8ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R8ui; + var _R16i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R16i; + var _R16ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R16ui; + var _R32i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R32i; + var _R32ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rg32ui; + var _Rgba32f = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba32f; + var _Rgba16f = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba16f; + var _Rgba32ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba32i; + var _Rgba16i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba16i; + var _Rgba8i = OpenTK.Graphics.OpenGL4.SizedInternalFormat.Rgba8i; +} +static void Test_StencilFace_19513() { + var _Front = OpenTK.Graphics.OpenGL4.StencilFace.Front; + var _Back = OpenTK.Graphics.OpenGL4.StencilFace.Back; + var _FrontAndBack = OpenTK.Graphics.OpenGL4.StencilFace.FrontAndBack; +} +static void Test_StencilFunction_19514() { + var _Never = OpenTK.Graphics.OpenGL4.StencilFunction.Never; + var _Less = OpenTK.Graphics.OpenGL4.StencilFunction.Less; + var _Equal = OpenTK.Graphics.OpenGL4.StencilFunction.Equal; + var _Lequal = OpenTK.Graphics.OpenGL4.StencilFunction.Lequal; + var _Greater = OpenTK.Graphics.OpenGL4.StencilFunction.Greater; + var _Notequal = OpenTK.Graphics.OpenGL4.StencilFunction.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL4.StencilFunction.Gequal; + var _Always = OpenTK.Graphics.OpenGL4.StencilFunction.Always; +} +static void Test_StencilOp_19515() { + var _Zero = OpenTK.Graphics.OpenGL4.StencilOp.Zero; + var _Invert = OpenTK.Graphics.OpenGL4.StencilOp.Invert; + var _Keep = OpenTK.Graphics.OpenGL4.StencilOp.Keep; + var _Replace = OpenTK.Graphics.OpenGL4.StencilOp.Replace; + var _Incr = OpenTK.Graphics.OpenGL4.StencilOp.Incr; + var _Decr = OpenTK.Graphics.OpenGL4.StencilOp.Decr; + var _IncrWrap = OpenTK.Graphics.OpenGL4.StencilOp.IncrWrap; + var _DecrWrap = OpenTK.Graphics.OpenGL4.StencilOp.DecrWrap; +} +static void Test_StringName_19516() { + var _Vendor = OpenTK.Graphics.OpenGL4.StringName.Vendor; + var _Renderer = OpenTK.Graphics.OpenGL4.StringName.Renderer; + var _Version = OpenTK.Graphics.OpenGL4.StringName.Version; + var _Extensions = OpenTK.Graphics.OpenGL4.StringName.Extensions; + var _ShadingLanguageVersion = OpenTK.Graphics.OpenGL4.StringName.ShadingLanguageVersion; +} +static void Test_StringNameIndexed_19517() { + var _Extensions = OpenTK.Graphics.OpenGL4.StringNameIndexed.Extensions; + var _ShadingLanguageVersion = OpenTK.Graphics.OpenGL4.StringNameIndexed.ShadingLanguageVersion; +} +static void Test_SyncCondition_19518() { + var _SyncGpuCommandsComplete = OpenTK.Graphics.OpenGL4.SyncCondition.SyncGpuCommandsComplete; +} +static void Test_SyncParameterName_19519() { + var _ObjectType = OpenTK.Graphics.OpenGL4.SyncParameterName.ObjectType; + var _SyncCondition = OpenTK.Graphics.OpenGL4.SyncParameterName.SyncCondition; + var _SyncStatus = OpenTK.Graphics.OpenGL4.SyncParameterName.SyncStatus; + var _SyncFlags = OpenTK.Graphics.OpenGL4.SyncParameterName.SyncFlags; +} +static void Test_TexCoordPointerType_19520() { + var _Short = OpenTK.Graphics.OpenGL4.TexCoordPointerType.Short; + var _Int = OpenTK.Graphics.OpenGL4.TexCoordPointerType.Int; + var _Float = OpenTK.Graphics.OpenGL4.TexCoordPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL4.TexCoordPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.TexCoordPointerType.HalfFloat; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.TexCoordPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.TexCoordPointerType.Int2101010Rev; +} +static void Test_TextureAccess_19521() { + var _ReadOnly = OpenTK.Graphics.OpenGL4.TextureAccess.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL4.TextureAccess.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL4.TextureAccess.ReadWrite; +} +static void Test_TextureBufferTarget_19522() { + var _TextureBuffer = OpenTK.Graphics.OpenGL4.TextureBufferTarget.TextureBuffer; +} +static void Test_TextureCompareMode_19523() { + var _None = OpenTK.Graphics.OpenGL4.TextureCompareMode.None; + var _CompareRefToTexture = OpenTK.Graphics.OpenGL4.TextureCompareMode.CompareRefToTexture; + var _CompareRToTexture = OpenTK.Graphics.OpenGL4.TextureCompareMode.CompareRToTexture; +} +static void Test_TextureCoordName_19524() { +} +static void Test_TextureEnvMode_19525() { + var _Add = OpenTK.Graphics.OpenGL4.TextureEnvMode.Add; + var _Blend = OpenTK.Graphics.OpenGL4.TextureEnvMode.Blend; + var _Replace = OpenTK.Graphics.OpenGL4.TextureEnvMode.Replace; + var _Modulate = OpenTK.Graphics.OpenGL4.TextureEnvMode.Modulate; + var _ReplaceExt = OpenTK.Graphics.OpenGL4.TextureEnvMode.ReplaceExt; + var _TextureEnvBiasSgix = OpenTK.Graphics.OpenGL4.TextureEnvMode.TextureEnvBiasSgix; + var _Combine = OpenTK.Graphics.OpenGL4.TextureEnvMode.Combine; +} +static void Test_TextureEnvModeCombine_19526() { + var _Add = OpenTK.Graphics.OpenGL4.TextureEnvModeCombine.Add; + var _Replace = OpenTK.Graphics.OpenGL4.TextureEnvModeCombine.Replace; + var _Modulate = OpenTK.Graphics.OpenGL4.TextureEnvModeCombine.Modulate; + var _Subtract = OpenTK.Graphics.OpenGL4.TextureEnvModeCombine.Subtract; + var _AddSigned = OpenTK.Graphics.OpenGL4.TextureEnvModeCombine.AddSigned; + var _Interpolate = OpenTK.Graphics.OpenGL4.TextureEnvModeCombine.Interpolate; + var _Dot3Rgb = OpenTK.Graphics.OpenGL4.TextureEnvModeCombine.Dot3Rgb; + var _Dot3Rgba = OpenTK.Graphics.OpenGL4.TextureEnvModeCombine.Dot3Rgba; +} +static void Test_TextureEnvModeOperandAlpha_19527() { + var _SrcAlpha = OpenTK.Graphics.OpenGL4.TextureEnvModeOperandAlpha.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL4.TextureEnvModeOperandAlpha.OneMinusSrcAlpha; +} +static void Test_TextureEnvModeOperandRgb_19528() { + var _SrcColor = OpenTK.Graphics.OpenGL4.TextureEnvModeOperandRgb.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL4.TextureEnvModeOperandRgb.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL4.TextureEnvModeOperandRgb.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL4.TextureEnvModeOperandRgb.OneMinusSrcAlpha; +} +static void Test_TextureEnvModePointSprite_19529() { + var _False = OpenTK.Graphics.OpenGL4.TextureEnvModePointSprite.False; + var _True = OpenTK.Graphics.OpenGL4.TextureEnvModePointSprite.True; +} +static void Test_TextureEnvModeScale_19530() { + var _One = OpenTK.Graphics.OpenGL4.TextureEnvModeScale.One; + var _Two = OpenTK.Graphics.OpenGL4.TextureEnvModeScale.Two; + var _Four = OpenTK.Graphics.OpenGL4.TextureEnvModeScale.Four; +} +static void Test_TextureEnvModeSource_19531() { + var _Texture = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture; + var _Texture0 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture0; + var _Texture1 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture1; + var _Texture2 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture2; + var _Texture3 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture3; + var _Texture4 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture4; + var _Texture5 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture5; + var _Texture6 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture6; + var _Texture7 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture7; + var _Texture8 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture8; + var _Texture9 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture9; + var _Texture10 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture10; + var _Texture11 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture11; + var _Texture12 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture12; + var _Texture13 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture13; + var _Texture14 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture14; + var _Texture15 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture15; + var _Texture16 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture16; + var _Texture17 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture17; + var _Texture18 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture18; + var _Texture19 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture19; + var _Texture20 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture20; + var _Texture21 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture21; + var _Texture22 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture22; + var _Texture23 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture23; + var _Texture24 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture24; + var _Texture25 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture25; + var _Texture26 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture26; + var _Texture27 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture27; + var _Texture28 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture28; + var _Texture29 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture29; + var _Texture30 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture30; + var _Texture31 = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Texture31; + var _Constant = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Constant; + var _PrimaryColor = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.PrimaryColor; + var _Previous = OpenTK.Graphics.OpenGL4.TextureEnvModeSource.Previous; +} +static void Test_TextureEnvParameter_19532() { + var _AlphaScale = OpenTK.Graphics.OpenGL4.TextureEnvParameter.AlphaScale; + var _TextureLodBias = OpenTK.Graphics.OpenGL4.TextureEnvParameter.TextureLodBias; + var _CombineRgb = OpenTK.Graphics.OpenGL4.TextureEnvParameter.CombineRgb; + var _CombineAlpha = OpenTK.Graphics.OpenGL4.TextureEnvParameter.CombineAlpha; + var _RgbScale = OpenTK.Graphics.OpenGL4.TextureEnvParameter.RgbScale; + var _Source0Rgb = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Source0Rgb; + var _Src1Rgb = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Src1Rgb; + var _Src2Rgb = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Src2Rgb; + var _Src0Alpha = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Src0Alpha; + var _Src1Alpha = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Src1Alpha; + var _Src2Alpha = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Src2Alpha; + var _Operand0Rgb = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Operand0Rgb; + var _Operand1Rgb = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Operand1Rgb; + var _Operand2Rgb = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Operand2Rgb; + var _Operand0Alpha = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Operand0Alpha; + var _Operand1Alpha = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Operand1Alpha; + var _Operand2Alpha = OpenTK.Graphics.OpenGL4.TextureEnvParameter.Operand2Alpha; + var _CoordReplace = OpenTK.Graphics.OpenGL4.TextureEnvParameter.CoordReplace; +} +static void Test_TextureEnvTarget_19533() { + var _TextureFilterControl = OpenTK.Graphics.OpenGL4.TextureEnvTarget.TextureFilterControl; + var _PointSprite = OpenTK.Graphics.OpenGL4.TextureEnvTarget.PointSprite; +} +static void Test_TextureFilterFuncSgis_19534() { + var _Filter4Sgis = OpenTK.Graphics.OpenGL4.TextureFilterFuncSgis.Filter4Sgis; +} +static void Test_TextureGenMode_19535() { + var _EyeDistanceToPointSgis = OpenTK.Graphics.OpenGL4.TextureGenMode.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.OpenGL4.TextureGenMode.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.OpenGL4.TextureGenMode.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.OpenGL4.TextureGenMode.ObjectDistanceToLineSgis; + var _NormalMap = OpenTK.Graphics.OpenGL4.TextureGenMode.NormalMap; + var _ReflectionMap = OpenTK.Graphics.OpenGL4.TextureGenMode.ReflectionMap; +} +static void Test_TextureGenParameter_19536() { + var _EyePointSgis = OpenTK.Graphics.OpenGL4.TextureGenParameter.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.OpenGL4.TextureGenParameter.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.OpenGL4.TextureGenParameter.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.OpenGL4.TextureGenParameter.ObjectLineSgis; +} +static void Test_TextureMagFilter_19537() { + var _Nearest = OpenTK.Graphics.OpenGL4.TextureMagFilter.Nearest; + var _Linear = OpenTK.Graphics.OpenGL4.TextureMagFilter.Linear; + var _LinearDetailSgis = OpenTK.Graphics.OpenGL4.TextureMagFilter.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.OpenGL4.TextureMagFilter.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.OpenGL4.TextureMagFilter.LinearDetailColorSgis; + var _LinearSharpenSgis = OpenTK.Graphics.OpenGL4.TextureMagFilter.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.OpenGL4.TextureMagFilter.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.OpenGL4.TextureMagFilter.LinearSharpenColorSgis; + var _Filter4Sgis = OpenTK.Graphics.OpenGL4.TextureMagFilter.Filter4Sgis; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.OpenGL4.TextureMagFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.OpenGL4.TextureMagFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.OpenGL4.TextureMagFilter.PixelTexGenQFloorSgix; +} +static void Test_TextureMinFilter_19538() { + var _Nearest = OpenTK.Graphics.OpenGL4.TextureMinFilter.Nearest; + var _Linear = OpenTK.Graphics.OpenGL4.TextureMinFilter.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.OpenGL4.TextureMinFilter.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.OpenGL4.TextureMinFilter.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.OpenGL4.TextureMinFilter.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.OpenGL4.TextureMinFilter.LinearMipmapLinear; + var _Filter4Sgis = OpenTK.Graphics.OpenGL4.TextureMinFilter.Filter4Sgis; + var _LinearClipmapLinearSgix = OpenTK.Graphics.OpenGL4.TextureMinFilter.LinearClipmapLinearSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.OpenGL4.TextureMinFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.OpenGL4.TextureMinFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.OpenGL4.TextureMinFilter.PixelTexGenQFloorSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.OpenGL4.TextureMinFilter.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.OpenGL4.TextureMinFilter.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.OpenGL4.TextureMinFilter.LinearClipmapNearestSgix; +} +static void Test_TextureParameterName_19539() { + var _TextureBorderColor = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureWrapT; + var _TexturePriority = OpenTK.Graphics.OpenGL4.TextureParameterName.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.OpenGL4.TextureParameterName.TexturePriorityExt; + var _TextureDepth = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureDepth; + var _TextureWrapR = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureWrapROes; + var _DetailTextureLevelSgis = OpenTK.Graphics.OpenGL4.TextureParameterName.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.OpenGL4.TextureParameterName.DetailTextureModeSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.ShadowAmbientSgix; + var _TextureCompareFailValue = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureCompareFailValue; + var _DualTextureSelectSgis = OpenTK.Graphics.OpenGL4.TextureParameterName.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.OpenGL4.TextureParameterName.QuadTextureSelectSgis; + var _ClampToBorder = OpenTK.Graphics.OpenGL4.TextureParameterName.ClampToBorder; + var _ClampToEdge = OpenTK.Graphics.OpenGL4.TextureParameterName.ClampToEdge; + var _TextureWrapQSgis = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureWrapQSgis; + var _TextureMinLod = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureMaxLod; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureBaseLevel; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureMaxLevel; + var _TextureClipmapCenterSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.OpenGL4.TextureParameterName.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.OpenGL4.TextureParameterName.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureCompareSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureMaxClampRSgix; + var _TextureLodBias = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureLodBias; + var _DepthTextureMode = OpenTK.Graphics.OpenGL4.TextureParameterName.DepthTextureMode; + var _TextureCompareMode = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureCompareFunc; + var _TextureSwizzleR = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL4.TextureParameterName.TextureSwizzleRgba; +} +static void Test_TextureTarget_19540() { + var _Texture1D = OpenTK.Graphics.OpenGL4.TextureTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL4.TextureTarget.Texture2D; + var _ProxyTexture1D = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture2DExt; + var _Texture3D = OpenTK.Graphics.OpenGL4.TextureTarget.Texture3D; + var _Texture3DExt = OpenTK.Graphics.OpenGL4.TextureTarget.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.OpenGL4.TextureTarget.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture3DExt; + var _DetailTexture2DSgis = OpenTK.Graphics.OpenGL4.TextureTarget.DetailTexture2DSgis; + var _Texture4DSgis = OpenTK.Graphics.OpenGL4.TextureTarget.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture4DSgis; + var _TextureMinLod = OpenTK.Graphics.OpenGL4.TextureTarget.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.OpenGL4.TextureTarget.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.OpenGL4.TextureTarget.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.OpenGL4.TextureTarget.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL4.TextureTarget.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.OpenGL4.TextureTarget.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL4.TextureTarget.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.OpenGL4.TextureTarget.TextureMaxLevelSgis; + var _TextureRectangle = OpenTK.Graphics.OpenGL4.TextureTarget.TextureRectangle; + var _ProxyTextureRectangle = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.TextureTarget.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.OpenGL4.TextureTarget.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.OpenGL4.TextureTarget.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.OpenGL4.TextureTarget.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.OpenGL4.TextureTarget.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.OpenGL4.TextureTarget.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.OpenGL4.TextureTarget.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.OpenGL4.TextureTarget.TextureCubeMapNegativeZ; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTextureCubeMap; + var _Texture1DArray = OpenTK.Graphics.OpenGL4.TextureTarget.Texture1DArray; + var _ProxyTexture1DArray = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL4.TextureTarget.Texture2DArray; + var _ProxyTexture2DArray = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture2DArray; + var _TextureBuffer = OpenTK.Graphics.OpenGL4.TextureTarget.TextureBuffer; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL4.TextureTarget.TextureCubeMapArray; + var _ProxyTextureCubeMapArray = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTextureCubeMapArray; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.TextureTarget.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.TextureTarget.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL4.TextureTarget.ProxyTexture2DMultisampleArray; +} +static void Test_TextureTarget1d_19541() { + var _Texture1D = OpenTK.Graphics.OpenGL4.TextureTarget1d.Texture1D; + var _ProxyTexture1D = OpenTK.Graphics.OpenGL4.TextureTarget1d.ProxyTexture1D; +} +static void Test_TextureTarget2d_19542() { + var _Texture2D = OpenTK.Graphics.OpenGL4.TextureTarget2d.Texture2D; + var _ProxyTexture2D = OpenTK.Graphics.OpenGL4.TextureTarget2d.ProxyTexture2D; + var _TextureRectangle = OpenTK.Graphics.OpenGL4.TextureTarget2d.TextureRectangle; + var _ProxyTextureRectangle = OpenTK.Graphics.OpenGL4.TextureTarget2d.ProxyTextureRectangle; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.TextureTarget2d.TextureCubeMap; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL4.TextureTarget2d.ProxyTextureCubeMap; + var _Texture1DArray = OpenTK.Graphics.OpenGL4.TextureTarget2d.Texture1DArray; + var _ProxyTexture1DArray = OpenTK.Graphics.OpenGL4.TextureTarget2d.ProxyTexture1DArray; +} +static void Test_TextureTarget3d_19543() { + var _Texture3D = OpenTK.Graphics.OpenGL4.TextureTarget3d.Texture3D; + var _ProxyTexture3D = OpenTK.Graphics.OpenGL4.TextureTarget3d.ProxyTexture3D; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.TextureTarget3d.TextureCubeMap; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL4.TextureTarget3d.ProxyTextureCubeMap; + var _Texture2DArray = OpenTK.Graphics.OpenGL4.TextureTarget3d.Texture2DArray; + var _ProxyTexture2DArray = OpenTK.Graphics.OpenGL4.TextureTarget3d.ProxyTexture2DArray; +} +static void Test_TextureTargetMultisample_19544() { + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.TextureTargetMultisample.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL4.TextureTargetMultisample.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.TextureTargetMultisample.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL4.TextureTargetMultisample.ProxyTexture2DMultisampleArray; +} +static void Test_TextureTargetMultisample2d_19545() { + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.TextureTargetMultisample2d.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL4.TextureTargetMultisample2d.ProxyTexture2DMultisample; +} +static void Test_TextureTargetMultisample3d_19546() { + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.TextureTargetMultisample3d.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL4.TextureTargetMultisample3d.ProxyTexture2DMultisampleArray; +} +static void Test_TextureUnit_19547() { + var _Texture0 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture0; + var _Texture1 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture1; + var _Texture2 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture2; + var _Texture3 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture3; + var _Texture4 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture4; + var _Texture5 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture5; + var _Texture6 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture6; + var _Texture7 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture7; + var _Texture8 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture8; + var _Texture9 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture9; + var _Texture10 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture10; + var _Texture11 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture11; + var _Texture12 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture12; + var _Texture13 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture13; + var _Texture14 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture14; + var _Texture15 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture15; + var _Texture16 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture16; + var _Texture17 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture17; + var _Texture18 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture18; + var _Texture19 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture19; + var _Texture20 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture20; + var _Texture21 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture21; + var _Texture22 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture22; + var _Texture23 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture23; + var _Texture24 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture24; + var _Texture25 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture25; + var _Texture26 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture26; + var _Texture27 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture27; + var _Texture28 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture28; + var _Texture29 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture29; + var _Texture30 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture30; + var _Texture31 = OpenTK.Graphics.OpenGL4.TextureUnit.Texture31; +} +static void Test_TextureWrapMode_19548() { + var _Repeat = OpenTK.Graphics.OpenGL4.TextureWrapMode.Repeat; + var _ClampToBorder = OpenTK.Graphics.OpenGL4.TextureWrapMode.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.OpenGL4.TextureWrapMode.ClampToBorderArb; + var _ClampToBorderNv = OpenTK.Graphics.OpenGL4.TextureWrapMode.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.OpenGL4.TextureWrapMode.ClampToBorderSgis; + var _ClampToEdge = OpenTK.Graphics.OpenGL4.TextureWrapMode.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.OpenGL4.TextureWrapMode.ClampToEdgeSgis; + var _MirroredRepeat = OpenTK.Graphics.OpenGL4.TextureWrapMode.MirroredRepeat; +} +static void Test_TransformFeedbackMode_19549() { + var _InterleavedAttribs = OpenTK.Graphics.OpenGL4.TransformFeedbackMode.InterleavedAttribs; + var _SeparateAttribs = OpenTK.Graphics.OpenGL4.TransformFeedbackMode.SeparateAttribs; +} +static void Test_TransformFeedbackPrimitiveType_19550() { + var _Points = OpenTK.Graphics.OpenGL4.TransformFeedbackPrimitiveType.Points; + var _Lines = OpenTK.Graphics.OpenGL4.TransformFeedbackPrimitiveType.Lines; + var _Triangles = OpenTK.Graphics.OpenGL4.TransformFeedbackPrimitiveType.Triangles; +} +static void Test_TransformFeedbackTarget_19551() { + var _TransformFeedback = OpenTK.Graphics.OpenGL4.TransformFeedbackTarget.TransformFeedback; +} +static void Test_TransformFeedbackType_19552() { + var _Int = OpenTK.Graphics.OpenGL4.TransformFeedbackType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.TransformFeedbackType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.TransformFeedbackType.Float; + var _Double = OpenTK.Graphics.OpenGL4.TransformFeedbackType.Double; + var _FloatVec2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.IntVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat4; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.FloatMat4x3; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.UnsignedIntVec4; + var _DoubleMat2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL4.TransformFeedbackType.DoubleVec4; +} +static void Test_UseProgramStageMask_19553() { + var _VertexShaderBit = OpenTK.Graphics.OpenGL4.UseProgramStageMask.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.OpenGL4.UseProgramStageMask.VertexShaderBitExt; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL4.UseProgramStageMask.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.OpenGL4.UseProgramStageMask.FragmentShaderBitExt; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL4.UseProgramStageMask.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.OpenGL4.UseProgramStageMask.GeometryShaderBitExt; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL4.UseProgramStageMask.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.OpenGL4.UseProgramStageMask.TessControlShaderBitExt; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL4.UseProgramStageMask.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.OpenGL4.UseProgramStageMask.TessEvaluationShaderBitExt; + var _ComputeShaderBit = OpenTK.Graphics.OpenGL4.UseProgramStageMask.ComputeShaderBit; + var _AllShaderBits = OpenTK.Graphics.OpenGL4.UseProgramStageMask.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.OpenGL4.UseProgramStageMask.AllShaderBitsExt; +} +static void Test_Version10_19554() { +} +static void Test_Version11_19555() { + var _False = OpenTK.Graphics.OpenGL4.Version11.False; + var _NoError = OpenTK.Graphics.OpenGL4.Version11.NoError; + var _None = OpenTK.Graphics.OpenGL4.Version11.None; + var _Zero = OpenTK.Graphics.OpenGL4.Version11.Zero; + var _Points = OpenTK.Graphics.OpenGL4.Version11.Points; + var _DepthBufferBit = OpenTK.Graphics.OpenGL4.Version11.DepthBufferBit; + var _StencilBufferBit = OpenTK.Graphics.OpenGL4.Version11.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.OpenGL4.Version11.ColorBufferBit; + var _Lines = OpenTK.Graphics.OpenGL4.Version11.Lines; + var _LineLoop = OpenTK.Graphics.OpenGL4.Version11.LineLoop; + var _LineStrip = OpenTK.Graphics.OpenGL4.Version11.LineStrip; + var _Triangles = OpenTK.Graphics.OpenGL4.Version11.Triangles; + var _TriangleStrip = OpenTK.Graphics.OpenGL4.Version11.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.OpenGL4.Version11.TriangleFan; + var _Never = OpenTK.Graphics.OpenGL4.Version11.Never; + var _Less = OpenTK.Graphics.OpenGL4.Version11.Less; + var _Equal = OpenTK.Graphics.OpenGL4.Version11.Equal; + var _Lequal = OpenTK.Graphics.OpenGL4.Version11.Lequal; + var _Greater = OpenTK.Graphics.OpenGL4.Version11.Greater; + var _Notequal = OpenTK.Graphics.OpenGL4.Version11.Notequal; + var _Gequal = OpenTK.Graphics.OpenGL4.Version11.Gequal; + var _Always = OpenTK.Graphics.OpenGL4.Version11.Always; + var _SrcColor = OpenTK.Graphics.OpenGL4.Version11.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.OpenGL4.Version11.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.OpenGL4.Version11.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.OpenGL4.Version11.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.OpenGL4.Version11.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.OpenGL4.Version11.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.OpenGL4.Version11.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.OpenGL4.Version11.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.OpenGL4.Version11.SrcAlphaSaturate; + var _FrontLeft = OpenTK.Graphics.OpenGL4.Version11.FrontLeft; + var _FrontRight = OpenTK.Graphics.OpenGL4.Version11.FrontRight; + var _BackLeft = OpenTK.Graphics.OpenGL4.Version11.BackLeft; + var _BackRight = OpenTK.Graphics.OpenGL4.Version11.BackRight; + var _Front = OpenTK.Graphics.OpenGL4.Version11.Front; + var _Back = OpenTK.Graphics.OpenGL4.Version11.Back; + var _Left = OpenTK.Graphics.OpenGL4.Version11.Left; + var _Right = OpenTK.Graphics.OpenGL4.Version11.Right; + var _FrontAndBack = OpenTK.Graphics.OpenGL4.Version11.FrontAndBack; + var _InvalidEnum = OpenTK.Graphics.OpenGL4.Version11.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.OpenGL4.Version11.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.OpenGL4.Version11.InvalidOperation; + var _OutOfMemory = OpenTK.Graphics.OpenGL4.Version11.OutOfMemory; + var _Cw = OpenTK.Graphics.OpenGL4.Version11.Cw; + var _Ccw = OpenTK.Graphics.OpenGL4.Version11.Ccw; + var _PointSize = OpenTK.Graphics.OpenGL4.Version11.PointSize; + var _PointSizeRange = OpenTK.Graphics.OpenGL4.Version11.PointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.OpenGL4.Version11.PointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.OpenGL4.Version11.LineSmooth; + var _LineWidth = OpenTK.Graphics.OpenGL4.Version11.LineWidth; + var _LineWidthRange = OpenTK.Graphics.OpenGL4.Version11.LineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.OpenGL4.Version11.LineWidthGranularity; + var _PolygonMode = OpenTK.Graphics.OpenGL4.Version11.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.OpenGL4.Version11.PolygonSmooth; + var _CullFace = OpenTK.Graphics.OpenGL4.Version11.CullFace; + var _CullFaceMode = OpenTK.Graphics.OpenGL4.Version11.CullFaceMode; + var _FrontFace = OpenTK.Graphics.OpenGL4.Version11.FrontFace; + var _DepthRange = OpenTK.Graphics.OpenGL4.Version11.DepthRange; + var _DepthTest = OpenTK.Graphics.OpenGL4.Version11.DepthTest; + var _DepthWritemask = OpenTK.Graphics.OpenGL4.Version11.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.OpenGL4.Version11.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.OpenGL4.Version11.DepthFunc; + var _StencilTest = OpenTK.Graphics.OpenGL4.Version11.StencilTest; + var _StencilClearValue = OpenTK.Graphics.OpenGL4.Version11.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.OpenGL4.Version11.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.OpenGL4.Version11.StencilValueMask; + var _StencilFail = OpenTK.Graphics.OpenGL4.Version11.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.OpenGL4.Version11.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.OpenGL4.Version11.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.OpenGL4.Version11.StencilRef; + var _StencilWritemask = OpenTK.Graphics.OpenGL4.Version11.StencilWritemask; + var _Viewport = OpenTK.Graphics.OpenGL4.Version11.Viewport; + var _Dither = OpenTK.Graphics.OpenGL4.Version11.Dither; + var _BlendDst = OpenTK.Graphics.OpenGL4.Version11.BlendDst; + var _BlendSrc = OpenTK.Graphics.OpenGL4.Version11.BlendSrc; + var _Blend = OpenTK.Graphics.OpenGL4.Version11.Blend; + var _LogicOpMode = OpenTK.Graphics.OpenGL4.Version11.LogicOpMode; + var _ColorLogicOp = OpenTK.Graphics.OpenGL4.Version11.ColorLogicOp; + var _DrawBuffer = OpenTK.Graphics.OpenGL4.Version11.DrawBuffer; + var _ReadBuffer = OpenTK.Graphics.OpenGL4.Version11.ReadBuffer; + var _ScissorBox = OpenTK.Graphics.OpenGL4.Version11.ScissorBox; + var _ScissorTest = OpenTK.Graphics.OpenGL4.Version11.ScissorTest; + var _ColorClearValue = OpenTK.Graphics.OpenGL4.Version11.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.OpenGL4.Version11.ColorWritemask; + var _Doublebuffer = OpenTK.Graphics.OpenGL4.Version11.Doublebuffer; + var _Stereo = OpenTK.Graphics.OpenGL4.Version11.Stereo; + var _LineSmoothHint = OpenTK.Graphics.OpenGL4.Version11.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.OpenGL4.Version11.PolygonSmoothHint; + var _UnpackSwapBytes = OpenTK.Graphics.OpenGL4.Version11.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.OpenGL4.Version11.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.OpenGL4.Version11.UnpackRowLength; + var _UnpackSkipRows = OpenTK.Graphics.OpenGL4.Version11.UnpackSkipRows; + var _UnpackSkipPixels = OpenTK.Graphics.OpenGL4.Version11.UnpackSkipPixels; + var _UnpackAlignment = OpenTK.Graphics.OpenGL4.Version11.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.OpenGL4.Version11.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.OpenGL4.Version11.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.OpenGL4.Version11.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.OpenGL4.Version11.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.OpenGL4.Version11.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.OpenGL4.Version11.PackAlignment; + var _MaxTextureSize = OpenTK.Graphics.OpenGL4.Version11.MaxTextureSize; + var _MaxViewportDims = OpenTK.Graphics.OpenGL4.Version11.MaxViewportDims; + var _SubpixelBits = OpenTK.Graphics.OpenGL4.Version11.SubpixelBits; + var _Texture1D = OpenTK.Graphics.OpenGL4.Version11.Texture1D; + var _Texture2D = OpenTK.Graphics.OpenGL4.Version11.Texture2D; + var _TextureWidth = OpenTK.Graphics.OpenGL4.Version11.TextureWidth; + var _TextureHeight = OpenTK.Graphics.OpenGL4.Version11.TextureHeight; + var _TextureInternalFormat = OpenTK.Graphics.OpenGL4.Version11.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.OpenGL4.Version11.TextureBorderColor; + var _DontCare = OpenTK.Graphics.OpenGL4.Version11.DontCare; + var _Fastest = OpenTK.Graphics.OpenGL4.Version11.Fastest; + var _Nicest = OpenTK.Graphics.OpenGL4.Version11.Nicest; + var _Byte = OpenTK.Graphics.OpenGL4.Version11.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.Version11.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.Version11.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.Version11.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.Version11.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.Version11.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.Version11.Float; + var _Double = OpenTK.Graphics.OpenGL4.Version11.Double; + var _Clear = OpenTK.Graphics.OpenGL4.Version11.Clear; + var _And = OpenTK.Graphics.OpenGL4.Version11.And; + var _AndReverse = OpenTK.Graphics.OpenGL4.Version11.AndReverse; + var _Copy = OpenTK.Graphics.OpenGL4.Version11.Copy; + var _AndInverted = OpenTK.Graphics.OpenGL4.Version11.AndInverted; + var _Noop = OpenTK.Graphics.OpenGL4.Version11.Noop; + var _Xor = OpenTK.Graphics.OpenGL4.Version11.Xor; + var _Or = OpenTK.Graphics.OpenGL4.Version11.Or; + var _Nor = OpenTK.Graphics.OpenGL4.Version11.Nor; + var _Equiv = OpenTK.Graphics.OpenGL4.Version11.Equiv; + var _Invert = OpenTK.Graphics.OpenGL4.Version11.Invert; + var _OrReverse = OpenTK.Graphics.OpenGL4.Version11.OrReverse; + var _CopyInverted = OpenTK.Graphics.OpenGL4.Version11.CopyInverted; + var _OrInverted = OpenTK.Graphics.OpenGL4.Version11.OrInverted; + var _Nand = OpenTK.Graphics.OpenGL4.Version11.Nand; + var _Set = OpenTK.Graphics.OpenGL4.Version11.Set; + var _Texture = OpenTK.Graphics.OpenGL4.Version11.Texture; + var _Color = OpenTK.Graphics.OpenGL4.Version11.Color; + var _Depth = OpenTK.Graphics.OpenGL4.Version11.Depth; + var _Stencil = OpenTK.Graphics.OpenGL4.Version11.Stencil; + var _StencilIndex = OpenTK.Graphics.OpenGL4.Version11.StencilIndex; + var _DepthComponent = OpenTK.Graphics.OpenGL4.Version11.DepthComponent; + var _Red = OpenTK.Graphics.OpenGL4.Version11.Red; + var _Green = OpenTK.Graphics.OpenGL4.Version11.Green; + var _Blue = OpenTK.Graphics.OpenGL4.Version11.Blue; + var _Alpha = OpenTK.Graphics.OpenGL4.Version11.Alpha; + var _Rgb = OpenTK.Graphics.OpenGL4.Version11.Rgb; + var _Rgba = OpenTK.Graphics.OpenGL4.Version11.Rgba; + var _Point = OpenTK.Graphics.OpenGL4.Version11.Point; + var _Line = OpenTK.Graphics.OpenGL4.Version11.Line; + var _Fill = OpenTK.Graphics.OpenGL4.Version11.Fill; + var _Keep = OpenTK.Graphics.OpenGL4.Version11.Keep; + var _Replace = OpenTK.Graphics.OpenGL4.Version11.Replace; + var _Incr = OpenTK.Graphics.OpenGL4.Version11.Incr; + var _Decr = OpenTK.Graphics.OpenGL4.Version11.Decr; + var _Vendor = OpenTK.Graphics.OpenGL4.Version11.Vendor; + var _Renderer = OpenTK.Graphics.OpenGL4.Version11.Renderer; + var _Version = OpenTK.Graphics.OpenGL4.Version11.Version; + var _Extensions = OpenTK.Graphics.OpenGL4.Version11.Extensions; + var _Nearest = OpenTK.Graphics.OpenGL4.Version11.Nearest; + var _Linear = OpenTK.Graphics.OpenGL4.Version11.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.OpenGL4.Version11.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.OpenGL4.Version11.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.OpenGL4.Version11.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.OpenGL4.Version11.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.OpenGL4.Version11.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.OpenGL4.Version11.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.OpenGL4.Version11.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.OpenGL4.Version11.TextureWrapT; + var _Repeat = OpenTK.Graphics.OpenGL4.Version11.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.OpenGL4.Version11.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.OpenGL4.Version11.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.OpenGL4.Version11.PolygonOffsetLine; + var _R3G3B2 = OpenTK.Graphics.OpenGL4.Version11.R3G3B2; + var _PolygonOffsetFill = OpenTK.Graphics.OpenGL4.Version11.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.OpenGL4.Version11.PolygonOffsetFactor; + var _Rgb4 = OpenTK.Graphics.OpenGL4.Version11.Rgb4; + var _Rgb5 = OpenTK.Graphics.OpenGL4.Version11.Rgb5; + var _Rgb8 = OpenTK.Graphics.OpenGL4.Version11.Rgb8; + var _Rgb10 = OpenTK.Graphics.OpenGL4.Version11.Rgb10; + var _Rgb12 = OpenTK.Graphics.OpenGL4.Version11.Rgb12; + var _Rgb16 = OpenTK.Graphics.OpenGL4.Version11.Rgb16; + var _Rgba2 = OpenTK.Graphics.OpenGL4.Version11.Rgba2; + var _Rgba4 = OpenTK.Graphics.OpenGL4.Version11.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.OpenGL4.Version11.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.OpenGL4.Version11.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.OpenGL4.Version11.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.OpenGL4.Version11.Rgba12; + var _Rgba16 = OpenTK.Graphics.OpenGL4.Version11.Rgba16; + var _TextureRedSize = OpenTK.Graphics.OpenGL4.Version11.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.OpenGL4.Version11.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.OpenGL4.Version11.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.OpenGL4.Version11.TextureAlphaSize; + var _ProxyTexture1D = OpenTK.Graphics.OpenGL4.Version11.ProxyTexture1D; + var _ProxyTexture2D = OpenTK.Graphics.OpenGL4.Version11.ProxyTexture2D; + var _TextureBinding1D = OpenTK.Graphics.OpenGL4.Version11.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.OpenGL4.Version11.TextureBinding2D; + var _One = OpenTK.Graphics.OpenGL4.Version11.One; + var _True = OpenTK.Graphics.OpenGL4.Version11.True; +} +static void Test_Version12_19556() { + var _SmoothPointSizeRange = OpenTK.Graphics.OpenGL4.Version12.SmoothPointSizeRange; + var _SmoothPointSizeGranularity = OpenTK.Graphics.OpenGL4.Version12.SmoothPointSizeGranularity; + var _SmoothLineWidthRange = OpenTK.Graphics.OpenGL4.Version12.SmoothLineWidthRange; + var _SmoothLineWidthGranularity = OpenTK.Graphics.OpenGL4.Version12.SmoothLineWidthGranularity; + var _UnsignedByte332 = OpenTK.Graphics.OpenGL4.Version12.UnsignedByte332; + var _UnsignedShort4444 = OpenTK.Graphics.OpenGL4.Version12.UnsignedShort4444; + var _UnsignedShort5551 = OpenTK.Graphics.OpenGL4.Version12.UnsignedShort5551; + var _UnsignedInt8888 = OpenTK.Graphics.OpenGL4.Version12.UnsignedInt8888; + var _UnsignedInt1010102 = OpenTK.Graphics.OpenGL4.Version12.UnsignedInt1010102; + var _TextureBinding3D = OpenTK.Graphics.OpenGL4.Version12.TextureBinding3D; + var _PackSkipImages = OpenTK.Graphics.OpenGL4.Version12.PackSkipImages; + var _PackImageHeight = OpenTK.Graphics.OpenGL4.Version12.PackImageHeight; + var _UnpackSkipImages = OpenTK.Graphics.OpenGL4.Version12.UnpackSkipImages; + var _UnpackImageHeight = OpenTK.Graphics.OpenGL4.Version12.UnpackImageHeight; + var _Texture3D = OpenTK.Graphics.OpenGL4.Version12.Texture3D; + var _ProxyTexture3D = OpenTK.Graphics.OpenGL4.Version12.ProxyTexture3D; + var _TextureDepth = OpenTK.Graphics.OpenGL4.Version12.TextureDepth; + var _TextureWrapR = OpenTK.Graphics.OpenGL4.Version12.TextureWrapR; + var _Max3DTextureSize = OpenTK.Graphics.OpenGL4.Version12.Max3DTextureSize; + var _Bgr = OpenTK.Graphics.OpenGL4.Version12.Bgr; + var _Bgra = OpenTK.Graphics.OpenGL4.Version12.Bgra; + var _MaxElementsVertices = OpenTK.Graphics.OpenGL4.Version12.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.OpenGL4.Version12.MaxElementsIndices; + var _ClampToEdge = OpenTK.Graphics.OpenGL4.Version12.ClampToEdge; + var _TextureMinLod = OpenTK.Graphics.OpenGL4.Version12.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.OpenGL4.Version12.TextureMaxLod; + var _TextureBaseLevel = OpenTK.Graphics.OpenGL4.Version12.TextureBaseLevel; + var _TextureMaxLevel = OpenTK.Graphics.OpenGL4.Version12.TextureMaxLevel; + var _UnsignedByte233Rev = OpenTK.Graphics.OpenGL4.Version12.UnsignedByte233Rev; + var _UnsignedShort565 = OpenTK.Graphics.OpenGL4.Version12.UnsignedShort565; + var _UnsignedShort565Rev = OpenTK.Graphics.OpenGL4.Version12.UnsignedShort565Rev; + var _UnsignedShort4444Rev = OpenTK.Graphics.OpenGL4.Version12.UnsignedShort4444Rev; + var _UnsignedShort1555Rev = OpenTK.Graphics.OpenGL4.Version12.UnsignedShort1555Rev; + var _UnsignedInt8888Rev = OpenTK.Graphics.OpenGL4.Version12.UnsignedInt8888Rev; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.Version12.UnsignedInt2101010Rev; + var _AliasedLineWidthRange = OpenTK.Graphics.OpenGL4.Version12.AliasedLineWidthRange; +} +static void Test_Version13_19557() { + var _Multisample = OpenTK.Graphics.OpenGL4.Version13.Multisample; + var _SampleAlphaToCoverage = OpenTK.Graphics.OpenGL4.Version13.SampleAlphaToCoverage; + var _SampleAlphaToOne = OpenTK.Graphics.OpenGL4.Version13.SampleAlphaToOne; + var _SampleCoverage = OpenTK.Graphics.OpenGL4.Version13.SampleCoverage; + var _SampleBuffers = OpenTK.Graphics.OpenGL4.Version13.SampleBuffers; + var _Samples = OpenTK.Graphics.OpenGL4.Version13.Samples; + var _SampleCoverageValue = OpenTK.Graphics.OpenGL4.Version13.SampleCoverageValue; + var _SampleCoverageInvert = OpenTK.Graphics.OpenGL4.Version13.SampleCoverageInvert; + var _ClampToBorder = OpenTK.Graphics.OpenGL4.Version13.ClampToBorder; + var _Texture0 = OpenTK.Graphics.OpenGL4.Version13.Texture0; + var _Texture1 = OpenTK.Graphics.OpenGL4.Version13.Texture1; + var _Texture2 = OpenTK.Graphics.OpenGL4.Version13.Texture2; + var _Texture3 = OpenTK.Graphics.OpenGL4.Version13.Texture3; + var _Texture4 = OpenTK.Graphics.OpenGL4.Version13.Texture4; + var _Texture5 = OpenTK.Graphics.OpenGL4.Version13.Texture5; + var _Texture6 = OpenTK.Graphics.OpenGL4.Version13.Texture6; + var _Texture7 = OpenTK.Graphics.OpenGL4.Version13.Texture7; + var _Texture8 = OpenTK.Graphics.OpenGL4.Version13.Texture8; + var _Texture9 = OpenTK.Graphics.OpenGL4.Version13.Texture9; + var _Texture10 = OpenTK.Graphics.OpenGL4.Version13.Texture10; + var _Texture11 = OpenTK.Graphics.OpenGL4.Version13.Texture11; + var _Texture12 = OpenTK.Graphics.OpenGL4.Version13.Texture12; + var _Texture13 = OpenTK.Graphics.OpenGL4.Version13.Texture13; + var _Texture14 = OpenTK.Graphics.OpenGL4.Version13.Texture14; + var _Texture15 = OpenTK.Graphics.OpenGL4.Version13.Texture15; + var _Texture16 = OpenTK.Graphics.OpenGL4.Version13.Texture16; + var _Texture17 = OpenTK.Graphics.OpenGL4.Version13.Texture17; + var _Texture18 = OpenTK.Graphics.OpenGL4.Version13.Texture18; + var _Texture19 = OpenTK.Graphics.OpenGL4.Version13.Texture19; + var _Texture20 = OpenTK.Graphics.OpenGL4.Version13.Texture20; + var _Texture21 = OpenTK.Graphics.OpenGL4.Version13.Texture21; + var _Texture22 = OpenTK.Graphics.OpenGL4.Version13.Texture22; + var _Texture23 = OpenTK.Graphics.OpenGL4.Version13.Texture23; + var _Texture24 = OpenTK.Graphics.OpenGL4.Version13.Texture24; + var _Texture25 = OpenTK.Graphics.OpenGL4.Version13.Texture25; + var _Texture26 = OpenTK.Graphics.OpenGL4.Version13.Texture26; + var _Texture27 = OpenTK.Graphics.OpenGL4.Version13.Texture27; + var _Texture28 = OpenTK.Graphics.OpenGL4.Version13.Texture28; + var _Texture29 = OpenTK.Graphics.OpenGL4.Version13.Texture29; + var _Texture30 = OpenTK.Graphics.OpenGL4.Version13.Texture30; + var _Texture31 = OpenTK.Graphics.OpenGL4.Version13.Texture31; + var _ActiveTexture = OpenTK.Graphics.OpenGL4.Version13.ActiveTexture; + var _CompressedRgb = OpenTK.Graphics.OpenGL4.Version13.CompressedRgb; + var _CompressedRgba = OpenTK.Graphics.OpenGL4.Version13.CompressedRgba; + var _TextureCompressionHint = OpenTK.Graphics.OpenGL4.Version13.TextureCompressionHint; + var _TextureCubeMap = OpenTK.Graphics.OpenGL4.Version13.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.OpenGL4.Version13.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.OpenGL4.Version13.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.OpenGL4.Version13.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.OpenGL4.Version13.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.OpenGL4.Version13.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.OpenGL4.Version13.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.OpenGL4.Version13.TextureCubeMapNegativeZ; + var _ProxyTextureCubeMap = OpenTK.Graphics.OpenGL4.Version13.ProxyTextureCubeMap; + var _MaxCubeMapTextureSize = OpenTK.Graphics.OpenGL4.Version13.MaxCubeMapTextureSize; + var _TextureCompressedImageSize = OpenTK.Graphics.OpenGL4.Version13.TextureCompressedImageSize; + var _TextureCompressed = OpenTK.Graphics.OpenGL4.Version13.TextureCompressed; + var _NumCompressedTextureFormats = OpenTK.Graphics.OpenGL4.Version13.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.OpenGL4.Version13.CompressedTextureFormats; +} +static void Test_Version14_19558() { + var _ConstantColor = OpenTK.Graphics.OpenGL4.Version14.ConstantColor; + var _OneMinusConstantColor = OpenTK.Graphics.OpenGL4.Version14.OneMinusConstantColor; + var _ConstantAlpha = OpenTK.Graphics.OpenGL4.Version14.ConstantAlpha; + var _OneMinusConstantAlpha = OpenTK.Graphics.OpenGL4.Version14.OneMinusConstantAlpha; + var _FuncAdd = OpenTK.Graphics.OpenGL4.Version14.FuncAdd; + var _Min = OpenTK.Graphics.OpenGL4.Version14.Min; + var _Max = OpenTK.Graphics.OpenGL4.Version14.Max; + var _FuncSubtract = OpenTK.Graphics.OpenGL4.Version14.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.OpenGL4.Version14.FuncReverseSubtract; + var _BlendDstRgb = OpenTK.Graphics.OpenGL4.Version14.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.OpenGL4.Version14.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.OpenGL4.Version14.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.OpenGL4.Version14.BlendSrcAlpha; + var _PointFadeThresholdSize = OpenTK.Graphics.OpenGL4.Version14.PointFadeThresholdSize; + var _DepthComponent16 = OpenTK.Graphics.OpenGL4.Version14.DepthComponent16; + var _DepthComponent24 = OpenTK.Graphics.OpenGL4.Version14.DepthComponent24; + var _DepthComponent32 = OpenTK.Graphics.OpenGL4.Version14.DepthComponent32; + var _MirroredRepeat = OpenTK.Graphics.OpenGL4.Version14.MirroredRepeat; + var _MaxTextureLodBias = OpenTK.Graphics.OpenGL4.Version14.MaxTextureLodBias; + var _TextureLodBias = OpenTK.Graphics.OpenGL4.Version14.TextureLodBias; + var _IncrWrap = OpenTK.Graphics.OpenGL4.Version14.IncrWrap; + var _DecrWrap = OpenTK.Graphics.OpenGL4.Version14.DecrWrap; + var _TextureDepthSize = OpenTK.Graphics.OpenGL4.Version14.TextureDepthSize; + var _TextureCompareMode = OpenTK.Graphics.OpenGL4.Version14.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.OpenGL4.Version14.TextureCompareFunc; +} +static void Test_Version15_19559() { + var _Src1Alpha = OpenTK.Graphics.OpenGL4.Version15.Src1Alpha; + var _BufferSize = OpenTK.Graphics.OpenGL4.Version15.BufferSize; + var _BufferUsage = OpenTK.Graphics.OpenGL4.Version15.BufferUsage; + var _QueryCounterBits = OpenTK.Graphics.OpenGL4.Version15.QueryCounterBits; + var _CurrentQuery = OpenTK.Graphics.OpenGL4.Version15.CurrentQuery; + var _QueryResult = OpenTK.Graphics.OpenGL4.Version15.QueryResult; + var _QueryResultAvailable = OpenTK.Graphics.OpenGL4.Version15.QueryResultAvailable; + var _ArrayBuffer = OpenTK.Graphics.OpenGL4.Version15.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.OpenGL4.Version15.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.OpenGL4.Version15.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.OpenGL4.Version15.ElementArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.OpenGL4.Version15.VertexAttribArrayBufferBinding; + var _ReadOnly = OpenTK.Graphics.OpenGL4.Version15.ReadOnly; + var _WriteOnly = OpenTK.Graphics.OpenGL4.Version15.WriteOnly; + var _ReadWrite = OpenTK.Graphics.OpenGL4.Version15.ReadWrite; + var _BufferAccess = OpenTK.Graphics.OpenGL4.Version15.BufferAccess; + var _BufferMapped = OpenTK.Graphics.OpenGL4.Version15.BufferMapped; + var _BufferMapPointer = OpenTK.Graphics.OpenGL4.Version15.BufferMapPointer; + var _StreamDraw = OpenTK.Graphics.OpenGL4.Version15.StreamDraw; + var _StreamRead = OpenTK.Graphics.OpenGL4.Version15.StreamRead; + var _StreamCopy = OpenTK.Graphics.OpenGL4.Version15.StreamCopy; + var _StaticDraw = OpenTK.Graphics.OpenGL4.Version15.StaticDraw; + var _StaticRead = OpenTK.Graphics.OpenGL4.Version15.StaticRead; + var _StaticCopy = OpenTK.Graphics.OpenGL4.Version15.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.OpenGL4.Version15.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.OpenGL4.Version15.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.OpenGL4.Version15.DynamicCopy; + var _SamplesPassed = OpenTK.Graphics.OpenGL4.Version15.SamplesPassed; +} +static void Test_Version20_19560() { + var _BlendEquationRgb = OpenTK.Graphics.OpenGL4.Version20.BlendEquationRgb; + var _VertexAttribArrayEnabled = OpenTK.Graphics.OpenGL4.Version20.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.OpenGL4.Version20.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.OpenGL4.Version20.VertexAttribArrayStride; + var _VertexAttribArrayType = OpenTK.Graphics.OpenGL4.Version20.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.OpenGL4.Version20.CurrentVertexAttrib; + var _VertexProgramPointSize = OpenTK.Graphics.OpenGL4.Version20.VertexProgramPointSize; + var _VertexAttribArrayPointer = OpenTK.Graphics.OpenGL4.Version20.VertexAttribArrayPointer; + var _StencilBackFunc = OpenTK.Graphics.OpenGL4.Version20.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.OpenGL4.Version20.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.OpenGL4.Version20.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.OpenGL4.Version20.StencilBackPassDepthPass; + var _MaxDrawBuffers = OpenTK.Graphics.OpenGL4.Version20.MaxDrawBuffers; + var _DrawBuffer0 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer0; + var _DrawBuffer1 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer1; + var _DrawBuffer2 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer2; + var _DrawBuffer3 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer3; + var _DrawBuffer4 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer4; + var _DrawBuffer5 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer5; + var _DrawBuffer6 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer6; + var _DrawBuffer7 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer7; + var _DrawBuffer8 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer8; + var _DrawBuffer9 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer9; + var _DrawBuffer10 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer10; + var _DrawBuffer11 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer11; + var _DrawBuffer12 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer12; + var _DrawBuffer13 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer13; + var _DrawBuffer14 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer14; + var _DrawBuffer15 = OpenTK.Graphics.OpenGL4.Version20.DrawBuffer15; + var _BlendEquationAlpha = OpenTK.Graphics.OpenGL4.Version20.BlendEquationAlpha; + var _MaxVertexAttribs = OpenTK.Graphics.OpenGL4.Version20.MaxVertexAttribs; + var _VertexAttribArrayNormalized = OpenTK.Graphics.OpenGL4.Version20.VertexAttribArrayNormalized; + var _MaxTextureImageUnits = OpenTK.Graphics.OpenGL4.Version20.MaxTextureImageUnits; + var _FragmentShader = OpenTK.Graphics.OpenGL4.Version20.FragmentShader; + var _VertexShader = OpenTK.Graphics.OpenGL4.Version20.VertexShader; + var _MaxFragmentUniformComponents = OpenTK.Graphics.OpenGL4.Version20.MaxFragmentUniformComponents; + var _MaxVertexUniformComponents = OpenTK.Graphics.OpenGL4.Version20.MaxVertexUniformComponents; + var _MaxVaryingFloats = OpenTK.Graphics.OpenGL4.Version20.MaxVaryingFloats; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.OpenGL4.Version20.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.OpenGL4.Version20.MaxCombinedTextureImageUnits; + var _ShaderType = OpenTK.Graphics.OpenGL4.Version20.ShaderType; + var _FloatVec2 = OpenTK.Graphics.OpenGL4.Version20.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.OpenGL4.Version20.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.OpenGL4.Version20.FloatVec4; + var _IntVec2 = OpenTK.Graphics.OpenGL4.Version20.IntVec2; + var _IntVec3 = OpenTK.Graphics.OpenGL4.Version20.IntVec3; + var _IntVec4 = OpenTK.Graphics.OpenGL4.Version20.IntVec4; + var _Bool = OpenTK.Graphics.OpenGL4.Version20.Bool; + var _BoolVec2 = OpenTK.Graphics.OpenGL4.Version20.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.OpenGL4.Version20.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.OpenGL4.Version20.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.OpenGL4.Version20.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.OpenGL4.Version20.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.OpenGL4.Version20.FloatMat4; + var _Sampler1D = OpenTK.Graphics.OpenGL4.Version20.Sampler1D; + var _Sampler2D = OpenTK.Graphics.OpenGL4.Version20.Sampler2D; + var _Sampler3D = OpenTK.Graphics.OpenGL4.Version20.Sampler3D; + var _SamplerCube = OpenTK.Graphics.OpenGL4.Version20.SamplerCube; + var _Sampler1DShadow = OpenTK.Graphics.OpenGL4.Version20.Sampler1DShadow; + var _Sampler2DShadow = OpenTK.Graphics.OpenGL4.Version20.Sampler2DShadow; + var _DeleteStatus = OpenTK.Graphics.OpenGL4.Version20.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.OpenGL4.Version20.CompileStatus; + var _LinkStatus = OpenTK.Graphics.OpenGL4.Version20.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.OpenGL4.Version20.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.OpenGL4.Version20.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.OpenGL4.Version20.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.OpenGL4.Version20.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.OpenGL4.Version20.ActiveUniformMaxLength; + var _ShaderSourceLength = OpenTK.Graphics.OpenGL4.Version20.ShaderSourceLength; + var _ActiveAttributes = OpenTK.Graphics.OpenGL4.Version20.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.OpenGL4.Version20.ActiveAttributeMaxLength; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.OpenGL4.Version20.FragmentShaderDerivativeHint; + var _ShadingLanguageVersion = OpenTK.Graphics.OpenGL4.Version20.ShadingLanguageVersion; + var _CurrentProgram = OpenTK.Graphics.OpenGL4.Version20.CurrentProgram; + var _PointSpriteCoordOrigin = OpenTK.Graphics.OpenGL4.Version20.PointSpriteCoordOrigin; + var _LowerLeft = OpenTK.Graphics.OpenGL4.Version20.LowerLeft; + var _UpperLeft = OpenTK.Graphics.OpenGL4.Version20.UpperLeft; + var _StencilBackRef = OpenTK.Graphics.OpenGL4.Version20.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.OpenGL4.Version20.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.OpenGL4.Version20.StencilBackWritemask; +} +static void Test_Version21_19561() { + var _PixelPackBuffer = OpenTK.Graphics.OpenGL4.Version21.PixelPackBuffer; + var _PixelUnpackBuffer = OpenTK.Graphics.OpenGL4.Version21.PixelUnpackBuffer; + var _PixelPackBufferBinding = OpenTK.Graphics.OpenGL4.Version21.PixelPackBufferBinding; + var _PixelUnpackBufferBinding = OpenTK.Graphics.OpenGL4.Version21.PixelUnpackBufferBinding; + var _FloatMat2x3 = OpenTK.Graphics.OpenGL4.Version21.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.OpenGL4.Version21.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.OpenGL4.Version21.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.OpenGL4.Version21.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.OpenGL4.Version21.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.OpenGL4.Version21.FloatMat4x3; + var _Srgb = OpenTK.Graphics.OpenGL4.Version21.Srgb; + var _Srgb8 = OpenTK.Graphics.OpenGL4.Version21.Srgb8; + var _SrgbAlpha = OpenTK.Graphics.OpenGL4.Version21.SrgbAlpha; + var _Srgb8Alpha8 = OpenTK.Graphics.OpenGL4.Version21.Srgb8Alpha8; + var _CompressedSrgb = OpenTK.Graphics.OpenGL4.Version21.CompressedSrgb; + var _CompressedSrgbAlpha = OpenTK.Graphics.OpenGL4.Version21.CompressedSrgbAlpha; +} +static void Test_Version30_19562() { + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.OpenGL4.Version30.ContextFlagForwardCompatibleBit; + var _MapReadBit = OpenTK.Graphics.OpenGL4.Version30.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL4.Version30.MapWriteBit; + var _MapInvalidateRangeBit = OpenTK.Graphics.OpenGL4.Version30.MapInvalidateRangeBit; + var _MapInvalidateBufferBit = OpenTK.Graphics.OpenGL4.Version30.MapInvalidateBufferBit; + var _MapFlushExplicitBit = OpenTK.Graphics.OpenGL4.Version30.MapFlushExplicitBit; + var _MapUnsynchronizedBit = OpenTK.Graphics.OpenGL4.Version30.MapUnsynchronizedBit; + var _InvalidFramebufferOperation = OpenTK.Graphics.OpenGL4.Version30.InvalidFramebufferOperation; + var _MaxClipDistances = OpenTK.Graphics.OpenGL4.Version30.MaxClipDistances; + var _HalfFloat = OpenTK.Graphics.OpenGL4.Version30.HalfFloat; + var _ClipDistance0 = OpenTK.Graphics.OpenGL4.Version30.ClipDistance0; + var _ClipDistance1 = OpenTK.Graphics.OpenGL4.Version30.ClipDistance1; + var _ClipDistance2 = OpenTK.Graphics.OpenGL4.Version30.ClipDistance2; + var _ClipDistance3 = OpenTK.Graphics.OpenGL4.Version30.ClipDistance3; + var _ClipDistance4 = OpenTK.Graphics.OpenGL4.Version30.ClipDistance4; + var _ClipDistance5 = OpenTK.Graphics.OpenGL4.Version30.ClipDistance5; + var _ClipDistance6 = OpenTK.Graphics.OpenGL4.Version30.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.OpenGL4.Version30.ClipDistance7; + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentStencilSize; + var _FramebufferDefault = OpenTK.Graphics.OpenGL4.Version30.FramebufferDefault; + var _FramebufferUndefined = OpenTK.Graphics.OpenGL4.Version30.FramebufferUndefined; + var _DepthStencilAttachment = OpenTK.Graphics.OpenGL4.Version30.DepthStencilAttachment; + var _MajorVersion = OpenTK.Graphics.OpenGL4.Version30.MajorVersion; + var _MinorVersion = OpenTK.Graphics.OpenGL4.Version30.MinorVersion; + var _NumExtensions = OpenTK.Graphics.OpenGL4.Version30.NumExtensions; + var _ContextFlags = OpenTK.Graphics.OpenGL4.Version30.ContextFlags; + var _Index = OpenTK.Graphics.OpenGL4.Version30.Index; + var _CompressedRed = OpenTK.Graphics.OpenGL4.Version30.CompressedRed; + var _CompressedRg = OpenTK.Graphics.OpenGL4.Version30.CompressedRg; + var _Rg = OpenTK.Graphics.OpenGL4.Version30.Rg; + var _RgInteger = OpenTK.Graphics.OpenGL4.Version30.RgInteger; + var _R8 = OpenTK.Graphics.OpenGL4.Version30.R8; + var _R16 = OpenTK.Graphics.OpenGL4.Version30.R16; + var _Rg8 = OpenTK.Graphics.OpenGL4.Version30.Rg8; + var _Rg16 = OpenTK.Graphics.OpenGL4.Version30.Rg16; + var _R16f = OpenTK.Graphics.OpenGL4.Version30.R16f; + var _R32f = OpenTK.Graphics.OpenGL4.Version30.R32f; + var _Rg16f = OpenTK.Graphics.OpenGL4.Version30.Rg16f; + var _Rg32f = OpenTK.Graphics.OpenGL4.Version30.Rg32f; + var _R8i = OpenTK.Graphics.OpenGL4.Version30.R8i; + var _R8ui = OpenTK.Graphics.OpenGL4.Version30.R8ui; + var _R16i = OpenTK.Graphics.OpenGL4.Version30.R16i; + var _R16ui = OpenTK.Graphics.OpenGL4.Version30.R16ui; + var _R32i = OpenTK.Graphics.OpenGL4.Version30.R32i; + var _R32ui = OpenTK.Graphics.OpenGL4.Version30.R32ui; + var _Rg8i = OpenTK.Graphics.OpenGL4.Version30.Rg8i; + var _Rg8ui = OpenTK.Graphics.OpenGL4.Version30.Rg8ui; + var _Rg16i = OpenTK.Graphics.OpenGL4.Version30.Rg16i; + var _Rg16ui = OpenTK.Graphics.OpenGL4.Version30.Rg16ui; + var _Rg32i = OpenTK.Graphics.OpenGL4.Version30.Rg32i; + var _Rg32ui = OpenTK.Graphics.OpenGL4.Version30.Rg32ui; + var _MaxRenderbufferSize = OpenTK.Graphics.OpenGL4.Version30.MaxRenderbufferSize; + var _DepthStencil = OpenTK.Graphics.OpenGL4.Version30.DepthStencil; + var _UnsignedInt248 = OpenTK.Graphics.OpenGL4.Version30.UnsignedInt248; + var _VertexArrayBinding = OpenTK.Graphics.OpenGL4.Version30.VertexArrayBinding; + var _Rgba32f = OpenTK.Graphics.OpenGL4.Version30.Rgba32f; + var _Rgb32f = OpenTK.Graphics.OpenGL4.Version30.Rgb32f; + var _Rgba16f = OpenTK.Graphics.OpenGL4.Version30.Rgba16f; + var _Rgb16f = OpenTK.Graphics.OpenGL4.Version30.Rgb16f; + var _CompareRefToTexture = OpenTK.Graphics.OpenGL4.Version30.CompareRefToTexture; + var _Depth24Stencil8 = OpenTK.Graphics.OpenGL4.Version30.Depth24Stencil8; + var _TextureStencilSize = OpenTK.Graphics.OpenGL4.Version30.TextureStencilSize; + var _VertexAttribArrayInteger = OpenTK.Graphics.OpenGL4.Version30.VertexAttribArrayInteger; + var _MaxArrayTextureLayers = OpenTK.Graphics.OpenGL4.Version30.MaxArrayTextureLayers; + var _MinProgramTexelOffset = OpenTK.Graphics.OpenGL4.Version30.MinProgramTexelOffset; + var _MaxProgramTexelOffset = OpenTK.Graphics.OpenGL4.Version30.MaxProgramTexelOffset; + var _ClampReadColor = OpenTK.Graphics.OpenGL4.Version30.ClampReadColor; + var _FixedOnly = OpenTK.Graphics.OpenGL4.Version30.FixedOnly; + var _MaxVaryingComponents = OpenTK.Graphics.OpenGL4.Version30.MaxVaryingComponents; + var _TextureRedType = OpenTK.Graphics.OpenGL4.Version30.TextureRedType; + var _TextureGreenType = OpenTK.Graphics.OpenGL4.Version30.TextureGreenType; + var _TextureBlueType = OpenTK.Graphics.OpenGL4.Version30.TextureBlueType; + var _TextureAlphaType = OpenTK.Graphics.OpenGL4.Version30.TextureAlphaType; + var _TextureDepthType = OpenTK.Graphics.OpenGL4.Version30.TextureDepthType; + var _UnsignedNormalized = OpenTK.Graphics.OpenGL4.Version30.UnsignedNormalized; + var _Texture1DArray = OpenTK.Graphics.OpenGL4.Version30.Texture1DArray; + var _ProxyTexture1DArray = OpenTK.Graphics.OpenGL4.Version30.ProxyTexture1DArray; + var _Texture2DArray = OpenTK.Graphics.OpenGL4.Version30.Texture2DArray; + var _ProxyTexture2DArray = OpenTK.Graphics.OpenGL4.Version30.ProxyTexture2DArray; + var _TextureBinding1DArray = OpenTK.Graphics.OpenGL4.Version30.TextureBinding1DArray; + var _TextureBinding2DArray = OpenTK.Graphics.OpenGL4.Version30.TextureBinding2DArray; + var _R11fG11fB10f = OpenTK.Graphics.OpenGL4.Version30.R11fG11fB10f; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL4.Version30.UnsignedInt10F11F11FRev; + var _Rgb9E5 = OpenTK.Graphics.OpenGL4.Version30.Rgb9E5; + var _UnsignedInt5999Rev = OpenTK.Graphics.OpenGL4.Version30.UnsignedInt5999Rev; + var _TextureSharedSize = OpenTK.Graphics.OpenGL4.Version30.TextureSharedSize; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.OpenGL4.Version30.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.OpenGL4.Version30.TransformFeedbackBufferMode; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.OpenGL4.Version30.MaxTransformFeedbackSeparateComponents; + var _TransformFeedbackVaryings = OpenTK.Graphics.OpenGL4.Version30.TransformFeedbackVaryings; + var _TransformFeedbackBufferStart = OpenTK.Graphics.OpenGL4.Version30.TransformFeedbackBufferStart; + var _TransformFeedbackBufferSize = OpenTK.Graphics.OpenGL4.Version30.TransformFeedbackBufferSize; + var _PrimitivesGenerated = OpenTK.Graphics.OpenGL4.Version30.PrimitivesGenerated; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.OpenGL4.Version30.TransformFeedbackPrimitivesWritten; + var _RasterizerDiscard = OpenTK.Graphics.OpenGL4.Version30.RasterizerDiscard; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.OpenGL4.Version30.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.OpenGL4.Version30.MaxTransformFeedbackSeparateAttribs; + var _InterleavedAttribs = OpenTK.Graphics.OpenGL4.Version30.InterleavedAttribs; + var _SeparateAttribs = OpenTK.Graphics.OpenGL4.Version30.SeparateAttribs; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL4.Version30.TransformFeedbackBuffer; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.OpenGL4.Version30.TransformFeedbackBufferBinding; + var _DrawFramebufferBinding = OpenTK.Graphics.OpenGL4.Version30.DrawFramebufferBinding; + var _FramebufferBinding = OpenTK.Graphics.OpenGL4.Version30.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.OpenGL4.Version30.RenderbufferBinding; + var _ReadFramebuffer = OpenTK.Graphics.OpenGL4.Version30.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.OpenGL4.Version30.DrawFramebuffer; + var _ReadFramebufferBinding = OpenTK.Graphics.OpenGL4.Version30.ReadFramebufferBinding; + var _RenderbufferSamples = OpenTK.Graphics.OpenGL4.Version30.RenderbufferSamples; + var _DepthComponent32f = OpenTK.Graphics.OpenGL4.Version30.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.OpenGL4.Version30.Depth32fStencil8; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.OpenGL4.Version30.FramebufferAttachmentTextureLayer; + var _FramebufferComplete = OpenTK.Graphics.OpenGL4.Version30.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.OpenGL4.Version30.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.OpenGL4.Version30.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDrawBuffer = OpenTK.Graphics.OpenGL4.Version30.FramebufferIncompleteDrawBuffer; + var _FramebufferIncompleteReadBuffer = OpenTK.Graphics.OpenGL4.Version30.FramebufferIncompleteReadBuffer; + var _FramebufferUnsupported = OpenTK.Graphics.OpenGL4.Version30.FramebufferUnsupported; + var _MaxColorAttachments = OpenTK.Graphics.OpenGL4.Version30.MaxColorAttachments; + var _ColorAttachment0 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.OpenGL4.Version30.ColorAttachment15; + var _DepthAttachment = OpenTK.Graphics.OpenGL4.Version30.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.OpenGL4.Version30.StencilAttachment; + var _Framebuffer = OpenTK.Graphics.OpenGL4.Version30.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.OpenGL4.Version30.Renderbuffer; + var _RenderbufferWidth = OpenTK.Graphics.OpenGL4.Version30.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.OpenGL4.Version30.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.OpenGL4.Version30.RenderbufferInternalFormat; + var _StencilIndex1 = OpenTK.Graphics.OpenGL4.Version30.StencilIndex1; + var _StencilIndex4 = OpenTK.Graphics.OpenGL4.Version30.StencilIndex4; + var _StencilIndex8 = OpenTK.Graphics.OpenGL4.Version30.StencilIndex8; + var _StencilIndex16 = OpenTK.Graphics.OpenGL4.Version30.StencilIndex16; + var _RenderbufferRedSize = OpenTK.Graphics.OpenGL4.Version30.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.OpenGL4.Version30.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.OpenGL4.Version30.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.OpenGL4.Version30.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.OpenGL4.Version30.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.OpenGL4.Version30.RenderbufferStencilSize; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.OpenGL4.Version30.FramebufferIncompleteMultisample; + var _MaxSamples = OpenTK.Graphics.OpenGL4.Version30.MaxSamples; + var _Rgba32ui = OpenTK.Graphics.OpenGL4.Version30.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.OpenGL4.Version30.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.OpenGL4.Version30.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.OpenGL4.Version30.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.OpenGL4.Version30.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.OpenGL4.Version30.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.OpenGL4.Version30.Rgba32i; + var _Rgb32i = OpenTK.Graphics.OpenGL4.Version30.Rgb32i; + var _Rgba16i = OpenTK.Graphics.OpenGL4.Version30.Rgba16i; + var _Rgb16i = OpenTK.Graphics.OpenGL4.Version30.Rgb16i; + var _Rgba8i = OpenTK.Graphics.OpenGL4.Version30.Rgba8i; + var _Rgb8i = OpenTK.Graphics.OpenGL4.Version30.Rgb8i; + var _RedInteger = OpenTK.Graphics.OpenGL4.Version30.RedInteger; + var _GreenInteger = OpenTK.Graphics.OpenGL4.Version30.GreenInteger; + var _BlueInteger = OpenTK.Graphics.OpenGL4.Version30.BlueInteger; + var _RgbInteger = OpenTK.Graphics.OpenGL4.Version30.RgbInteger; + var _RgbaInteger = OpenTK.Graphics.OpenGL4.Version30.RgbaInteger; + var _BgrInteger = OpenTK.Graphics.OpenGL4.Version30.BgrInteger; + var _BgraInteger = OpenTK.Graphics.OpenGL4.Version30.BgraInteger; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.OpenGL4.Version30.Float32UnsignedInt248Rev; + var _FramebufferSrgb = OpenTK.Graphics.OpenGL4.Version30.FramebufferSrgb; + var _CompressedRedRgtc1 = OpenTK.Graphics.OpenGL4.Version30.CompressedRedRgtc1; + var _CompressedSignedRedRgtc1 = OpenTK.Graphics.OpenGL4.Version30.CompressedSignedRedRgtc1; + var _CompressedRgRgtc2 = OpenTK.Graphics.OpenGL4.Version30.CompressedRgRgtc2; + var _CompressedSignedRgRgtc2 = OpenTK.Graphics.OpenGL4.Version30.CompressedSignedRgRgtc2; + var _Sampler1DArray = OpenTK.Graphics.OpenGL4.Version30.Sampler1DArray; + var _Sampler2DArray = OpenTK.Graphics.OpenGL4.Version30.Sampler2DArray; + var _Sampler1DArrayShadow = OpenTK.Graphics.OpenGL4.Version30.Sampler1DArrayShadow; + var _Sampler2DArrayShadow = OpenTK.Graphics.OpenGL4.Version30.Sampler2DArrayShadow; + var _SamplerCubeShadow = OpenTK.Graphics.OpenGL4.Version30.SamplerCubeShadow; + var _UnsignedIntVec2 = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntVec4; + var _IntSampler1D = OpenTK.Graphics.OpenGL4.Version30.IntSampler1D; + var _IntSampler2D = OpenTK.Graphics.OpenGL4.Version30.IntSampler2D; + var _IntSampler3D = OpenTK.Graphics.OpenGL4.Version30.IntSampler3D; + var _IntSamplerCube = OpenTK.Graphics.OpenGL4.Version30.IntSamplerCube; + var _IntSampler1DArray = OpenTK.Graphics.OpenGL4.Version30.IntSampler1DArray; + var _IntSampler2DArray = OpenTK.Graphics.OpenGL4.Version30.IntSampler2DArray; + var _UnsignedIntSampler1D = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntSampler1D; + var _UnsignedIntSampler2D = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntSampler2D; + var _UnsignedIntSampler3D = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntSampler3D; + var _UnsignedIntSamplerCube = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntSamplerCube; + var _UnsignedIntSampler1DArray = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntSampler1DArray; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.OpenGL4.Version30.UnsignedIntSampler2DArray; + var _QueryWait = OpenTK.Graphics.OpenGL4.Version30.QueryWait; + var _QueryNoWait = OpenTK.Graphics.OpenGL4.Version30.QueryNoWait; + var _QueryByRegionWait = OpenTK.Graphics.OpenGL4.Version30.QueryByRegionWait; + var _QueryByRegionNoWait = OpenTK.Graphics.OpenGL4.Version30.QueryByRegionNoWait; + var _BufferAccessFlags = OpenTK.Graphics.OpenGL4.Version30.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.OpenGL4.Version30.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.OpenGL4.Version30.BufferMapOffset; +} +static void Test_Version31_19563() { + var _TextureRectangle = OpenTK.Graphics.OpenGL4.Version31.TextureRectangle; + var _TextureBindingRectangle = OpenTK.Graphics.OpenGL4.Version31.TextureBindingRectangle; + var _ProxyTextureRectangle = OpenTK.Graphics.OpenGL4.Version31.ProxyTextureRectangle; + var _MaxRectangleTextureSize = OpenTK.Graphics.OpenGL4.Version31.MaxRectangleTextureSize; + var _UniformBuffer = OpenTK.Graphics.OpenGL4.Version31.UniformBuffer; + var _UniformBufferBinding = OpenTK.Graphics.OpenGL4.Version31.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.OpenGL4.Version31.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.OpenGL4.Version31.UniformBufferSize; + var _MaxVertexUniformBlocks = OpenTK.Graphics.OpenGL4.Version31.MaxVertexUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.OpenGL4.Version31.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.OpenGL4.Version31.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.OpenGL4.Version31.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.OpenGL4.Version31.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.OpenGL4.Version31.MaxCombinedVertexUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.OpenGL4.Version31.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.Version31.UniformBufferOffsetAlignment; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.OpenGL4.Version31.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.OpenGL4.Version31.ActiveUniformBlocks; + var _UniformType = OpenTK.Graphics.OpenGL4.Version31.UniformType; + var _UniformSize = OpenTK.Graphics.OpenGL4.Version31.UniformSize; + var _UniformNameLength = OpenTK.Graphics.OpenGL4.Version31.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.OpenGL4.Version31.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.OpenGL4.Version31.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.OpenGL4.Version31.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.OpenGL4.Version31.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.OpenGL4.Version31.UniformIsRowMajor; + var _UniformBlockBinding = OpenTK.Graphics.OpenGL4.Version31.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.OpenGL4.Version31.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.OpenGL4.Version31.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.OpenGL4.Version31.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.OpenGL4.Version31.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.OpenGL4.Version31.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.Version31.UniformBlockReferencedByFragmentShader; + var _Sampler2DRect = OpenTK.Graphics.OpenGL4.Version31.Sampler2DRect; + var _Sampler2DRectShadow = OpenTK.Graphics.OpenGL4.Version31.Sampler2DRectShadow; + var _TextureBuffer = OpenTK.Graphics.OpenGL4.Version31.TextureBuffer; + var _MaxTextureBufferSize = OpenTK.Graphics.OpenGL4.Version31.MaxTextureBufferSize; + var _TextureBindingBuffer = OpenTK.Graphics.OpenGL4.Version31.TextureBindingBuffer; + var _TextureBufferDataStoreBinding = OpenTK.Graphics.OpenGL4.Version31.TextureBufferDataStoreBinding; + var _SamplerBuffer = OpenTK.Graphics.OpenGL4.Version31.SamplerBuffer; + var _IntSampler2DRect = OpenTK.Graphics.OpenGL4.Version31.IntSampler2DRect; + var _IntSamplerBuffer = OpenTK.Graphics.OpenGL4.Version31.IntSamplerBuffer; + var _UnsignedIntSampler2DRect = OpenTK.Graphics.OpenGL4.Version31.UnsignedIntSampler2DRect; + var _UnsignedIntSamplerBuffer = OpenTK.Graphics.OpenGL4.Version31.UnsignedIntSamplerBuffer; + var _CopyReadBuffer = OpenTK.Graphics.OpenGL4.Version31.CopyReadBuffer; + var _CopyWriteBuffer = OpenTK.Graphics.OpenGL4.Version31.CopyWriteBuffer; + var _R8Snorm = OpenTK.Graphics.OpenGL4.Version31.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.OpenGL4.Version31.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.OpenGL4.Version31.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.OpenGL4.Version31.Rgba8Snorm; + var _R16Snorm = OpenTK.Graphics.OpenGL4.Version31.R16Snorm; + var _Rg16Snorm = OpenTK.Graphics.OpenGL4.Version31.Rg16Snorm; + var _Rgb16Snorm = OpenTK.Graphics.OpenGL4.Version31.Rgb16Snorm; + var _Rgba16Snorm = OpenTK.Graphics.OpenGL4.Version31.Rgba16Snorm; + var _SignedNormalized = OpenTK.Graphics.OpenGL4.Version31.SignedNormalized; + var _PrimitiveRestart = OpenTK.Graphics.OpenGL4.Version31.PrimitiveRestart; + var _PrimitiveRestartIndex = OpenTK.Graphics.OpenGL4.Version31.PrimitiveRestartIndex; + var _InvalidIndex = OpenTK.Graphics.OpenGL4.Version31.InvalidIndex; +} +static void Test_Version32_19564() { + var _ContextCoreProfileBit = OpenTK.Graphics.OpenGL4.Version32.ContextCoreProfileBit; + var _SyncFlushCommandsBit = OpenTK.Graphics.OpenGL4.Version32.SyncFlushCommandsBit; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.OpenGL4.Version32.ContextCompatibilityProfileBit; + var _LinesAdjacency = OpenTK.Graphics.OpenGL4.Version32.LinesAdjacency; + var _LineStripAdjacency = OpenTK.Graphics.OpenGL4.Version32.LineStripAdjacency; + var _TrianglesAdjacency = OpenTK.Graphics.OpenGL4.Version32.TrianglesAdjacency; + var _TriangleStripAdjacency = OpenTK.Graphics.OpenGL4.Version32.TriangleStripAdjacency; + var _ProgramPointSize = OpenTK.Graphics.OpenGL4.Version32.ProgramPointSize; + var _DepthClamp = OpenTK.Graphics.OpenGL4.Version32.DepthClamp; + var _TextureCubeMapSeamless = OpenTK.Graphics.OpenGL4.Version32.TextureCubeMapSeamless; + var _GeometryVerticesOut = OpenTK.Graphics.OpenGL4.Version32.GeometryVerticesOut; + var _GeometryInputType = OpenTK.Graphics.OpenGL4.Version32.GeometryInputType; + var _GeometryOutputType = OpenTK.Graphics.OpenGL4.Version32.GeometryOutputType; + var _MaxGeometryTextureImageUnits = OpenTK.Graphics.OpenGL4.Version32.MaxGeometryTextureImageUnits; + var _FramebufferAttachmentLayered = OpenTK.Graphics.OpenGL4.Version32.FramebufferAttachmentLayered; + var _FramebufferIncompleteLayerTargets = OpenTK.Graphics.OpenGL4.Version32.FramebufferIncompleteLayerTargets; + var _GeometryShader = OpenTK.Graphics.OpenGL4.Version32.GeometryShader; + var _MaxGeometryUniformComponents = OpenTK.Graphics.OpenGL4.Version32.MaxGeometryUniformComponents; + var _MaxGeometryOutputVertices = OpenTK.Graphics.OpenGL4.Version32.MaxGeometryOutputVertices; + var _MaxGeometryTotalOutputComponents = OpenTK.Graphics.OpenGL4.Version32.MaxGeometryTotalOutputComponents; + var _QuadsFollowProvokingVertexConvention = OpenTK.Graphics.OpenGL4.Version32.QuadsFollowProvokingVertexConvention; + var _FirstVertexConvention = OpenTK.Graphics.OpenGL4.Version32.FirstVertexConvention; + var _LastVertexConvention = OpenTK.Graphics.OpenGL4.Version32.LastVertexConvention; + var _ProvokingVertex = OpenTK.Graphics.OpenGL4.Version32.ProvokingVertex; + var _SamplePosition = OpenTK.Graphics.OpenGL4.Version32.SamplePosition; + var _SampleMask = OpenTK.Graphics.OpenGL4.Version32.SampleMask; + var _SampleMaskValue = OpenTK.Graphics.OpenGL4.Version32.SampleMaskValue; + var _MaxSampleMaskWords = OpenTK.Graphics.OpenGL4.Version32.MaxSampleMaskWords; + var _Texture2DMultisample = OpenTK.Graphics.OpenGL4.Version32.Texture2DMultisample; + var _ProxyTexture2DMultisample = OpenTK.Graphics.OpenGL4.Version32.ProxyTexture2DMultisample; + var _Texture2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version32.Texture2DMultisampleArray; + var _ProxyTexture2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version32.ProxyTexture2DMultisampleArray; + var _TextureBinding2DMultisample = OpenTK.Graphics.OpenGL4.Version32.TextureBinding2DMultisample; + var _TextureBinding2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version32.TextureBinding2DMultisampleArray; + var _TextureSamples = OpenTK.Graphics.OpenGL4.Version32.TextureSamples; + var _TextureFixedSampleLocations = OpenTK.Graphics.OpenGL4.Version32.TextureFixedSampleLocations; + var _Sampler2DMultisample = OpenTK.Graphics.OpenGL4.Version32.Sampler2DMultisample; + var _IntSampler2DMultisample = OpenTK.Graphics.OpenGL4.Version32.IntSampler2DMultisample; + var _UnsignedIntSampler2DMultisample = OpenTK.Graphics.OpenGL4.Version32.UnsignedIntSampler2DMultisample; + var _Sampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version32.Sampler2DMultisampleArray; + var _IntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version32.IntSampler2DMultisampleArray; + var _UnsignedIntSampler2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version32.UnsignedIntSampler2DMultisampleArray; + var _MaxColorTextureSamples = OpenTK.Graphics.OpenGL4.Version32.MaxColorTextureSamples; + var _MaxDepthTextureSamples = OpenTK.Graphics.OpenGL4.Version32.MaxDepthTextureSamples; + var _MaxIntegerSamples = OpenTK.Graphics.OpenGL4.Version32.MaxIntegerSamples; + var _MaxServerWaitTimeout = OpenTK.Graphics.OpenGL4.Version32.MaxServerWaitTimeout; + var _ObjectType = OpenTK.Graphics.OpenGL4.Version32.ObjectType; + var _SyncCondition = OpenTK.Graphics.OpenGL4.Version32.SyncCondition; + var _SyncStatus = OpenTK.Graphics.OpenGL4.Version32.SyncStatus; + var _SyncFlags = OpenTK.Graphics.OpenGL4.Version32.SyncFlags; + var _SyncFence = OpenTK.Graphics.OpenGL4.Version32.SyncFence; + var _SyncGpuCommandsComplete = OpenTK.Graphics.OpenGL4.Version32.SyncGpuCommandsComplete; + var _Unsignaled = OpenTK.Graphics.OpenGL4.Version32.Unsignaled; + var _Signaled = OpenTK.Graphics.OpenGL4.Version32.Signaled; + var _AlreadySignaled = OpenTK.Graphics.OpenGL4.Version32.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.OpenGL4.Version32.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.OpenGL4.Version32.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.OpenGL4.Version32.WaitFailed; + var _MaxVertexOutputComponents = OpenTK.Graphics.OpenGL4.Version32.MaxVertexOutputComponents; + var _MaxGeometryInputComponents = OpenTK.Graphics.OpenGL4.Version32.MaxGeometryInputComponents; + var _MaxGeometryOutputComponents = OpenTK.Graphics.OpenGL4.Version32.MaxGeometryOutputComponents; + var _MaxFragmentInputComponents = OpenTK.Graphics.OpenGL4.Version32.MaxFragmentInputComponents; + var _ContextProfileMask = OpenTK.Graphics.OpenGL4.Version32.ContextProfileMask; + var _TimeoutIgnored = OpenTK.Graphics.OpenGL4.Version32.TimeoutIgnored; +} +static void Test_Version33_19565() { + var _TimeElapsed = OpenTK.Graphics.OpenGL4.Version33.TimeElapsed; + var _Src1Color = OpenTK.Graphics.OpenGL4.Version33.Src1Color; + var _OneMinusSrc1Color = OpenTK.Graphics.OpenGL4.Version33.OneMinusSrc1Color; + var _OneMinusSrc1Alpha = OpenTK.Graphics.OpenGL4.Version33.OneMinusSrc1Alpha; + var _MaxDualSourceDrawBuffers = OpenTK.Graphics.OpenGL4.Version33.MaxDualSourceDrawBuffers; + var _VertexAttribArrayDivisor = OpenTK.Graphics.OpenGL4.Version33.VertexAttribArrayDivisor; + var _SamplerBinding = OpenTK.Graphics.OpenGL4.Version33.SamplerBinding; + var _AnySamplesPassed = OpenTK.Graphics.OpenGL4.Version33.AnySamplesPassed; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.Version33.Int2101010Rev; + var _Timestamp = OpenTK.Graphics.OpenGL4.Version33.Timestamp; + var _TextureSwizzleR = OpenTK.Graphics.OpenGL4.Version33.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.OpenGL4.Version33.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.OpenGL4.Version33.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.OpenGL4.Version33.TextureSwizzleA; + var _TextureSwizzleRgba = OpenTK.Graphics.OpenGL4.Version33.TextureSwizzleRgba; + var _Rgb10A2ui = OpenTK.Graphics.OpenGL4.Version33.Rgb10A2ui; +} +static void Test_Version40_19566() { + var _Quads = OpenTK.Graphics.OpenGL4.Version40.Quads; + var _Patches = OpenTK.Graphics.OpenGL4.Version40.Patches; + var _UniformBlockReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.Version40.UniformBlockReferencedByTessControlShader; + var _UniformBlockReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.Version40.UniformBlockReferencedByTessEvaluationShader; + var _MaxTessControlInputComponents = OpenTK.Graphics.OpenGL4.Version40.MaxTessControlInputComponents; + var _MaxTessEvaluationInputComponents = OpenTK.Graphics.OpenGL4.Version40.MaxTessEvaluationInputComponents; + var _GeometryShaderInvocations = OpenTK.Graphics.OpenGL4.Version40.GeometryShaderInvocations; + var _SampleShading = OpenTK.Graphics.OpenGL4.Version40.SampleShading; + var _MinSampleShadingValue = OpenTK.Graphics.OpenGL4.Version40.MinSampleShadingValue; + var _ActiveSubroutines = OpenTK.Graphics.OpenGL4.Version40.ActiveSubroutines; + var _ActiveSubroutineUniforms = OpenTK.Graphics.OpenGL4.Version40.ActiveSubroutineUniforms; + var _MaxSubroutines = OpenTK.Graphics.OpenGL4.Version40.MaxSubroutines; + var _MaxSubroutineUniformLocations = OpenTK.Graphics.OpenGL4.Version40.MaxSubroutineUniformLocations; + var _MaxCombinedTessControlUniformComponents = OpenTK.Graphics.OpenGL4.Version40.MaxCombinedTessControlUniformComponents; + var _MaxCombinedTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL4.Version40.MaxCombinedTessEvaluationUniformComponents; + var _TransformFeedback = OpenTK.Graphics.OpenGL4.Version40.TransformFeedback; + var _TransformFeedbackBufferPaused = OpenTK.Graphics.OpenGL4.Version40.TransformFeedbackBufferPaused; + var _TransformFeedbackBufferActive = OpenTK.Graphics.OpenGL4.Version40.TransformFeedbackBufferActive; + var _TransformFeedbackBinding = OpenTK.Graphics.OpenGL4.Version40.TransformFeedbackBinding; + var _ActiveSubroutineUniformLocations = OpenTK.Graphics.OpenGL4.Version40.ActiveSubroutineUniformLocations; + var _ActiveSubroutineMaxLength = OpenTK.Graphics.OpenGL4.Version40.ActiveSubroutineMaxLength; + var _ActiveSubroutineUniformMaxLength = OpenTK.Graphics.OpenGL4.Version40.ActiveSubroutineUniformMaxLength; + var _NumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.Version40.NumCompatibleSubroutines; + var _CompatibleSubroutines = OpenTK.Graphics.OpenGL4.Version40.CompatibleSubroutines; + var _MaxGeometryShaderInvocations = OpenTK.Graphics.OpenGL4.Version40.MaxGeometryShaderInvocations; + var _MinFragmentInterpolationOffset = OpenTK.Graphics.OpenGL4.Version40.MinFragmentInterpolationOffset; + var _MaxFragmentInterpolationOffset = OpenTK.Graphics.OpenGL4.Version40.MaxFragmentInterpolationOffset; + var _FragmentInterpolationOffsetBits = OpenTK.Graphics.OpenGL4.Version40.FragmentInterpolationOffsetBits; + var _MinProgramTextureGatherOffset = OpenTK.Graphics.OpenGL4.Version40.MinProgramTextureGatherOffset; + var _MaxProgramTextureGatherOffset = OpenTK.Graphics.OpenGL4.Version40.MaxProgramTextureGatherOffset; + var _MaxTransformFeedbackBuffers = OpenTK.Graphics.OpenGL4.Version40.MaxTransformFeedbackBuffers; + var _MaxVertexStreams = OpenTK.Graphics.OpenGL4.Version40.MaxVertexStreams; + var _PatchVertices = OpenTK.Graphics.OpenGL4.Version40.PatchVertices; + var _PatchDefaultInnerLevel = OpenTK.Graphics.OpenGL4.Version40.PatchDefaultInnerLevel; + var _PatchDefaultOuterLevel = OpenTK.Graphics.OpenGL4.Version40.PatchDefaultOuterLevel; + var _TessControlOutputVertices = OpenTK.Graphics.OpenGL4.Version40.TessControlOutputVertices; + var _TessGenMode = OpenTK.Graphics.OpenGL4.Version40.TessGenMode; + var _TessGenSpacing = OpenTK.Graphics.OpenGL4.Version40.TessGenSpacing; + var _TessGenVertexOrder = OpenTK.Graphics.OpenGL4.Version40.TessGenVertexOrder; + var _TessGenPointMode = OpenTK.Graphics.OpenGL4.Version40.TessGenPointMode; + var _Isolines = OpenTK.Graphics.OpenGL4.Version40.Isolines; + var _FractionalOdd = OpenTK.Graphics.OpenGL4.Version40.FractionalOdd; + var _FractionalEven = OpenTK.Graphics.OpenGL4.Version40.FractionalEven; + var _MaxPatchVertices = OpenTK.Graphics.OpenGL4.Version40.MaxPatchVertices; + var _MaxTessGenLevel = OpenTK.Graphics.OpenGL4.Version40.MaxTessGenLevel; + var _MaxTessControlUniformComponents = OpenTK.Graphics.OpenGL4.Version40.MaxTessControlUniformComponents; + var _MaxTessEvaluationUniformComponents = OpenTK.Graphics.OpenGL4.Version40.MaxTessEvaluationUniformComponents; + var _MaxTessControlTextureImageUnits = OpenTK.Graphics.OpenGL4.Version40.MaxTessControlTextureImageUnits; + var _MaxTessEvaluationTextureImageUnits = OpenTK.Graphics.OpenGL4.Version40.MaxTessEvaluationTextureImageUnits; + var _MaxTessControlOutputComponents = OpenTK.Graphics.OpenGL4.Version40.MaxTessControlOutputComponents; + var _MaxTessPatchComponents = OpenTK.Graphics.OpenGL4.Version40.MaxTessPatchComponents; + var _MaxTessControlTotalOutputComponents = OpenTK.Graphics.OpenGL4.Version40.MaxTessControlTotalOutputComponents; + var _MaxTessEvaluationOutputComponents = OpenTK.Graphics.OpenGL4.Version40.MaxTessEvaluationOutputComponents; + var _TessEvaluationShader = OpenTK.Graphics.OpenGL4.Version40.TessEvaluationShader; + var _TessControlShader = OpenTK.Graphics.OpenGL4.Version40.TessControlShader; + var _MaxTessControlUniformBlocks = OpenTK.Graphics.OpenGL4.Version40.MaxTessControlUniformBlocks; + var _MaxTessEvaluationUniformBlocks = OpenTK.Graphics.OpenGL4.Version40.MaxTessEvaluationUniformBlocks; + var _DrawIndirectBuffer = OpenTK.Graphics.OpenGL4.Version40.DrawIndirectBuffer; + var _DrawIndirectBufferBinding = OpenTK.Graphics.OpenGL4.Version40.DrawIndirectBufferBinding; + var _DoubleMat2 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat2; + var _DoubleMat3 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat3; + var _DoubleMat4 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat4; + var _DoubleMat2x3 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat2x3; + var _DoubleMat2x4 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat2x4; + var _DoubleMat3x2 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat3x2; + var _DoubleMat3x4 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat3x4; + var _DoubleMat4x2 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat4x2; + var _DoubleMat4x3 = OpenTK.Graphics.OpenGL4.Version40.DoubleMat4x3; + var _DoubleVec2 = OpenTK.Graphics.OpenGL4.Version40.DoubleVec2; + var _DoubleVec3 = OpenTK.Graphics.OpenGL4.Version40.DoubleVec3; + var _DoubleVec4 = OpenTK.Graphics.OpenGL4.Version40.DoubleVec4; + var _TextureCubeMapArray = OpenTK.Graphics.OpenGL4.Version40.TextureCubeMapArray; + var _TextureBindingCubeMapArray = OpenTK.Graphics.OpenGL4.Version40.TextureBindingCubeMapArray; + var _ProxyTextureCubeMapArray = OpenTK.Graphics.OpenGL4.Version40.ProxyTextureCubeMapArray; + var _SamplerCubeMapArray = OpenTK.Graphics.OpenGL4.Version40.SamplerCubeMapArray; + var _SamplerCubeMapArrayShadow = OpenTK.Graphics.OpenGL4.Version40.SamplerCubeMapArrayShadow; + var _IntSamplerCubeMapArray = OpenTK.Graphics.OpenGL4.Version40.IntSamplerCubeMapArray; + var _UnsignedIntSamplerCubeMapArray = OpenTK.Graphics.OpenGL4.Version40.UnsignedIntSamplerCubeMapArray; +} +static void Test_Version41_19567() { + var _VertexShaderBit = OpenTK.Graphics.OpenGL4.Version41.VertexShaderBit; + var _FragmentShaderBit = OpenTK.Graphics.OpenGL4.Version41.FragmentShaderBit; + var _GeometryShaderBit = OpenTK.Graphics.OpenGL4.Version41.GeometryShaderBit; + var _TessControlShaderBit = OpenTK.Graphics.OpenGL4.Version41.TessControlShaderBit; + var _TessEvaluationShaderBit = OpenTK.Graphics.OpenGL4.Version41.TessEvaluationShaderBit; + var _Fixed = OpenTK.Graphics.OpenGL4.Version41.Fixed; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.OpenGL4.Version41.ProgramBinaryRetrievableHint; + var _ProgramSeparable = OpenTK.Graphics.OpenGL4.Version41.ProgramSeparable; + var _ActiveProgram = OpenTK.Graphics.OpenGL4.Version41.ActiveProgram; + var _ProgramPipelineBinding = OpenTK.Graphics.OpenGL4.Version41.ProgramPipelineBinding; + var _MaxViewports = OpenTK.Graphics.OpenGL4.Version41.MaxViewports; + var _ViewportSubpixelBits = OpenTK.Graphics.OpenGL4.Version41.ViewportSubpixelBits; + var _ViewportBoundsRange = OpenTK.Graphics.OpenGL4.Version41.ViewportBoundsRange; + var _LayerProvokingVertex = OpenTK.Graphics.OpenGL4.Version41.LayerProvokingVertex; + var _ViewportIndexProvokingVertex = OpenTK.Graphics.OpenGL4.Version41.ViewportIndexProvokingVertex; + var _UndefinedVertex = OpenTK.Graphics.OpenGL4.Version41.UndefinedVertex; + var _ProgramBinaryLength = OpenTK.Graphics.OpenGL4.Version41.ProgramBinaryLength; + var _NumProgramBinaryFormats = OpenTK.Graphics.OpenGL4.Version41.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.OpenGL4.Version41.ProgramBinaryFormats; + var _ImplementationColorReadType = OpenTK.Graphics.OpenGL4.Version41.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.OpenGL4.Version41.ImplementationColorReadFormat; + var _Rgb565 = OpenTK.Graphics.OpenGL4.Version41.Rgb565; + var _LowFloat = OpenTK.Graphics.OpenGL4.Version41.LowFloat; + var _MediumFloat = OpenTK.Graphics.OpenGL4.Version41.MediumFloat; + var _HighFloat = OpenTK.Graphics.OpenGL4.Version41.HighFloat; + var _LowInt = OpenTK.Graphics.OpenGL4.Version41.LowInt; + var _MediumInt = OpenTK.Graphics.OpenGL4.Version41.MediumInt; + var _HighInt = OpenTK.Graphics.OpenGL4.Version41.HighInt; + var _ShaderBinaryFormats = OpenTK.Graphics.OpenGL4.Version41.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.OpenGL4.Version41.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.OpenGL4.Version41.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.OpenGL4.Version41.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.OpenGL4.Version41.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.OpenGL4.Version41.MaxFragmentUniformVectors; + var _AllShaderBits = OpenTK.Graphics.OpenGL4.Version41.AllShaderBits; +} +static void Test_Version42_19568() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.OpenGL4.Version42.VertexAttribArrayBarrierBit; + var _ElementArrayBarrierBit = OpenTK.Graphics.OpenGL4.Version42.ElementArrayBarrierBit; + var _UniformBarrierBit = OpenTK.Graphics.OpenGL4.Version42.UniformBarrierBit; + var _TextureFetchBarrierBit = OpenTK.Graphics.OpenGL4.Version42.TextureFetchBarrierBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.OpenGL4.Version42.ShaderImageAccessBarrierBit; + var _CommandBarrierBit = OpenTK.Graphics.OpenGL4.Version42.CommandBarrierBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.OpenGL4.Version42.PixelBufferBarrierBit; + var _TextureUpdateBarrierBit = OpenTK.Graphics.OpenGL4.Version42.TextureUpdateBarrierBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.OpenGL4.Version42.BufferUpdateBarrierBit; + var _FramebufferBarrierBit = OpenTK.Graphics.OpenGL4.Version42.FramebufferBarrierBit; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.OpenGL4.Version42.TransformFeedbackBarrierBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBarrierBit; + var _CompressedRgbaBptcUnorm = OpenTK.Graphics.OpenGL4.Version42.CompressedRgbaBptcUnorm; + var _CompressedSrgbAlphaBptcUnorm = OpenTK.Graphics.OpenGL4.Version42.CompressedSrgbAlphaBptcUnorm; + var _CompressedRgbBptcSignedFloat = OpenTK.Graphics.OpenGL4.Version42.CompressedRgbBptcSignedFloat; + var _CompressedRgbBptcUnsignedFloat = OpenTK.Graphics.OpenGL4.Version42.CompressedRgbBptcUnsignedFloat; + var _MaxImageUnits = OpenTK.Graphics.OpenGL4.Version42.MaxImageUnits; + var _MaxCombinedImageUnitsAndFragmentOutputs = OpenTK.Graphics.OpenGL4.Version42.MaxCombinedImageUnitsAndFragmentOutputs; + var _ImageBindingName = OpenTK.Graphics.OpenGL4.Version42.ImageBindingName; + var _ImageBindingLevel = OpenTK.Graphics.OpenGL4.Version42.ImageBindingLevel; + var _ImageBindingLayered = OpenTK.Graphics.OpenGL4.Version42.ImageBindingLayered; + var _ImageBindingLayer = OpenTK.Graphics.OpenGL4.Version42.ImageBindingLayer; + var _ImageBindingAccess = OpenTK.Graphics.OpenGL4.Version42.ImageBindingAccess; + var _Image1D = OpenTK.Graphics.OpenGL4.Version42.Image1D; + var _Image2D = OpenTK.Graphics.OpenGL4.Version42.Image2D; + var _Image3D = OpenTK.Graphics.OpenGL4.Version42.Image3D; + var _Image2DRect = OpenTK.Graphics.OpenGL4.Version42.Image2DRect; + var _ImageCube = OpenTK.Graphics.OpenGL4.Version42.ImageCube; + var _ImageBuffer = OpenTK.Graphics.OpenGL4.Version42.ImageBuffer; + var _Image1DArray = OpenTK.Graphics.OpenGL4.Version42.Image1DArray; + var _Image2DArray = OpenTK.Graphics.OpenGL4.Version42.Image2DArray; + var _ImageCubeMapArray = OpenTK.Graphics.OpenGL4.Version42.ImageCubeMapArray; + var _Image2DMultisample = OpenTK.Graphics.OpenGL4.Version42.Image2DMultisample; + var _Image2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version42.Image2DMultisampleArray; + var _IntImage1D = OpenTK.Graphics.OpenGL4.Version42.IntImage1D; + var _IntImage2D = OpenTK.Graphics.OpenGL4.Version42.IntImage2D; + var _IntImage3D = OpenTK.Graphics.OpenGL4.Version42.IntImage3D; + var _IntImage2DRect = OpenTK.Graphics.OpenGL4.Version42.IntImage2DRect; + var _IntImageCube = OpenTK.Graphics.OpenGL4.Version42.IntImageCube; + var _IntImageBuffer = OpenTK.Graphics.OpenGL4.Version42.IntImageBuffer; + var _IntImage1DArray = OpenTK.Graphics.OpenGL4.Version42.IntImage1DArray; + var _IntImage2DArray = OpenTK.Graphics.OpenGL4.Version42.IntImage2DArray; + var _IntImageCubeMapArray = OpenTK.Graphics.OpenGL4.Version42.IntImageCubeMapArray; + var _IntImage2DMultisample = OpenTK.Graphics.OpenGL4.Version42.IntImage2DMultisample; + var _IntImage2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version42.IntImage2DMultisampleArray; + var _UnsignedIntImage1D = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImage1D; + var _UnsignedIntImage2D = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImage2D; + var _UnsignedIntImage3D = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImage3D; + var _UnsignedIntImage2DRect = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImage2DRect; + var _UnsignedIntImageCube = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImageCube; + var _UnsignedIntImageBuffer = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImageBuffer; + var _UnsignedIntImage1DArray = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImage1DArray; + var _UnsignedIntImage2DArray = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImage2DArray; + var _UnsignedIntImageCubeMapArray = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImageCubeMapArray; + var _UnsignedIntImage2DMultisample = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImage2DMultisample; + var _UnsignedIntImage2DMultisampleArray = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntImage2DMultisampleArray; + var _MaxImageSamples = OpenTK.Graphics.OpenGL4.Version42.MaxImageSamples; + var _ImageBindingFormat = OpenTK.Graphics.OpenGL4.Version42.ImageBindingFormat; + var _MinMapBufferAlignment = OpenTK.Graphics.OpenGL4.Version42.MinMapBufferAlignment; + var _ImageFormatCompatibilityType = OpenTK.Graphics.OpenGL4.Version42.ImageFormatCompatibilityType; + var _ImageFormatCompatibilityBySize = OpenTK.Graphics.OpenGL4.Version42.ImageFormatCompatibilityBySize; + var _ImageFormatCompatibilityByClass = OpenTK.Graphics.OpenGL4.Version42.ImageFormatCompatibilityByClass; + var _MaxVertexImageUniforms = OpenTK.Graphics.OpenGL4.Version42.MaxVertexImageUniforms; + var _MaxTessControlImageUniforms = OpenTK.Graphics.OpenGL4.Version42.MaxTessControlImageUniforms; + var _MaxTessEvaluationImageUniforms = OpenTK.Graphics.OpenGL4.Version42.MaxTessEvaluationImageUniforms; + var _MaxGeometryImageUniforms = OpenTK.Graphics.OpenGL4.Version42.MaxGeometryImageUniforms; + var _MaxFragmentImageUniforms = OpenTK.Graphics.OpenGL4.Version42.MaxFragmentImageUniforms; + var _MaxCombinedImageUniforms = OpenTK.Graphics.OpenGL4.Version42.MaxCombinedImageUniforms; + var _UnpackCompressedBlockWidth = OpenTK.Graphics.OpenGL4.Version42.UnpackCompressedBlockWidth; + var _UnpackCompressedBlockHeight = OpenTK.Graphics.OpenGL4.Version42.UnpackCompressedBlockHeight; + var _UnpackCompressedBlockDepth = OpenTK.Graphics.OpenGL4.Version42.UnpackCompressedBlockDepth; + var _UnpackCompressedBlockSize = OpenTK.Graphics.OpenGL4.Version42.UnpackCompressedBlockSize; + var _PackCompressedBlockWidth = OpenTK.Graphics.OpenGL4.Version42.PackCompressedBlockWidth; + var _PackCompressedBlockHeight = OpenTK.Graphics.OpenGL4.Version42.PackCompressedBlockHeight; + var _PackCompressedBlockDepth = OpenTK.Graphics.OpenGL4.Version42.PackCompressedBlockDepth; + var _PackCompressedBlockSize = OpenTK.Graphics.OpenGL4.Version42.PackCompressedBlockSize; + var _TextureImmutableFormat = OpenTK.Graphics.OpenGL4.Version42.TextureImmutableFormat; + var _AtomicCounterBuffer = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBuffer; + var _AtomicCounterBufferBinding = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferBinding; + var _AtomicCounterBufferStart = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferStart; + var _AtomicCounterBufferSize = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferSize; + var _AtomicCounterBufferDataSize = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferDataSize; + var _AtomicCounterBufferActiveAtomicCounters = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferActiveAtomicCounters; + var _AtomicCounterBufferActiveAtomicCounterIndices = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferActiveAtomicCounterIndices; + var _AtomicCounterBufferReferencedByVertexShader = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferReferencedByVertexShader; + var _AtomicCounterBufferReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferReferencedByTessControlShader; + var _AtomicCounterBufferReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferReferencedByTessEvaluationShader; + var _AtomicCounterBufferReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferReferencedByGeometryShader; + var _AtomicCounterBufferReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.Version42.AtomicCounterBufferReferencedByFragmentShader; + var _MaxVertexAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.Version42.MaxVertexAtomicCounterBuffers; + var _MaxTessControlAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.Version42.MaxTessControlAtomicCounterBuffers; + var _MaxTessEvaluationAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.Version42.MaxTessEvaluationAtomicCounterBuffers; + var _MaxGeometryAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.Version42.MaxGeometryAtomicCounterBuffers; + var _MaxFragmentAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.Version42.MaxFragmentAtomicCounterBuffers; + var _MaxCombinedAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.Version42.MaxCombinedAtomicCounterBuffers; + var _MaxVertexAtomicCounters = OpenTK.Graphics.OpenGL4.Version42.MaxVertexAtomicCounters; + var _MaxTessControlAtomicCounters = OpenTK.Graphics.OpenGL4.Version42.MaxTessControlAtomicCounters; + var _MaxTessEvaluationAtomicCounters = OpenTK.Graphics.OpenGL4.Version42.MaxTessEvaluationAtomicCounters; + var _MaxGeometryAtomicCounters = OpenTK.Graphics.OpenGL4.Version42.MaxGeometryAtomicCounters; + var _MaxFragmentAtomicCounters = OpenTK.Graphics.OpenGL4.Version42.MaxFragmentAtomicCounters; + var _MaxCombinedAtomicCounters = OpenTK.Graphics.OpenGL4.Version42.MaxCombinedAtomicCounters; + var _MaxAtomicCounterBufferSize = OpenTK.Graphics.OpenGL4.Version42.MaxAtomicCounterBufferSize; + var _ActiveAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.Version42.ActiveAtomicCounterBuffers; + var _UniformAtomicCounterBufferIndex = OpenTK.Graphics.OpenGL4.Version42.UniformAtomicCounterBufferIndex; + var _UnsignedIntAtomicCounter = OpenTK.Graphics.OpenGL4.Version42.UnsignedIntAtomicCounter; + var _MaxAtomicCounterBufferBindings = OpenTK.Graphics.OpenGL4.Version42.MaxAtomicCounterBufferBindings; + var _NumSampleCounts = OpenTK.Graphics.OpenGL4.Version42.NumSampleCounts; + var _AllBarrierBits = OpenTK.Graphics.OpenGL4.Version42.AllBarrierBits; +} +static void Test_Version43_19569() { + var _ContextFlagDebugBit = OpenTK.Graphics.OpenGL4.Version43.ContextFlagDebugBit; + var _ShaderStorageBarrierBit = OpenTK.Graphics.OpenGL4.Version43.ShaderStorageBarrierBit; + var _StackOverflow = OpenTK.Graphics.OpenGL4.Version43.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.OpenGL4.Version43.StackUnderflow; + var _VertexArray = OpenTK.Graphics.OpenGL4.Version43.VertexArray; + var _DebugOutputSynchronous = OpenTK.Graphics.OpenGL4.Version43.DebugOutputSynchronous; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.OpenGL4.Version43.DebugNextLoggedMessageLength; + var _DebugCallbackFunction = OpenTK.Graphics.OpenGL4.Version43.DebugCallbackFunction; + var _DebugCallbackUserParam = OpenTK.Graphics.OpenGL4.Version43.DebugCallbackUserParam; + var _DebugSourceApi = OpenTK.Graphics.OpenGL4.Version43.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.OpenGL4.Version43.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.OpenGL4.Version43.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.OpenGL4.Version43.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.OpenGL4.Version43.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.OpenGL4.Version43.DebugSourceOther; + var _DebugTypeError = OpenTK.Graphics.OpenGL4.Version43.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.OpenGL4.Version43.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.OpenGL4.Version43.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.OpenGL4.Version43.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.OpenGL4.Version43.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.OpenGL4.Version43.DebugTypeOther; + var _MaxComputeSharedMemorySize = OpenTK.Graphics.OpenGL4.Version43.MaxComputeSharedMemorySize; + var _MaxComputeUniformComponents = OpenTK.Graphics.OpenGL4.Version43.MaxComputeUniformComponents; + var _MaxComputeAtomicCounterBuffers = OpenTK.Graphics.OpenGL4.Version43.MaxComputeAtomicCounterBuffers; + var _MaxComputeAtomicCounters = OpenTK.Graphics.OpenGL4.Version43.MaxComputeAtomicCounters; + var _MaxCombinedComputeUniformComponents = OpenTK.Graphics.OpenGL4.Version43.MaxCombinedComputeUniformComponents; + var _ComputeWorkGroupSize = OpenTK.Graphics.OpenGL4.Version43.ComputeWorkGroupSize; + var _DebugTypeMarker = OpenTK.Graphics.OpenGL4.Version43.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.OpenGL4.Version43.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.OpenGL4.Version43.DebugTypePopGroup; + var _DebugSeverityNotification = OpenTK.Graphics.OpenGL4.Version43.DebugSeverityNotification; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.OpenGL4.Version43.MaxDebugGroupStackDepth; + var _DebugGroupStackDepth = OpenTK.Graphics.OpenGL4.Version43.DebugGroupStackDepth; + var _MaxUniformLocations = OpenTK.Graphics.OpenGL4.Version43.MaxUniformLocations; + var _InternalformatSupported = OpenTK.Graphics.OpenGL4.Version43.InternalformatSupported; + var _InternalformatPreferred = OpenTK.Graphics.OpenGL4.Version43.InternalformatPreferred; + var _InternalformatRedSize = OpenTK.Graphics.OpenGL4.Version43.InternalformatRedSize; + var _InternalformatGreenSize = OpenTK.Graphics.OpenGL4.Version43.InternalformatGreenSize; + var _InternalformatBlueSize = OpenTK.Graphics.OpenGL4.Version43.InternalformatBlueSize; + var _InternalformatAlphaSize = OpenTK.Graphics.OpenGL4.Version43.InternalformatAlphaSize; + var _InternalformatDepthSize = OpenTK.Graphics.OpenGL4.Version43.InternalformatDepthSize; + var _InternalformatStencilSize = OpenTK.Graphics.OpenGL4.Version43.InternalformatStencilSize; + var _InternalformatSharedSize = OpenTK.Graphics.OpenGL4.Version43.InternalformatSharedSize; + var _InternalformatRedType = OpenTK.Graphics.OpenGL4.Version43.InternalformatRedType; + var _InternalformatGreenType = OpenTK.Graphics.OpenGL4.Version43.InternalformatGreenType; + var _InternalformatBlueType = OpenTK.Graphics.OpenGL4.Version43.InternalformatBlueType; + var _InternalformatAlphaType = OpenTK.Graphics.OpenGL4.Version43.InternalformatAlphaType; + var _InternalformatDepthType = OpenTK.Graphics.OpenGL4.Version43.InternalformatDepthType; + var _InternalformatStencilType = OpenTK.Graphics.OpenGL4.Version43.InternalformatStencilType; + var _MaxWidth = OpenTK.Graphics.OpenGL4.Version43.MaxWidth; + var _MaxHeight = OpenTK.Graphics.OpenGL4.Version43.MaxHeight; + var _MaxDepth = OpenTK.Graphics.OpenGL4.Version43.MaxDepth; + var _MaxLayers = OpenTK.Graphics.OpenGL4.Version43.MaxLayers; + var _MaxCombinedDimensions = OpenTK.Graphics.OpenGL4.Version43.MaxCombinedDimensions; + var _ColorComponents = OpenTK.Graphics.OpenGL4.Version43.ColorComponents; + var _DepthComponents = OpenTK.Graphics.OpenGL4.Version43.DepthComponents; + var _StencilComponents = OpenTK.Graphics.OpenGL4.Version43.StencilComponents; + var _ColorRenderable = OpenTK.Graphics.OpenGL4.Version43.ColorRenderable; + var _DepthRenderable = OpenTK.Graphics.OpenGL4.Version43.DepthRenderable; + var _StencilRenderable = OpenTK.Graphics.OpenGL4.Version43.StencilRenderable; + var _FramebufferRenderable = OpenTK.Graphics.OpenGL4.Version43.FramebufferRenderable; + var _FramebufferRenderableLayered = OpenTK.Graphics.OpenGL4.Version43.FramebufferRenderableLayered; + var _FramebufferBlend = OpenTK.Graphics.OpenGL4.Version43.FramebufferBlend; + var _ReadPixels = OpenTK.Graphics.OpenGL4.Version43.ReadPixels; + var _ReadPixelsFormat = OpenTK.Graphics.OpenGL4.Version43.ReadPixelsFormat; + var _ReadPixelsType = OpenTK.Graphics.OpenGL4.Version43.ReadPixelsType; + var _TextureImageFormat = OpenTK.Graphics.OpenGL4.Version43.TextureImageFormat; + var _TextureImageType = OpenTK.Graphics.OpenGL4.Version43.TextureImageType; + var _GetTextureImageFormat = OpenTK.Graphics.OpenGL4.Version43.GetTextureImageFormat; + var _GetTextureImageType = OpenTK.Graphics.OpenGL4.Version43.GetTextureImageType; + var _Mipmap = OpenTK.Graphics.OpenGL4.Version43.Mipmap; + var _ManualGenerateMipmap = OpenTK.Graphics.OpenGL4.Version43.ManualGenerateMipmap; + var _AutoGenerateMipmap = OpenTK.Graphics.OpenGL4.Version43.AutoGenerateMipmap; + var _ColorEncoding = OpenTK.Graphics.OpenGL4.Version43.ColorEncoding; + var _SrgbRead = OpenTK.Graphics.OpenGL4.Version43.SrgbRead; + var _SrgbWrite = OpenTK.Graphics.OpenGL4.Version43.SrgbWrite; + var _Filter = OpenTK.Graphics.OpenGL4.Version43.Filter; + var _VertexTexture = OpenTK.Graphics.OpenGL4.Version43.VertexTexture; + var _TessControlTexture = OpenTK.Graphics.OpenGL4.Version43.TessControlTexture; + var _TessEvaluationTexture = OpenTK.Graphics.OpenGL4.Version43.TessEvaluationTexture; + var _GeometryTexture = OpenTK.Graphics.OpenGL4.Version43.GeometryTexture; + var _FragmentTexture = OpenTK.Graphics.OpenGL4.Version43.FragmentTexture; + var _ComputeTexture = OpenTK.Graphics.OpenGL4.Version43.ComputeTexture; + var _TextureShadow = OpenTK.Graphics.OpenGL4.Version43.TextureShadow; + var _TextureGather = OpenTK.Graphics.OpenGL4.Version43.TextureGather; + var _TextureGatherShadow = OpenTK.Graphics.OpenGL4.Version43.TextureGatherShadow; + var _ShaderImageLoad = OpenTK.Graphics.OpenGL4.Version43.ShaderImageLoad; + var _ShaderImageStore = OpenTK.Graphics.OpenGL4.Version43.ShaderImageStore; + var _ShaderImageAtomic = OpenTK.Graphics.OpenGL4.Version43.ShaderImageAtomic; + var _ImageTexelSize = OpenTK.Graphics.OpenGL4.Version43.ImageTexelSize; + var _ImageCompatibilityClass = OpenTK.Graphics.OpenGL4.Version43.ImageCompatibilityClass; + var _ImagePixelFormat = OpenTK.Graphics.OpenGL4.Version43.ImagePixelFormat; + var _ImagePixelType = OpenTK.Graphics.OpenGL4.Version43.ImagePixelType; + var _SimultaneousTextureAndDepthTest = OpenTK.Graphics.OpenGL4.Version43.SimultaneousTextureAndDepthTest; + var _SimultaneousTextureAndStencilTest = OpenTK.Graphics.OpenGL4.Version43.SimultaneousTextureAndStencilTest; + var _SimultaneousTextureAndDepthWrite = OpenTK.Graphics.OpenGL4.Version43.SimultaneousTextureAndDepthWrite; + var _SimultaneousTextureAndStencilWrite = OpenTK.Graphics.OpenGL4.Version43.SimultaneousTextureAndStencilWrite; + var _TextureCompressedBlockWidth = OpenTK.Graphics.OpenGL4.Version43.TextureCompressedBlockWidth; + var _TextureCompressedBlockHeight = OpenTK.Graphics.OpenGL4.Version43.TextureCompressedBlockHeight; + var _TextureCompressedBlockSize = OpenTK.Graphics.OpenGL4.Version43.TextureCompressedBlockSize; + var _ClearBuffer = OpenTK.Graphics.OpenGL4.Version43.ClearBuffer; + var _TextureView = OpenTK.Graphics.OpenGL4.Version43.TextureView; + var _ViewCompatibilityClass = OpenTK.Graphics.OpenGL4.Version43.ViewCompatibilityClass; + var _FullSupport = OpenTK.Graphics.OpenGL4.Version43.FullSupport; + var _CaveatSupport = OpenTK.Graphics.OpenGL4.Version43.CaveatSupport; + var _ImageClass4X32 = OpenTK.Graphics.OpenGL4.Version43.ImageClass4X32; + var _ImageClass2X32 = OpenTK.Graphics.OpenGL4.Version43.ImageClass2X32; + var _ImageClass1X32 = OpenTK.Graphics.OpenGL4.Version43.ImageClass1X32; + var _ImageClass4X16 = OpenTK.Graphics.OpenGL4.Version43.ImageClass4X16; + var _ImageClass2X16 = OpenTK.Graphics.OpenGL4.Version43.ImageClass2X16; + var _ImageClass1X16 = OpenTK.Graphics.OpenGL4.Version43.ImageClass1X16; + var _ImageClass4X8 = OpenTK.Graphics.OpenGL4.Version43.ImageClass4X8; + var _ImageClass2X8 = OpenTK.Graphics.OpenGL4.Version43.ImageClass2X8; + var _ImageClass1X8 = OpenTK.Graphics.OpenGL4.Version43.ImageClass1X8; + var _ImageClass111110 = OpenTK.Graphics.OpenGL4.Version43.ImageClass111110; + var _ImageClass1010102 = OpenTK.Graphics.OpenGL4.Version43.ImageClass1010102; + var _ViewClass128Bits = OpenTK.Graphics.OpenGL4.Version43.ViewClass128Bits; + var _ViewClass96Bits = OpenTK.Graphics.OpenGL4.Version43.ViewClass96Bits; + var _ViewClass64Bits = OpenTK.Graphics.OpenGL4.Version43.ViewClass64Bits; + var _ViewClass48Bits = OpenTK.Graphics.OpenGL4.Version43.ViewClass48Bits; + var _ViewClass32Bits = OpenTK.Graphics.OpenGL4.Version43.ViewClass32Bits; + var _ViewClass24Bits = OpenTK.Graphics.OpenGL4.Version43.ViewClass24Bits; + var _ViewClass16Bits = OpenTK.Graphics.OpenGL4.Version43.ViewClass16Bits; + var _ViewClass8Bits = OpenTK.Graphics.OpenGL4.Version43.ViewClass8Bits; + var _ViewClassS3tcDxt1Rgb = OpenTK.Graphics.OpenGL4.Version43.ViewClassS3tcDxt1Rgb; + var _ViewClassS3tcDxt1Rgba = OpenTK.Graphics.OpenGL4.Version43.ViewClassS3tcDxt1Rgba; + var _ViewClassS3tcDxt3Rgba = OpenTK.Graphics.OpenGL4.Version43.ViewClassS3tcDxt3Rgba; + var _ViewClassS3tcDxt5Rgba = OpenTK.Graphics.OpenGL4.Version43.ViewClassS3tcDxt5Rgba; + var _ViewClassRgtc1Red = OpenTK.Graphics.OpenGL4.Version43.ViewClassRgtc1Red; + var _ViewClassRgtc2Rg = OpenTK.Graphics.OpenGL4.Version43.ViewClassRgtc2Rg; + var _ViewClassBptcUnorm = OpenTK.Graphics.OpenGL4.Version43.ViewClassBptcUnorm; + var _ViewClassBptcFloat = OpenTK.Graphics.OpenGL4.Version43.ViewClassBptcFloat; + var _VertexAttribBinding = OpenTK.Graphics.OpenGL4.Version43.VertexAttribBinding; + var _VertexAttribRelativeOffset = OpenTK.Graphics.OpenGL4.Version43.VertexAttribRelativeOffset; + var _VertexBindingDivisor = OpenTK.Graphics.OpenGL4.Version43.VertexBindingDivisor; + var _VertexBindingOffset = OpenTK.Graphics.OpenGL4.Version43.VertexBindingOffset; + var _VertexBindingStride = OpenTK.Graphics.OpenGL4.Version43.VertexBindingStride; + var _MaxVertexAttribRelativeOffset = OpenTK.Graphics.OpenGL4.Version43.MaxVertexAttribRelativeOffset; + var _MaxVertexAttribBindings = OpenTK.Graphics.OpenGL4.Version43.MaxVertexAttribBindings; + var _TextureViewMinLevel = OpenTK.Graphics.OpenGL4.Version43.TextureViewMinLevel; + var _TextureViewNumLevels = OpenTK.Graphics.OpenGL4.Version43.TextureViewNumLevels; + var _TextureViewMinLayer = OpenTK.Graphics.OpenGL4.Version43.TextureViewMinLayer; + var _TextureViewNumLayers = OpenTK.Graphics.OpenGL4.Version43.TextureViewNumLayers; + var _TextureImmutableLevels = OpenTK.Graphics.OpenGL4.Version43.TextureImmutableLevels; + var _Buffer = OpenTK.Graphics.OpenGL4.Version43.Buffer; + var _Shader = OpenTK.Graphics.OpenGL4.Version43.Shader; + var _Program = OpenTK.Graphics.OpenGL4.Version43.Program; + var _Query = OpenTK.Graphics.OpenGL4.Version43.Query; + var _ProgramPipeline = OpenTK.Graphics.OpenGL4.Version43.ProgramPipeline; + var _Sampler = OpenTK.Graphics.OpenGL4.Version43.Sampler; + var _DisplayList = OpenTK.Graphics.OpenGL4.Version43.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.OpenGL4.Version43.MaxLabelLength; + var _NumShadingLanguageVersions = OpenTK.Graphics.OpenGL4.Version43.NumShadingLanguageVersions; + var _VertexAttribArrayLong = OpenTK.Graphics.OpenGL4.Version43.VertexAttribArrayLong; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.OpenGL4.Version43.PrimitiveRestartFixedIndex; + var _AnySamplesPassedConservative = OpenTK.Graphics.OpenGL4.Version43.AnySamplesPassedConservative; + var _MaxElementIndex = OpenTK.Graphics.OpenGL4.Version43.MaxElementIndex; + var _MaxCombinedShaderOutputResources = OpenTK.Graphics.OpenGL4.Version43.MaxCombinedShaderOutputResources; + var _VertexBindingBuffer = OpenTK.Graphics.OpenGL4.Version43.VertexBindingBuffer; + var _ShaderStorageBuffer = OpenTK.Graphics.OpenGL4.Version43.ShaderStorageBuffer; + var _ShaderStorageBufferBinding = OpenTK.Graphics.OpenGL4.Version43.ShaderStorageBufferBinding; + var _ShaderStorageBufferStart = OpenTK.Graphics.OpenGL4.Version43.ShaderStorageBufferStart; + var _ShaderStorageBufferSize = OpenTK.Graphics.OpenGL4.Version43.ShaderStorageBufferSize; + var _MaxVertexShaderStorageBlocks = OpenTK.Graphics.OpenGL4.Version43.MaxVertexShaderStorageBlocks; + var _MaxGeometryShaderStorageBlocks = OpenTK.Graphics.OpenGL4.Version43.MaxGeometryShaderStorageBlocks; + var _MaxTessControlShaderStorageBlocks = OpenTK.Graphics.OpenGL4.Version43.MaxTessControlShaderStorageBlocks; + var _MaxTessEvaluationShaderStorageBlocks = OpenTK.Graphics.OpenGL4.Version43.MaxTessEvaluationShaderStorageBlocks; + var _MaxFragmentShaderStorageBlocks = OpenTK.Graphics.OpenGL4.Version43.MaxFragmentShaderStorageBlocks; + var _MaxComputeShaderStorageBlocks = OpenTK.Graphics.OpenGL4.Version43.MaxComputeShaderStorageBlocks; + var _MaxCombinedShaderStorageBlocks = OpenTK.Graphics.OpenGL4.Version43.MaxCombinedShaderStorageBlocks; + var _MaxShaderStorageBufferBindings = OpenTK.Graphics.OpenGL4.Version43.MaxShaderStorageBufferBindings; + var _MaxShaderStorageBlockSize = OpenTK.Graphics.OpenGL4.Version43.MaxShaderStorageBlockSize; + var _ShaderStorageBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.Version43.ShaderStorageBufferOffsetAlignment; + var _DepthStencilTextureMode = OpenTK.Graphics.OpenGL4.Version43.DepthStencilTextureMode; + var _MaxComputeWorkGroupInvocations = OpenTK.Graphics.OpenGL4.Version43.MaxComputeWorkGroupInvocations; + var _UniformBlockReferencedByComputeShader = OpenTK.Graphics.OpenGL4.Version43.UniformBlockReferencedByComputeShader; + var _AtomicCounterBufferReferencedByComputeShader = OpenTK.Graphics.OpenGL4.Version43.AtomicCounterBufferReferencedByComputeShader; + var _DispatchIndirectBuffer = OpenTK.Graphics.OpenGL4.Version43.DispatchIndirectBuffer; + var _DispatchIndirectBufferBinding = OpenTK.Graphics.OpenGL4.Version43.DispatchIndirectBufferBinding; + var _MaxDebugMessageLength = OpenTK.Graphics.OpenGL4.Version43.MaxDebugMessageLength; + var _MaxDebugLoggedMessages = OpenTK.Graphics.OpenGL4.Version43.MaxDebugLoggedMessages; + var _DebugLoggedMessages = OpenTK.Graphics.OpenGL4.Version43.DebugLoggedMessages; + var _DebugSeverityHigh = OpenTK.Graphics.OpenGL4.Version43.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.OpenGL4.Version43.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.OpenGL4.Version43.DebugSeverityLow; + var _TextureBufferOffset = OpenTK.Graphics.OpenGL4.Version43.TextureBufferOffset; + var _TextureBufferSize = OpenTK.Graphics.OpenGL4.Version43.TextureBufferSize; + var _TextureBufferOffsetAlignment = OpenTK.Graphics.OpenGL4.Version43.TextureBufferOffsetAlignment; + var _ComputeShader = OpenTK.Graphics.OpenGL4.Version43.ComputeShader; + var _MaxComputeUniformBlocks = OpenTK.Graphics.OpenGL4.Version43.MaxComputeUniformBlocks; + var _MaxComputeTextureImageUnits = OpenTK.Graphics.OpenGL4.Version43.MaxComputeTextureImageUnits; + var _MaxComputeImageUniforms = OpenTK.Graphics.OpenGL4.Version43.MaxComputeImageUniforms; + var _MaxComputeWorkGroupCount = OpenTK.Graphics.OpenGL4.Version43.MaxComputeWorkGroupCount; + var _MaxComputeWorkGroupSize = OpenTK.Graphics.OpenGL4.Version43.MaxComputeWorkGroupSize; + var _CompressedR11Eac = OpenTK.Graphics.OpenGL4.Version43.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.OpenGL4.Version43.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.OpenGL4.Version43.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.OpenGL4.Version43.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.OpenGL4.Version43.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.OpenGL4.Version43.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL4.Version43.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.OpenGL4.Version43.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.OpenGL4.Version43.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.OpenGL4.Version43.CompressedSrgb8Alpha8Etc2Eac; + var _DebugOutput = OpenTK.Graphics.OpenGL4.Version43.DebugOutput; + var _Uniform = OpenTK.Graphics.OpenGL4.Version43.Uniform; + var _UniformBlock = OpenTK.Graphics.OpenGL4.Version43.UniformBlock; + var _ProgramInput = OpenTK.Graphics.OpenGL4.Version43.ProgramInput; + var _ProgramOutput = OpenTK.Graphics.OpenGL4.Version43.ProgramOutput; + var _BufferVariable = OpenTK.Graphics.OpenGL4.Version43.BufferVariable; + var _ShaderStorageBlock = OpenTK.Graphics.OpenGL4.Version43.ShaderStorageBlock; + var _IsPerPatch = OpenTK.Graphics.OpenGL4.Version43.IsPerPatch; + var _VertexSubroutine = OpenTK.Graphics.OpenGL4.Version43.VertexSubroutine; + var _TessControlSubroutine = OpenTK.Graphics.OpenGL4.Version43.TessControlSubroutine; + var _TessEvaluationSubroutine = OpenTK.Graphics.OpenGL4.Version43.TessEvaluationSubroutine; + var _GeometrySubroutine = OpenTK.Graphics.OpenGL4.Version43.GeometrySubroutine; + var _FragmentSubroutine = OpenTK.Graphics.OpenGL4.Version43.FragmentSubroutine; + var _ComputeSubroutine = OpenTK.Graphics.OpenGL4.Version43.ComputeSubroutine; + var _VertexSubroutineUniform = OpenTK.Graphics.OpenGL4.Version43.VertexSubroutineUniform; + var _TessControlSubroutineUniform = OpenTK.Graphics.OpenGL4.Version43.TessControlSubroutineUniform; + var _TessEvaluationSubroutineUniform = OpenTK.Graphics.OpenGL4.Version43.TessEvaluationSubroutineUniform; + var _GeometrySubroutineUniform = OpenTK.Graphics.OpenGL4.Version43.GeometrySubroutineUniform; + var _FragmentSubroutineUniform = OpenTK.Graphics.OpenGL4.Version43.FragmentSubroutineUniform; + var _ComputeSubroutineUniform = OpenTK.Graphics.OpenGL4.Version43.ComputeSubroutineUniform; + var _TransformFeedbackVarying = OpenTK.Graphics.OpenGL4.Version43.TransformFeedbackVarying; + var _ActiveResources = OpenTK.Graphics.OpenGL4.Version43.ActiveResources; + var _MaxNameLength = OpenTK.Graphics.OpenGL4.Version43.MaxNameLength; + var _MaxNumActiveVariables = OpenTK.Graphics.OpenGL4.Version43.MaxNumActiveVariables; + var _MaxNumCompatibleSubroutines = OpenTK.Graphics.OpenGL4.Version43.MaxNumCompatibleSubroutines; + var _NameLength = OpenTK.Graphics.OpenGL4.Version43.NameLength; + var _Type = OpenTK.Graphics.OpenGL4.Version43.Type; + var _ArraySize = OpenTK.Graphics.OpenGL4.Version43.ArraySize; + var _Offset = OpenTK.Graphics.OpenGL4.Version43.Offset; + var _BlockIndex = OpenTK.Graphics.OpenGL4.Version43.BlockIndex; + var _ArrayStride = OpenTK.Graphics.OpenGL4.Version43.ArrayStride; + var _MatrixStride = OpenTK.Graphics.OpenGL4.Version43.MatrixStride; + var _IsRowMajor = OpenTK.Graphics.OpenGL4.Version43.IsRowMajor; + var _AtomicCounterBufferIndex = OpenTK.Graphics.OpenGL4.Version43.AtomicCounterBufferIndex; + var _BufferBinding = OpenTK.Graphics.OpenGL4.Version43.BufferBinding; + var _BufferDataSize = OpenTK.Graphics.OpenGL4.Version43.BufferDataSize; + var _NumActiveVariables = OpenTK.Graphics.OpenGL4.Version43.NumActiveVariables; + var _ActiveVariables = OpenTK.Graphics.OpenGL4.Version43.ActiveVariables; + var _ReferencedByVertexShader = OpenTK.Graphics.OpenGL4.Version43.ReferencedByVertexShader; + var _ReferencedByTessControlShader = OpenTK.Graphics.OpenGL4.Version43.ReferencedByTessControlShader; + var _ReferencedByTessEvaluationShader = OpenTK.Graphics.OpenGL4.Version43.ReferencedByTessEvaluationShader; + var _ReferencedByGeometryShader = OpenTK.Graphics.OpenGL4.Version43.ReferencedByGeometryShader; + var _ReferencedByFragmentShader = OpenTK.Graphics.OpenGL4.Version43.ReferencedByFragmentShader; + var _ReferencedByComputeShader = OpenTK.Graphics.OpenGL4.Version43.ReferencedByComputeShader; + var _TopLevelArraySize = OpenTK.Graphics.OpenGL4.Version43.TopLevelArraySize; + var _TopLevelArrayStride = OpenTK.Graphics.OpenGL4.Version43.TopLevelArrayStride; + var _Location = OpenTK.Graphics.OpenGL4.Version43.Location; + var _LocationIndex = OpenTK.Graphics.OpenGL4.Version43.LocationIndex; + var _FramebufferDefaultWidth = OpenTK.Graphics.OpenGL4.Version43.FramebufferDefaultWidth; + var _FramebufferDefaultHeight = OpenTK.Graphics.OpenGL4.Version43.FramebufferDefaultHeight; + var _FramebufferDefaultLayers = OpenTK.Graphics.OpenGL4.Version43.FramebufferDefaultLayers; + var _FramebufferDefaultSamples = OpenTK.Graphics.OpenGL4.Version43.FramebufferDefaultSamples; + var _FramebufferDefaultFixedSampleLocations = OpenTK.Graphics.OpenGL4.Version43.FramebufferDefaultFixedSampleLocations; + var _MaxFramebufferWidth = OpenTK.Graphics.OpenGL4.Version43.MaxFramebufferWidth; + var _MaxFramebufferHeight = OpenTK.Graphics.OpenGL4.Version43.MaxFramebufferHeight; + var _MaxFramebufferLayers = OpenTK.Graphics.OpenGL4.Version43.MaxFramebufferLayers; + var _MaxFramebufferSamples = OpenTK.Graphics.OpenGL4.Version43.MaxFramebufferSamples; +} +static void Test_Version44_19570() { + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.OpenGL4.Version44.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.OpenGL4.Version44.QueryBufferBarrierBit; + var _MapReadBit = OpenTK.Graphics.OpenGL4.Version44.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.OpenGL4.Version44.MapWriteBit; + var _MapPersistentBit = OpenTK.Graphics.OpenGL4.Version44.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.OpenGL4.Version44.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.OpenGL4.Version44.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.OpenGL4.Version44.ClientStorageBit; + var _StencilIndex = OpenTK.Graphics.OpenGL4.Version44.StencilIndex; + var _BufferImmutableStorage = OpenTK.Graphics.OpenGL4.Version44.BufferImmutableStorage; + var _BufferStorageFlags = OpenTK.Graphics.OpenGL4.Version44.BufferStorageFlags; + var _PrimitiveRestartForPatchesSupported = OpenTK.Graphics.OpenGL4.Version44.PrimitiveRestartForPatchesSupported; + var _MaxVertexAttribStride = OpenTK.Graphics.OpenGL4.Version44.MaxVertexAttribStride; + var _MirrorClampToEdge = OpenTK.Graphics.OpenGL4.Version44.MirrorClampToEdge; + var _TextureBufferBinding = OpenTK.Graphics.OpenGL4.Version44.TextureBufferBinding; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.OpenGL4.Version44.UnsignedInt10F11F11FRev; + var _TransformFeedbackBuffer = OpenTK.Graphics.OpenGL4.Version44.TransformFeedbackBuffer; + var _StencilIndex8 = OpenTK.Graphics.OpenGL4.Version44.StencilIndex8; + var _QueryBuffer = OpenTK.Graphics.OpenGL4.Version44.QueryBuffer; + var _QueryBufferBinding = OpenTK.Graphics.OpenGL4.Version44.QueryBufferBinding; + var _QueryResultNoWait = OpenTK.Graphics.OpenGL4.Version44.QueryResultNoWait; + var _LocationComponent = OpenTK.Graphics.OpenGL4.Version44.LocationComponent; + var _TransformFeedbackBufferIndex = OpenTK.Graphics.OpenGL4.Version44.TransformFeedbackBufferIndex; + var _TransformFeedbackBufferStride = OpenTK.Graphics.OpenGL4.Version44.TransformFeedbackBufferStride; + var _ClearTexture = OpenTK.Graphics.OpenGL4.Version44.ClearTexture; +} +static void Test_VertexAttribDoubleType_19571() { + var _Double = OpenTK.Graphics.OpenGL4.VertexAttribDoubleType.Double; +} +static void Test_VertexAttribDPointerType_19572() { + var _Double = OpenTK.Graphics.OpenGL4.VertexAttribDPointerType.Double; +} +static void Test_VertexAttribIntegerType_19573() { + var _Byte = OpenTK.Graphics.OpenGL4.VertexAttribIntegerType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.VertexAttribIntegerType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.VertexAttribIntegerType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.VertexAttribIntegerType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.VertexAttribIntegerType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.VertexAttribIntegerType.UnsignedInt; +} +static void Test_VertexAttribIPointerType_19574() { + var _Byte = OpenTK.Graphics.OpenGL4.VertexAttribIPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.VertexAttribIPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.VertexAttribIPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.VertexAttribIPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.VertexAttribIPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.VertexAttribIPointerType.UnsignedInt; +} +static void Test_VertexAttribParameter_19575() { + var _ArrayEnabled = OpenTK.Graphics.OpenGL4.VertexAttribParameter.ArrayEnabled; + var _ArraySize = OpenTK.Graphics.OpenGL4.VertexAttribParameter.ArraySize; + var _ArrayStride = OpenTK.Graphics.OpenGL4.VertexAttribParameter.ArrayStride; + var _ArrayType = OpenTK.Graphics.OpenGL4.VertexAttribParameter.ArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.OpenGL4.VertexAttribParameter.CurrentVertexAttrib; + var _ArrayNormalized = OpenTK.Graphics.OpenGL4.VertexAttribParameter.ArrayNormalized; + var _VertexAttribArrayInteger = OpenTK.Graphics.OpenGL4.VertexAttribParameter.VertexAttribArrayInteger; + var _VertexAttribArrayDivisor = OpenTK.Graphics.OpenGL4.VertexAttribParameter.VertexAttribArrayDivisor; +} +static void Test_VertexAttribParameterArb_19576() { + var _ArrayEnabled = OpenTK.Graphics.OpenGL4.VertexAttribParameterArb.ArrayEnabled; + var _ArraySize = OpenTK.Graphics.OpenGL4.VertexAttribParameterArb.ArraySize; + var _ArrayStride = OpenTK.Graphics.OpenGL4.VertexAttribParameterArb.ArrayStride; + var _ArrayType = OpenTK.Graphics.OpenGL4.VertexAttribParameterArb.ArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.OpenGL4.VertexAttribParameterArb.CurrentVertexAttrib; + var _ArrayNormalized = OpenTK.Graphics.OpenGL4.VertexAttribParameterArb.ArrayNormalized; + var _ArrayDivisor = OpenTK.Graphics.OpenGL4.VertexAttribParameterArb.ArrayDivisor; +} +static void Test_VertexAttribPointerParameter_19577() { + var _ArrayPointer = OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter.ArrayPointer; +} +static void Test_VertexAttribPointerParameterArb_19578() { + var _ArrayPointer = OpenTK.Graphics.OpenGL4.VertexAttribPointerParameterArb.ArrayPointer; +} +static void Test_VertexAttribPointerType_19579() { + var _Byte = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.HalfFloat; + var _Fixed = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.Fixed; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.VertexAttribPointerType.Int2101010Rev; +} +static void Test_VertexAttribPointerTypeArb_19580() { + var _Byte = OpenTK.Graphics.OpenGL4.VertexAttribPointerTypeArb.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.VertexAttribPointerTypeArb.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.VertexAttribPointerTypeArb.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.VertexAttribPointerTypeArb.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.VertexAttribPointerTypeArb.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.VertexAttribPointerTypeArb.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.VertexAttribPointerTypeArb.Float; + var _Double = OpenTK.Graphics.OpenGL4.VertexAttribPointerTypeArb.Double; +} +static void Test_VertexAttribType_19581() { + var _Byte = OpenTK.Graphics.OpenGL4.VertexAttribType.Byte; + var _UnsignedByte = OpenTK.Graphics.OpenGL4.VertexAttribType.UnsignedByte; + var _Short = OpenTK.Graphics.OpenGL4.VertexAttribType.Short; + var _UnsignedShort = OpenTK.Graphics.OpenGL4.VertexAttribType.UnsignedShort; + var _Int = OpenTK.Graphics.OpenGL4.VertexAttribType.Int; + var _UnsignedInt = OpenTK.Graphics.OpenGL4.VertexAttribType.UnsignedInt; + var _Float = OpenTK.Graphics.OpenGL4.VertexAttribType.Float; + var _Double = OpenTK.Graphics.OpenGL4.VertexAttribType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.VertexAttribType.HalfFloat; + var _Fixed = OpenTK.Graphics.OpenGL4.VertexAttribType.Fixed; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.VertexAttribType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.VertexAttribType.Int2101010Rev; +} +static void Test_VertexPointerType_19582() { + var _Short = OpenTK.Graphics.OpenGL4.VertexPointerType.Short; + var _Int = OpenTK.Graphics.OpenGL4.VertexPointerType.Int; + var _Float = OpenTK.Graphics.OpenGL4.VertexPointerType.Float; + var _Double = OpenTK.Graphics.OpenGL4.VertexPointerType.Double; + var _HalfFloat = OpenTK.Graphics.OpenGL4.VertexPointerType.HalfFloat; + var _UnsignedInt2101010Rev = OpenTK.Graphics.OpenGL4.VertexPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.OpenGL4.VertexPointerType.Int2101010Rev; +} +static void Test_WaitSyncFlags_19583() { + var _None = OpenTK.Graphics.OpenGL4.WaitSyncFlags.None; +} +static void Test_WaitSyncStatus_19584() { + var _AlreadySignaled = OpenTK.Graphics.OpenGL4.WaitSyncStatus.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.OpenGL4.WaitSyncStatus.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.OpenGL4.WaitSyncStatus.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.OpenGL4.WaitSyncStatus.WaitFailed; +} +static void Test_AccumOp_19585() { + var _Accum = OpenTK.Graphics.ES30.AccumOp.Accum; + var _Load = OpenTK.Graphics.ES30.AccumOp.Load; + var _Return = OpenTK.Graphics.ES30.AccumOp.Return; + var _Mult = OpenTK.Graphics.ES30.AccumOp.Mult; + var _Add = OpenTK.Graphics.ES30.AccumOp.Add; +} +static void Test_ActiveAttribType_19586() { + var _Int = OpenTK.Graphics.ES30.ActiveAttribType.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.ActiveAttribType.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.ActiveAttribType.Float; + var _FloatVec2 = OpenTK.Graphics.ES30.ActiveAttribType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES30.ActiveAttribType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES30.ActiveAttribType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.ES30.ActiveAttribType.IntVec2; + var _IntVec3 = OpenTK.Graphics.ES30.ActiveAttribType.IntVec3; + var _IntVec4 = OpenTK.Graphics.ES30.ActiveAttribType.IntVec4; + var _FloatMat2 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat4; + var _FloatMat2x3 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.ES30.ActiveAttribType.FloatMat4x3; + var _UnsignedIntVec2 = OpenTK.Graphics.ES30.ActiveAttribType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.ES30.ActiveAttribType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.ES30.ActiveAttribType.UnsignedIntVec4; +} +static void Test_ActiveUniformBlockParameter_19587() { + var _UniformBlockBinding = OpenTK.Graphics.ES30.ActiveUniformBlockParameter.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.ES30.ActiveUniformBlockParameter.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.ES30.ActiveUniformBlockParameter.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.ES30.ActiveUniformBlockParameter.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.ES30.ActiveUniformBlockParameter.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.ES30.ActiveUniformBlockParameter.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.ES30.ActiveUniformBlockParameter.UniformBlockReferencedByFragmentShader; +} +static void Test_ActiveUniformParameter_19588() { + var _UniformType = OpenTK.Graphics.ES30.ActiveUniformParameter.UniformType; + var _UniformSize = OpenTK.Graphics.ES30.ActiveUniformParameter.UniformSize; + var _UniformNameLength = OpenTK.Graphics.ES30.ActiveUniformParameter.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.ES30.ActiveUniformParameter.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.ES30.ActiveUniformParameter.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.ES30.ActiveUniformParameter.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.ES30.ActiveUniformParameter.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.ES30.ActiveUniformParameter.UniformIsRowMajor; +} +static void Test_ActiveUniformType_19589() { + var _Int = OpenTK.Graphics.ES30.ActiveUniformType.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.ActiveUniformType.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.ActiveUniformType.Float; + var _FloatVec2 = OpenTK.Graphics.ES30.ActiveUniformType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES30.ActiveUniformType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES30.ActiveUniformType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.ES30.ActiveUniformType.IntVec2; + var _IntVec3 = OpenTK.Graphics.ES30.ActiveUniformType.IntVec3; + var _IntVec4 = OpenTK.Graphics.ES30.ActiveUniformType.IntVec4; + var _Bool = OpenTK.Graphics.ES30.ActiveUniformType.Bool; + var _BoolVec2 = OpenTK.Graphics.ES30.ActiveUniformType.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.ES30.ActiveUniformType.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.ES30.ActiveUniformType.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.ES30.ActiveUniformType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES30.ActiveUniformType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES30.ActiveUniformType.FloatMat4; + var _Sampler2D = OpenTK.Graphics.ES30.ActiveUniformType.Sampler2D; + var _Sampler3D = OpenTK.Graphics.ES30.ActiveUniformType.Sampler3D; + var _SamplerCube = OpenTK.Graphics.ES30.ActiveUniformType.SamplerCube; + var _Sampler2DShadow = OpenTK.Graphics.ES30.ActiveUniformType.Sampler2DShadow; + var _FloatMat2x3 = OpenTK.Graphics.ES30.ActiveUniformType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.ES30.ActiveUniformType.FloatMat2x4; + var _FloatMat3x4 = OpenTK.Graphics.ES30.ActiveUniformType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.ES30.ActiveUniformType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.ES30.ActiveUniformType.FloatMat4x3; + var _Sampler2DArray = OpenTK.Graphics.ES30.ActiveUniformType.Sampler2DArray; + var _Sampler2DArrayShadow = OpenTK.Graphics.ES30.ActiveUniformType.Sampler2DArrayShadow; + var _SamplerCubeShadow = OpenTK.Graphics.ES30.ActiveUniformType.SamplerCubeShadow; + var _UnsignedIntVec2 = OpenTK.Graphics.ES30.ActiveUniformType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.ES30.ActiveUniformType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.ES30.ActiveUniformType.UnsignedIntVec4; + var _IntSampler2D = OpenTK.Graphics.ES30.ActiveUniformType.IntSampler2D; + var _IntSampler3D = OpenTK.Graphics.ES30.ActiveUniformType.IntSampler3D; + var _IntSamplerCube = OpenTK.Graphics.ES30.ActiveUniformType.IntSamplerCube; + var _IntSampler2DArray = OpenTK.Graphics.ES30.ActiveUniformType.IntSampler2DArray; + var _UnsignedIntSampler2D = OpenTK.Graphics.ES30.ActiveUniformType.UnsignedIntSampler2D; + var _UnsignedIntSampler3D = OpenTK.Graphics.ES30.ActiveUniformType.UnsignedIntSampler3D; + var _UnsignedIntSamplerCube = OpenTK.Graphics.ES30.ActiveUniformType.UnsignedIntSamplerCube; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.ES30.ActiveUniformType.UnsignedIntSampler2DArray; +} +static void Test_All_19590() { + var _False = OpenTK.Graphics.ES30.All.False; + var _LayoutDefaultIntel = OpenTK.Graphics.ES30.All.LayoutDefaultIntel; + var _NoError = OpenTK.Graphics.ES30.All.NoError; + var _None = OpenTK.Graphics.ES30.All.None; + var _NoneOes = OpenTK.Graphics.ES30.All.NoneOes; + var _Zero = OpenTK.Graphics.ES30.All.Zero; + var _Points = OpenTK.Graphics.ES30.All.Points; + var _PerfquerySingleContextIntel = OpenTK.Graphics.ES30.All.PerfquerySingleContextIntel; + var _ClientPixelStoreBit = OpenTK.Graphics.ES30.All.ClientPixelStoreBit; + var _ColorBufferBit0Qcom = OpenTK.Graphics.ES30.All.ColorBufferBit0Qcom; + var _ContextCoreProfileBit = OpenTK.Graphics.ES30.All.ContextCoreProfileBit; + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.ES30.All.ContextFlagForwardCompatibleBit; + var _CurrentBit = OpenTK.Graphics.ES30.All.CurrentBit; + var _PerfqueryGlobalContextIntel = OpenTK.Graphics.ES30.All.PerfqueryGlobalContextIntel; + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.ES30.All.QueryDepthPassEventBitAmd; + var _SyncFlushCommandsBit = OpenTK.Graphics.ES30.All.SyncFlushCommandsBit; + var _SyncFlushCommandsBitApple = OpenTK.Graphics.ES30.All.SyncFlushCommandsBitApple; + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.ES30.All.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.ES30.All.VertexAttribArrayBarrierBitExt; + var _VertexShaderBit = OpenTK.Graphics.ES30.All.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.ES30.All.VertexShaderBitExt; + var _ClientVertexArrayBit = OpenTK.Graphics.ES30.All.ClientVertexArrayBit; + var _ColorBufferBit1Qcom = OpenTK.Graphics.ES30.All.ColorBufferBit1Qcom; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.ES30.All.ContextCompatibilityProfileBit; + var _ContextFlagDebugBit = OpenTK.Graphics.ES30.All.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.ES30.All.ContextFlagDebugBitKhr; + var _ElementArrayBarrierBit = OpenTK.Graphics.ES30.All.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.ES30.All.ElementArrayBarrierBitExt; + var _FragmentShaderBit = OpenTK.Graphics.ES30.All.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.ES30.All.FragmentShaderBitExt; + var _PointBit = OpenTK.Graphics.ES30.All.PointBit; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.ES30.All.QueryDepthFailEventBitAmd; + var _ColorBufferBit2Qcom = OpenTK.Graphics.ES30.All.ColorBufferBit2Qcom; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.ES30.All.ContextFlagRobustAccessBitArb; + var _GeometryShaderBit = OpenTK.Graphics.ES30.All.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.ES30.All.GeometryShaderBitExt; + var _LineBit = OpenTK.Graphics.ES30.All.LineBit; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.ES30.All.QueryStencilFailEventBitAmd; + var _UniformBarrierBit = OpenTK.Graphics.ES30.All.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.ES30.All.UniformBarrierBitExt; + var _ColorBufferBit3Qcom = OpenTK.Graphics.ES30.All.ColorBufferBit3Qcom; + var _PolygonBit = OpenTK.Graphics.ES30.All.PolygonBit; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.ES30.All.QueryDepthBoundsFailEventBitAmd; + var _TessControlShaderBit = OpenTK.Graphics.ES30.All.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.ES30.All.TessControlShaderBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.ES30.All.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.ES30.All.TextureFetchBarrierBitExt; + var _ColorBufferBit4Qcom = OpenTK.Graphics.ES30.All.ColorBufferBit4Qcom; + var _PolygonStippleBit = OpenTK.Graphics.ES30.All.PolygonStippleBit; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.ES30.All.ShaderGlobalAccessBarrierBitNv; + var _TessEvaluationShaderBit = OpenTK.Graphics.ES30.All.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.ES30.All.TessEvaluationShaderBitExt; + var _ColorBufferBit5Qcom = OpenTK.Graphics.ES30.All.ColorBufferBit5Qcom; + var _ComputeShaderBit = OpenTK.Graphics.ES30.All.ComputeShaderBit; + var _PixelModeBit = OpenTK.Graphics.ES30.All.PixelModeBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.ES30.All.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.ES30.All.ShaderImageAccessBarrierBitExt; + var _ColorBufferBit6Qcom = OpenTK.Graphics.ES30.All.ColorBufferBit6Qcom; + var _CommandBarrierBit = OpenTK.Graphics.ES30.All.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.ES30.All.CommandBarrierBitExt; + var _LightingBit = OpenTK.Graphics.ES30.All.LightingBit; + var _ColorBufferBit7Qcom = OpenTK.Graphics.ES30.All.ColorBufferBit7Qcom; + var _FogBit = OpenTK.Graphics.ES30.All.FogBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.ES30.All.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.ES30.All.PixelBufferBarrierBitExt; + var _DepthBufferBit = OpenTK.Graphics.ES30.All.DepthBufferBit; + var _DepthBufferBit0Qcom = OpenTK.Graphics.ES30.All.DepthBufferBit0Qcom; + var _TextureUpdateBarrierBit = OpenTK.Graphics.ES30.All.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.ES30.All.TextureUpdateBarrierBitExt; + var _AccumBufferBit = OpenTK.Graphics.ES30.All.AccumBufferBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.ES30.All.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.ES30.All.BufferUpdateBarrierBitExt; + var _DepthBufferBit1Qcom = OpenTK.Graphics.ES30.All.DepthBufferBit1Qcom; + var _DepthBufferBit2Qcom = OpenTK.Graphics.ES30.All.DepthBufferBit2Qcom; + var _FramebufferBarrierBit = OpenTK.Graphics.ES30.All.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.ES30.All.FramebufferBarrierBitExt; + var _StencilBufferBit = OpenTK.Graphics.ES30.All.StencilBufferBit; + var _DepthBufferBit3Qcom = OpenTK.Graphics.ES30.All.DepthBufferBit3Qcom; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.ES30.All.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.ES30.All.TransformFeedbackBarrierBitExt; + var _ViewportBit = OpenTK.Graphics.ES30.All.ViewportBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.ES30.All.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.ES30.All.AtomicCounterBarrierBitExt; + var _DepthBufferBit4Qcom = OpenTK.Graphics.ES30.All.DepthBufferBit4Qcom; + var _TransformBit = OpenTK.Graphics.ES30.All.TransformBit; + var _DepthBufferBit5Qcom = OpenTK.Graphics.ES30.All.DepthBufferBit5Qcom; + var _EnableBit = OpenTK.Graphics.ES30.All.EnableBit; + var _ShaderStorageBarrierBit = OpenTK.Graphics.ES30.All.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.ES30.All.ClientMappedBufferBarrierBit; + var _ColorBufferBit = OpenTK.Graphics.ES30.All.ColorBufferBit; + var _DepthBufferBit6Qcom = OpenTK.Graphics.ES30.All.DepthBufferBit6Qcom; + var _CoverageBufferBitNv = OpenTK.Graphics.ES30.All.CoverageBufferBitNv; + var _DepthBufferBit7Qcom = OpenTK.Graphics.ES30.All.DepthBufferBit7Qcom; + var _HintBit = OpenTK.Graphics.ES30.All.HintBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.ES30.All.QueryBufferBarrierBit; + var _MapReadBit = OpenTK.Graphics.ES30.All.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.ES30.All.MapReadBitExt; + var _Lines = OpenTK.Graphics.ES30.All.Lines; + var _EvalBit = OpenTK.Graphics.ES30.All.EvalBit; + var _StencilBufferBit0Qcom = OpenTK.Graphics.ES30.All.StencilBufferBit0Qcom; + var _LineLoop = OpenTK.Graphics.ES30.All.LineLoop; + var _MapWriteBit = OpenTK.Graphics.ES30.All.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.ES30.All.MapWriteBitExt; + var _ListBit = OpenTK.Graphics.ES30.All.ListBit; + var _StencilBufferBit1Qcom = OpenTK.Graphics.ES30.All.StencilBufferBit1Qcom; + var _LineStrip = OpenTK.Graphics.ES30.All.LineStrip; + var _MapInvalidateRangeBit = OpenTK.Graphics.ES30.All.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES30.All.MapInvalidateRangeBitExt; + var _Triangles = OpenTK.Graphics.ES30.All.Triangles; + var _StencilBufferBit2Qcom = OpenTK.Graphics.ES30.All.StencilBufferBit2Qcom; + var _TextureBit = OpenTK.Graphics.ES30.All.TextureBit; + var _TriangleStrip = OpenTK.Graphics.ES30.All.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES30.All.TriangleFan; + var _Quads = OpenTK.Graphics.ES30.All.Quads; + var _QuadsExt = OpenTK.Graphics.ES30.All.QuadsExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.ES30.All.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES30.All.MapInvalidateBufferBitExt; + var _QuadStrip = OpenTK.Graphics.ES30.All.QuadStrip; + var _ScissorBit = OpenTK.Graphics.ES30.All.ScissorBit; + var _StencilBufferBit3Qcom = OpenTK.Graphics.ES30.All.StencilBufferBit3Qcom; + var _Polygon = OpenTK.Graphics.ES30.All.Polygon; + var _LinesAdjacency = OpenTK.Graphics.ES30.All.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.ES30.All.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.ES30.All.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.ES30.All.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.ES30.All.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.ES30.All.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.ES30.All.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.ES30.All.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.ES30.All.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.ES30.All.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.ES30.All.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.ES30.All.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.ES30.All.Patches; + var _PatchesExt = OpenTK.Graphics.ES30.All.PatchesExt; + var _MapFlushExplicitBit = OpenTK.Graphics.ES30.All.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES30.All.MapFlushExplicitBitExt; + var _StencilBufferBit4Qcom = OpenTK.Graphics.ES30.All.StencilBufferBit4Qcom; + var _MapUnsynchronizedBit = OpenTK.Graphics.ES30.All.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES30.All.MapUnsynchronizedBitExt; + var _StencilBufferBit5Qcom = OpenTK.Graphics.ES30.All.StencilBufferBit5Qcom; + var _MapPersistentBit = OpenTK.Graphics.ES30.All.MapPersistentBit; + var _StencilBufferBit6Qcom = OpenTK.Graphics.ES30.All.StencilBufferBit6Qcom; + var _MapCoherentBit = OpenTK.Graphics.ES30.All.MapCoherentBit; + var _StencilBufferBit7Qcom = OpenTK.Graphics.ES30.All.StencilBufferBit7Qcom; + var _Accum = OpenTK.Graphics.ES30.All.Accum; + var _DynamicStorageBit = OpenTK.Graphics.ES30.All.DynamicStorageBit; + var _MultisampleBufferBit0Qcom = OpenTK.Graphics.ES30.All.MultisampleBufferBit0Qcom; + var _Load = OpenTK.Graphics.ES30.All.Load; + var _Return = OpenTK.Graphics.ES30.All.Return; + var _Mult = OpenTK.Graphics.ES30.All.Mult; + var _Add = OpenTK.Graphics.ES30.All.Add; + var _ClientStorageBit = OpenTK.Graphics.ES30.All.ClientStorageBit; + var _Never = OpenTK.Graphics.ES30.All.Never; + var _MultisampleBufferBit1Qcom = OpenTK.Graphics.ES30.All.MultisampleBufferBit1Qcom; + var _Less = OpenTK.Graphics.ES30.All.Less; + var _Equal = OpenTK.Graphics.ES30.All.Equal; + var _Lequal = OpenTK.Graphics.ES30.All.Lequal; + var _Greater = OpenTK.Graphics.ES30.All.Greater; + var _Notequal = OpenTK.Graphics.ES30.All.Notequal; + var _Gequal = OpenTK.Graphics.ES30.All.Gequal; + var _Always = OpenTK.Graphics.ES30.All.Always; + var _SrcColor = OpenTK.Graphics.ES30.All.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES30.All.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES30.All.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES30.All.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES30.All.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES30.All.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES30.All.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES30.All.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES30.All.SrcAlphaSaturate; + var _FrontLeft = OpenTK.Graphics.ES30.All.FrontLeft; + var _MultisampleBufferBit2Qcom = OpenTK.Graphics.ES30.All.MultisampleBufferBit2Qcom; + var _FrontRight = OpenTK.Graphics.ES30.All.FrontRight; + var _BackLeft = OpenTK.Graphics.ES30.All.BackLeft; + var _BackRight = OpenTK.Graphics.ES30.All.BackRight; + var _Front = OpenTK.Graphics.ES30.All.Front; + var _Back = OpenTK.Graphics.ES30.All.Back; + var _Left = OpenTK.Graphics.ES30.All.Left; + var _Right = OpenTK.Graphics.ES30.All.Right; + var _FrontAndBack = OpenTK.Graphics.ES30.All.FrontAndBack; + var _Aux0 = OpenTK.Graphics.ES30.All.Aux0; + var _Aux1 = OpenTK.Graphics.ES30.All.Aux1; + var _Aux2 = OpenTK.Graphics.ES30.All.Aux2; + var _Aux3 = OpenTK.Graphics.ES30.All.Aux3; + var _InvalidEnum = OpenTK.Graphics.ES30.All.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES30.All.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES30.All.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES30.All.StackOverflow; + var _StackOverflowKhr = OpenTK.Graphics.ES30.All.StackOverflowKhr; + var _StackUnderflow = OpenTK.Graphics.ES30.All.StackUnderflow; + var _StackUnderflowKhr = OpenTK.Graphics.ES30.All.StackUnderflowKhr; + var _OutOfMemory = OpenTK.Graphics.ES30.All.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.ES30.All.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.ES30.All.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.ES30.All.InvalidFramebufferOperationOes; + var _Gl2D = OpenTK.Graphics.ES30.All.Gl2D; + var _Gl3D = OpenTK.Graphics.ES30.All.Gl3D; + var _Gl3DColor = OpenTK.Graphics.ES30.All.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.ES30.All.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.ES30.All.Gl4DColorTexture; + var _PassThroughToken = OpenTK.Graphics.ES30.All.PassThroughToken; + var _PointToken = OpenTK.Graphics.ES30.All.PointToken; + var _LineToken = OpenTK.Graphics.ES30.All.LineToken; + var _PolygonToken = OpenTK.Graphics.ES30.All.PolygonToken; + var _BitmapToken = OpenTK.Graphics.ES30.All.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.ES30.All.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.ES30.All.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.ES30.All.LineResetToken; + var _Exp = OpenTK.Graphics.ES30.All.Exp; + var _MultisampleBufferBit3Qcom = OpenTK.Graphics.ES30.All.MultisampleBufferBit3Qcom; + var _Exp2 = OpenTK.Graphics.ES30.All.Exp2; + var _Cw = OpenTK.Graphics.ES30.All.Cw; + var _Ccw = OpenTK.Graphics.ES30.All.Ccw; + var _Coeff = OpenTK.Graphics.ES30.All.Coeff; + var _Order = OpenTK.Graphics.ES30.All.Order; + var _Domain = OpenTK.Graphics.ES30.All.Domain; + var _CurrentColor = OpenTK.Graphics.ES30.All.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.ES30.All.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.ES30.All.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.ES30.All.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.ES30.All.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.ES30.All.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.ES30.All.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.ES30.All.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.ES30.All.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.ES30.All.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.ES30.All.PointSmooth; + var _PointSize = OpenTK.Graphics.ES30.All.PointSize; + var _PointSizeRange = OpenTK.Graphics.ES30.All.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.ES30.All.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.ES30.All.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.ES30.All.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.ES30.All.LineSmooth; + var _LineWidth = OpenTK.Graphics.ES30.All.LineWidth; + var _LineWidthRange = OpenTK.Graphics.ES30.All.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.ES30.All.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.ES30.All.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.ES30.All.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.ES30.All.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.ES30.All.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.ES30.All.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.ES30.All.ListMode; + var _MaxListNesting = OpenTK.Graphics.ES30.All.MaxListNesting; + var _ListBase = OpenTK.Graphics.ES30.All.ListBase; + var _ListIndex = OpenTK.Graphics.ES30.All.ListIndex; + var _PolygonMode = OpenTK.Graphics.ES30.All.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.ES30.All.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES30.All.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.ES30.All.EdgeFlag; + var _CullFace = OpenTK.Graphics.ES30.All.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES30.All.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES30.All.FrontFace; + var _Lighting = OpenTK.Graphics.ES30.All.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.ES30.All.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES30.All.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES30.All.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.ES30.All.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.ES30.All.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.ES30.All.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.ES30.All.ColorMaterial; + var _Fog = OpenTK.Graphics.ES30.All.Fog; + var _FogIndex = OpenTK.Graphics.ES30.All.FogIndex; + var _FogDensity = OpenTK.Graphics.ES30.All.FogDensity; + var _FogStart = OpenTK.Graphics.ES30.All.FogStart; + var _FogEnd = OpenTK.Graphics.ES30.All.FogEnd; + var _FogMode = OpenTK.Graphics.ES30.All.FogMode; + var _FogColor = OpenTK.Graphics.ES30.All.FogColor; + var _DepthRange = OpenTK.Graphics.ES30.All.DepthRange; + var _DepthTest = OpenTK.Graphics.ES30.All.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES30.All.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES30.All.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES30.All.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.ES30.All.AccumClearValue; + var _StencilTest = OpenTK.Graphics.ES30.All.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES30.All.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES30.All.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES30.All.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES30.All.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES30.All.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES30.All.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES30.All.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES30.All.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.ES30.All.MatrixMode; + var _Normalize = OpenTK.Graphics.ES30.All.Normalize; + var _Viewport = OpenTK.Graphics.ES30.All.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.ES30.All.Modelview0StackDepthExt; + var _ModelviewStackDepth = OpenTK.Graphics.ES30.All.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.ES30.All.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.ES30.All.TextureStackDepth; + var _Modelview0MatrixExt = OpenTK.Graphics.ES30.All.Modelview0MatrixExt; + var _ModelviewMatrix = OpenTK.Graphics.ES30.All.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.ES30.All.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.ES30.All.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.ES30.All.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.ES30.All.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.ES30.All.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.ES30.All.AlphaTestQcom; + var _AlphaTestFunc = OpenTK.Graphics.ES30.All.AlphaTestFunc; + var _AlphaTestFuncQcom = OpenTK.Graphics.ES30.All.AlphaTestFuncQcom; + var _AlphaTestRef = OpenTK.Graphics.ES30.All.AlphaTestRef; + var _AlphaTestRefQcom = OpenTK.Graphics.ES30.All.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.ES30.All.Dither; + var _BlendDst = OpenTK.Graphics.ES30.All.BlendDst; + var _BlendSrc = OpenTK.Graphics.ES30.All.BlendSrc; + var _Blend = OpenTK.Graphics.ES30.All.Blend; + var _LogicOpMode = OpenTK.Graphics.ES30.All.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.ES30.All.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.ES30.All.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES30.All.ColorLogicOp; + var _AuxBuffers = OpenTK.Graphics.ES30.All.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.ES30.All.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.ES30.All.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.ES30.All.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.ES30.All.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.ES30.All.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.ES30.All.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES30.All.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.ES30.All.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.ES30.All.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.ES30.All.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES30.All.ColorWritemask; + var _IndexMode = OpenTK.Graphics.ES30.All.IndexMode; + var _RgbaMode = OpenTK.Graphics.ES30.All.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.ES30.All.Doublebuffer; + var _Stereo = OpenTK.Graphics.ES30.All.Stereo; + var _RenderMode = OpenTK.Graphics.ES30.All.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES30.All.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES30.All.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES30.All.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES30.All.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES30.All.FogHint; + var _TextureGenS = OpenTK.Graphics.ES30.All.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES30.All.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES30.All.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES30.All.TextureGenQ; + var _PixelMapIToI = OpenTK.Graphics.ES30.All.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES30.All.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES30.All.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES30.All.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES30.All.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES30.All.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES30.All.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES30.All.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES30.All.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES30.All.PixelMapAToA; + var _PixelMapIToISize = OpenTK.Graphics.ES30.All.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.ES30.All.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.ES30.All.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.ES30.All.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.ES30.All.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.ES30.All.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.ES30.All.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.ES30.All.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.ES30.All.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.ES30.All.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.ES30.All.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES30.All.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES30.All.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.ES30.All.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.ES30.All.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.ES30.All.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.ES30.All.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.ES30.All.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.ES30.All.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES30.All.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES30.All.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES30.All.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES30.All.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES30.All.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES30.All.PackAlignment; + var _MapColor = OpenTK.Graphics.ES30.All.MapColor; + var _MapStencil = OpenTK.Graphics.ES30.All.MapStencil; + var _IndexShift = OpenTK.Graphics.ES30.All.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES30.All.IndexOffset; + var _RedScale = OpenTK.Graphics.ES30.All.RedScale; + var _RedBias = OpenTK.Graphics.ES30.All.RedBias; + var _ZoomX = OpenTK.Graphics.ES30.All.ZoomX; + var _ZoomY = OpenTK.Graphics.ES30.All.ZoomY; + var _GreenScale = OpenTK.Graphics.ES30.All.GreenScale; + var _GreenBias = OpenTK.Graphics.ES30.All.GreenBias; + var _BlueScale = OpenTK.Graphics.ES30.All.BlueScale; + var _BlueBias = OpenTK.Graphics.ES30.All.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES30.All.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES30.All.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES30.All.DepthScale; + var _DepthBias = OpenTK.Graphics.ES30.All.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.ES30.All.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.ES30.All.MaxLights; + var _MaxClipDistances = OpenTK.Graphics.ES30.All.MaxClipDistances; + var _MaxClipPlanes = OpenTK.Graphics.ES30.All.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.ES30.All.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.ES30.All.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.ES30.All.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES30.All.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.ES30.All.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES30.All.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES30.All.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES30.All.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.ES30.All.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.ES30.All.SubpixelBits; + var _IndexBits = OpenTK.Graphics.ES30.All.IndexBits; + var _RedBits = OpenTK.Graphics.ES30.All.RedBits; + var _GreenBits = OpenTK.Graphics.ES30.All.GreenBits; + var _BlueBits = OpenTK.Graphics.ES30.All.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES30.All.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES30.All.DepthBits; + var _StencilBits = OpenTK.Graphics.ES30.All.StencilBits; + var _AccumRedBits = OpenTK.Graphics.ES30.All.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.ES30.All.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.ES30.All.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.ES30.All.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.ES30.All.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.ES30.All.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES30.All.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES30.All.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES30.All.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES30.All.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES30.All.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES30.All.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES30.All.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES30.All.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES30.All.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES30.All.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES30.All.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES30.All.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES30.All.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES30.All.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES30.All.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES30.All.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES30.All.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES30.All.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.ES30.All.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.ES30.All.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.ES30.All.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.ES30.All.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.ES30.All.Texture1D; + var _Texture2D = OpenTK.Graphics.ES30.All.Texture2D; + var _FeedbackBufferPointer = OpenTK.Graphics.ES30.All.FeedbackBufferPointer; + var _FeedbackBufferSize = OpenTK.Graphics.ES30.All.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.ES30.All.FeedbackBufferType; + var _SelectionBufferPointer = OpenTK.Graphics.ES30.All.SelectionBufferPointer; + var _SelectionBufferSize = OpenTK.Graphics.ES30.All.SelectionBufferSize; + var _TextureWidth = OpenTK.Graphics.ES30.All.TextureWidth; + var _MultisampleBufferBit4Qcom = OpenTK.Graphics.ES30.All.MultisampleBufferBit4Qcom; + var _TextureHeight = OpenTK.Graphics.ES30.All.TextureHeight; + var _TextureComponents = OpenTK.Graphics.ES30.All.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.ES30.All.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.ES30.All.TextureBorderColor; + var _TextureBorderColorExt = OpenTK.Graphics.ES30.All.TextureBorderColorExt; + var _TextureBorderColorNv = OpenTK.Graphics.ES30.All.TextureBorderColorNv; + var _TextureBorder = OpenTK.Graphics.ES30.All.TextureBorder; + var _DontCare = OpenTK.Graphics.ES30.All.DontCare; + var _Fastest = OpenTK.Graphics.ES30.All.Fastest; + var _Nicest = OpenTK.Graphics.ES30.All.Nicest; + var _Ambient = OpenTK.Graphics.ES30.All.Ambient; + var _Diffuse = OpenTK.Graphics.ES30.All.Diffuse; + var _Specular = OpenTK.Graphics.ES30.All.Specular; + var _Position = OpenTK.Graphics.ES30.All.Position; + var _SpotDirection = OpenTK.Graphics.ES30.All.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES30.All.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES30.All.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES30.All.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES30.All.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES30.All.QuadraticAttenuation; + var _Compile = OpenTK.Graphics.ES30.All.Compile; + var _CompileAndExecute = OpenTK.Graphics.ES30.All.CompileAndExecute; + var _Byte = OpenTK.Graphics.ES30.All.Byte; + var _UnsignedByte = OpenTK.Graphics.ES30.All.UnsignedByte; + var _Short = OpenTK.Graphics.ES30.All.Short; + var _UnsignedShort = OpenTK.Graphics.ES30.All.UnsignedShort; + var _Int = OpenTK.Graphics.ES30.All.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.All.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.All.Float; + var _Gl2Bytes = OpenTK.Graphics.ES30.All.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.ES30.All.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.ES30.All.Gl4Bytes; + var _Double = OpenTK.Graphics.ES30.All.Double; + var _HalfFloat = OpenTK.Graphics.ES30.All.HalfFloat; + var _Fixed = OpenTK.Graphics.ES30.All.Fixed; + var _Clear = OpenTK.Graphics.ES30.All.Clear; + var _And = OpenTK.Graphics.ES30.All.And; + var _AndReverse = OpenTK.Graphics.ES30.All.AndReverse; + var _Copy = OpenTK.Graphics.ES30.All.Copy; + var _AndInverted = OpenTK.Graphics.ES30.All.AndInverted; + var _Noop = OpenTK.Graphics.ES30.All.Noop; + var _Xor = OpenTK.Graphics.ES30.All.Xor; + var _XorNv = OpenTK.Graphics.ES30.All.XorNv; + var _Or = OpenTK.Graphics.ES30.All.Or; + var _Nor = OpenTK.Graphics.ES30.All.Nor; + var _Equiv = OpenTK.Graphics.ES30.All.Equiv; + var _Invert = OpenTK.Graphics.ES30.All.Invert; + var _OrReverse = OpenTK.Graphics.ES30.All.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES30.All.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES30.All.OrInverted; + var _Nand = OpenTK.Graphics.ES30.All.Nand; + var _Set = OpenTK.Graphics.ES30.All.Set; + var _Emission = OpenTK.Graphics.ES30.All.Emission; + var _Shininess = OpenTK.Graphics.ES30.All.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES30.All.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.ES30.All.ColorIndexes; + var _Modelview = OpenTK.Graphics.ES30.All.Modelview; + var _Modelview0Ext = OpenTK.Graphics.ES30.All.Modelview0Ext; + var _Projection = OpenTK.Graphics.ES30.All.Projection; + var _Texture = OpenTK.Graphics.ES30.All.Texture; + var _Color = OpenTK.Graphics.ES30.All.Color; + var _ColorExt = OpenTK.Graphics.ES30.All.ColorExt; + var _Depth = OpenTK.Graphics.ES30.All.Depth; + var _DepthExt = OpenTK.Graphics.ES30.All.DepthExt; + var _Stencil = OpenTK.Graphics.ES30.All.Stencil; + var _StencilExt = OpenTK.Graphics.ES30.All.StencilExt; + var _ColorIndex = OpenTK.Graphics.ES30.All.ColorIndex; + var _StencilIndex = OpenTK.Graphics.ES30.All.StencilIndex; + var _StencilIndexOes = OpenTK.Graphics.ES30.All.StencilIndexOes; + var _DepthComponent = OpenTK.Graphics.ES30.All.DepthComponent; + var _Red = OpenTK.Graphics.ES30.All.Red; + var _RedExt = OpenTK.Graphics.ES30.All.RedExt; + var _RedNv = OpenTK.Graphics.ES30.All.RedNv; + var _Green = OpenTK.Graphics.ES30.All.Green; + var _GreenNv = OpenTK.Graphics.ES30.All.GreenNv; + var _Blue = OpenTK.Graphics.ES30.All.Blue; + var _BlueNv = OpenTK.Graphics.ES30.All.BlueNv; + var _Alpha = OpenTK.Graphics.ES30.All.Alpha; + var _Rgb = OpenTK.Graphics.ES30.All.Rgb; + var _Rgba = OpenTK.Graphics.ES30.All.Rgba; + var _Luminance = OpenTK.Graphics.ES30.All.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES30.All.LuminanceAlpha; + var _Bitmap = OpenTK.Graphics.ES30.All.Bitmap; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.ES30.All.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.ES30.All.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.ES30.All.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.ES30.All.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.ES30.All.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.ES30.All.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.ES30.All.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.ES30.All.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.ES30.All.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.ES30.All.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.ES30.All.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.ES30.All.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.ES30.All.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.ES30.All.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.ES30.All.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.ES30.All.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.ES30.All.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.ES30.All.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.ES30.All.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.ES30.All.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.ES30.All.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.ES30.All.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.ES30.All.MaxVertexHintPgi; + var _Point = OpenTK.Graphics.ES30.All.Point; + var _Line = OpenTK.Graphics.ES30.All.Line; + var _Fill = OpenTK.Graphics.ES30.All.Fill; + var _Render = OpenTK.Graphics.ES30.All.Render; + var _Feedback = OpenTK.Graphics.ES30.All.Feedback; + var _Select = OpenTK.Graphics.ES30.All.Select; + var _Flat = OpenTK.Graphics.ES30.All.Flat; + var _Smooth = OpenTK.Graphics.ES30.All.Smooth; + var _Keep = OpenTK.Graphics.ES30.All.Keep; + var _Replace = OpenTK.Graphics.ES30.All.Replace; + var _Incr = OpenTK.Graphics.ES30.All.Incr; + var _Decr = OpenTK.Graphics.ES30.All.Decr; + var _Vendor = OpenTK.Graphics.ES30.All.Vendor; + var _Renderer = OpenTK.Graphics.ES30.All.Renderer; + var _Version = OpenTK.Graphics.ES30.All.Version; + var _Extensions = OpenTK.Graphics.ES30.All.Extensions; + var _S = OpenTK.Graphics.ES30.All.S; + var _MultisampleBit = OpenTK.Graphics.ES30.All.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.ES30.All.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.ES30.All.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.ES30.All.MultisampleBitExt; + var _MultisampleBufferBit5Qcom = OpenTK.Graphics.ES30.All.MultisampleBufferBit5Qcom; + var _T = OpenTK.Graphics.ES30.All.T; + var _R = OpenTK.Graphics.ES30.All.R; + var _Q = OpenTK.Graphics.ES30.All.Q; + var _Modulate = OpenTK.Graphics.ES30.All.Modulate; + var _Decal = OpenTK.Graphics.ES30.All.Decal; + var _TextureEnvMode = OpenTK.Graphics.ES30.All.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES30.All.TextureEnvColor; + var _TextureEnv = OpenTK.Graphics.ES30.All.TextureEnv; + var _EyeLinear = OpenTK.Graphics.ES30.All.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.ES30.All.ObjectLinear; + var _SphereMap = OpenTK.Graphics.ES30.All.SphereMap; + var _TextureGenMode = OpenTK.Graphics.ES30.All.TextureGenMode; + var _ObjectPlane = OpenTK.Graphics.ES30.All.ObjectPlane; + var _EyePlane = OpenTK.Graphics.ES30.All.EyePlane; + var _Nearest = OpenTK.Graphics.ES30.All.Nearest; + var _Linear = OpenTK.Graphics.ES30.All.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES30.All.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES30.All.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES30.All.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES30.All.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.ES30.All.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES30.All.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES30.All.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES30.All.TextureWrapT; + var _Clamp = OpenTK.Graphics.ES30.All.Clamp; + var _Repeat = OpenTK.Graphics.ES30.All.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.ES30.All.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.ES30.All.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES30.All.PolygonOffsetLine; + var _R3G3B2 = OpenTK.Graphics.ES30.All.R3G3B2; + var _V2f = OpenTK.Graphics.ES30.All.V2f; + var _V3f = OpenTK.Graphics.ES30.All.V3f; + var _C4ubV2f = OpenTK.Graphics.ES30.All.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.ES30.All.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.ES30.All.C3fV3f; + var _N3fV3f = OpenTK.Graphics.ES30.All.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.ES30.All.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.ES30.All.T2fV3f; + var _T4fV4f = OpenTK.Graphics.ES30.All.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.ES30.All.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.ES30.All.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.ES30.All.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.ES30.All.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.ES30.All.T4fC4fN3fV4f; + var _ClipDistance0 = OpenTK.Graphics.ES30.All.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.ES30.All.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.ES30.All.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.ES30.All.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.ES30.All.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.ES30.All.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.ES30.All.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.ES30.All.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.ES30.All.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.ES30.All.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.ES30.All.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.ES30.All.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.ES30.All.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.ES30.All.ClipDistance7; + var _Light0 = OpenTK.Graphics.ES30.All.Light0; + var _MultisampleBufferBit6Qcom = OpenTK.Graphics.ES30.All.MultisampleBufferBit6Qcom; + var _Light1 = OpenTK.Graphics.ES30.All.Light1; + var _Light2 = OpenTK.Graphics.ES30.All.Light2; + var _Light3 = OpenTK.Graphics.ES30.All.Light3; + var _Light4 = OpenTK.Graphics.ES30.All.Light4; + var _Light5 = OpenTK.Graphics.ES30.All.Light5; + var _Light6 = OpenTK.Graphics.ES30.All.Light6; + var _Light7 = OpenTK.Graphics.ES30.All.Light7; + var _AbgrExt = OpenTK.Graphics.ES30.All.AbgrExt; + var _MultisampleBufferBit7Qcom = OpenTK.Graphics.ES30.All.MultisampleBufferBit7Qcom; + var _ConstantColor = OpenTK.Graphics.ES30.All.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.ES30.All.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.ES30.All.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES30.All.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.ES30.All.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.ES30.All.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES30.All.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES30.All.OneMinusConstantAlphaExt; + var _BlendColor = OpenTK.Graphics.ES30.All.BlendColor; + var _BlendColorExt = OpenTK.Graphics.ES30.All.BlendColorExt; + var _FuncAdd = OpenTK.Graphics.ES30.All.FuncAdd; + var _FuncAddExt = OpenTK.Graphics.ES30.All.FuncAddExt; + var _Min = OpenTK.Graphics.ES30.All.Min; + var _MinExt = OpenTK.Graphics.ES30.All.MinExt; + var _Max = OpenTK.Graphics.ES30.All.Max; + var _MaxExt = OpenTK.Graphics.ES30.All.MaxExt; + var _BlendEquation = OpenTK.Graphics.ES30.All.BlendEquation; + var _BlendEquationExt = OpenTK.Graphics.ES30.All.BlendEquationExt; + var _BlendEquationRgb = OpenTK.Graphics.ES30.All.BlendEquationRgb; + var _FuncSubtract = OpenTK.Graphics.ES30.All.FuncSubtract; + var _FuncSubtractExt = OpenTK.Graphics.ES30.All.FuncSubtractExt; + var _FuncReverseSubtract = OpenTK.Graphics.ES30.All.FuncReverseSubtract; + var _FuncReverseSubtractExt = OpenTK.Graphics.ES30.All.FuncReverseSubtractExt; + var _CmykExt = OpenTK.Graphics.ES30.All.CmykExt; + var _CmykaExt = OpenTK.Graphics.ES30.All.CmykaExt; + var _PackCmykHintExt = OpenTK.Graphics.ES30.All.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES30.All.UnpackCmykHintExt; + var _Convolution1D = OpenTK.Graphics.ES30.All.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.ES30.All.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.ES30.All.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.ES30.All.Convolution2DExt; + var _Separable2D = OpenTK.Graphics.ES30.All.Separable2D; + var _Separable2DExt = OpenTK.Graphics.ES30.All.Separable2DExt; + var _ConvolutionBorderMode = OpenTK.Graphics.ES30.All.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES30.All.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.ES30.All.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES30.All.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.ES30.All.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES30.All.ConvolutionFilterBiasExt; + var _Reduce = OpenTK.Graphics.ES30.All.Reduce; + var _ReduceExt = OpenTK.Graphics.ES30.All.ReduceExt; + var _ConvolutionFormatExt = OpenTK.Graphics.ES30.All.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.ES30.All.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.ES30.All.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.ES30.All.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.ES30.All.MaxConvolutionHeightExt; + var _PostConvolutionRedScale = OpenTK.Graphics.ES30.All.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES30.All.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.ES30.All.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES30.All.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.ES30.All.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES30.All.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.ES30.All.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES30.All.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.ES30.All.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES30.All.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.ES30.All.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES30.All.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.ES30.All.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES30.All.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.ES30.All.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES30.All.PostConvolutionAlphaBiasExt; + var _Histogram = OpenTK.Graphics.ES30.All.Histogram; + var _HistogramExt = OpenTK.Graphics.ES30.All.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.ES30.All.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.ES30.All.ProxyHistogramExt; + var _HistogramWidthExt = OpenTK.Graphics.ES30.All.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.ES30.All.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.ES30.All.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.ES30.All.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.ES30.All.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.ES30.All.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.ES30.All.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.ES30.All.HistogramSinkExt; + var _Minmax = OpenTK.Graphics.ES30.All.Minmax; + var _MinmaxExt = OpenTK.Graphics.ES30.All.MinmaxExt; + var _MinmaxFormat = OpenTK.Graphics.ES30.All.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.ES30.All.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.ES30.All.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.ES30.All.MinmaxSinkExt; + var _TableTooLarge = OpenTK.Graphics.ES30.All.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.ES30.All.TableTooLargeExt; + var _UnsignedByte332 = OpenTK.Graphics.ES30.All.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.ES30.All.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.ES30.All.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.ES30.All.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.ES30.All.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.ES30.All.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.ES30.All.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.ES30.All.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.ES30.All.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.ES30.All.UnsignedInt1010102Ext; + var _PolygonOffsetFill = OpenTK.Graphics.ES30.All.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES30.All.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.ES30.All.PolygonOffsetBiasExt; + var _RescaleNormalExt = OpenTK.Graphics.ES30.All.RescaleNormalExt; + var _Alpha4 = OpenTK.Graphics.ES30.All.Alpha4; + var _Alpha8 = OpenTK.Graphics.ES30.All.Alpha8; + var _Alpha8Ext = OpenTK.Graphics.ES30.All.Alpha8Ext; + var _Alpha8Oes = OpenTK.Graphics.ES30.All.Alpha8Oes; + var _Alpha12 = OpenTK.Graphics.ES30.All.Alpha12; + var _Alpha16 = OpenTK.Graphics.ES30.All.Alpha16; + var _Luminance4 = OpenTK.Graphics.ES30.All.Luminance4; + var _Luminance8 = OpenTK.Graphics.ES30.All.Luminance8; + var _Luminance8Ext = OpenTK.Graphics.ES30.All.Luminance8Ext; + var _Luminance8Oes = OpenTK.Graphics.ES30.All.Luminance8Oes; + var _Luminance12 = OpenTK.Graphics.ES30.All.Luminance12; + var _Luminance16 = OpenTK.Graphics.ES30.All.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.ES30.All.Luminance4Alpha4; + var _Luminance4Alpha4Oes = OpenTK.Graphics.ES30.All.Luminance4Alpha4Oes; + var _Luminance6Alpha2 = OpenTK.Graphics.ES30.All.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.ES30.All.Luminance8Alpha8; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES30.All.Luminance8Alpha8Ext; + var _Luminance8Alpha8Oes = OpenTK.Graphics.ES30.All.Luminance8Alpha8Oes; + var _Luminance12Alpha4 = OpenTK.Graphics.ES30.All.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.ES30.All.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.ES30.All.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.ES30.All.Intensity; + var _Intensity4 = OpenTK.Graphics.ES30.All.Intensity4; + var _Intensity8 = OpenTK.Graphics.ES30.All.Intensity8; + var _Intensity12 = OpenTK.Graphics.ES30.All.Intensity12; + var _Intensity16 = OpenTK.Graphics.ES30.All.Intensity16; + var _Rgb2Ext = OpenTK.Graphics.ES30.All.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.ES30.All.Rgb4; + var _Rgb5 = OpenTK.Graphics.ES30.All.Rgb5; + var _Rgb8 = OpenTK.Graphics.ES30.All.Rgb8; + var _Rgb8Oes = OpenTK.Graphics.ES30.All.Rgb8Oes; + var _Rgb10 = OpenTK.Graphics.ES30.All.Rgb10; + var _Rgb10Ext = OpenTK.Graphics.ES30.All.Rgb10Ext; + var _Rgb12 = OpenTK.Graphics.ES30.All.Rgb12; + var _Rgb16 = OpenTK.Graphics.ES30.All.Rgb16; + var _Rgba2 = OpenTK.Graphics.ES30.All.Rgba2; + var _Rgba4Oes = OpenTK.Graphics.ES30.All.Rgba4Oes; + var _Rgba4 = OpenTK.Graphics.ES30.All.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES30.All.Rgb5A1; + var _Rgb5A1Oes = OpenTK.Graphics.ES30.All.Rgb5A1Oes; + var _Rgba8 = OpenTK.Graphics.ES30.All.Rgba8; + var _Rgba8Oes = OpenTK.Graphics.ES30.All.Rgba8Oes; + var _Rgb10A2 = OpenTK.Graphics.ES30.All.Rgb10A2; + var _Rgb10A2Ext = OpenTK.Graphics.ES30.All.Rgb10A2Ext; + var _Rgba12 = OpenTK.Graphics.ES30.All.Rgba12; + var _Rgba16 = OpenTK.Graphics.ES30.All.Rgba16; + var _TextureRedSize = OpenTK.Graphics.ES30.All.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.ES30.All.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.ES30.All.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.ES30.All.TextureAlphaSize; + var _TextureLuminanceSize = OpenTK.Graphics.ES30.All.TextureLuminanceSize; + var _TextureIntensitySize = OpenTK.Graphics.ES30.All.TextureIntensitySize; + var _ReplaceExt = OpenTK.Graphics.ES30.All.ReplaceExt; + var _ProxyTexture1D = OpenTK.Graphics.ES30.All.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.ES30.All.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.ES30.All.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.ES30.All.ProxyTexture2DExt; + var _TextureTooLargeExt = OpenTK.Graphics.ES30.All.TextureTooLargeExt; + var _TexturePriority = OpenTK.Graphics.ES30.All.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.ES30.All.TexturePriorityExt; + var _TextureResident = OpenTK.Graphics.ES30.All.TextureResident; + var _TextureBinding1D = OpenTK.Graphics.ES30.All.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.ES30.All.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.ES30.All.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.ES30.All.TextureBinding3D; + var _TextureBinding3DOes = OpenTK.Graphics.ES30.All.TextureBinding3DOes; + var _PackSkipImages = OpenTK.Graphics.ES30.All.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.ES30.All.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.ES30.All.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.ES30.All.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.ES30.All.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES30.All.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.ES30.All.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.ES30.All.UnpackImageHeightExt; + var _Texture3D = OpenTK.Graphics.ES30.All.Texture3D; + var _Texture3DExt = OpenTK.Graphics.ES30.All.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.ES30.All.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.ES30.All.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.ES30.All.ProxyTexture3DExt; + var _TextureDepthExt = OpenTK.Graphics.ES30.All.TextureDepthExt; + var _TextureWrapR = OpenTK.Graphics.ES30.All.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.ES30.All.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.ES30.All.TextureWrapROes; + var _Max3DTextureSize = OpenTK.Graphics.ES30.All.Max3DTextureSize; + var _Max3DTextureSizeExt = OpenTK.Graphics.ES30.All.Max3DTextureSizeExt; + var _Max3DTextureSizeOes = OpenTK.Graphics.ES30.All.Max3DTextureSizeOes; + var _VertexArray = OpenTK.Graphics.ES30.All.VertexArray; + var _VertexArrayKhr = OpenTK.Graphics.ES30.All.VertexArrayKhr; + var _NormalArray = OpenTK.Graphics.ES30.All.NormalArray; + var _ColorArray = OpenTK.Graphics.ES30.All.ColorArray; + var _IndexArray = OpenTK.Graphics.ES30.All.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES30.All.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES30.All.EdgeFlagArray; + var _VertexArraySize = OpenTK.Graphics.ES30.All.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.ES30.All.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.ES30.All.VertexArrayStride; + var _VertexArrayCountExt = OpenTK.Graphics.ES30.All.VertexArrayCountExt; + var _NormalArrayType = OpenTK.Graphics.ES30.All.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.ES30.All.NormalArrayStride; + var _NormalArrayCountExt = OpenTK.Graphics.ES30.All.NormalArrayCountExt; + var _ColorArraySize = OpenTK.Graphics.ES30.All.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.ES30.All.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.ES30.All.ColorArrayStride; + var _ColorArrayCountExt = OpenTK.Graphics.ES30.All.ColorArrayCountExt; + var _IndexArrayType = OpenTK.Graphics.ES30.All.IndexArrayType; + var _IndexArrayStride = OpenTK.Graphics.ES30.All.IndexArrayStride; + var _IndexArrayCountExt = OpenTK.Graphics.ES30.All.IndexArrayCountExt; + var _TextureCoordArraySize = OpenTK.Graphics.ES30.All.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.ES30.All.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.ES30.All.TextureCoordArrayStride; + var _TextureCoordArrayCountExt = OpenTK.Graphics.ES30.All.TextureCoordArrayCountExt; + var _EdgeFlagArrayStride = OpenTK.Graphics.ES30.All.EdgeFlagArrayStride; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.ES30.All.EdgeFlagArrayCountExt; + var _VertexArrayPointer = OpenTK.Graphics.ES30.All.VertexArrayPointer; + var _VertexArrayPointerExt = OpenTK.Graphics.ES30.All.VertexArrayPointerExt; + var _NormalArrayPointer = OpenTK.Graphics.ES30.All.NormalArrayPointer; + var _NormalArrayPointerExt = OpenTK.Graphics.ES30.All.NormalArrayPointerExt; + var _ColorArrayPointer = OpenTK.Graphics.ES30.All.ColorArrayPointer; + var _ColorArrayPointerExt = OpenTK.Graphics.ES30.All.ColorArrayPointerExt; + var _IndexArrayPointer = OpenTK.Graphics.ES30.All.IndexArrayPointer; + var _IndexArrayPointerExt = OpenTK.Graphics.ES30.All.IndexArrayPointerExt; + var _TextureCoordArrayPointer = OpenTK.Graphics.ES30.All.TextureCoordArrayPointer; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.ES30.All.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointer = OpenTK.Graphics.ES30.All.EdgeFlagArrayPointer; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.ES30.All.EdgeFlagArrayPointerExt; + var _InterlaceSgix = OpenTK.Graphics.ES30.All.InterlaceSgix; + var _DetailTexture2DSgis = OpenTK.Graphics.ES30.All.DetailTexture2DSgis; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.ES30.All.DetailTexture2DBindingSgis; + var _LinearDetailSgis = OpenTK.Graphics.ES30.All.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.ES30.All.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.ES30.All.LinearDetailColorSgis; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES30.All.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES30.All.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.ES30.All.DetailTextureFuncPointsSgis; + var _MultisampleSgis = OpenTK.Graphics.ES30.All.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES30.All.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES30.All.SampleAlphaToMaskSgis; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES30.All.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.ES30.All.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.ES30.All.SampleMaskSgis; + var _Gl1PassExt = OpenTK.Graphics.ES30.All.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.ES30.All.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.ES30.All.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.ES30.All.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.ES30.All.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.ES30.All.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.ES30.All.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.ES30.All.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.ES30.All.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.ES30.All.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.ES30.All.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.ES30.All.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.ES30.All.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.ES30.All.Gl4Pass3Sgis; + var _SampleBuffers = OpenTK.Graphics.ES30.All.SampleBuffers; + var _SampleBuffersSgis = OpenTK.Graphics.ES30.All.SampleBuffersSgis; + var _SamplesSgis = OpenTK.Graphics.ES30.All.SamplesSgis; + var _Samples = OpenTK.Graphics.ES30.All.Samples; + var _SampleCoverageValue = OpenTK.Graphics.ES30.All.SampleCoverageValue; + var _SampleMaskValueSgis = OpenTK.Graphics.ES30.All.SampleMaskValueSgis; + var _SampleCoverageInvert = OpenTK.Graphics.ES30.All.SampleCoverageInvert; + var _SampleMaskInvertSgis = OpenTK.Graphics.ES30.All.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.ES30.All.SamplePatternSgis; + var _LinearSharpenSgis = OpenTK.Graphics.ES30.All.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.ES30.All.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.ES30.All.LinearSharpenColorSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.ES30.All.SharpenTextureFuncPointsSgis; + var _ColorMatrixSgi = OpenTK.Graphics.ES30.All.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.ES30.All.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.ES30.All.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScale = OpenTK.Graphics.ES30.All.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES30.All.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.ES30.All.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES30.All.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.ES30.All.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES30.All.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.ES30.All.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES30.All.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.ES30.All.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES30.All.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.ES30.All.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES30.All.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.ES30.All.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES30.All.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.ES30.All.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES30.All.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.ES30.All.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.ES30.All.ProxyTextureColorTableSgi; + var _TextureEnvBiasSgix = OpenTK.Graphics.ES30.All.TextureEnvBiasSgix; + var _ShadowAmbientSgix = OpenTK.Graphics.ES30.All.ShadowAmbientSgix; + var _BlendDstRgb = OpenTK.Graphics.ES30.All.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.ES30.All.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.ES30.All.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.ES30.All.BlendSrcAlpha; + var _ColorTable = OpenTK.Graphics.ES30.All.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.ES30.All.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.ES30.All.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES30.All.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.ES30.All.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES30.All.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.ES30.All.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.ES30.All.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.ES30.All.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.ES30.All.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.ES30.All.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.ES30.All.ProxyPostColorMatrixColorTableSgi; + var _ColorTableScale = OpenTK.Graphics.ES30.All.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.ES30.All.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.ES30.All.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.ES30.All.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.ES30.All.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.ES30.All.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.ES30.All.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.ES30.All.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.ES30.All.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.ES30.All.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.ES30.All.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.ES30.All.ColorTableIntensitySizeSgi; + var _BgraExt = OpenTK.Graphics.ES30.All.BgraExt; + var _BgraImg = OpenTK.Graphics.ES30.All.BgraImg; + var _MaxElementsVertices = OpenTK.Graphics.ES30.All.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.ES30.All.MaxElementsIndices; + var _PhongHintWin = OpenTK.Graphics.ES30.All.PhongHintWin; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.ES30.All.ClipVolumeClippingHintExt; + var _DualAlpha4Sgis = OpenTK.Graphics.ES30.All.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.ES30.All.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.ES30.All.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.ES30.All.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.ES30.All.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.ES30.All.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.ES30.All.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.ES30.All.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.ES30.All.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.ES30.All.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.ES30.All.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.ES30.All.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.ES30.All.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.ES30.All.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.ES30.All.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.ES30.All.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.ES30.All.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.ES30.All.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.ES30.All.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.ES30.All.QuadIntensity8Sgis; + var _DualTextureSelectSgis = OpenTK.Graphics.ES30.All.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES30.All.QuadTextureSelectSgis; + var _PointSizeMin = OpenTK.Graphics.ES30.All.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.ES30.All.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.ES30.All.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.ES30.All.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.ES30.All.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.ES30.All.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.ES30.All.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.ES30.All.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.ES30.All.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.ES30.All.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.ES30.All.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES30.All.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.ES30.All.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES30.All.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.ES30.All.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.ES30.All.PointDistanceAttenuationArb; + var _FogFuncSgis = OpenTK.Graphics.ES30.All.FogFuncSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.ES30.All.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.ES30.All.MaxFogFuncPointsSgis; + var _ClampToBorder = OpenTK.Graphics.ES30.All.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.ES30.All.ClampToBorderArb; + var _ClampToBorderExt = OpenTK.Graphics.ES30.All.ClampToBorderExt; + var _ClampToBorderNv = OpenTK.Graphics.ES30.All.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.ES30.All.ClampToBorderSgis; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.ES30.All.TextureMultiBufferHintSgix; + var _ClampToEdge = OpenTK.Graphics.ES30.All.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.ES30.All.ClampToEdgeSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES30.All.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES30.All.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES30.All.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES30.All.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.ES30.All.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.ES30.All.ProxyTexture4DSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.ES30.All.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES30.All.TextureWrapQSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.ES30.All.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES30.All.PixelTexGenSgix; + var _TextureMinLod = OpenTK.Graphics.ES30.All.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.ES30.All.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.ES30.All.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.ES30.All.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.ES30.All.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES30.All.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.ES30.All.TextureMaxLevel; + var _TextureMaxLevelApple = OpenTK.Graphics.ES30.All.TextureMaxLevelApple; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES30.All.TextureMaxLevelSgis; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.ES30.All.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.ES30.All.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.ES30.All.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES30.All.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES30.All.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES30.All.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES30.All.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES30.All.PixelTileCacheSizeSgix; + var _Filter4Sgis = OpenTK.Graphics.ES30.All.Filter4Sgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.ES30.All.TextureFilter4SizeSgis; + var _SpriteSgix = OpenTK.Graphics.ES30.All.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.ES30.All.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.ES30.All.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.ES30.All.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.ES30.All.Texture4DBindingSgis; + var _LinearClipmapLinearSgix = OpenTK.Graphics.ES30.All.LinearClipmapLinearSgix; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES30.All.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES30.All.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES30.All.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES30.All.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES30.All.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES30.All.TextureClipmapDepthSgix; + var _MaxClipmapDepthSgix = OpenTK.Graphics.ES30.All.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.ES30.All.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES30.All.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES30.All.PostTextureFilterScaleSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.ES30.All.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.ES30.All.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES30.All.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.ES30.All.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES30.All.IrInstrument1Sgix; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.ES30.All.InstrumentBufferPointerSgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.ES30.All.InstrumentMeasurementsSgix; + var _ListPrioritySgix = OpenTK.Graphics.ES30.All.ListPrioritySgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES30.All.CalligraphicFragmentSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES30.All.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES30.All.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES30.All.PixelTexGenQFloorSgix; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.ES30.All.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.ES30.All.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.ES30.All.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.ES30.All.PixelTexGenAlphaMsSgix; + var _FramezoomSgix = OpenTK.Graphics.ES30.All.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.ES30.All.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.ES30.All.MaxFramezoomFactorSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES30.All.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES30.All.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES30.All.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.ES30.All.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.ES30.All.GenerateMipmapSgis; + var _GenerateMipmapHint = OpenTK.Graphics.ES30.All.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES30.All.GenerateMipmapHintSgis; + var _GeometryDeformationSgix = OpenTK.Graphics.ES30.All.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES30.All.TextureDeformationSgix; + var _DeformationsMaskSgix = OpenTK.Graphics.ES30.All.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES30.All.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.ES30.All.FogOffsetValueSgix; + var _TextureCompareSgix = OpenTK.Graphics.ES30.All.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.ES30.All.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.ES30.All.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.ES30.All.TextureGequalRSgix; + var _DepthComponent16 = OpenTK.Graphics.ES30.All.DepthComponent16; + var _DepthComponent16Oes = OpenTK.Graphics.ES30.All.DepthComponent16Oes; + var _DepthComponent16Sgix = OpenTK.Graphics.ES30.All.DepthComponent16Sgix; + var _DepthComponent24 = OpenTK.Graphics.ES30.All.DepthComponent24; + var _DepthComponent24Oes = OpenTK.Graphics.ES30.All.DepthComponent24Oes; + var _DepthComponent24Sgix = OpenTK.Graphics.ES30.All.DepthComponent24Sgix; + var _DepthComponent32Oes = OpenTK.Graphics.ES30.All.DepthComponent32Oes; + var _DepthComponent32Sgix = OpenTK.Graphics.ES30.All.DepthComponent32Sgix; + var _Ycrcb422Sgix = OpenTK.Graphics.ES30.All.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.ES30.All.Ycrcb444Sgix; + var _EyeDistanceToPointSgis = OpenTK.Graphics.ES30.All.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.ES30.All.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.ES30.All.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.ES30.All.ObjectDistanceToLineSgis; + var _EyePointSgis = OpenTK.Graphics.ES30.All.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.ES30.All.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.ES30.All.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.ES30.All.ObjectLineSgis; + var _LightModelColorControl = OpenTK.Graphics.ES30.All.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.ES30.All.LightModelColorControlExt; + var _SingleColor = OpenTK.Graphics.ES30.All.SingleColor; + var _SingleColorExt = OpenTK.Graphics.ES30.All.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.ES30.All.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.ES30.All.SeparateSpecularColorExt; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES30.All.SharedTexturePaletteExt; + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.ES30.All.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentColorEncodingExt = OpenTK.Graphics.ES30.All.FramebufferAttachmentColorEncodingExt; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.ES30.All.FramebufferAttachmentComponentType; + var _FramebufferAttachmentComponentTypeExt = OpenTK.Graphics.ES30.All.FramebufferAttachmentComponentTypeExt; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.ES30.All.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.ES30.All.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.ES30.All.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.ES30.All.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.ES30.All.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.ES30.All.FramebufferAttachmentStencilSize; + var _FramebufferDefault = OpenTK.Graphics.ES30.All.FramebufferDefault; + var _FramebufferUndefined = OpenTK.Graphics.ES30.All.FramebufferUndefined; + var _FramebufferUndefinedOes = OpenTK.Graphics.ES30.All.FramebufferUndefinedOes; + var _DepthStencilAttachment = OpenTK.Graphics.ES30.All.DepthStencilAttachment; + var _MajorVersion = OpenTK.Graphics.ES30.All.MajorVersion; + var _MinorVersion = OpenTK.Graphics.ES30.All.MinorVersion; + var _NumExtensions = OpenTK.Graphics.ES30.All.NumExtensions; + var _PrimitiveRestartForPatchesSupported = OpenTK.Graphics.ES30.All.PrimitiveRestartForPatchesSupported; + var _Rg = OpenTK.Graphics.ES30.All.Rg; + var _RgExt = OpenTK.Graphics.ES30.All.RgExt; + var _RgInteger = OpenTK.Graphics.ES30.All.RgInteger; + var _R8 = OpenTK.Graphics.ES30.All.R8; + var _R8Ext = OpenTK.Graphics.ES30.All.R8Ext; + var _Rg8 = OpenTK.Graphics.ES30.All.Rg8; + var _Rg8Ext = OpenTK.Graphics.ES30.All.Rg8Ext; + var _R16f = OpenTK.Graphics.ES30.All.R16f; + var _R16fExt = OpenTK.Graphics.ES30.All.R16fExt; + var _R32f = OpenTK.Graphics.ES30.All.R32f; + var _R32fExt = OpenTK.Graphics.ES30.All.R32fExt; + var _Rg16f = OpenTK.Graphics.ES30.All.Rg16f; + var _Rg16fExt = OpenTK.Graphics.ES30.All.Rg16fExt; + var _Rg32f = OpenTK.Graphics.ES30.All.Rg32f; + var _Rg32fExt = OpenTK.Graphics.ES30.All.Rg32fExt; + var _R8i = OpenTK.Graphics.ES30.All.R8i; + var _R8ui = OpenTK.Graphics.ES30.All.R8ui; + var _R16i = OpenTK.Graphics.ES30.All.R16i; + var _R16ui = OpenTK.Graphics.ES30.All.R16ui; + var _R32i = OpenTK.Graphics.ES30.All.R32i; + var _R32ui = OpenTK.Graphics.ES30.All.R32ui; + var _Rg8i = OpenTK.Graphics.ES30.All.Rg8i; + var _Rg8ui = OpenTK.Graphics.ES30.All.Rg8ui; + var _Rg16i = OpenTK.Graphics.ES30.All.Rg16i; + var _Rg16ui = OpenTK.Graphics.ES30.All.Rg16ui; + var _Rg32i = OpenTK.Graphics.ES30.All.Rg32i; + var _Rg32ui = OpenTK.Graphics.ES30.All.Rg32ui; + var _DebugOutputSynchronous = OpenTK.Graphics.ES30.All.DebugOutputSynchronous; + var _DebugOutputSynchronousKhr = OpenTK.Graphics.ES30.All.DebugOutputSynchronousKhr; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.ES30.All.DebugNextLoggedMessageLength; + var _DebugNextLoggedMessageLengthKhr = OpenTK.Graphics.ES30.All.DebugNextLoggedMessageLengthKhr; + var _DebugCallbackFunction = OpenTK.Graphics.ES30.All.DebugCallbackFunction; + var _DebugCallbackFunctionKhr = OpenTK.Graphics.ES30.All.DebugCallbackFunctionKhr; + var _DebugCallbackUserParam = OpenTK.Graphics.ES30.All.DebugCallbackUserParam; + var _DebugCallbackUserParamKhr = OpenTK.Graphics.ES30.All.DebugCallbackUserParamKhr; + var _DebugSourceApi = OpenTK.Graphics.ES30.All.DebugSourceApi; + var _DebugSourceApiKhr = OpenTK.Graphics.ES30.All.DebugSourceApiKhr; + var _DebugSourceWindowSystem = OpenTK.Graphics.ES30.All.DebugSourceWindowSystem; + var _DebugSourceWindowSystemKhr = OpenTK.Graphics.ES30.All.DebugSourceWindowSystemKhr; + var _DebugSourceShaderCompiler = OpenTK.Graphics.ES30.All.DebugSourceShaderCompiler; + var _DebugSourceShaderCompilerKhr = OpenTK.Graphics.ES30.All.DebugSourceShaderCompilerKhr; + var _DebugSourceThirdParty = OpenTK.Graphics.ES30.All.DebugSourceThirdParty; + var _DebugSourceThirdPartyKhr = OpenTK.Graphics.ES30.All.DebugSourceThirdPartyKhr; + var _DebugSourceApplication = OpenTK.Graphics.ES30.All.DebugSourceApplication; + var _DebugSourceApplicationKhr = OpenTK.Graphics.ES30.All.DebugSourceApplicationKhr; + var _DebugSourceOther = OpenTK.Graphics.ES30.All.DebugSourceOther; + var _DebugSourceOtherKhr = OpenTK.Graphics.ES30.All.DebugSourceOtherKhr; + var _DebugTypeError = OpenTK.Graphics.ES30.All.DebugTypeError; + var _DebugTypeErrorKhr = OpenTK.Graphics.ES30.All.DebugTypeErrorKhr; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.ES30.All.DebugTypeDeprecatedBehavior; + var _DebugTypeDeprecatedBehaviorKhr = OpenTK.Graphics.ES30.All.DebugTypeDeprecatedBehaviorKhr; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.ES30.All.DebugTypeUndefinedBehavior; + var _DebugTypeUndefinedBehaviorKhr = OpenTK.Graphics.ES30.All.DebugTypeUndefinedBehaviorKhr; + var _DebugTypePortability = OpenTK.Graphics.ES30.All.DebugTypePortability; + var _DebugTypePortabilityKhr = OpenTK.Graphics.ES30.All.DebugTypePortabilityKhr; + var _DebugTypePerformance = OpenTK.Graphics.ES30.All.DebugTypePerformance; + var _DebugTypePerformanceKhr = OpenTK.Graphics.ES30.All.DebugTypePerformanceKhr; + var _DebugTypeOther = OpenTK.Graphics.ES30.All.DebugTypeOther; + var _DebugTypeOtherKhr = OpenTK.Graphics.ES30.All.DebugTypeOtherKhr; + var _LoseContextOnResetExt = OpenTK.Graphics.ES30.All.LoseContextOnResetExt; + var _GuiltyContextResetExt = OpenTK.Graphics.ES30.All.GuiltyContextResetExt; + var _InnocentContextResetExt = OpenTK.Graphics.ES30.All.InnocentContextResetExt; + var _UnknownContextResetExt = OpenTK.Graphics.ES30.All.UnknownContextResetExt; + var _ResetNotificationStrategyExt = OpenTK.Graphics.ES30.All.ResetNotificationStrategyExt; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES30.All.ProgramBinaryRetrievableHint; + var _ProgramSeparableExt = OpenTK.Graphics.ES30.All.ProgramSeparableExt; + var _ActiveProgramExt = OpenTK.Graphics.ES30.All.ActiveProgramExt; + var _ProgramPipelineBindingExt = OpenTK.Graphics.ES30.All.ProgramPipelineBindingExt; + var _LayerProvokingVertexExt = OpenTK.Graphics.ES30.All.LayerProvokingVertexExt; + var _UndefinedVertexExt = OpenTK.Graphics.ES30.All.UndefinedVertexExt; + var _NoResetNotificationExt = OpenTK.Graphics.ES30.All.NoResetNotificationExt; + var _DebugTypeMarker = OpenTK.Graphics.ES30.All.DebugTypeMarker; + var _DebugTypeMarkerKhr = OpenTK.Graphics.ES30.All.DebugTypeMarkerKhr; + var _DebugTypePushGroup = OpenTK.Graphics.ES30.All.DebugTypePushGroup; + var _DebugTypePushGroupKhr = OpenTK.Graphics.ES30.All.DebugTypePushGroupKhr; + var _DebugTypePopGroup = OpenTK.Graphics.ES30.All.DebugTypePopGroup; + var _DebugTypePopGroupKhr = OpenTK.Graphics.ES30.All.DebugTypePopGroupKhr; + var _DebugSeverityNotification = OpenTK.Graphics.ES30.All.DebugSeverityNotification; + var _DebugSeverityNotificationKhr = OpenTK.Graphics.ES30.All.DebugSeverityNotificationKhr; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.ES30.All.MaxDebugGroupStackDepth; + var _MaxDebugGroupStackDepthKhr = OpenTK.Graphics.ES30.All.MaxDebugGroupStackDepthKhr; + var _DebugGroupStackDepth = OpenTK.Graphics.ES30.All.DebugGroupStackDepth; + var _DebugGroupStackDepthKhr = OpenTK.Graphics.ES30.All.DebugGroupStackDepthKhr; + var _TextureViewMinLevelExt = OpenTK.Graphics.ES30.All.TextureViewMinLevelExt; + var _TextureViewNumLevelsExt = OpenTK.Graphics.ES30.All.TextureViewNumLevelsExt; + var _TextureViewMinLayerExt = OpenTK.Graphics.ES30.All.TextureViewMinLayerExt; + var _TextureViewNumLayersExt = OpenTK.Graphics.ES30.All.TextureViewNumLayersExt; + var _TextureImmutableLevels = OpenTK.Graphics.ES30.All.TextureImmutableLevels; + var _Buffer = OpenTK.Graphics.ES30.All.Buffer; + var _BufferKhr = OpenTK.Graphics.ES30.All.BufferKhr; + var _Shader = OpenTK.Graphics.ES30.All.Shader; + var _ShaderKhr = OpenTK.Graphics.ES30.All.ShaderKhr; + var _Program = OpenTK.Graphics.ES30.All.Program; + var _ProgramKhr = OpenTK.Graphics.ES30.All.ProgramKhr; + var _Query = OpenTK.Graphics.ES30.All.Query; + var _QueryKhr = OpenTK.Graphics.ES30.All.QueryKhr; + var _ProgramPipeline = OpenTK.Graphics.ES30.All.ProgramPipeline; + var _Sampler = OpenTK.Graphics.ES30.All.Sampler; + var _SamplerKhr = OpenTK.Graphics.ES30.All.SamplerKhr; + var _DisplayList = OpenTK.Graphics.ES30.All.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.ES30.All.MaxLabelLength; + var _MaxLabelLengthKhr = OpenTK.Graphics.ES30.All.MaxLabelLengthKhr; + var _ConvolutionHintSgix = OpenTK.Graphics.ES30.All.ConvolutionHintSgix; + var _AlphaMinSgix = OpenTK.Graphics.ES30.All.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.ES30.All.AlphaMaxSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.ES30.All.ScalebiasHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.ES30.All.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.ES30.All.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.ES30.All.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.ES30.All.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES30.All.PixelTextureSgis; + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.ES30.All.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.ES30.All.PixelFragmentAlphaSourceSgis; + var _LineQualityHintSgix = OpenTK.Graphics.ES30.All.LineQualityHintSgix; + var _AsyncTexImageSgix = OpenTK.Graphics.ES30.All.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES30.All.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES30.All.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.ES30.All.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.ES30.All.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.ES30.All.MaxAsyncReadPixelsSgix; + var _UnsignedShort565 = OpenTK.Graphics.ES30.All.UnsignedShort565; + var _UnsignedShort4444RevExt = OpenTK.Graphics.ES30.All.UnsignedShort4444RevExt; + var _UnsignedShort4444RevImg = OpenTK.Graphics.ES30.All.UnsignedShort4444RevImg; + var _UnsignedShort1555RevExt = OpenTK.Graphics.ES30.All.UnsignedShort1555RevExt; + var _UnsignedInt2101010Rev = OpenTK.Graphics.ES30.All.UnsignedInt2101010Rev; + var _UnsignedInt2101010RevExt = OpenTK.Graphics.ES30.All.UnsignedInt2101010RevExt; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES30.All.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES30.All.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES30.All.TextureMaxClampRSgix; + var _MirroredRepeat = OpenTK.Graphics.ES30.All.MirroredRepeat; + var _VertexPreclipSgix = OpenTK.Graphics.ES30.All.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES30.All.VertexPreclipHintSgix; + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.ES30.All.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.ES30.All.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Angle = OpenTK.Graphics.ES30.All.CompressedRgbaS3tcDxt3Angle; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.ES30.All.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Angle = OpenTK.Graphics.ES30.All.CompressedRgbaS3tcDxt5Angle; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.ES30.All.CompressedRgbaS3tcDxt5Ext; + var _PerfqueryDonotFlushIntel = OpenTK.Graphics.ES30.All.PerfqueryDonotFlushIntel; + var _PerfqueryFlushIntel = OpenTK.Graphics.ES30.All.PerfqueryFlushIntel; + var _PerfqueryWaitIntel = OpenTK.Graphics.ES30.All.PerfqueryWaitIntel; + var _FragmentLightingSgix = OpenTK.Graphics.ES30.All.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES30.All.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.ES30.All.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.ES30.All.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.ES30.All.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.ES30.All.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.ES30.All.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES30.All.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES30.All.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES30.All.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES30.All.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES30.All.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES30.All.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES30.All.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES30.All.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES30.All.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES30.All.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES30.All.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES30.All.FragmentLight7Sgix; + var _PackResampleSgix = OpenTK.Graphics.ES30.All.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES30.All.UnpackResampleSgix; + var _ResampleReplicateSgix = OpenTK.Graphics.ES30.All.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.ES30.All.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.ES30.All.ResampleDecimateSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.ES30.All.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.ES30.All.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.ES30.All.LinearClipmapNearestSgix; + var _AliasedPointSizeRange = OpenTK.Graphics.ES30.All.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES30.All.AliasedLineWidthRange; + var _Texture0 = OpenTK.Graphics.ES30.All.Texture0; + var _Texture1 = OpenTK.Graphics.ES30.All.Texture1; + var _Texture2 = OpenTK.Graphics.ES30.All.Texture2; + var _Texture3 = OpenTK.Graphics.ES30.All.Texture3; + var _Texture4 = OpenTK.Graphics.ES30.All.Texture4; + var _Texture5 = OpenTK.Graphics.ES30.All.Texture5; + var _Texture6 = OpenTK.Graphics.ES30.All.Texture6; + var _Texture7 = OpenTK.Graphics.ES30.All.Texture7; + var _Texture8 = OpenTK.Graphics.ES30.All.Texture8; + var _Texture9 = OpenTK.Graphics.ES30.All.Texture9; + var _Texture10 = OpenTK.Graphics.ES30.All.Texture10; + var _Texture11 = OpenTK.Graphics.ES30.All.Texture11; + var _Texture12 = OpenTK.Graphics.ES30.All.Texture12; + var _Texture13 = OpenTK.Graphics.ES30.All.Texture13; + var _Texture14 = OpenTK.Graphics.ES30.All.Texture14; + var _Texture15 = OpenTK.Graphics.ES30.All.Texture15; + var _Texture16 = OpenTK.Graphics.ES30.All.Texture16; + var _Texture17 = OpenTK.Graphics.ES30.All.Texture17; + var _Texture18 = OpenTK.Graphics.ES30.All.Texture18; + var _Texture19 = OpenTK.Graphics.ES30.All.Texture19; + var _Texture20 = OpenTK.Graphics.ES30.All.Texture20; + var _Texture21 = OpenTK.Graphics.ES30.All.Texture21; + var _Texture22 = OpenTK.Graphics.ES30.All.Texture22; + var _Texture23 = OpenTK.Graphics.ES30.All.Texture23; + var _Texture24 = OpenTK.Graphics.ES30.All.Texture24; + var _Texture25 = OpenTK.Graphics.ES30.All.Texture25; + var _Texture26 = OpenTK.Graphics.ES30.All.Texture26; + var _Texture27 = OpenTK.Graphics.ES30.All.Texture27; + var _Texture28 = OpenTK.Graphics.ES30.All.Texture28; + var _Texture29 = OpenTK.Graphics.ES30.All.Texture29; + var _Texture30 = OpenTK.Graphics.ES30.All.Texture30; + var _Texture31 = OpenTK.Graphics.ES30.All.Texture31; + var _ActiveTexture = OpenTK.Graphics.ES30.All.ActiveTexture; + var _MaxRenderbufferSize = OpenTK.Graphics.ES30.All.MaxRenderbufferSize; + var _TextureCompressionHint = OpenTK.Graphics.ES30.All.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.ES30.All.TextureCompressionHintArb; + var _AllCompletedNv = OpenTK.Graphics.ES30.All.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.ES30.All.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.ES30.All.FenceConditionNv; + var _DepthStencil = OpenTK.Graphics.ES30.All.DepthStencil; + var _DepthStencilOes = OpenTK.Graphics.ES30.All.DepthStencilOes; + var _UnsignedInt248 = OpenTK.Graphics.ES30.All.UnsignedInt248; + var _UnsignedInt248Oes = OpenTK.Graphics.ES30.All.UnsignedInt248Oes; + var _MaxTextureLodBias = OpenTK.Graphics.ES30.All.MaxTextureLodBias; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.ES30.All.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.ES30.All.MaxTextureMaxAnisotropyExt; + var _IncrWrap = OpenTK.Graphics.ES30.All.IncrWrap; + var _DecrWrap = OpenTK.Graphics.ES30.All.DecrWrap; + var _TextureCubeMap = OpenTK.Graphics.ES30.All.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.ES30.All.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.ES30.All.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.ES30.All.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.ES30.All.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.ES30.All.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.ES30.All.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.ES30.All.TextureCubeMapNegativeZ; + var _MaxCubeMapTextureSize = OpenTK.Graphics.ES30.All.MaxCubeMapTextureSize; + var _VertexArrayStorageHintApple = OpenTK.Graphics.ES30.All.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.ES30.All.MultisampleFilterHintNv; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES30.All.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES30.All.UnpackSubsampleRateSgix; + var _PixelSubsample4444Sgix = OpenTK.Graphics.ES30.All.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.ES30.All.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.ES30.All.PixelSubsample4242Sgix; + var _TransformHintApple = OpenTK.Graphics.ES30.All.TransformHintApple; + var _VertexArrayBinding = OpenTK.Graphics.ES30.All.VertexArrayBinding; + var _VertexArrayBindingOes = OpenTK.Graphics.ES30.All.VertexArrayBindingOes; + var _UnsignedShort88Apple = OpenTK.Graphics.ES30.All.UnsignedShort88Apple; + var _UnsignedShort88RevApple = OpenTK.Graphics.ES30.All.UnsignedShort88RevApple; + var _TextureStorageHintApple = OpenTK.Graphics.ES30.All.TextureStorageHintApple; + var _VertexAttribArrayEnabled = OpenTK.Graphics.ES30.All.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.ES30.All.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.ES30.All.VertexAttribArrayStride; + var _VertexAttribArrayType = OpenTK.Graphics.ES30.All.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.ES30.All.CurrentVertexAttrib; + var _VertexAttribArrayPointer = OpenTK.Graphics.ES30.All.VertexAttribArrayPointer; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES30.All.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES30.All.CompressedTextureFormats; + var _Z400BinaryAmd = OpenTK.Graphics.ES30.All.Z400BinaryAmd; + var _ProgramBinaryLength = OpenTK.Graphics.ES30.All.ProgramBinaryLength; + var _ProgramBinaryLengthOes = OpenTK.Graphics.ES30.All.ProgramBinaryLengthOes; + var _BufferSize = OpenTK.Graphics.ES30.All.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES30.All.BufferUsage; + var _AtcRgbaInterpolatedAlphaAmd = OpenTK.Graphics.ES30.All.AtcRgbaInterpolatedAlphaAmd; + var _Gl3DcXAmd = OpenTK.Graphics.ES30.All.Gl3DcXAmd; + var _Gl3DcXyAmd = OpenTK.Graphics.ES30.All.Gl3DcXyAmd; + var _NumProgramBinaryFormats = OpenTK.Graphics.ES30.All.NumProgramBinaryFormats; + var _NumProgramBinaryFormatsOes = OpenTK.Graphics.ES30.All.NumProgramBinaryFormatsOes; + var _ProgramBinaryFormats = OpenTK.Graphics.ES30.All.ProgramBinaryFormats; + var _ProgramBinaryFormatsOes = OpenTK.Graphics.ES30.All.ProgramBinaryFormatsOes; + var _StencilBackFunc = OpenTK.Graphics.ES30.All.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.ES30.All.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.ES30.All.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.ES30.All.StencilBackPassDepthPass; + var _Rgba32f = OpenTK.Graphics.ES30.All.Rgba32f; + var _Rgba32fExt = OpenTK.Graphics.ES30.All.Rgba32fExt; + var _Rgb32f = OpenTK.Graphics.ES30.All.Rgb32f; + var _Rgb32fExt = OpenTK.Graphics.ES30.All.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES30.All.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES30.All.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES30.All.LuminanceAlpha32fExt; + var _Rgba16f = OpenTK.Graphics.ES30.All.Rgba16f; + var _Rgba16fExt = OpenTK.Graphics.ES30.All.Rgba16fExt; + var _Rgb16f = OpenTK.Graphics.ES30.All.Rgb16f; + var _Rgb16fExt = OpenTK.Graphics.ES30.All.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES30.All.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES30.All.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES30.All.LuminanceAlpha16fExt; + var _WriteonlyRenderingQcom = OpenTK.Graphics.ES30.All.WriteonlyRenderingQcom; + var _MaxDrawBuffers = OpenTK.Graphics.ES30.All.MaxDrawBuffers; + var _MaxDrawBuffersExt = OpenTK.Graphics.ES30.All.MaxDrawBuffersExt; + var _MaxDrawBuffersNv = OpenTK.Graphics.ES30.All.MaxDrawBuffersNv; + var _DrawBuffer0 = OpenTK.Graphics.ES30.All.DrawBuffer0; + var _DrawBuffer0Ext = OpenTK.Graphics.ES30.All.DrawBuffer0Ext; + var _DrawBuffer0Nv = OpenTK.Graphics.ES30.All.DrawBuffer0Nv; + var _DrawBuffer1 = OpenTK.Graphics.ES30.All.DrawBuffer1; + var _DrawBuffer1Ext = OpenTK.Graphics.ES30.All.DrawBuffer1Ext; + var _DrawBuffer1Nv = OpenTK.Graphics.ES30.All.DrawBuffer1Nv; + var _DrawBuffer2 = OpenTK.Graphics.ES30.All.DrawBuffer2; + var _DrawBuffer2Ext = OpenTK.Graphics.ES30.All.DrawBuffer2Ext; + var _DrawBuffer2Nv = OpenTK.Graphics.ES30.All.DrawBuffer2Nv; + var _DrawBuffer3 = OpenTK.Graphics.ES30.All.DrawBuffer3; + var _DrawBuffer3Ext = OpenTK.Graphics.ES30.All.DrawBuffer3Ext; + var _DrawBuffer3Nv = OpenTK.Graphics.ES30.All.DrawBuffer3Nv; + var _DrawBuffer4 = OpenTK.Graphics.ES30.All.DrawBuffer4; + var _DrawBuffer4Ext = OpenTK.Graphics.ES30.All.DrawBuffer4Ext; + var _DrawBuffer4Nv = OpenTK.Graphics.ES30.All.DrawBuffer4Nv; + var _DrawBuffer5 = OpenTK.Graphics.ES30.All.DrawBuffer5; + var _DrawBuffer5Ext = OpenTK.Graphics.ES30.All.DrawBuffer5Ext; + var _DrawBuffer5Nv = OpenTK.Graphics.ES30.All.DrawBuffer5Nv; + var _DrawBuffer6 = OpenTK.Graphics.ES30.All.DrawBuffer6; + var _DrawBuffer6Ext = OpenTK.Graphics.ES30.All.DrawBuffer6Ext; + var _DrawBuffer6Nv = OpenTK.Graphics.ES30.All.DrawBuffer6Nv; + var _DrawBuffer7 = OpenTK.Graphics.ES30.All.DrawBuffer7; + var _DrawBuffer7Ext = OpenTK.Graphics.ES30.All.DrawBuffer7Ext; + var _DrawBuffer7Nv = OpenTK.Graphics.ES30.All.DrawBuffer7Nv; + var _DrawBuffer8 = OpenTK.Graphics.ES30.All.DrawBuffer8; + var _DrawBuffer8Ext = OpenTK.Graphics.ES30.All.DrawBuffer8Ext; + var _DrawBuffer8Nv = OpenTK.Graphics.ES30.All.DrawBuffer8Nv; + var _DrawBuffer9 = OpenTK.Graphics.ES30.All.DrawBuffer9; + var _DrawBuffer9Ext = OpenTK.Graphics.ES30.All.DrawBuffer9Ext; + var _DrawBuffer9Nv = OpenTK.Graphics.ES30.All.DrawBuffer9Nv; + var _DrawBuffer10 = OpenTK.Graphics.ES30.All.DrawBuffer10; + var _DrawBuffer10Ext = OpenTK.Graphics.ES30.All.DrawBuffer10Ext; + var _DrawBuffer10Nv = OpenTK.Graphics.ES30.All.DrawBuffer10Nv; + var _DrawBuffer11 = OpenTK.Graphics.ES30.All.DrawBuffer11; + var _DrawBuffer11Ext = OpenTK.Graphics.ES30.All.DrawBuffer11Ext; + var _DrawBuffer11Nv = OpenTK.Graphics.ES30.All.DrawBuffer11Nv; + var _DrawBuffer12 = OpenTK.Graphics.ES30.All.DrawBuffer12; + var _DrawBuffer12Ext = OpenTK.Graphics.ES30.All.DrawBuffer12Ext; + var _DrawBuffer12Nv = OpenTK.Graphics.ES30.All.DrawBuffer12Nv; + var _DrawBuffer13 = OpenTK.Graphics.ES30.All.DrawBuffer13; + var _DrawBuffer13Ext = OpenTK.Graphics.ES30.All.DrawBuffer13Ext; + var _DrawBuffer13Nv = OpenTK.Graphics.ES30.All.DrawBuffer13Nv; + var _DrawBuffer14 = OpenTK.Graphics.ES30.All.DrawBuffer14; + var _DrawBuffer14Ext = OpenTK.Graphics.ES30.All.DrawBuffer14Ext; + var _DrawBuffer14Nv = OpenTK.Graphics.ES30.All.DrawBuffer14Nv; + var _DrawBuffer15 = OpenTK.Graphics.ES30.All.DrawBuffer15; + var _DrawBuffer15Ext = OpenTK.Graphics.ES30.All.DrawBuffer15Ext; + var _DrawBuffer15Nv = OpenTK.Graphics.ES30.All.DrawBuffer15Nv; + var _BlendEquationAlpha = OpenTK.Graphics.ES30.All.BlendEquationAlpha; + var _TextureCompareMode = OpenTK.Graphics.ES30.All.TextureCompareMode; + var _TextureCompareModeExt = OpenTK.Graphics.ES30.All.TextureCompareModeExt; + var _TextureCompareFunc = OpenTK.Graphics.ES30.All.TextureCompareFunc; + var _TextureCompareFuncExt = OpenTK.Graphics.ES30.All.TextureCompareFuncExt; + var _CompareRefToTexture = OpenTK.Graphics.ES30.All.CompareRefToTexture; + var _CompareRefToTextureExt = OpenTK.Graphics.ES30.All.CompareRefToTextureExt; + var _QueryCounterBitsExt = OpenTK.Graphics.ES30.All.QueryCounterBitsExt; + var _CurrentQuery = OpenTK.Graphics.ES30.All.CurrentQuery; + var _CurrentQueryExt = OpenTK.Graphics.ES30.All.CurrentQueryExt; + var _QueryResult = OpenTK.Graphics.ES30.All.QueryResult; + var _QueryResultExt = OpenTK.Graphics.ES30.All.QueryResultExt; + var _QueryResultAvailable = OpenTK.Graphics.ES30.All.QueryResultAvailable; + var _QueryResultAvailableExt = OpenTK.Graphics.ES30.All.QueryResultAvailableExt; + var _MaxVertexAttribs = OpenTK.Graphics.ES30.All.MaxVertexAttribs; + var _VertexAttribArrayNormalized = OpenTK.Graphics.ES30.All.VertexAttribArrayNormalized; + var _MaxTessControlInputComponentsExt = OpenTK.Graphics.ES30.All.MaxTessControlInputComponentsExt; + var _MaxTessEvaluationInputComponentsExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationInputComponentsExt; + var _MaxTextureImageUnits = OpenTK.Graphics.ES30.All.MaxTextureImageUnits; + var _GeometryShaderInvocationsExt = OpenTK.Graphics.ES30.All.GeometryShaderInvocationsExt; + var _ArrayBuffer = OpenTK.Graphics.ES30.All.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES30.All.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.ES30.All.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES30.All.ElementArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.ES30.All.VertexAttribArrayBufferBinding; + var _WriteOnlyOes = OpenTK.Graphics.ES30.All.WriteOnlyOes; + var _BufferAccessOes = OpenTK.Graphics.ES30.All.BufferAccessOes; + var _BufferMapped = OpenTK.Graphics.ES30.All.BufferMapped; + var _BufferMappedOes = OpenTK.Graphics.ES30.All.BufferMappedOes; + var _BufferMapPointer = OpenTK.Graphics.ES30.All.BufferMapPointer; + var _BufferMapPointerOes = OpenTK.Graphics.ES30.All.BufferMapPointerOes; + var _TimeElapsedExt = OpenTK.Graphics.ES30.All.TimeElapsedExt; + var _StreamDraw = OpenTK.Graphics.ES30.All.StreamDraw; + var _StreamRead = OpenTK.Graphics.ES30.All.StreamRead; + var _StreamCopy = OpenTK.Graphics.ES30.All.StreamCopy; + var _StaticDraw = OpenTK.Graphics.ES30.All.StaticDraw; + var _StaticRead = OpenTK.Graphics.ES30.All.StaticRead; + var _StaticCopy = OpenTK.Graphics.ES30.All.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.ES30.All.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.ES30.All.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.ES30.All.DynamicCopy; + var _PixelPackBuffer = OpenTK.Graphics.ES30.All.PixelPackBuffer; + var _PixelUnpackBuffer = OpenTK.Graphics.ES30.All.PixelUnpackBuffer; + var _PixelPackBufferBinding = OpenTK.Graphics.ES30.All.PixelPackBufferBinding; + var _Etc1Srgb8Nv = OpenTK.Graphics.ES30.All.Etc1Srgb8Nv; + var _PixelUnpackBufferBinding = OpenTK.Graphics.ES30.All.PixelUnpackBufferBinding; + var _Depth24Stencil8 = OpenTK.Graphics.ES30.All.Depth24Stencil8; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES30.All.Depth24Stencil8Oes; + var _VertexAttribArrayInteger = OpenTK.Graphics.ES30.All.VertexAttribArrayInteger; + var _VertexAttribArrayDivisor = OpenTK.Graphics.ES30.All.VertexAttribArrayDivisor; + var _VertexAttribArrayDivisorAngle = OpenTK.Graphics.ES30.All.VertexAttribArrayDivisorAngle; + var _VertexAttribArrayDivisorExt = OpenTK.Graphics.ES30.All.VertexAttribArrayDivisorExt; + var _VertexAttribArrayDivisorNv = OpenTK.Graphics.ES30.All.VertexAttribArrayDivisorNv; + var _MaxArrayTextureLayers = OpenTK.Graphics.ES30.All.MaxArrayTextureLayers; + var _MinProgramTexelOffset = OpenTK.Graphics.ES30.All.MinProgramTexelOffset; + var _MaxProgramTexelOffset = OpenTK.Graphics.ES30.All.MaxProgramTexelOffset; + var _GeometryLinkedVerticesOutExt = OpenTK.Graphics.ES30.All.GeometryLinkedVerticesOutExt; + var _GeometryLinkedInputTypeExt = OpenTK.Graphics.ES30.All.GeometryLinkedInputTypeExt; + var _GeometryLinkedOutputTypeExt = OpenTK.Graphics.ES30.All.GeometryLinkedOutputTypeExt; + var _SamplerBinding = OpenTK.Graphics.ES30.All.SamplerBinding; + var _PackResampleOml = OpenTK.Graphics.ES30.All.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.ES30.All.UnpackResampleOml; + var _UniformBuffer = OpenTK.Graphics.ES30.All.UniformBuffer; + var _Rgb422Apple = OpenTK.Graphics.ES30.All.Rgb422Apple; + var _UniformBufferBinding = OpenTK.Graphics.ES30.All.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.ES30.All.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.ES30.All.UniformBufferSize; + var _MaxVertexUniformBlocks = OpenTK.Graphics.ES30.All.MaxVertexUniformBlocks; + var _MaxGeometryUniformBlocksExt = OpenTK.Graphics.ES30.All.MaxGeometryUniformBlocksExt; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.ES30.All.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.ES30.All.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.ES30.All.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.ES30.All.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.ES30.All.MaxCombinedVertexUniformComponents; + var _MaxCombinedGeometryUniformComponentsExt = OpenTK.Graphics.ES30.All.MaxCombinedGeometryUniformComponentsExt; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.ES30.All.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.ES30.All.UniformBufferOffsetAlignment; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.ES30.All.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.ES30.All.ActiveUniformBlocks; + var _UniformType = OpenTK.Graphics.ES30.All.UniformType; + var _UniformSize = OpenTK.Graphics.ES30.All.UniformSize; + var _UniformNameLength = OpenTK.Graphics.ES30.All.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.ES30.All.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.ES30.All.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.ES30.All.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.ES30.All.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.ES30.All.UniformIsRowMajor; + var _UniformBlockBinding = OpenTK.Graphics.ES30.All.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.ES30.All.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.ES30.All.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.ES30.All.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.ES30.All.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.ES30.All.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.ES30.All.UniformBlockReferencedByFragmentShader; + var _TextureSrgbDecodeExt = OpenTK.Graphics.ES30.All.TextureSrgbDecodeExt; + var _DecodeExt = OpenTK.Graphics.ES30.All.DecodeExt; + var _SkipDecodeExt = OpenTK.Graphics.ES30.All.SkipDecodeExt; + var _ProgramPipelineObjectExt = OpenTK.Graphics.ES30.All.ProgramPipelineObjectExt; + var _RgbRaw422Apple = OpenTK.Graphics.ES30.All.RgbRaw422Apple; + var _FragmentShaderDiscardsSamplesExt = OpenTK.Graphics.ES30.All.FragmentShaderDiscardsSamplesExt; + var _SyncObjectApple = OpenTK.Graphics.ES30.All.SyncObjectApple; + var _CompressedSrgbPvrtc2Bppv1Ext = OpenTK.Graphics.ES30.All.CompressedSrgbPvrtc2Bppv1Ext; + var _CompressedSrgbPvrtc4Bppv1Ext = OpenTK.Graphics.ES30.All.CompressedSrgbPvrtc4Bppv1Ext; + var _CompressedSrgbAlphaPvrtc2Bppv1Ext = OpenTK.Graphics.ES30.All.CompressedSrgbAlphaPvrtc2Bppv1Ext; + var _CompressedSrgbAlphaPvrtc4Bppv1Ext = OpenTK.Graphics.ES30.All.CompressedSrgbAlphaPvrtc4Bppv1Ext; + var _FragmentShader = OpenTK.Graphics.ES30.All.FragmentShader; + var _VertexShader = OpenTK.Graphics.ES30.All.VertexShader; + var _ProgramObjectExt = OpenTK.Graphics.ES30.All.ProgramObjectExt; + var _ShaderObjectExt = OpenTK.Graphics.ES30.All.ShaderObjectExt; + var _MaxFragmentUniformComponents = OpenTK.Graphics.ES30.All.MaxFragmentUniformComponents; + var _MaxVertexUniformComponents = OpenTK.Graphics.ES30.All.MaxVertexUniformComponents; + var _MaxVaryingComponents = OpenTK.Graphics.ES30.All.MaxVaryingComponents; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.ES30.All.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.ES30.All.MaxCombinedTextureImageUnits; + var _ShaderType = OpenTK.Graphics.ES30.All.ShaderType; + var _FloatVec2 = OpenTK.Graphics.ES30.All.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES30.All.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES30.All.FloatVec4; + var _IntVec2 = OpenTK.Graphics.ES30.All.IntVec2; + var _IntVec3 = OpenTK.Graphics.ES30.All.IntVec3; + var _IntVec4 = OpenTK.Graphics.ES30.All.IntVec4; + var _Bool = OpenTK.Graphics.ES30.All.Bool; + var _BoolVec2 = OpenTK.Graphics.ES30.All.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.ES30.All.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.ES30.All.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.ES30.All.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES30.All.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES30.All.FloatMat4; + var _Sampler2D = OpenTK.Graphics.ES30.All.Sampler2D; + var _Sampler3D = OpenTK.Graphics.ES30.All.Sampler3D; + var _Sampler3DOes = OpenTK.Graphics.ES30.All.Sampler3DOes; + var _SamplerCube = OpenTK.Graphics.ES30.All.SamplerCube; + var _Sampler2DShadow = OpenTK.Graphics.ES30.All.Sampler2DShadow; + var _Sampler2DShadowExt = OpenTK.Graphics.ES30.All.Sampler2DShadowExt; + var _FloatMat2x3 = OpenTK.Graphics.ES30.All.FloatMat2x3; + var _FloatMat2x3Nv = OpenTK.Graphics.ES30.All.FloatMat2x3Nv; + var _FloatMat2x4 = OpenTK.Graphics.ES30.All.FloatMat2x4; + var _FloatMat2x4Nv = OpenTK.Graphics.ES30.All.FloatMat2x4Nv; + var _FloatMat3x2 = OpenTK.Graphics.ES30.All.FloatMat3x2; + var _FloatMat3x2Nv = OpenTK.Graphics.ES30.All.FloatMat3x2Nv; + var _FloatMat3x4 = OpenTK.Graphics.ES30.All.FloatMat3x4; + var _FloatMat3x4Nv = OpenTK.Graphics.ES30.All.FloatMat3x4Nv; + var _FloatMat4x2 = OpenTK.Graphics.ES30.All.FloatMat4x2; + var _FloatMat4x2Nv = OpenTK.Graphics.ES30.All.FloatMat4x2Nv; + var _FloatMat4x3 = OpenTK.Graphics.ES30.All.FloatMat4x3; + var _FloatMat4x3Nv = OpenTK.Graphics.ES30.All.FloatMat4x3Nv; + var _DeleteStatus = OpenTK.Graphics.ES30.All.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.ES30.All.CompileStatus; + var _LinkStatus = OpenTK.Graphics.ES30.All.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES30.All.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES30.All.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES30.All.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES30.All.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES30.All.ActiveUniformMaxLength; + var _ShaderSourceLength = OpenTK.Graphics.ES30.All.ShaderSourceLength; + var _ActiveAttributes = OpenTK.Graphics.ES30.All.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES30.All.ActiveAttributeMaxLength; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.ES30.All.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.ES30.All.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.ES30.All.FragmentShaderDerivativeHintOes; + var _ShadingLanguageVersion = OpenTK.Graphics.ES30.All.ShadingLanguageVersion; + var _CurrentProgram = OpenTK.Graphics.ES30.All.CurrentProgram; + var _Palette4Rgb8Oes = OpenTK.Graphics.ES30.All.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES30.All.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES30.All.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES30.All.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES30.All.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES30.All.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES30.All.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES30.All.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES30.All.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES30.All.Palette8Rgb5A1Oes; + var _ImplementationColorReadType = OpenTK.Graphics.ES30.All.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.ES30.All.ImplementationColorReadFormat; + var _CounterTypeAmd = OpenTK.Graphics.ES30.All.CounterTypeAmd; + var _CounterRangeAmd = OpenTK.Graphics.ES30.All.CounterRangeAmd; + var _UnsignedInt64Amd = OpenTK.Graphics.ES30.All.UnsignedInt64Amd; + var _PercentageAmd = OpenTK.Graphics.ES30.All.PercentageAmd; + var _PerfmonResultAvailableAmd = OpenTK.Graphics.ES30.All.PerfmonResultAvailableAmd; + var _PerfmonResultSizeAmd = OpenTK.Graphics.ES30.All.PerfmonResultSizeAmd; + var _PerfmonResultAmd = OpenTK.Graphics.ES30.All.PerfmonResultAmd; + var _TextureWidthQcom = OpenTK.Graphics.ES30.All.TextureWidthQcom; + var _TextureHeightQcom = OpenTK.Graphics.ES30.All.TextureHeightQcom; + var _TextureDepthQcom = OpenTK.Graphics.ES30.All.TextureDepthQcom; + var _TextureInternalFormatQcom = OpenTK.Graphics.ES30.All.TextureInternalFormatQcom; + var _TextureFormatQcom = OpenTK.Graphics.ES30.All.TextureFormatQcom; + var _TextureTypeQcom = OpenTK.Graphics.ES30.All.TextureTypeQcom; + var _TextureImageValidQcom = OpenTK.Graphics.ES30.All.TextureImageValidQcom; + var _TextureNumLevelsQcom = OpenTK.Graphics.ES30.All.TextureNumLevelsQcom; + var _TextureTargetQcom = OpenTK.Graphics.ES30.All.TextureTargetQcom; + var _TextureObjectValidQcom = OpenTK.Graphics.ES30.All.TextureObjectValidQcom; + var _StateRestore = OpenTK.Graphics.ES30.All.StateRestore; + var _CompressedRgbPvrtc4Bppv1Img = OpenTK.Graphics.ES30.All.CompressedRgbPvrtc4Bppv1Img; + var _CompressedRgbPvrtc2Bppv1Img = OpenTK.Graphics.ES30.All.CompressedRgbPvrtc2Bppv1Img; + var _CompressedRgbaPvrtc4Bppv1Img = OpenTK.Graphics.ES30.All.CompressedRgbaPvrtc4Bppv1Img; + var _CompressedRgbaPvrtc2Bppv1Img = OpenTK.Graphics.ES30.All.CompressedRgbaPvrtc2Bppv1Img; + var _SgxBinaryImg = OpenTK.Graphics.ES30.All.SgxBinaryImg; + var _UnsignedNormalized = OpenTK.Graphics.ES30.All.UnsignedNormalized; + var _UnsignedNormalizedExt = OpenTK.Graphics.ES30.All.UnsignedNormalizedExt; + var _Texture2DArray = OpenTK.Graphics.ES30.All.Texture2DArray; + var _TextureBinding2DArray = OpenTK.Graphics.ES30.All.TextureBinding2DArray; + var _MaxGeometryTextureImageUnitsExt = OpenTK.Graphics.ES30.All.MaxGeometryTextureImageUnitsExt; + var _TextureBufferBindingExt = OpenTK.Graphics.ES30.All.TextureBufferBindingExt; + var _TextureBufferExt = OpenTK.Graphics.ES30.All.TextureBufferExt; + var _MaxTextureBufferSizeExt = OpenTK.Graphics.ES30.All.MaxTextureBufferSizeExt; + var _TextureBindingBufferExt = OpenTK.Graphics.ES30.All.TextureBindingBufferExt; + var _TextureBufferDataStoreBindingExt = OpenTK.Graphics.ES30.All.TextureBufferDataStoreBindingExt; + var _AnySamplesPassed = OpenTK.Graphics.ES30.All.AnySamplesPassed; + var _AnySamplesPassedExt = OpenTK.Graphics.ES30.All.AnySamplesPassedExt; + var _SampleShadingOes = OpenTK.Graphics.ES30.All.SampleShadingOes; + var _MinSampleShadingValueOes = OpenTK.Graphics.ES30.All.MinSampleShadingValueOes; + var _R11fG11fB10f = OpenTK.Graphics.ES30.All.R11fG11fB10f; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.ES30.All.UnsignedInt10F11F11FRev; + var _Rgb9E5 = OpenTK.Graphics.ES30.All.Rgb9E5; + var _UnsignedInt5999Rev = OpenTK.Graphics.ES30.All.UnsignedInt5999Rev; + var _Srgb = OpenTK.Graphics.ES30.All.Srgb; + var _SrgbExt = OpenTK.Graphics.ES30.All.SrgbExt; + var _Srgb8 = OpenTK.Graphics.ES30.All.Srgb8; + var _Srgb8Nv = OpenTK.Graphics.ES30.All.Srgb8Nv; + var _SrgbAlphaExt = OpenTK.Graphics.ES30.All.SrgbAlphaExt; + var _Srgb8Alpha8 = OpenTK.Graphics.ES30.All.Srgb8Alpha8; + var _Srgb8Alpha8Ext = OpenTK.Graphics.ES30.All.Srgb8Alpha8Ext; + var _SluminanceAlphaNv = OpenTK.Graphics.ES30.All.SluminanceAlphaNv; + var _Sluminance8Alpha8Nv = OpenTK.Graphics.ES30.All.Sluminance8Alpha8Nv; + var _SluminanceNv = OpenTK.Graphics.ES30.All.SluminanceNv; + var _Sluminance8Nv = OpenTK.Graphics.ES30.All.Sluminance8Nv; + var _CompressedSrgbS3tcDxt1Nv = OpenTK.Graphics.ES30.All.CompressedSrgbS3tcDxt1Nv; + var _CompressedSrgbAlphaS3tcDxt1Nv = OpenTK.Graphics.ES30.All.CompressedSrgbAlphaS3tcDxt1Nv; + var _CompressedSrgbAlphaS3tcDxt3Nv = OpenTK.Graphics.ES30.All.CompressedSrgbAlphaS3tcDxt3Nv; + var _CompressedSrgbAlphaS3tcDxt5Nv = OpenTK.Graphics.ES30.All.CompressedSrgbAlphaS3tcDxt5Nv; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.ES30.All.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.ES30.All.TransformFeedbackBufferMode; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.ES30.All.MaxTransformFeedbackSeparateComponents; + var _TransformFeedbackVaryings = OpenTK.Graphics.ES30.All.TransformFeedbackVaryings; + var _TransformFeedbackBufferStart = OpenTK.Graphics.ES30.All.TransformFeedbackBufferStart; + var _TransformFeedbackBufferSize = OpenTK.Graphics.ES30.All.TransformFeedbackBufferSize; + var _PrimitivesGeneratedExt = OpenTK.Graphics.ES30.All.PrimitivesGeneratedExt; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.ES30.All.TransformFeedbackPrimitivesWritten; + var _RasterizerDiscard = OpenTK.Graphics.ES30.All.RasterizerDiscard; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.ES30.All.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.ES30.All.MaxTransformFeedbackSeparateAttribs; + var _InterleavedAttribs = OpenTK.Graphics.ES30.All.InterleavedAttribs; + var _SeparateAttribs = OpenTK.Graphics.ES30.All.SeparateAttribs; + var _TransformFeedbackBuffer = OpenTK.Graphics.ES30.All.TransformFeedbackBuffer; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.ES30.All.TransformFeedbackBufferBinding; + var _AtcRgbAmd = OpenTK.Graphics.ES30.All.AtcRgbAmd; + var _AtcRgbaExplicitAlphaAmd = OpenTK.Graphics.ES30.All.AtcRgbaExplicitAlphaAmd; + var _StencilBackRef = OpenTK.Graphics.ES30.All.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.ES30.All.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.ES30.All.StencilBackWritemask; + var _DrawFramebufferBinding = OpenTK.Graphics.ES30.All.DrawFramebufferBinding; + var _DrawFramebufferBindingAngle = OpenTK.Graphics.ES30.All.DrawFramebufferBindingAngle; + var _DrawFramebufferBindingApple = OpenTK.Graphics.ES30.All.DrawFramebufferBindingApple; + var _DrawFramebufferBindingNv = OpenTK.Graphics.ES30.All.DrawFramebufferBindingNv; + var _FramebufferBinding = OpenTK.Graphics.ES30.All.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.ES30.All.RenderbufferBinding; + var _ReadFramebuffer = OpenTK.Graphics.ES30.All.ReadFramebuffer; + var _ReadFramebufferAngle = OpenTK.Graphics.ES30.All.ReadFramebufferAngle; + var _ReadFramebufferApple = OpenTK.Graphics.ES30.All.ReadFramebufferApple; + var _ReadFramebufferNv = OpenTK.Graphics.ES30.All.ReadFramebufferNv; + var _DrawFramebuffer = OpenTK.Graphics.ES30.All.DrawFramebuffer; + var _DrawFramebufferAngle = OpenTK.Graphics.ES30.All.DrawFramebufferAngle; + var _DrawFramebufferApple = OpenTK.Graphics.ES30.All.DrawFramebufferApple; + var _DrawFramebufferNv = OpenTK.Graphics.ES30.All.DrawFramebufferNv; + var _ReadFramebufferBinding = OpenTK.Graphics.ES30.All.ReadFramebufferBinding; + var _ReadFramebufferBindingAngle = OpenTK.Graphics.ES30.All.ReadFramebufferBindingAngle; + var _ReadFramebufferBindingApple = OpenTK.Graphics.ES30.All.ReadFramebufferBindingApple; + var _ReadFramebufferBindingNv = OpenTK.Graphics.ES30.All.ReadFramebufferBindingNv; + var _RenderbufferSamples = OpenTK.Graphics.ES30.All.RenderbufferSamples; + var _RenderbufferSamplesAngle = OpenTK.Graphics.ES30.All.RenderbufferSamplesAngle; + var _RenderbufferSamplesApple = OpenTK.Graphics.ES30.All.RenderbufferSamplesApple; + var _RenderbufferSamplesExt = OpenTK.Graphics.ES30.All.RenderbufferSamplesExt; + var _RenderbufferSamplesNv = OpenTK.Graphics.ES30.All.RenderbufferSamplesNv; + var _DepthComponent32f = OpenTK.Graphics.ES30.All.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.ES30.All.Depth32fStencil8; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.ES30.All.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.ES30.All.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.ES30.All.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.ES30.All.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTexture3DZoffsetOes = OpenTK.Graphics.ES30.All.FramebufferAttachmentTexture3DZoffsetOes; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.ES30.All.FramebufferAttachmentTextureLayer; + var _FramebufferComplete = OpenTK.Graphics.ES30.All.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.ES30.All.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.ES30.All.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDimensions = OpenTK.Graphics.ES30.All.FramebufferIncompleteDimensions; + var _FramebufferUnsupported = OpenTK.Graphics.ES30.All.FramebufferUnsupported; + var _MaxColorAttachments = OpenTK.Graphics.ES30.All.MaxColorAttachments; + var _MaxColorAttachmentsExt = OpenTK.Graphics.ES30.All.MaxColorAttachmentsExt; + var _MaxColorAttachmentsNv = OpenTK.Graphics.ES30.All.MaxColorAttachmentsNv; + var _ColorAttachment0 = OpenTK.Graphics.ES30.All.ColorAttachment0; + var _ColorAttachment0Ext = OpenTK.Graphics.ES30.All.ColorAttachment0Ext; + var _ColorAttachment0Nv = OpenTK.Graphics.ES30.All.ColorAttachment0Nv; + var _ColorAttachment1 = OpenTK.Graphics.ES30.All.ColorAttachment1; + var _ColorAttachment1Ext = OpenTK.Graphics.ES30.All.ColorAttachment1Ext; + var _ColorAttachment1Nv = OpenTK.Graphics.ES30.All.ColorAttachment1Nv; + var _ColorAttachment2 = OpenTK.Graphics.ES30.All.ColorAttachment2; + var _ColorAttachment2Ext = OpenTK.Graphics.ES30.All.ColorAttachment2Ext; + var _ColorAttachment2Nv = OpenTK.Graphics.ES30.All.ColorAttachment2Nv; + var _ColorAttachment3 = OpenTK.Graphics.ES30.All.ColorAttachment3; + var _ColorAttachment3Ext = OpenTK.Graphics.ES30.All.ColorAttachment3Ext; + var _ColorAttachment3Nv = OpenTK.Graphics.ES30.All.ColorAttachment3Nv; + var _ColorAttachment4 = OpenTK.Graphics.ES30.All.ColorAttachment4; + var _ColorAttachment4Ext = OpenTK.Graphics.ES30.All.ColorAttachment4Ext; + var _ColorAttachment4Nv = OpenTK.Graphics.ES30.All.ColorAttachment4Nv; + var _ColorAttachment5 = OpenTK.Graphics.ES30.All.ColorAttachment5; + var _ColorAttachment5Ext = OpenTK.Graphics.ES30.All.ColorAttachment5Ext; + var _ColorAttachment5Nv = OpenTK.Graphics.ES30.All.ColorAttachment5Nv; + var _ColorAttachment6 = OpenTK.Graphics.ES30.All.ColorAttachment6; + var _ColorAttachment6Ext = OpenTK.Graphics.ES30.All.ColorAttachment6Ext; + var _ColorAttachment6Nv = OpenTK.Graphics.ES30.All.ColorAttachment6Nv; + var _ColorAttachment7 = OpenTK.Graphics.ES30.All.ColorAttachment7; + var _ColorAttachment7Ext = OpenTK.Graphics.ES30.All.ColorAttachment7Ext; + var _ColorAttachment7Nv = OpenTK.Graphics.ES30.All.ColorAttachment7Nv; + var _ColorAttachment8 = OpenTK.Graphics.ES30.All.ColorAttachment8; + var _ColorAttachment8Ext = OpenTK.Graphics.ES30.All.ColorAttachment8Ext; + var _ColorAttachment8Nv = OpenTK.Graphics.ES30.All.ColorAttachment8Nv; + var _ColorAttachment9 = OpenTK.Graphics.ES30.All.ColorAttachment9; + var _ColorAttachment9Ext = OpenTK.Graphics.ES30.All.ColorAttachment9Ext; + var _ColorAttachment9Nv = OpenTK.Graphics.ES30.All.ColorAttachment9Nv; + var _ColorAttachment10 = OpenTK.Graphics.ES30.All.ColorAttachment10; + var _ColorAttachment10Ext = OpenTK.Graphics.ES30.All.ColorAttachment10Ext; + var _ColorAttachment10Nv = OpenTK.Graphics.ES30.All.ColorAttachment10Nv; + var _ColorAttachment11 = OpenTK.Graphics.ES30.All.ColorAttachment11; + var _ColorAttachment11Ext = OpenTK.Graphics.ES30.All.ColorAttachment11Ext; + var _ColorAttachment11Nv = OpenTK.Graphics.ES30.All.ColorAttachment11Nv; + var _ColorAttachment12 = OpenTK.Graphics.ES30.All.ColorAttachment12; + var _ColorAttachment12Ext = OpenTK.Graphics.ES30.All.ColorAttachment12Ext; + var _ColorAttachment12Nv = OpenTK.Graphics.ES30.All.ColorAttachment12Nv; + var _ColorAttachment13 = OpenTK.Graphics.ES30.All.ColorAttachment13; + var _ColorAttachment13Ext = OpenTK.Graphics.ES30.All.ColorAttachment13Ext; + var _ColorAttachment13Nv = OpenTK.Graphics.ES30.All.ColorAttachment13Nv; + var _ColorAttachment14 = OpenTK.Graphics.ES30.All.ColorAttachment14; + var _ColorAttachment14Ext = OpenTK.Graphics.ES30.All.ColorAttachment14Ext; + var _ColorAttachment14Nv = OpenTK.Graphics.ES30.All.ColorAttachment14Nv; + var _ColorAttachment15 = OpenTK.Graphics.ES30.All.ColorAttachment15; + var _ColorAttachment15Ext = OpenTK.Graphics.ES30.All.ColorAttachment15Ext; + var _ColorAttachment15Nv = OpenTK.Graphics.ES30.All.ColorAttachment15Nv; + var _DepthAttachment = OpenTK.Graphics.ES30.All.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.ES30.All.StencilAttachment; + var _Framebuffer = OpenTK.Graphics.ES30.All.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.ES30.All.Renderbuffer; + var _RenderbufferWidth = OpenTK.Graphics.ES30.All.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.ES30.All.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.ES30.All.RenderbufferInternalFormat; + var _StencilIndex1Oes = OpenTK.Graphics.ES30.All.StencilIndex1Oes; + var _StencilIndex4Oes = OpenTK.Graphics.ES30.All.StencilIndex4Oes; + var _StencilIndex8 = OpenTK.Graphics.ES30.All.StencilIndex8; + var _StencilIndex8Oes = OpenTK.Graphics.ES30.All.StencilIndex8Oes; + var _RenderbufferRedSize = OpenTK.Graphics.ES30.All.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.ES30.All.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.ES30.All.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.ES30.All.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.ES30.All.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.ES30.All.RenderbufferStencilSize; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.ES30.All.FramebufferIncompleteMultisample; + var _FramebufferIncompleteMultisampleAngle = OpenTK.Graphics.ES30.All.FramebufferIncompleteMultisampleAngle; + var _FramebufferIncompleteMultisampleApple = OpenTK.Graphics.ES30.All.FramebufferIncompleteMultisampleApple; + var _FramebufferIncompleteMultisampleExt = OpenTK.Graphics.ES30.All.FramebufferIncompleteMultisampleExt; + var _FramebufferIncompleteMultisampleNv = OpenTK.Graphics.ES30.All.FramebufferIncompleteMultisampleNv; + var _MaxSamples = OpenTK.Graphics.ES30.All.MaxSamples; + var _MaxSamplesAngle = OpenTK.Graphics.ES30.All.MaxSamplesAngle; + var _MaxSamplesApple = OpenTK.Graphics.ES30.All.MaxSamplesApple; + var _MaxSamplesExt = OpenTK.Graphics.ES30.All.MaxSamplesExt; + var _MaxSamplesNv = OpenTK.Graphics.ES30.All.MaxSamplesNv; + var _HalfFloatOes = OpenTK.Graphics.ES30.All.HalfFloatOes; + var _Rgb565Oes = OpenTK.Graphics.ES30.All.Rgb565Oes; + var _Rgb565 = OpenTK.Graphics.ES30.All.Rgb565; + var _Etc1Rgb8Oes = OpenTK.Graphics.ES30.All.Etc1Rgb8Oes; + var _TextureExternalOes = OpenTK.Graphics.ES30.All.TextureExternalOes; + var _SamplerExternalOes = OpenTK.Graphics.ES30.All.SamplerExternalOes; + var _TextureBindingExternalOes = OpenTK.Graphics.ES30.All.TextureBindingExternalOes; + var _RequiredTextureImageUnitsOes = OpenTK.Graphics.ES30.All.RequiredTextureImageUnitsOes; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.ES30.All.PrimitiveRestartFixedIndex; + var _AnySamplesPassedConservative = OpenTK.Graphics.ES30.All.AnySamplesPassedConservative; + var _AnySamplesPassedConservativeExt = OpenTK.Graphics.ES30.All.AnySamplesPassedConservativeExt; + var _MaxElementIndex = OpenTK.Graphics.ES30.All.MaxElementIndex; + var _FramebufferAttachmentTextureSamplesExt = OpenTK.Graphics.ES30.All.FramebufferAttachmentTextureSamplesExt; + var _Rgba32ui = OpenTK.Graphics.ES30.All.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.ES30.All.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.ES30.All.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.ES30.All.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.ES30.All.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.ES30.All.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.ES30.All.Rgba32i; + var _Rgb32i = OpenTK.Graphics.ES30.All.Rgb32i; + var _Rgba16i = OpenTK.Graphics.ES30.All.Rgba16i; + var _Rgb16i = OpenTK.Graphics.ES30.All.Rgb16i; + var _Rgba8i = OpenTK.Graphics.ES30.All.Rgba8i; + var _Rgb8i = OpenTK.Graphics.ES30.All.Rgb8i; + var _RedInteger = OpenTK.Graphics.ES30.All.RedInteger; + var _RgbInteger = OpenTK.Graphics.ES30.All.RgbInteger; + var _RgbaInteger = OpenTK.Graphics.ES30.All.RgbaInteger; + var _Int2101010Rev = OpenTK.Graphics.ES30.All.Int2101010Rev; + var _FramebufferAttachmentLayeredExt = OpenTK.Graphics.ES30.All.FramebufferAttachmentLayeredExt; + var _FramebufferIncompleteLayerTargetsExt = OpenTK.Graphics.ES30.All.FramebufferIncompleteLayerTargetsExt; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.ES30.All.Float32UnsignedInt248Rev; + var _FramebufferSrgbExt = OpenTK.Graphics.ES30.All.FramebufferSrgbExt; + var _Sampler2DArray = OpenTK.Graphics.ES30.All.Sampler2DArray; + var _SamplerBufferExt = OpenTK.Graphics.ES30.All.SamplerBufferExt; + var _Sampler2DArrayShadow = OpenTK.Graphics.ES30.All.Sampler2DArrayShadow; + var _Sampler2DArrayShadowNv = OpenTK.Graphics.ES30.All.Sampler2DArrayShadowNv; + var _SamplerCubeShadow = OpenTK.Graphics.ES30.All.SamplerCubeShadow; + var _SamplerCubeShadowNv = OpenTK.Graphics.ES30.All.SamplerCubeShadowNv; + var _UnsignedIntVec2 = OpenTK.Graphics.ES30.All.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.ES30.All.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.ES30.All.UnsignedIntVec4; + var _IntSampler2D = OpenTK.Graphics.ES30.All.IntSampler2D; + var _IntSampler3D = OpenTK.Graphics.ES30.All.IntSampler3D; + var _IntSamplerCube = OpenTK.Graphics.ES30.All.IntSamplerCube; + var _IntSampler2DArray = OpenTK.Graphics.ES30.All.IntSampler2DArray; + var _IntSamplerBufferExt = OpenTK.Graphics.ES30.All.IntSamplerBufferExt; + var _UnsignedIntSampler2D = OpenTK.Graphics.ES30.All.UnsignedIntSampler2D; + var _UnsignedIntSampler3D = OpenTK.Graphics.ES30.All.UnsignedIntSampler3D; + var _UnsignedIntSamplerCube = OpenTK.Graphics.ES30.All.UnsignedIntSamplerCube; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.ES30.All.UnsignedIntSampler2DArray; + var _UnsignedIntSamplerBufferExt = OpenTK.Graphics.ES30.All.UnsignedIntSamplerBufferExt; + var _GeometryShaderExt = OpenTK.Graphics.ES30.All.GeometryShaderExt; + var _MaxGeometryUniformComponentsExt = OpenTK.Graphics.ES30.All.MaxGeometryUniformComponentsExt; + var _MaxGeometryOutputVerticesExt = OpenTK.Graphics.ES30.All.MaxGeometryOutputVerticesExt; + var _MaxGeometryTotalOutputComponentsExt = OpenTK.Graphics.ES30.All.MaxGeometryTotalOutputComponentsExt; + var _LowFloat = OpenTK.Graphics.ES30.All.LowFloat; + var _MediumFloat = OpenTK.Graphics.ES30.All.MediumFloat; + var _HighFloat = OpenTK.Graphics.ES30.All.HighFloat; + var _LowInt = OpenTK.Graphics.ES30.All.LowInt; + var _MediumInt = OpenTK.Graphics.ES30.All.MediumInt; + var _HighInt = OpenTK.Graphics.ES30.All.HighInt; + var _UnsignedInt1010102Oes = OpenTK.Graphics.ES30.All.UnsignedInt1010102Oes; + var _Int1010102Oes = OpenTK.Graphics.ES30.All.Int1010102Oes; + var _ShaderBinaryFormats = OpenTK.Graphics.ES30.All.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.ES30.All.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.ES30.All.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.ES30.All.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.ES30.All.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.ES30.All.MaxFragmentUniformVectors; + var _MaxCombinedTessControlUniformComponentsExt = OpenTK.Graphics.ES30.All.MaxCombinedTessControlUniformComponentsExt; + var _MaxCombinedTessEvaluationUniformComponentsExt = OpenTK.Graphics.ES30.All.MaxCombinedTessEvaluationUniformComponentsExt; + var _TransformFeedback = OpenTK.Graphics.ES30.All.TransformFeedback; + var _TransformFeedbackPaused = OpenTK.Graphics.ES30.All.TransformFeedbackPaused; + var _TransformFeedbackActive = OpenTK.Graphics.ES30.All.TransformFeedbackActive; + var _TransformFeedbackBinding = OpenTK.Graphics.ES30.All.TransformFeedbackBinding; + var _TimestampExt = OpenTK.Graphics.ES30.All.TimestampExt; + var _DepthComponent16NonlinearNv = OpenTK.Graphics.ES30.All.DepthComponent16NonlinearNv; + var _TextureSwizzleR = OpenTK.Graphics.ES30.All.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.ES30.All.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.ES30.All.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.ES30.All.TextureSwizzleA; + var _FirstVertexConventionExt = OpenTK.Graphics.ES30.All.FirstVertexConventionExt; + var _LastVertexConventionExt = OpenTK.Graphics.ES30.All.LastVertexConventionExt; + var _MaxGeometryShaderInvocationsExt = OpenTK.Graphics.ES30.All.MaxGeometryShaderInvocationsExt; + var _MinFragmentInterpolationOffsetOes = OpenTK.Graphics.ES30.All.MinFragmentInterpolationOffsetOes; + var _MaxFragmentInterpolationOffsetOes = OpenTK.Graphics.ES30.All.MaxFragmentInterpolationOffsetOes; + var _FragmentInterpolationOffsetBitsOes = OpenTK.Graphics.ES30.All.FragmentInterpolationOffsetBitsOes; + var _PatchVerticesExt = OpenTK.Graphics.ES30.All.PatchVerticesExt; + var _TessControlOutputVerticesExt = OpenTK.Graphics.ES30.All.TessControlOutputVerticesExt; + var _TessGenModeExt = OpenTK.Graphics.ES30.All.TessGenModeExt; + var _TessGenSpacingExt = OpenTK.Graphics.ES30.All.TessGenSpacingExt; + var _TessGenVertexOrderExt = OpenTK.Graphics.ES30.All.TessGenVertexOrderExt; + var _TessGenPointModeExt = OpenTK.Graphics.ES30.All.TessGenPointModeExt; + var _IsolinesExt = OpenTK.Graphics.ES30.All.IsolinesExt; + var _FractionalOddExt = OpenTK.Graphics.ES30.All.FractionalOddExt; + var _FractionalEvenExt = OpenTK.Graphics.ES30.All.FractionalEvenExt; + var _MaxPatchVerticesExt = OpenTK.Graphics.ES30.All.MaxPatchVerticesExt; + var _MaxTessGenLevelExt = OpenTK.Graphics.ES30.All.MaxTessGenLevelExt; + var _MaxTessControlUniformComponentsExt = OpenTK.Graphics.ES30.All.MaxTessControlUniformComponentsExt; + var _MaxTessEvaluationUniformComponentsExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationUniformComponentsExt; + var _MaxTessControlTextureImageUnitsExt = OpenTK.Graphics.ES30.All.MaxTessControlTextureImageUnitsExt; + var _MaxTessEvaluationTextureImageUnitsExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationTextureImageUnitsExt; + var _MaxTessControlOutputComponentsExt = OpenTK.Graphics.ES30.All.MaxTessControlOutputComponentsExt; + var _MaxTessPatchComponentsExt = OpenTK.Graphics.ES30.All.MaxTessPatchComponentsExt; + var _MaxTessControlTotalOutputComponentsExt = OpenTK.Graphics.ES30.All.MaxTessControlTotalOutputComponentsExt; + var _MaxTessEvaluationOutputComponentsExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationOutputComponentsExt; + var _TessEvaluationShaderExt = OpenTK.Graphics.ES30.All.TessEvaluationShaderExt; + var _TessControlShaderExt = OpenTK.Graphics.ES30.All.TessControlShaderExt; + var _MaxTessControlUniformBlocksExt = OpenTK.Graphics.ES30.All.MaxTessControlUniformBlocksExt; + var _MaxTessEvaluationUniformBlocksExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationUniformBlocksExt; + var _CoverageComponentNv = OpenTK.Graphics.ES30.All.CoverageComponentNv; + var _CoverageComponent4Nv = OpenTK.Graphics.ES30.All.CoverageComponent4Nv; + var _CoverageAttachmentNv = OpenTK.Graphics.ES30.All.CoverageAttachmentNv; + var _CoverageBuffersNv = OpenTK.Graphics.ES30.All.CoverageBuffersNv; + var _CoverageSamplesNv = OpenTK.Graphics.ES30.All.CoverageSamplesNv; + var _CoverageAllFragmentsNv = OpenTK.Graphics.ES30.All.CoverageAllFragmentsNv; + var _CoverageEdgeFragmentsNv = OpenTK.Graphics.ES30.All.CoverageEdgeFragmentsNv; + var _CoverageAutomaticNv = OpenTK.Graphics.ES30.All.CoverageAutomaticNv; + var _CopyReadBuffer = OpenTK.Graphics.ES30.All.CopyReadBuffer; + var _CopyReadBufferBinding = OpenTK.Graphics.ES30.All.CopyReadBufferBinding; + var _CopyReadBufferNv = OpenTK.Graphics.ES30.All.CopyReadBufferNv; + var _CopyWriteBuffer = OpenTK.Graphics.ES30.All.CopyWriteBuffer; + var _CopyWriteBufferBinding = OpenTK.Graphics.ES30.All.CopyWriteBufferBinding; + var _CopyWriteBufferNv = OpenTK.Graphics.ES30.All.CopyWriteBufferNv; + var _MaliShaderBinaryArm = OpenTK.Graphics.ES30.All.MaliShaderBinaryArm; + var _MaliProgramBinaryArm = OpenTK.Graphics.ES30.All.MaliProgramBinaryArm; + var _MaxShaderPixelLocalStorageFastSizeExt = OpenTK.Graphics.ES30.All.MaxShaderPixelLocalStorageFastSizeExt; + var _ShaderPixelLocalStorageExt = OpenTK.Graphics.ES30.All.ShaderPixelLocalStorageExt; + var _FetchPerSampleArm = OpenTK.Graphics.ES30.All.FetchPerSampleArm; + var _FragmentShaderFramebufferFetchMrtArm = OpenTK.Graphics.ES30.All.FragmentShaderFramebufferFetchMrtArm; + var _MaxShaderPixelLocalStorageSizeExt = OpenTK.Graphics.ES30.All.MaxShaderPixelLocalStorageSizeExt; + var _R8Snorm = OpenTK.Graphics.ES30.All.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.ES30.All.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.ES30.All.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.ES30.All.Rgba8Snorm; + var _SignedNormalized = OpenTK.Graphics.ES30.All.SignedNormalized; + var _PerfmonGlobalModeQcom = OpenTK.Graphics.ES30.All.PerfmonGlobalModeQcom; + var _BinningControlHintQcom = OpenTK.Graphics.ES30.All.BinningControlHintQcom; + var _CpuOptimizedQcom = OpenTK.Graphics.ES30.All.CpuOptimizedQcom; + var _GpuOptimizedQcom = OpenTK.Graphics.ES30.All.GpuOptimizedQcom; + var _RenderDirectToFramebufferQcom = OpenTK.Graphics.ES30.All.RenderDirectToFramebufferQcom; + var _GpuDisjointExt = OpenTK.Graphics.ES30.All.GpuDisjointExt; + var _ShaderBinaryViv = OpenTK.Graphics.ES30.All.ShaderBinaryViv; + var _TextureCubeMapArrayExt = OpenTK.Graphics.ES30.All.TextureCubeMapArrayExt; + var _TextureBindingCubeMapArrayExt = OpenTK.Graphics.ES30.All.TextureBindingCubeMapArrayExt; + var _SamplerCubeMapArrayExt = OpenTK.Graphics.ES30.All.SamplerCubeMapArrayExt; + var _SamplerCubeMapArrayShadowExt = OpenTK.Graphics.ES30.All.SamplerCubeMapArrayShadowExt; + var _IntSamplerCubeMapArrayExt = OpenTK.Graphics.ES30.All.IntSamplerCubeMapArrayExt; + var _UnsignedIntSamplerCubeMapArrayExt = OpenTK.Graphics.ES30.All.UnsignedIntSamplerCubeMapArrayExt; + var _ImageBufferExt = OpenTK.Graphics.ES30.All.ImageBufferExt; + var _ImageCubeMapArrayExt = OpenTK.Graphics.ES30.All.ImageCubeMapArrayExt; + var _IntImageBufferExt = OpenTK.Graphics.ES30.All.IntImageBufferExt; + var _IntImageCubeMapArrayExt = OpenTK.Graphics.ES30.All.IntImageCubeMapArrayExt; + var _UnsignedIntImageBufferExt = OpenTK.Graphics.ES30.All.UnsignedIntImageBufferExt; + var _UnsignedIntImageCubeMapArrayExt = OpenTK.Graphics.ES30.All.UnsignedIntImageCubeMapArrayExt; + var _Rgb10A2ui = OpenTK.Graphics.ES30.All.Rgb10A2ui; + var _MaxTessControlImageUniformsExt = OpenTK.Graphics.ES30.All.MaxTessControlImageUniformsExt; + var _MaxTessEvaluationImageUniformsExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationImageUniformsExt; + var _MaxGeometryImageUniformsExt = OpenTK.Graphics.ES30.All.MaxGeometryImageUniformsExt; + var _MaxGeometryShaderStorageBlocksExt = OpenTK.Graphics.ES30.All.MaxGeometryShaderStorageBlocksExt; + var _MaxTessControlShaderStorageBlocksExt = OpenTK.Graphics.ES30.All.MaxTessControlShaderStorageBlocksExt; + var _MaxTessEvaluationShaderStorageBlocksExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationShaderStorageBlocksExt; + var _ColorAttachmentExt = OpenTK.Graphics.ES30.All.ColorAttachmentExt; + var _MultiviewExt = OpenTK.Graphics.ES30.All.MultiviewExt; + var _MaxMultiviewBuffersExt = OpenTK.Graphics.ES30.All.MaxMultiviewBuffersExt; + var _ContextRobustAccessExt = OpenTK.Graphics.ES30.All.ContextRobustAccessExt; + var _Texture2DMultisampleArrayOes = OpenTK.Graphics.ES30.All.Texture2DMultisampleArrayOes; + var _TextureBinding2DMultisampleArrayOes = OpenTK.Graphics.ES30.All.TextureBinding2DMultisampleArrayOes; + var _Sampler2DMultisampleArrayOes = OpenTK.Graphics.ES30.All.Sampler2DMultisampleArrayOes; + var _IntSampler2DMultisampleArrayOes = OpenTK.Graphics.ES30.All.IntSampler2DMultisampleArrayOes; + var _UnsignedIntSampler2DMultisampleArrayOes = OpenTK.Graphics.ES30.All.UnsignedIntSampler2DMultisampleArrayOes; + var _MaxServerWaitTimeout = OpenTK.Graphics.ES30.All.MaxServerWaitTimeout; + var _MaxServerWaitTimeoutApple = OpenTK.Graphics.ES30.All.MaxServerWaitTimeoutApple; + var _ObjectType = OpenTK.Graphics.ES30.All.ObjectType; + var _ObjectTypeApple = OpenTK.Graphics.ES30.All.ObjectTypeApple; + var _SyncCondition = OpenTK.Graphics.ES30.All.SyncCondition; + var _SyncConditionApple = OpenTK.Graphics.ES30.All.SyncConditionApple; + var _SyncStatus = OpenTK.Graphics.ES30.All.SyncStatus; + var _SyncStatusApple = OpenTK.Graphics.ES30.All.SyncStatusApple; + var _SyncFlags = OpenTK.Graphics.ES30.All.SyncFlags; + var _SyncFlagsApple = OpenTK.Graphics.ES30.All.SyncFlagsApple; + var _SyncFence = OpenTK.Graphics.ES30.All.SyncFence; + var _SyncFenceApple = OpenTK.Graphics.ES30.All.SyncFenceApple; + var _SyncGpuCommandsComplete = OpenTK.Graphics.ES30.All.SyncGpuCommandsComplete; + var _SyncGpuCommandsCompleteApple = OpenTK.Graphics.ES30.All.SyncGpuCommandsCompleteApple; + var _Unsignaled = OpenTK.Graphics.ES30.All.Unsignaled; + var _UnsignaledApple = OpenTK.Graphics.ES30.All.UnsignaledApple; + var _Signaled = OpenTK.Graphics.ES30.All.Signaled; + var _SignaledApple = OpenTK.Graphics.ES30.All.SignaledApple; + var _AlreadySignaled = OpenTK.Graphics.ES30.All.AlreadySignaled; + var _AlreadySignaledApple = OpenTK.Graphics.ES30.All.AlreadySignaledApple; + var _TimeoutExpired = OpenTK.Graphics.ES30.All.TimeoutExpired; + var _TimeoutExpiredApple = OpenTK.Graphics.ES30.All.TimeoutExpiredApple; + var _ConditionSatisfied = OpenTK.Graphics.ES30.All.ConditionSatisfied; + var _ConditionSatisfiedApple = OpenTK.Graphics.ES30.All.ConditionSatisfiedApple; + var _WaitFailed = OpenTK.Graphics.ES30.All.WaitFailed; + var _WaitFailedApple = OpenTK.Graphics.ES30.All.WaitFailedApple; + var _BufferAccessFlags = OpenTK.Graphics.ES30.All.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.ES30.All.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.ES30.All.BufferMapOffset; + var _MaxVertexOutputComponents = OpenTK.Graphics.ES30.All.MaxVertexOutputComponents; + var _MaxGeometryInputComponentsExt = OpenTK.Graphics.ES30.All.MaxGeometryInputComponentsExt; + var _MaxGeometryOutputComponentsExt = OpenTK.Graphics.ES30.All.MaxGeometryOutputComponentsExt; + var _MaxFragmentInputComponents = OpenTK.Graphics.ES30.All.MaxFragmentInputComponents; + var _TextureImmutableFormat = OpenTK.Graphics.ES30.All.TextureImmutableFormat; + var _TextureImmutableFormatExt = OpenTK.Graphics.ES30.All.TextureImmutableFormatExt; + var _SgxProgramBinaryImg = OpenTK.Graphics.ES30.All.SgxProgramBinaryImg; + var _RenderbufferSamplesImg = OpenTK.Graphics.ES30.All.RenderbufferSamplesImg; + var _FramebufferIncompleteMultisampleImg = OpenTK.Graphics.ES30.All.FramebufferIncompleteMultisampleImg; + var _MaxSamplesImg = OpenTK.Graphics.ES30.All.MaxSamplesImg; + var _TextureSamplesImg = OpenTK.Graphics.ES30.All.TextureSamplesImg; + var _CompressedRgbaPvrtc2Bppv2Img = OpenTK.Graphics.ES30.All.CompressedRgbaPvrtc2Bppv2Img; + var _CompressedRgbaPvrtc4Bppv2Img = OpenTK.Graphics.ES30.All.CompressedRgbaPvrtc4Bppv2Img; + var _MaxDebugMessageLength = OpenTK.Graphics.ES30.All.MaxDebugMessageLength; + var _MaxDebugMessageLengthKhr = OpenTK.Graphics.ES30.All.MaxDebugMessageLengthKhr; + var _MaxDebugLoggedMessages = OpenTK.Graphics.ES30.All.MaxDebugLoggedMessages; + var _MaxDebugLoggedMessagesKhr = OpenTK.Graphics.ES30.All.MaxDebugLoggedMessagesKhr; + var _DebugLoggedMessages = OpenTK.Graphics.ES30.All.DebugLoggedMessages; + var _DebugLoggedMessagesKhr = OpenTK.Graphics.ES30.All.DebugLoggedMessagesKhr; + var _DebugSeverityHigh = OpenTK.Graphics.ES30.All.DebugSeverityHigh; + var _DebugSeverityHighKhr = OpenTK.Graphics.ES30.All.DebugSeverityHighKhr; + var _DebugSeverityMedium = OpenTK.Graphics.ES30.All.DebugSeverityMedium; + var _DebugSeverityMediumKhr = OpenTK.Graphics.ES30.All.DebugSeverityMediumKhr; + var _DebugSeverityLow = OpenTK.Graphics.ES30.All.DebugSeverityLow; + var _DebugSeverityLowKhr = OpenTK.Graphics.ES30.All.DebugSeverityLowKhr; + var _BufferObjectExt = OpenTK.Graphics.ES30.All.BufferObjectExt; + var _QueryObjectExt = OpenTK.Graphics.ES30.All.QueryObjectExt; + var _VertexArrayObjectExt = OpenTK.Graphics.ES30.All.VertexArrayObjectExt; + var _TextureBufferOffsetExt = OpenTK.Graphics.ES30.All.TextureBufferOffsetExt; + var _TextureBufferSizeExt = OpenTK.Graphics.ES30.All.TextureBufferSizeExt; + var _TextureBufferOffsetAlignmentExt = OpenTK.Graphics.ES30.All.TextureBufferOffsetAlignmentExt; + var _ShaderBinaryDmp = OpenTK.Graphics.ES30.All.ShaderBinaryDmp; + var _GccsoShaderBinaryFj = OpenTK.Graphics.ES30.All.GccsoShaderBinaryFj; + var _CompressedR11Eac = OpenTK.Graphics.ES30.All.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.ES30.All.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.ES30.All.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.ES30.All.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.ES30.All.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.ES30.All.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.ES30.All.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.ES30.All.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.ES30.All.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Etc2Eac; + var _BlendPremultipliedSrcNv = OpenTK.Graphics.ES30.All.BlendPremultipliedSrcNv; + var _BlendOverlapNv = OpenTK.Graphics.ES30.All.BlendOverlapNv; + var _UncorrelatedNv = OpenTK.Graphics.ES30.All.UncorrelatedNv; + var _DisjointNv = OpenTK.Graphics.ES30.All.DisjointNv; + var _ConjointNv = OpenTK.Graphics.ES30.All.ConjointNv; + var _BlendAdvancedCoherentKhr = OpenTK.Graphics.ES30.All.BlendAdvancedCoherentKhr; + var _BlendAdvancedCoherentNv = OpenTK.Graphics.ES30.All.BlendAdvancedCoherentNv; + var _SrcNv = OpenTK.Graphics.ES30.All.SrcNv; + var _DstNv = OpenTK.Graphics.ES30.All.DstNv; + var _SrcOverNv = OpenTK.Graphics.ES30.All.SrcOverNv; + var _DstOverNv = OpenTK.Graphics.ES30.All.DstOverNv; + var _SrcInNv = OpenTK.Graphics.ES30.All.SrcInNv; + var _DstInNv = OpenTK.Graphics.ES30.All.DstInNv; + var _SrcOutNv = OpenTK.Graphics.ES30.All.SrcOutNv; + var _DstOutNv = OpenTK.Graphics.ES30.All.DstOutNv; + var _SrcAtopNv = OpenTK.Graphics.ES30.All.SrcAtopNv; + var _DstAtopNv = OpenTK.Graphics.ES30.All.DstAtopNv; + var _PlusNv = OpenTK.Graphics.ES30.All.PlusNv; + var _PlusDarkerNv = OpenTK.Graphics.ES30.All.PlusDarkerNv; + var _MultiplyKhr = OpenTK.Graphics.ES30.All.MultiplyKhr; + var _MultiplyNv = OpenTK.Graphics.ES30.All.MultiplyNv; + var _ScreenKhr = OpenTK.Graphics.ES30.All.ScreenKhr; + var _ScreenNv = OpenTK.Graphics.ES30.All.ScreenNv; + var _OverlayKhr = OpenTK.Graphics.ES30.All.OverlayKhr; + var _OverlayNv = OpenTK.Graphics.ES30.All.OverlayNv; + var _DarkenKhr = OpenTK.Graphics.ES30.All.DarkenKhr; + var _DarkenNv = OpenTK.Graphics.ES30.All.DarkenNv; + var _LightenKhr = OpenTK.Graphics.ES30.All.LightenKhr; + var _LightenNv = OpenTK.Graphics.ES30.All.LightenNv; + var _ColordodgeKhr = OpenTK.Graphics.ES30.All.ColordodgeKhr; + var _ColordodgeNv = OpenTK.Graphics.ES30.All.ColordodgeNv; + var _ColorburnKhr = OpenTK.Graphics.ES30.All.ColorburnKhr; + var _ColorburnNv = OpenTK.Graphics.ES30.All.ColorburnNv; + var _HardlightKhr = OpenTK.Graphics.ES30.All.HardlightKhr; + var _HardlightNv = OpenTK.Graphics.ES30.All.HardlightNv; + var _SoftlightKhr = OpenTK.Graphics.ES30.All.SoftlightKhr; + var _SoftlightNv = OpenTK.Graphics.ES30.All.SoftlightNv; + var _DifferenceKhr = OpenTK.Graphics.ES30.All.DifferenceKhr; + var _DifferenceNv = OpenTK.Graphics.ES30.All.DifferenceNv; + var _MinusNv = OpenTK.Graphics.ES30.All.MinusNv; + var _ExclusionKhr = OpenTK.Graphics.ES30.All.ExclusionKhr; + var _ExclusionNv = OpenTK.Graphics.ES30.All.ExclusionNv; + var _ContrastNv = OpenTK.Graphics.ES30.All.ContrastNv; + var _InvertRgbNv = OpenTK.Graphics.ES30.All.InvertRgbNv; + var _LineardodgeNv = OpenTK.Graphics.ES30.All.LineardodgeNv; + var _LinearburnNv = OpenTK.Graphics.ES30.All.LinearburnNv; + var _VividlightNv = OpenTK.Graphics.ES30.All.VividlightNv; + var _LinearlightNv = OpenTK.Graphics.ES30.All.LinearlightNv; + var _PinlightNv = OpenTK.Graphics.ES30.All.PinlightNv; + var _HardmixNv = OpenTK.Graphics.ES30.All.HardmixNv; + var _HslHueKhr = OpenTK.Graphics.ES30.All.HslHueKhr; + var _HslHueNv = OpenTK.Graphics.ES30.All.HslHueNv; + var _HslSaturationKhr = OpenTK.Graphics.ES30.All.HslSaturationKhr; + var _HslSaturationNv = OpenTK.Graphics.ES30.All.HslSaturationNv; + var _HslColorKhr = OpenTK.Graphics.ES30.All.HslColorKhr; + var _HslColorNv = OpenTK.Graphics.ES30.All.HslColorNv; + var _HslLuminosityKhr = OpenTK.Graphics.ES30.All.HslLuminosityKhr; + var _HslLuminosityNv = OpenTK.Graphics.ES30.All.HslLuminosityNv; + var _PlusClampedNv = OpenTK.Graphics.ES30.All.PlusClampedNv; + var _PlusClampedAlphaNv = OpenTK.Graphics.ES30.All.PlusClampedAlphaNv; + var _MinusClampedNv = OpenTK.Graphics.ES30.All.MinusClampedNv; + var _InvertOvgNv = OpenTK.Graphics.ES30.All.InvertOvgNv; + var _MaxTessControlAtomicCounterBuffersExt = OpenTK.Graphics.ES30.All.MaxTessControlAtomicCounterBuffersExt; + var _MaxTessEvaluationAtomicCounterBuffersExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationAtomicCounterBuffersExt; + var _MaxGeometryAtomicCounterBuffersExt = OpenTK.Graphics.ES30.All.MaxGeometryAtomicCounterBuffersExt; + var _MaxTessControlAtomicCountersExt = OpenTK.Graphics.ES30.All.MaxTessControlAtomicCountersExt; + var _MaxTessEvaluationAtomicCountersExt = OpenTK.Graphics.ES30.All.MaxTessEvaluationAtomicCountersExt; + var _MaxGeometryAtomicCountersExt = OpenTK.Graphics.ES30.All.MaxGeometryAtomicCountersExt; + var _DebugOutput = OpenTK.Graphics.ES30.All.DebugOutput; + var _DebugOutputKhr = OpenTK.Graphics.ES30.All.DebugOutputKhr; + var _IsPerPatchExt = OpenTK.Graphics.ES30.All.IsPerPatchExt; + var _ReferencedByTessControlShaderExt = OpenTK.Graphics.ES30.All.ReferencedByTessControlShaderExt; + var _ReferencedByTessEvaluationShaderExt = OpenTK.Graphics.ES30.All.ReferencedByTessEvaluationShaderExt; + var _ReferencedByGeometryShaderExt = OpenTK.Graphics.ES30.All.ReferencedByGeometryShaderExt; + var _FramebufferDefaultLayersExt = OpenTK.Graphics.ES30.All.FramebufferDefaultLayersExt; + var _MaxFramebufferLayersExt = OpenTK.Graphics.ES30.All.MaxFramebufferLayersExt; + var _NumSampleCounts = OpenTK.Graphics.ES30.All.NumSampleCounts; + var _TranslatedShaderSourceLengthAngle = OpenTK.Graphics.ES30.All.TranslatedShaderSourceLengthAngle; + var _Bgra8Ext = OpenTK.Graphics.ES30.All.Bgra8Ext; + var _TextureUsageAngle = OpenTK.Graphics.ES30.All.TextureUsageAngle; + var _FramebufferAttachmentAngle = OpenTK.Graphics.ES30.All.FramebufferAttachmentAngle; + var _PackReverseRowOrderAngle = OpenTK.Graphics.ES30.All.PackReverseRowOrderAngle; + var _ProgramBinaryAngle = OpenTK.Graphics.ES30.All.ProgramBinaryAngle; + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.ES30.All.CompressedRgbaAstc12X12Khr; + var _CompressedRgbaAstc3X3x3Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc3X3x3Oes; + var _CompressedRgbaAstc4X3x3Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc4X3x3Oes; + var _CompressedRgbaAstc4X4x3Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc4X4x3Oes; + var _CompressedRgbaAstc4X4x4Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc4X4x4Oes; + var _CompressedRgbaAstc5X4x4Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc5X4x4Oes; + var _CompressedRgbaAstc5X5x4Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc5X5x4Oes; + var _CompressedRgbaAstc5X5x5Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc5X5x5Oes; + var _CompressedRgbaAstc6X5x5Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc6X5x5Oes; + var _CompressedRgbaAstc6X6x5Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc6X6x5Oes; + var _CompressedRgbaAstc6X6x6Oes = OpenTK.Graphics.ES30.All.CompressedRgbaAstc6X6x6Oes; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc12X12Khr; + var _CompressedSrgb8Alpha8Astc3X3x3Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc3X3x3Oes; + var _CompressedSrgb8Alpha8Astc4X3x3Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc4X3x3Oes; + var _CompressedSrgb8Alpha8Astc4X4x3Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc4X4x3Oes; + var _CompressedSrgb8Alpha8Astc4X4x4Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc4X4x4Oes; + var _CompressedSrgb8Alpha8Astc5X4x4Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc5X4x4Oes; + var _CompressedSrgb8Alpha8Astc5X5x4Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc5X5x4Oes; + var _CompressedSrgb8Alpha8Astc5X5x5Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc5X5x5Oes; + var _CompressedSrgb8Alpha8Astc6X5x5Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc6X5x5Oes; + var _CompressedSrgb8Alpha8Astc6X6x5Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc6X6x5Oes; + var _CompressedSrgb8Alpha8Astc6X6x6Oes = OpenTK.Graphics.ES30.All.CompressedSrgb8Alpha8Astc6X6x6Oes; + var _CompressedSrgbAlphaPvrtc2Bppv2Img = OpenTK.Graphics.ES30.All.CompressedSrgbAlphaPvrtc2Bppv2Img; + var _CompressedSrgbAlphaPvrtc4Bppv2Img = OpenTK.Graphics.ES30.All.CompressedSrgbAlphaPvrtc4Bppv2Img; + var _PerfqueryCounterEventIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterEventIntel; + var _PerfqueryCounterDurationNormIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterDurationNormIntel; + var _PerfqueryCounterDurationRawIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterDurationRawIntel; + var _PerfqueryCounterThroughputIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterThroughputIntel; + var _PerfqueryCounterRawIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterRawIntel; + var _PerfqueryCounterTimestampIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterTimestampIntel; + var _PerfqueryCounterDataUint32Intel = OpenTK.Graphics.ES30.All.PerfqueryCounterDataUint32Intel; + var _PerfqueryCounterDataUint64Intel = OpenTK.Graphics.ES30.All.PerfqueryCounterDataUint64Intel; + var _PerfqueryCounterDataFloatIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterDataFloatIntel; + var _PerfqueryCounterDataDoubleIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterDataDoubleIntel; + var _PerfqueryCounterDataBool32Intel = OpenTK.Graphics.ES30.All.PerfqueryCounterDataBool32Intel; + var _PerfqueryQueryNameLengthMaxIntel = OpenTK.Graphics.ES30.All.PerfqueryQueryNameLengthMaxIntel; + var _PerfqueryCounterNameLengthMaxIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterNameLengthMaxIntel; + var _PerfqueryCounterDescLengthMaxIntel = OpenTK.Graphics.ES30.All.PerfqueryCounterDescLengthMaxIntel; + var _PerfqueryGpaExtendedCountersIntel = OpenTK.Graphics.ES30.All.PerfqueryGpaExtendedCountersIntel; + var _AllAttribBits = OpenTK.Graphics.ES30.All.AllAttribBits; + var _AllBarrierBits = OpenTK.Graphics.ES30.All.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.ES30.All.AllBarrierBitsExt; + var _AllShaderBits = OpenTK.Graphics.ES30.All.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.ES30.All.AllShaderBitsExt; + var _ClientAllAttribBits = OpenTK.Graphics.ES30.All.ClientAllAttribBits; + var _InvalidIndex = OpenTK.Graphics.ES30.All.InvalidIndex; + var _QueryAllEventBitsAmd = OpenTK.Graphics.ES30.All.QueryAllEventBitsAmd; + var _TimeoutIgnored = OpenTK.Graphics.ES30.All.TimeoutIgnored; + var _TimeoutIgnoredApple = OpenTK.Graphics.ES30.All.TimeoutIgnoredApple; + var _LayoutLinearIntel = OpenTK.Graphics.ES30.All.LayoutLinearIntel; + var _One = OpenTK.Graphics.ES30.All.One; + var _True = OpenTK.Graphics.ES30.All.True; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.ES30.All.LayoutLinearCpuCachedIntel; +} +static void Test_AlphaFunction_19591() { + var _Never = OpenTK.Graphics.ES30.AlphaFunction.Never; + var _Less = OpenTK.Graphics.ES30.AlphaFunction.Less; + var _Equal = OpenTK.Graphics.ES30.AlphaFunction.Equal; + var _Lequal = OpenTK.Graphics.ES30.AlphaFunction.Lequal; + var _Greater = OpenTK.Graphics.ES30.AlphaFunction.Greater; + var _Notequal = OpenTK.Graphics.ES30.AlphaFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES30.AlphaFunction.Gequal; + var _Always = OpenTK.Graphics.ES30.AlphaFunction.Always; +} +static void Test_AmdCompressed3DcTexture_19592() { + var _Gl3DcXAmd = OpenTK.Graphics.ES30.AmdCompressed3DcTexture.Gl3DcXAmd; + var _Gl3DcXyAmd = OpenTK.Graphics.ES30.AmdCompressed3DcTexture.Gl3DcXyAmd; +} +static void Test_AmdCompressedAtcTexture_19593() { + var _AtcRgbaInterpolatedAlphaAmd = OpenTK.Graphics.ES30.AmdCompressedAtcTexture.AtcRgbaInterpolatedAlphaAmd; + var _AtcRgbAmd = OpenTK.Graphics.ES30.AmdCompressedAtcTexture.AtcRgbAmd; + var _AtcRgbaExplicitAlphaAmd = OpenTK.Graphics.ES30.AmdCompressedAtcTexture.AtcRgbaExplicitAlphaAmd; +} +static void Test_AmdPerformanceMonitor_19594() { + var _CounterTypeAmd = OpenTK.Graphics.ES30.AmdPerformanceMonitor.CounterTypeAmd; + var _CounterRangeAmd = OpenTK.Graphics.ES30.AmdPerformanceMonitor.CounterRangeAmd; + var _UnsignedInt64Amd = OpenTK.Graphics.ES30.AmdPerformanceMonitor.UnsignedInt64Amd; + var _PercentageAmd = OpenTK.Graphics.ES30.AmdPerformanceMonitor.PercentageAmd; + var _PerfmonResultAvailableAmd = OpenTK.Graphics.ES30.AmdPerformanceMonitor.PerfmonResultAvailableAmd; + var _PerfmonResultSizeAmd = OpenTK.Graphics.ES30.AmdPerformanceMonitor.PerfmonResultSizeAmd; + var _PerfmonResultAmd = OpenTK.Graphics.ES30.AmdPerformanceMonitor.PerfmonResultAmd; +} +static void Test_AmdProgramBinaryZ400_19595() { + var _Z400BinaryAmd = OpenTK.Graphics.ES30.AmdProgramBinaryZ400.Z400BinaryAmd; +} +static void Test_AngleDepthTexture_19596() { + var _UnsignedShort = OpenTK.Graphics.ES30.AngleDepthTexture.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.ES30.AngleDepthTexture.UnsignedInt; + var _DepthComponent = OpenTK.Graphics.ES30.AngleDepthTexture.DepthComponent; + var _DepthComponent16 = OpenTK.Graphics.ES30.AngleDepthTexture.DepthComponent16; + var _DepthComponent32Oes = OpenTK.Graphics.ES30.AngleDepthTexture.DepthComponent32Oes; + var _DepthStencilOes = OpenTK.Graphics.ES30.AngleDepthTexture.DepthStencilOes; + var _UnsignedInt248Oes = OpenTK.Graphics.ES30.AngleDepthTexture.UnsignedInt248Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES30.AngleDepthTexture.Depth24Stencil8Oes; +} +static void Test_AngleFramebufferBlit_19597() { + var _DrawFramebufferBindingAngle = OpenTK.Graphics.ES30.AngleFramebufferBlit.DrawFramebufferBindingAngle; + var _ReadFramebufferAngle = OpenTK.Graphics.ES30.AngleFramebufferBlit.ReadFramebufferAngle; + var _DrawFramebufferAngle = OpenTK.Graphics.ES30.AngleFramebufferBlit.DrawFramebufferAngle; + var _ReadFramebufferBindingAngle = OpenTK.Graphics.ES30.AngleFramebufferBlit.ReadFramebufferBindingAngle; +} +static void Test_AngleFramebufferMultisample_19598() { + var _RenderbufferSamplesAngle = OpenTK.Graphics.ES30.AngleFramebufferMultisample.RenderbufferSamplesAngle; + var _FramebufferIncompleteMultisampleAngle = OpenTK.Graphics.ES30.AngleFramebufferMultisample.FramebufferIncompleteMultisampleAngle; + var _MaxSamplesAngle = OpenTK.Graphics.ES30.AngleFramebufferMultisample.MaxSamplesAngle; +} +static void Test_AngleInstancedArrays_19599() { + var _VertexAttribArrayDivisorAngle = OpenTK.Graphics.ES30.AngleInstancedArrays.VertexAttribArrayDivisorAngle; +} +static void Test_AnglePackReverseRowOrder_19600() { + var _PackReverseRowOrderAngle = OpenTK.Graphics.ES30.AnglePackReverseRowOrder.PackReverseRowOrderAngle; +} +static void Test_AngleProgramBinary_19601() { + var _ProgramBinaryAngle = OpenTK.Graphics.ES30.AngleProgramBinary.ProgramBinaryAngle; +} +static void Test_AngleTextureCompressionDxt3_19602() { + var _CompressedRgbaS3tcDxt3Angle = OpenTK.Graphics.ES30.AngleTextureCompressionDxt3.CompressedRgbaS3tcDxt3Angle; +} +static void Test_AngleTextureCompressionDxt5_19603() { + var _CompressedRgbaS3tcDxt5Angle = OpenTK.Graphics.ES30.AngleTextureCompressionDxt5.CompressedRgbaS3tcDxt5Angle; +} +static void Test_AngleTextureUsage_19604() { + var _TextureUsageAngle = OpenTK.Graphics.ES30.AngleTextureUsage.TextureUsageAngle; + var _FramebufferAttachmentAngle = OpenTK.Graphics.ES30.AngleTextureUsage.FramebufferAttachmentAngle; +} +static void Test_AngleTranslatedShaderSource_19605() { + var _TranslatedShaderSourceLengthAngle = OpenTK.Graphics.ES30.AngleTranslatedShaderSource.TranslatedShaderSourceLengthAngle; +} +static void Test_AppleCopyTextureLevels_19606() { +} +static void Test_AppleFramebufferMultisample_19607() { + var _DrawFramebufferBindingApple = OpenTK.Graphics.ES30.AppleFramebufferMultisample.DrawFramebufferBindingApple; + var _ReadFramebufferApple = OpenTK.Graphics.ES30.AppleFramebufferMultisample.ReadFramebufferApple; + var _DrawFramebufferApple = OpenTK.Graphics.ES30.AppleFramebufferMultisample.DrawFramebufferApple; + var _ReadFramebufferBindingApple = OpenTK.Graphics.ES30.AppleFramebufferMultisample.ReadFramebufferBindingApple; + var _RenderbufferSamplesApple = OpenTK.Graphics.ES30.AppleFramebufferMultisample.RenderbufferSamplesApple; + var _FramebufferIncompleteMultisampleApple = OpenTK.Graphics.ES30.AppleFramebufferMultisample.FramebufferIncompleteMultisampleApple; + var _MaxSamplesApple = OpenTK.Graphics.ES30.AppleFramebufferMultisample.MaxSamplesApple; +} +static void Test_AppleRgb422_19608() { + var _UnsignedShort88Apple = OpenTK.Graphics.ES30.AppleRgb422.UnsignedShort88Apple; + var _UnsignedShort88RevApple = OpenTK.Graphics.ES30.AppleRgb422.UnsignedShort88RevApple; + var _Rgb422Apple = OpenTK.Graphics.ES30.AppleRgb422.Rgb422Apple; + var _RgbRaw422Apple = OpenTK.Graphics.ES30.AppleRgb422.RgbRaw422Apple; +} +static void Test_AppleSync_19609() { + var _SyncFlushCommandsBitApple = OpenTK.Graphics.ES30.AppleSync.SyncFlushCommandsBitApple; + var _SyncObjectApple = OpenTK.Graphics.ES30.AppleSync.SyncObjectApple; + var _MaxServerWaitTimeoutApple = OpenTK.Graphics.ES30.AppleSync.MaxServerWaitTimeoutApple; + var _ObjectTypeApple = OpenTK.Graphics.ES30.AppleSync.ObjectTypeApple; + var _SyncConditionApple = OpenTK.Graphics.ES30.AppleSync.SyncConditionApple; + var _SyncStatusApple = OpenTK.Graphics.ES30.AppleSync.SyncStatusApple; + var _SyncFlagsApple = OpenTK.Graphics.ES30.AppleSync.SyncFlagsApple; + var _SyncFenceApple = OpenTK.Graphics.ES30.AppleSync.SyncFenceApple; + var _SyncGpuCommandsCompleteApple = OpenTK.Graphics.ES30.AppleSync.SyncGpuCommandsCompleteApple; + var _UnsignaledApple = OpenTK.Graphics.ES30.AppleSync.UnsignaledApple; + var _SignaledApple = OpenTK.Graphics.ES30.AppleSync.SignaledApple; + var _AlreadySignaledApple = OpenTK.Graphics.ES30.AppleSync.AlreadySignaledApple; + var _TimeoutExpiredApple = OpenTK.Graphics.ES30.AppleSync.TimeoutExpiredApple; + var _ConditionSatisfiedApple = OpenTK.Graphics.ES30.AppleSync.ConditionSatisfiedApple; + var _WaitFailedApple = OpenTK.Graphics.ES30.AppleSync.WaitFailedApple; + var _TimeoutIgnoredApple = OpenTK.Graphics.ES30.AppleSync.TimeoutIgnoredApple; +} +static void Test_AppleTextureFormatBgra8888_19610() { + var _BgraExt = OpenTK.Graphics.ES30.AppleTextureFormatBgra8888.BgraExt; + var _Bgra8Ext = OpenTK.Graphics.ES30.AppleTextureFormatBgra8888.Bgra8Ext; +} +static void Test_AppleTextureMaxLevel_19611() { + var _TextureMaxLevelApple = OpenTK.Graphics.ES30.AppleTextureMaxLevel.TextureMaxLevelApple; +} +static void Test_ArmMaliProgramBinary_19612() { + var _MaliProgramBinaryArm = OpenTK.Graphics.ES30.ArmMaliProgramBinary.MaliProgramBinaryArm; +} +static void Test_ArmMaliShaderBinary_19613() { + var _MaliShaderBinaryArm = OpenTK.Graphics.ES30.ArmMaliShaderBinary.MaliShaderBinaryArm; +} +static void Test_ArmRgba8_19614() { +} +static void Test_ArmShaderFramebufferFetch_19615() { + var _FetchPerSampleArm = OpenTK.Graphics.ES30.ArmShaderFramebufferFetch.FetchPerSampleArm; + var _FragmentShaderFramebufferFetchMrtArm = OpenTK.Graphics.ES30.ArmShaderFramebufferFetch.FragmentShaderFramebufferFetchMrtArm; +} +static void Test_ArmShaderFramebufferFetchDepthStencil_19616() { +} +static void Test_AttribMask_19617() { + var _CurrentBit = OpenTK.Graphics.ES30.AttribMask.CurrentBit; + var _PointBit = OpenTK.Graphics.ES30.AttribMask.PointBit; + var _LineBit = OpenTK.Graphics.ES30.AttribMask.LineBit; + var _PolygonBit = OpenTK.Graphics.ES30.AttribMask.PolygonBit; + var _PolygonStippleBit = OpenTK.Graphics.ES30.AttribMask.PolygonStippleBit; + var _PixelModeBit = OpenTK.Graphics.ES30.AttribMask.PixelModeBit; + var _LightingBit = OpenTK.Graphics.ES30.AttribMask.LightingBit; + var _FogBit = OpenTK.Graphics.ES30.AttribMask.FogBit; + var _DepthBufferBit = OpenTK.Graphics.ES30.AttribMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.ES30.AttribMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES30.AttribMask.StencilBufferBit; + var _ViewportBit = OpenTK.Graphics.ES30.AttribMask.ViewportBit; + var _TransformBit = OpenTK.Graphics.ES30.AttribMask.TransformBit; + var _EnableBit = OpenTK.Graphics.ES30.AttribMask.EnableBit; + var _ColorBufferBit = OpenTK.Graphics.ES30.AttribMask.ColorBufferBit; + var _HintBit = OpenTK.Graphics.ES30.AttribMask.HintBit; + var _EvalBit = OpenTK.Graphics.ES30.AttribMask.EvalBit; + var _ListBit = OpenTK.Graphics.ES30.AttribMask.ListBit; + var _TextureBit = OpenTK.Graphics.ES30.AttribMask.TextureBit; + var _ScissorBit = OpenTK.Graphics.ES30.AttribMask.ScissorBit; + var _MultisampleBit = OpenTK.Graphics.ES30.AttribMask.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.ES30.AttribMask.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.ES30.AttribMask.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.ES30.AttribMask.MultisampleBitExt; + var _AllAttribBits = OpenTK.Graphics.ES30.AttribMask.AllAttribBits; +} +static void Test_BeginMode_19618() { + var _Points = OpenTK.Graphics.ES30.BeginMode.Points; + var _Lines = OpenTK.Graphics.ES30.BeginMode.Lines; + var _LineLoop = OpenTK.Graphics.ES30.BeginMode.LineLoop; + var _LineStrip = OpenTK.Graphics.ES30.BeginMode.LineStrip; + var _Triangles = OpenTK.Graphics.ES30.BeginMode.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES30.BeginMode.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES30.BeginMode.TriangleFan; +} +static void Test_BlendEquationMode_19619() { + var _FuncAdd = OpenTK.Graphics.ES30.BlendEquationMode.FuncAdd; + var _Min = OpenTK.Graphics.ES30.BlendEquationMode.Min; + var _Max = OpenTK.Graphics.ES30.BlendEquationMode.Max; + var _FuncSubtract = OpenTK.Graphics.ES30.BlendEquationMode.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.ES30.BlendEquationMode.FuncReverseSubtract; +} +static void Test_BlendEquationModeExt_19620() { + var _LogicOp = OpenTK.Graphics.ES30.BlendEquationModeExt.LogicOp; + var _FuncAddExt = OpenTK.Graphics.ES30.BlendEquationModeExt.FuncAddExt; + var _MinExt = OpenTK.Graphics.ES30.BlendEquationModeExt.MinExt; + var _MaxExt = OpenTK.Graphics.ES30.BlendEquationModeExt.MaxExt; + var _FuncSubtractExt = OpenTK.Graphics.ES30.BlendEquationModeExt.FuncSubtractExt; + var _FuncReverseSubtractExt = OpenTK.Graphics.ES30.BlendEquationModeExt.FuncReverseSubtractExt; + var _AlphaMinSgix = OpenTK.Graphics.ES30.BlendEquationModeExt.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.ES30.BlendEquationModeExt.AlphaMaxSgix; +} +static void Test_BlendingFactorDest_19621() { + var _Zero = OpenTK.Graphics.ES30.BlendingFactorDest.Zero; + var _SrcColor = OpenTK.Graphics.ES30.BlendingFactorDest.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES30.BlendingFactorDest.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES30.BlendingFactorDest.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES30.BlendingFactorDest.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES30.BlendingFactorDest.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES30.BlendingFactorDest.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES30.BlendingFactorDest.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES30.BlendingFactorDest.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES30.BlendingFactorDest.SrcAlphaSaturate; + var _ConstantColor = OpenTK.Graphics.ES30.BlendingFactorDest.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.ES30.BlendingFactorDest.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.ES30.BlendingFactorDest.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES30.BlendingFactorDest.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.ES30.BlendingFactorDest.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.ES30.BlendingFactorDest.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES30.BlendingFactorDest.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES30.BlendingFactorDest.OneMinusConstantAlphaExt; + var _One = OpenTK.Graphics.ES30.BlendingFactorDest.One; +} +static void Test_BlendingFactorSrc_19622() { + var _Zero = OpenTK.Graphics.ES30.BlendingFactorSrc.Zero; + var _SrcColor = OpenTK.Graphics.ES30.BlendingFactorSrc.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES30.BlendingFactorSrc.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES30.BlendingFactorSrc.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES30.BlendingFactorSrc.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES30.BlendingFactorSrc.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES30.BlendingFactorSrc.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES30.BlendingFactorSrc.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES30.BlendingFactorSrc.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES30.BlendingFactorSrc.SrcAlphaSaturate; + var _ConstantColor = OpenTK.Graphics.ES30.BlendingFactorSrc.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.ES30.BlendingFactorSrc.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.ES30.BlendingFactorSrc.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES30.BlendingFactorSrc.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.ES30.BlendingFactorSrc.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.ES30.BlendingFactorSrc.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES30.BlendingFactorSrc.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES30.BlendingFactorSrc.OneMinusConstantAlphaExt; + var _One = OpenTK.Graphics.ES30.BlendingFactorSrc.One; +} +static void Test_BlitFramebufferFilter_19623() { + var _Nearest = OpenTK.Graphics.ES30.BlitFramebufferFilter.Nearest; + var _Linear = OpenTK.Graphics.ES30.BlitFramebufferFilter.Linear; +} +static void Test_Boolean_19624() { + var _False = OpenTK.Graphics.ES30.Boolean.False; + var _True = OpenTK.Graphics.ES30.Boolean.True; +} +static void Test_BufferAccessMask_19625() { + var _MapReadBit = OpenTK.Graphics.ES30.BufferAccessMask.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.ES30.BufferAccessMask.MapWriteBit; + var _MapInvalidateRangeBit = OpenTK.Graphics.ES30.BufferAccessMask.MapInvalidateRangeBit; + var _MapInvalidateBufferBit = OpenTK.Graphics.ES30.BufferAccessMask.MapInvalidateBufferBit; + var _MapFlushExplicitBit = OpenTK.Graphics.ES30.BufferAccessMask.MapFlushExplicitBit; + var _MapUnsynchronizedBit = OpenTK.Graphics.ES30.BufferAccessMask.MapUnsynchronizedBit; +} +static void Test_BufferParameterName_19626() { + var _BufferSize = OpenTK.Graphics.ES30.BufferParameterName.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES30.BufferParameterName.BufferUsage; + var _BufferMapped = OpenTK.Graphics.ES30.BufferParameterName.BufferMapped; + var _BufferMapPointer = OpenTK.Graphics.ES30.BufferParameterName.BufferMapPointer; + var _BufferAccessFlags = OpenTK.Graphics.ES30.BufferParameterName.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.ES30.BufferParameterName.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.ES30.BufferParameterName.BufferMapOffset; +} +static void Test_BufferPointer_19627() { + var _BufferMapPointer = OpenTK.Graphics.ES30.BufferPointer.BufferMapPointer; + var _BufferMapPointerOes = OpenTK.Graphics.ES30.BufferPointer.BufferMapPointerOes; +} +static void Test_BufferRangeTarget_19628() { + var _UniformBuffer = OpenTK.Graphics.ES30.BufferRangeTarget.UniformBuffer; + var _TransformFeedbackBuffer = OpenTK.Graphics.ES30.BufferRangeTarget.TransformFeedbackBuffer; +} +static void Test_BufferTarget_19629() { + var _ArrayBuffer = OpenTK.Graphics.ES30.BufferTarget.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES30.BufferTarget.ElementArrayBuffer; + var _PixelPackBuffer = OpenTK.Graphics.ES30.BufferTarget.PixelPackBuffer; + var _PixelUnpackBuffer = OpenTK.Graphics.ES30.BufferTarget.PixelUnpackBuffer; + var _UniformBuffer = OpenTK.Graphics.ES30.BufferTarget.UniformBuffer; + var _TransformFeedbackBuffer = OpenTK.Graphics.ES30.BufferTarget.TransformFeedbackBuffer; + var _CopyReadBuffer = OpenTK.Graphics.ES30.BufferTarget.CopyReadBuffer; + var _CopyWriteBuffer = OpenTK.Graphics.ES30.BufferTarget.CopyWriteBuffer; +} +static void Test_BufferUsage_19630() { + var _StreamDraw = OpenTK.Graphics.ES30.BufferUsage.StreamDraw; + var _StaticDraw = OpenTK.Graphics.ES30.BufferUsage.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES30.BufferUsage.DynamicDraw; +} +static void Test_BufferUsageHint_19631() { + var _StreamDraw = OpenTK.Graphics.ES30.BufferUsageHint.StreamDraw; + var _StreamRead = OpenTK.Graphics.ES30.BufferUsageHint.StreamRead; + var _StreamCopy = OpenTK.Graphics.ES30.BufferUsageHint.StreamCopy; + var _StaticDraw = OpenTK.Graphics.ES30.BufferUsageHint.StaticDraw; + var _StaticRead = OpenTK.Graphics.ES30.BufferUsageHint.StaticRead; + var _StaticCopy = OpenTK.Graphics.ES30.BufferUsageHint.StaticCopy; + var _DynamicDraw = OpenTK.Graphics.ES30.BufferUsageHint.DynamicDraw; + var _DynamicRead = OpenTK.Graphics.ES30.BufferUsageHint.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.ES30.BufferUsageHint.DynamicCopy; +} +static void Test_ClearBuffer_19632() { + var _Color = OpenTK.Graphics.ES30.ClearBuffer.Color; + var _Depth = OpenTK.Graphics.ES30.ClearBuffer.Depth; + var _Stencil = OpenTK.Graphics.ES30.ClearBuffer.Stencil; +} +static void Test_ClearBufferCombined_19633() { + var _DepthStencil = OpenTK.Graphics.ES30.ClearBufferCombined.DepthStencil; +} +static void Test_ClearBufferMask_19634() { + var _DepthBufferBit = OpenTK.Graphics.ES30.ClearBufferMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.ES30.ClearBufferMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES30.ClearBufferMask.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.ES30.ClearBufferMask.ColorBufferBit; + var _CoverageBufferBitNv = OpenTK.Graphics.ES30.ClearBufferMask.CoverageBufferBitNv; +} +static void Test_ClientAttribMask_19635() { + var _ClientPixelStoreBit = OpenTK.Graphics.ES30.ClientAttribMask.ClientPixelStoreBit; + var _ClientVertexArrayBit = OpenTK.Graphics.ES30.ClientAttribMask.ClientVertexArrayBit; + var _ClientAllAttribBits = OpenTK.Graphics.ES30.ClientAttribMask.ClientAllAttribBits; +} +static void Test_ClientWaitSyncFlags_19636() { + var _None = OpenTK.Graphics.ES30.ClientWaitSyncFlags.None; + var _SyncFlushCommandsBit = OpenTK.Graphics.ES30.ClientWaitSyncFlags.SyncFlushCommandsBit; + var _SyncFlushCommandsBitApple = OpenTK.Graphics.ES30.ClientWaitSyncFlags.SyncFlushCommandsBitApple; +} +static void Test_ClipPlaneName_19637() { + var _ClipDistance0 = OpenTK.Graphics.ES30.ClipPlaneName.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.ES30.ClipPlaneName.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.ES30.ClipPlaneName.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.ES30.ClipPlaneName.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.ES30.ClipPlaneName.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.ES30.ClipPlaneName.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.ES30.ClipPlaneName.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.ES30.ClipPlaneName.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.ES30.ClipPlaneName.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.ES30.ClipPlaneName.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.ES30.ClipPlaneName.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.ES30.ClipPlaneName.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.ES30.ClipPlaneName.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.ES30.ClipPlaneName.ClipDistance7; +} +static void Test_ColorMaterialFace_19638() { + var _Front = OpenTK.Graphics.ES30.ColorMaterialFace.Front; + var _Back = OpenTK.Graphics.ES30.ColorMaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.ES30.ColorMaterialFace.FrontAndBack; +} +static void Test_ColorMaterialParameter_19639() { + var _Ambient = OpenTK.Graphics.ES30.ColorMaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES30.ColorMaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES30.ColorMaterialParameter.Specular; + var _Emission = OpenTK.Graphics.ES30.ColorMaterialParameter.Emission; + var _AmbientAndDiffuse = OpenTK.Graphics.ES30.ColorMaterialParameter.AmbientAndDiffuse; +} +static void Test_ColorPointerType_19640() { + var _Byte = OpenTK.Graphics.ES30.ColorPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES30.ColorPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.ES30.ColorPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.ES30.ColorPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.ES30.ColorPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.ColorPointerType.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.ColorPointerType.Float; + var _Double = OpenTK.Graphics.ES30.ColorPointerType.Double; +} +static void Test_ColorTableParameterPNameSgi_19641() { + var _ColorTableScale = OpenTK.Graphics.ES30.ColorTableParameterPNameSgi.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.ES30.ColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.ES30.ColorTableParameterPNameSgi.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.ES30.ColorTableParameterPNameSgi.ColorTableBiasSgi; +} +static void Test_ColorTableTargetSgi_19642() { + var _TextureColorTableSgi = OpenTK.Graphics.ES30.ColorTableTargetSgi.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.ES30.ColorTableTargetSgi.ProxyTextureColorTableSgi; + var _ColorTable = OpenTK.Graphics.ES30.ColorTableTargetSgi.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.ES30.ColorTableTargetSgi.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.ES30.ColorTableTargetSgi.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES30.ColorTableTargetSgi.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.ES30.ColorTableTargetSgi.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES30.ColorTableTargetSgi.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.ES30.ColorTableTargetSgi.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.ES30.ColorTableTargetSgi.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.ES30.ColorTableTargetSgi.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.ES30.ColorTableTargetSgi.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.ES30.ColorTableTargetSgi.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.ES30.ColorTableTargetSgi.ProxyPostColorMatrixColorTableSgi; +} +static void Test_CompressedInternalFormat_19643() { + var _Etc1Rgb8Oes = OpenTK.Graphics.ES30.CompressedInternalFormat.Etc1Rgb8Oes; + var _CompressedR11Eac = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.ES30.CompressedInternalFormat.CompressedSrgb8Alpha8Etc2Eac; +} +static void Test_ContextFlagMask_19644() { + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.ES30.ContextFlagMask.ContextFlagForwardCompatibleBit; + var _ContextFlagDebugBit = OpenTK.Graphics.ES30.ContextFlagMask.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.ES30.ContextFlagMask.ContextFlagDebugBitKhr; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.ES30.ContextFlagMask.ContextFlagRobustAccessBitArb; +} +static void Test_ContextProfileMask_19645() { + var _ContextCoreProfileBit = OpenTK.Graphics.ES30.ContextProfileMask.ContextCoreProfileBit; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.ES30.ContextProfileMask.ContextCompatibilityProfileBit; +} +static void Test_ConvolutionBorderModeExt_19646() { + var _Reduce = OpenTK.Graphics.ES30.ConvolutionBorderModeExt.Reduce; + var _ReduceExt = OpenTK.Graphics.ES30.ConvolutionBorderModeExt.ReduceExt; +} +static void Test_ConvolutionParameterExt_19647() { + var _ConvolutionBorderMode = OpenTK.Graphics.ES30.ConvolutionParameterExt.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES30.ConvolutionParameterExt.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.ES30.ConvolutionParameterExt.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES30.ConvolutionParameterExt.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.ES30.ConvolutionParameterExt.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES30.ConvolutionParameterExt.ConvolutionFilterBiasExt; +} +static void Test_ConvolutionTargetExt_19648() { + var _Convolution1D = OpenTK.Graphics.ES30.ConvolutionTargetExt.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.ES30.ConvolutionTargetExt.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.ES30.ConvolutionTargetExt.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.ES30.ConvolutionTargetExt.Convolution2DExt; +} +static void Test_CullFaceMode_19649() { + var _Front = OpenTK.Graphics.ES30.CullFaceMode.Front; + var _Back = OpenTK.Graphics.ES30.CullFaceMode.Back; + var _FrontAndBack = OpenTK.Graphics.ES30.CullFaceMode.FrontAndBack; +} +static void Test_DataType_19650() { +} +static void Test_DebugSeverity_19651() { + var _DebugSeverityNotification = OpenTK.Graphics.ES30.DebugSeverity.DebugSeverityNotification; + var _DebugSeverityHigh = OpenTK.Graphics.ES30.DebugSeverity.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.ES30.DebugSeverity.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.ES30.DebugSeverity.DebugSeverityLow; +} +static void Test_DebugSeverityControl_19652() { + var _DontCare = OpenTK.Graphics.ES30.DebugSeverityControl.DontCare; + var _DebugSeverityNotification = OpenTK.Graphics.ES30.DebugSeverityControl.DebugSeverityNotification; + var _DebugSeverityHigh = OpenTK.Graphics.ES30.DebugSeverityControl.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.ES30.DebugSeverityControl.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.ES30.DebugSeverityControl.DebugSeverityLow; +} +static void Test_DebugSource_19653() { + var _DebugSourceApi = OpenTK.Graphics.ES30.DebugSource.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.ES30.DebugSource.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.ES30.DebugSource.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.ES30.DebugSource.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.ES30.DebugSource.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.ES30.DebugSource.DebugSourceOther; +} +static void Test_DebugSourceControl_19654() { + var _DontCare = OpenTK.Graphics.ES30.DebugSourceControl.DontCare; + var _DebugSourceApi = OpenTK.Graphics.ES30.DebugSourceControl.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.ES30.DebugSourceControl.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.ES30.DebugSourceControl.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.ES30.DebugSourceControl.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.ES30.DebugSourceControl.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.ES30.DebugSourceControl.DebugSourceOther; +} +static void Test_DebugSourceExternal_19655() { + var _DebugSourceThirdParty = OpenTK.Graphics.ES30.DebugSourceExternal.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.ES30.DebugSourceExternal.DebugSourceApplication; +} +static void Test_DebugType_19656() { + var _DebugTypeError = OpenTK.Graphics.ES30.DebugType.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.ES30.DebugType.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.ES30.DebugType.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.ES30.DebugType.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.ES30.DebugType.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.ES30.DebugType.DebugTypeOther; + var _DebugTypeMarker = OpenTK.Graphics.ES30.DebugType.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.ES30.DebugType.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.ES30.DebugType.DebugTypePopGroup; +} +static void Test_DebugTypeControl_19657() { + var _DontCare = OpenTK.Graphics.ES30.DebugTypeControl.DontCare; + var _DebugTypeError = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypeOther; + var _DebugTypeMarker = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.ES30.DebugTypeControl.DebugTypePopGroup; +} +static void Test_DepthFunction_19658() { + var _Never = OpenTK.Graphics.ES30.DepthFunction.Never; + var _Less = OpenTK.Graphics.ES30.DepthFunction.Less; + var _Equal = OpenTK.Graphics.ES30.DepthFunction.Equal; + var _Lequal = OpenTK.Graphics.ES30.DepthFunction.Lequal; + var _Greater = OpenTK.Graphics.ES30.DepthFunction.Greater; + var _Notequal = OpenTK.Graphics.ES30.DepthFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES30.DepthFunction.Gequal; + var _Always = OpenTK.Graphics.ES30.DepthFunction.Always; +} +static void Test_DmpShaderBinary_19659() { + var _ShaderBinaryDmp = OpenTK.Graphics.ES30.DmpShaderBinary.ShaderBinaryDmp; +} +static void Test_DrawBufferMode_19660() { + var _None = OpenTK.Graphics.ES30.DrawBufferMode.None; + var _NoneOes = OpenTK.Graphics.ES30.DrawBufferMode.NoneOes; + var _FrontLeft = OpenTK.Graphics.ES30.DrawBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.ES30.DrawBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.ES30.DrawBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.ES30.DrawBufferMode.BackRight; + var _Front = OpenTK.Graphics.ES30.DrawBufferMode.Front; + var _Back = OpenTK.Graphics.ES30.DrawBufferMode.Back; + var _Left = OpenTK.Graphics.ES30.DrawBufferMode.Left; + var _Right = OpenTK.Graphics.ES30.DrawBufferMode.Right; + var _FrontAndBack = OpenTK.Graphics.ES30.DrawBufferMode.FrontAndBack; + var _Aux0 = OpenTK.Graphics.ES30.DrawBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.ES30.DrawBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.ES30.DrawBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.ES30.DrawBufferMode.Aux3; + var _ColorAttachment0 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.ES30.DrawBufferMode.ColorAttachment15; +} +static void Test_DrawElementsType_19661() { + var _UnsignedByte = OpenTK.Graphics.ES30.DrawElementsType.UnsignedByte; + var _UnsignedShort = OpenTK.Graphics.ES30.DrawElementsType.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.ES30.DrawElementsType.UnsignedInt; +} +static void Test_EnableCap_19662() { + var _PointSmooth = OpenTK.Graphics.ES30.EnableCap.PointSmooth; + var _LineSmooth = OpenTK.Graphics.ES30.EnableCap.LineSmooth; + var _LineStipple = OpenTK.Graphics.ES30.EnableCap.LineStipple; + var _PolygonSmooth = OpenTK.Graphics.ES30.EnableCap.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES30.EnableCap.PolygonStipple; + var _CullFace = OpenTK.Graphics.ES30.EnableCap.CullFace; + var _Lighting = OpenTK.Graphics.ES30.EnableCap.Lighting; + var _ColorMaterial = OpenTK.Graphics.ES30.EnableCap.ColorMaterial; + var _Fog = OpenTK.Graphics.ES30.EnableCap.Fog; + var _DepthTest = OpenTK.Graphics.ES30.EnableCap.DepthTest; + var _StencilTest = OpenTK.Graphics.ES30.EnableCap.StencilTest; + var _Normalize = OpenTK.Graphics.ES30.EnableCap.Normalize; + var _AlphaTest = OpenTK.Graphics.ES30.EnableCap.AlphaTest; + var _Dither = OpenTK.Graphics.ES30.EnableCap.Dither; + var _Blend = OpenTK.Graphics.ES30.EnableCap.Blend; + var _IndexLogicOp = OpenTK.Graphics.ES30.EnableCap.IndexLogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES30.EnableCap.ColorLogicOp; + var _ScissorTest = OpenTK.Graphics.ES30.EnableCap.ScissorTest; + var _TextureGenS = OpenTK.Graphics.ES30.EnableCap.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES30.EnableCap.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES30.EnableCap.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES30.EnableCap.TextureGenQ; + var _AutoNormal = OpenTK.Graphics.ES30.EnableCap.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES30.EnableCap.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES30.EnableCap.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES30.EnableCap.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES30.EnableCap.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES30.EnableCap.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES30.EnableCap.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES30.EnableCap.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES30.EnableCap.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES30.EnableCap.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES30.EnableCap.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES30.EnableCap.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES30.EnableCap.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES30.EnableCap.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES30.EnableCap.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES30.EnableCap.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES30.EnableCap.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES30.EnableCap.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES30.EnableCap.Map2Vertex4; + var _Texture1D = OpenTK.Graphics.ES30.EnableCap.Texture1D; + var _Texture2D = OpenTK.Graphics.ES30.EnableCap.Texture2D; + var _PolygonOffsetPoint = OpenTK.Graphics.ES30.EnableCap.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES30.EnableCap.PolygonOffsetLine; + var _ClipPlane0 = OpenTK.Graphics.ES30.EnableCap.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.ES30.EnableCap.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.ES30.EnableCap.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.ES30.EnableCap.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.ES30.EnableCap.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.ES30.EnableCap.ClipPlane5; + var _Light0 = OpenTK.Graphics.ES30.EnableCap.Light0; + var _Light1 = OpenTK.Graphics.ES30.EnableCap.Light1; + var _Light2 = OpenTK.Graphics.ES30.EnableCap.Light2; + var _Light3 = OpenTK.Graphics.ES30.EnableCap.Light3; + var _Light4 = OpenTK.Graphics.ES30.EnableCap.Light4; + var _Light5 = OpenTK.Graphics.ES30.EnableCap.Light5; + var _Light6 = OpenTK.Graphics.ES30.EnableCap.Light6; + var _Light7 = OpenTK.Graphics.ES30.EnableCap.Light7; + var _Convolution1DExt = OpenTK.Graphics.ES30.EnableCap.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.ES30.EnableCap.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.ES30.EnableCap.Separable2DExt; + var _HistogramExt = OpenTK.Graphics.ES30.EnableCap.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.ES30.EnableCap.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.ES30.EnableCap.PolygonOffsetFill; + var _RescaleNormalExt = OpenTK.Graphics.ES30.EnableCap.RescaleNormalExt; + var _Texture3DExt = OpenTK.Graphics.ES30.EnableCap.Texture3DExt; + var _VertexArray = OpenTK.Graphics.ES30.EnableCap.VertexArray; + var _NormalArray = OpenTK.Graphics.ES30.EnableCap.NormalArray; + var _ColorArray = OpenTK.Graphics.ES30.EnableCap.ColorArray; + var _IndexArray = OpenTK.Graphics.ES30.EnableCap.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES30.EnableCap.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES30.EnableCap.EdgeFlagArray; + var _InterlaceSgix = OpenTK.Graphics.ES30.EnableCap.InterlaceSgix; + var _MultisampleSgis = OpenTK.Graphics.ES30.EnableCap.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES30.EnableCap.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES30.EnableCap.SampleAlphaToMaskSgis; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES30.EnableCap.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.ES30.EnableCap.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.ES30.EnableCap.SampleMaskSgis; + var _TextureColorTableSgi = OpenTK.Graphics.ES30.EnableCap.TextureColorTableSgi; + var _ColorTableSgi = OpenTK.Graphics.ES30.EnableCap.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES30.EnableCap.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES30.EnableCap.PostColorMatrixColorTableSgi; + var _Texture4DSgis = OpenTK.Graphics.ES30.EnableCap.Texture4DSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES30.EnableCap.PixelTexGenSgix; + var _SpriteSgix = OpenTK.Graphics.ES30.EnableCap.SpriteSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES30.EnableCap.ReferencePlaneSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES30.EnableCap.IrInstrument1Sgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES30.EnableCap.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.ES30.EnableCap.FramezoomSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES30.EnableCap.FogOffsetSgix; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES30.EnableCap.SharedTexturePaletteExt; + var _AsyncHistogramSgix = OpenTK.Graphics.ES30.EnableCap.AsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES30.EnableCap.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.ES30.EnableCap.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES30.EnableCap.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES30.EnableCap.AsyncReadPixelsSgix; + var _FragmentLightingSgix = OpenTK.Graphics.ES30.EnableCap.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES30.EnableCap.FragmentColorMaterialSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES30.EnableCap.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES30.EnableCap.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES30.EnableCap.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES30.EnableCap.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES30.EnableCap.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES30.EnableCap.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES30.EnableCap.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES30.EnableCap.FragmentLight7Sgix; + var _RasterizerDiscard = OpenTK.Graphics.ES30.EnableCap.RasterizerDiscard; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.ES30.EnableCap.PrimitiveRestartFixedIndex; +} +static void Test_ErrorCode_19663() { + var _NoError = OpenTK.Graphics.ES30.ErrorCode.NoError; + var _InvalidEnum = OpenTK.Graphics.ES30.ErrorCode.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES30.ErrorCode.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES30.ErrorCode.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES30.ErrorCode.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.ES30.ErrorCode.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.ES30.ErrorCode.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.ES30.ErrorCode.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.ES30.ErrorCode.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.ES30.ErrorCode.InvalidFramebufferOperationOes; + var _TableTooLarge = OpenTK.Graphics.ES30.ErrorCode.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.ES30.ErrorCode.TableTooLargeExt; + var _TextureTooLargeExt = OpenTK.Graphics.ES30.ErrorCode.TextureTooLargeExt; +} +static void Test_EsVersion20_19664() { + var _False = OpenTK.Graphics.ES30.EsVersion20.False; + var _NoError = OpenTK.Graphics.ES30.EsVersion20.NoError; + var _None = OpenTK.Graphics.ES30.EsVersion20.None; + var _Zero = OpenTK.Graphics.ES30.EsVersion20.Zero; + var _Points = OpenTK.Graphics.ES30.EsVersion20.Points; + var _DepthBufferBit = OpenTK.Graphics.ES30.EsVersion20.DepthBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES30.EsVersion20.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.ES30.EsVersion20.ColorBufferBit; + var _Lines = OpenTK.Graphics.ES30.EsVersion20.Lines; + var _LineLoop = OpenTK.Graphics.ES30.EsVersion20.LineLoop; + var _LineStrip = OpenTK.Graphics.ES30.EsVersion20.LineStrip; + var _Triangles = OpenTK.Graphics.ES30.EsVersion20.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES30.EsVersion20.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES30.EsVersion20.TriangleFan; + var _Never = OpenTK.Graphics.ES30.EsVersion20.Never; + var _Less = OpenTK.Graphics.ES30.EsVersion20.Less; + var _Equal = OpenTK.Graphics.ES30.EsVersion20.Equal; + var _Lequal = OpenTK.Graphics.ES30.EsVersion20.Lequal; + var _Greater = OpenTK.Graphics.ES30.EsVersion20.Greater; + var _Notequal = OpenTK.Graphics.ES30.EsVersion20.Notequal; + var _Gequal = OpenTK.Graphics.ES30.EsVersion20.Gequal; + var _Always = OpenTK.Graphics.ES30.EsVersion20.Always; + var _SrcColor = OpenTK.Graphics.ES30.EsVersion20.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES30.EsVersion20.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES30.EsVersion20.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES30.EsVersion20.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES30.EsVersion20.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES30.EsVersion20.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES30.EsVersion20.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES30.EsVersion20.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES30.EsVersion20.SrcAlphaSaturate; + var _Front = OpenTK.Graphics.ES30.EsVersion20.Front; + var _Back = OpenTK.Graphics.ES30.EsVersion20.Back; + var _FrontAndBack = OpenTK.Graphics.ES30.EsVersion20.FrontAndBack; + var _InvalidEnum = OpenTK.Graphics.ES30.EsVersion20.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES30.EsVersion20.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES30.EsVersion20.InvalidOperation; + var _OutOfMemory = OpenTK.Graphics.ES30.EsVersion20.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.ES30.EsVersion20.InvalidFramebufferOperation; + var _Cw = OpenTK.Graphics.ES30.EsVersion20.Cw; + var _Ccw = OpenTK.Graphics.ES30.EsVersion20.Ccw; + var _LineWidth = OpenTK.Graphics.ES30.EsVersion20.LineWidth; + var _CullFace = OpenTK.Graphics.ES30.EsVersion20.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES30.EsVersion20.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES30.EsVersion20.FrontFace; + var _DepthRange = OpenTK.Graphics.ES30.EsVersion20.DepthRange; + var _DepthTest = OpenTK.Graphics.ES30.EsVersion20.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES30.EsVersion20.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES30.EsVersion20.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES30.EsVersion20.DepthFunc; + var _StencilTest = OpenTK.Graphics.ES30.EsVersion20.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES30.EsVersion20.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES30.EsVersion20.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES30.EsVersion20.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES30.EsVersion20.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES30.EsVersion20.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES30.EsVersion20.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES30.EsVersion20.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES30.EsVersion20.StencilWritemask; + var _Viewport = OpenTK.Graphics.ES30.EsVersion20.Viewport; + var _Dither = OpenTK.Graphics.ES30.EsVersion20.Dither; + var _Blend = OpenTK.Graphics.ES30.EsVersion20.Blend; + var _ScissorBox = OpenTK.Graphics.ES30.EsVersion20.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES30.EsVersion20.ScissorTest; + var _ColorClearValue = OpenTK.Graphics.ES30.EsVersion20.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES30.EsVersion20.ColorWritemask; + var _UnpackAlignment = OpenTK.Graphics.ES30.EsVersion20.UnpackAlignment; + var _PackAlignment = OpenTK.Graphics.ES30.EsVersion20.PackAlignment; + var _MaxTextureSize = OpenTK.Graphics.ES30.EsVersion20.MaxTextureSize; + var _MaxViewportDims = OpenTK.Graphics.ES30.EsVersion20.MaxViewportDims; + var _SubpixelBits = OpenTK.Graphics.ES30.EsVersion20.SubpixelBits; + var _RedBits = OpenTK.Graphics.ES30.EsVersion20.RedBits; + var _GreenBits = OpenTK.Graphics.ES30.EsVersion20.GreenBits; + var _BlueBits = OpenTK.Graphics.ES30.EsVersion20.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES30.EsVersion20.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES30.EsVersion20.DepthBits; + var _StencilBits = OpenTK.Graphics.ES30.EsVersion20.StencilBits; + var _Texture2D = OpenTK.Graphics.ES30.EsVersion20.Texture2D; + var _DontCare = OpenTK.Graphics.ES30.EsVersion20.DontCare; + var _Fastest = OpenTK.Graphics.ES30.EsVersion20.Fastest; + var _Nicest = OpenTK.Graphics.ES30.EsVersion20.Nicest; + var _Byte = OpenTK.Graphics.ES30.EsVersion20.Byte; + var _UnsignedByte = OpenTK.Graphics.ES30.EsVersion20.UnsignedByte; + var _Short = OpenTK.Graphics.ES30.EsVersion20.Short; + var _UnsignedShort = OpenTK.Graphics.ES30.EsVersion20.UnsignedShort; + var _Int = OpenTK.Graphics.ES30.EsVersion20.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.EsVersion20.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.EsVersion20.Float; + var _Fixed = OpenTK.Graphics.ES30.EsVersion20.Fixed; + var _Invert = OpenTK.Graphics.ES30.EsVersion20.Invert; + var _Texture = OpenTK.Graphics.ES30.EsVersion20.Texture; + var _DepthComponent = OpenTK.Graphics.ES30.EsVersion20.DepthComponent; + var _Alpha = OpenTK.Graphics.ES30.EsVersion20.Alpha; + var _Rgb = OpenTK.Graphics.ES30.EsVersion20.Rgb; + var _Rgba = OpenTK.Graphics.ES30.EsVersion20.Rgba; + var _Luminance = OpenTK.Graphics.ES30.EsVersion20.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES30.EsVersion20.LuminanceAlpha; + var _Keep = OpenTK.Graphics.ES30.EsVersion20.Keep; + var _Replace = OpenTK.Graphics.ES30.EsVersion20.Replace; + var _Incr = OpenTK.Graphics.ES30.EsVersion20.Incr; + var _Decr = OpenTK.Graphics.ES30.EsVersion20.Decr; + var _Vendor = OpenTK.Graphics.ES30.EsVersion20.Vendor; + var _Renderer = OpenTK.Graphics.ES30.EsVersion20.Renderer; + var _Version = OpenTK.Graphics.ES30.EsVersion20.Version; + var _Extensions = OpenTK.Graphics.ES30.EsVersion20.Extensions; + var _Nearest = OpenTK.Graphics.ES30.EsVersion20.Nearest; + var _Linear = OpenTK.Graphics.ES30.EsVersion20.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES30.EsVersion20.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES30.EsVersion20.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES30.EsVersion20.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES30.EsVersion20.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.ES30.EsVersion20.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES30.EsVersion20.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES30.EsVersion20.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES30.EsVersion20.TextureWrapT; + var _Repeat = OpenTK.Graphics.ES30.EsVersion20.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.ES30.EsVersion20.PolygonOffsetUnits; + var _ConstantColor = OpenTK.Graphics.ES30.EsVersion20.ConstantColor; + var _OneMinusConstantColor = OpenTK.Graphics.ES30.EsVersion20.OneMinusConstantColor; + var _ConstantAlpha = OpenTK.Graphics.ES30.EsVersion20.ConstantAlpha; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES30.EsVersion20.OneMinusConstantAlpha; + var _BlendColor = OpenTK.Graphics.ES30.EsVersion20.BlendColor; + var _FuncAdd = OpenTK.Graphics.ES30.EsVersion20.FuncAdd; + var _BlendEquation = OpenTK.Graphics.ES30.EsVersion20.BlendEquation; + var _BlendEquationRgb = OpenTK.Graphics.ES30.EsVersion20.BlendEquationRgb; + var _FuncSubtract = OpenTK.Graphics.ES30.EsVersion20.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.ES30.EsVersion20.FuncReverseSubtract; + var _UnsignedShort4444 = OpenTK.Graphics.ES30.EsVersion20.UnsignedShort4444; + var _UnsignedShort5551 = OpenTK.Graphics.ES30.EsVersion20.UnsignedShort5551; + var _PolygonOffsetFill = OpenTK.Graphics.ES30.EsVersion20.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES30.EsVersion20.PolygonOffsetFactor; + var _Rgba4 = OpenTK.Graphics.ES30.EsVersion20.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES30.EsVersion20.Rgb5A1; + var _TextureBinding2D = OpenTK.Graphics.ES30.EsVersion20.TextureBinding2D; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES30.EsVersion20.SampleAlphaToCoverage; + var _SampleCoverage = OpenTK.Graphics.ES30.EsVersion20.SampleCoverage; + var _SampleBuffers = OpenTK.Graphics.ES30.EsVersion20.SampleBuffers; + var _Samples = OpenTK.Graphics.ES30.EsVersion20.Samples; + var _SampleCoverageValue = OpenTK.Graphics.ES30.EsVersion20.SampleCoverageValue; + var _SampleCoverageInvert = OpenTK.Graphics.ES30.EsVersion20.SampleCoverageInvert; + var _BlendDstRgb = OpenTK.Graphics.ES30.EsVersion20.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.ES30.EsVersion20.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.ES30.EsVersion20.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.ES30.EsVersion20.BlendSrcAlpha; + var _ClampToEdge = OpenTK.Graphics.ES30.EsVersion20.ClampToEdge; + var _GenerateMipmapHint = OpenTK.Graphics.ES30.EsVersion20.GenerateMipmapHint; + var _DepthComponent16 = OpenTK.Graphics.ES30.EsVersion20.DepthComponent16; + var _UnsignedShort565 = OpenTK.Graphics.ES30.EsVersion20.UnsignedShort565; + var _MirroredRepeat = OpenTK.Graphics.ES30.EsVersion20.MirroredRepeat; + var _AliasedPointSizeRange = OpenTK.Graphics.ES30.EsVersion20.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES30.EsVersion20.AliasedLineWidthRange; + var _Texture0 = OpenTK.Graphics.ES30.EsVersion20.Texture0; + var _Texture1 = OpenTK.Graphics.ES30.EsVersion20.Texture1; + var _Texture2 = OpenTK.Graphics.ES30.EsVersion20.Texture2; + var _Texture3 = OpenTK.Graphics.ES30.EsVersion20.Texture3; + var _Texture4 = OpenTK.Graphics.ES30.EsVersion20.Texture4; + var _Texture5 = OpenTK.Graphics.ES30.EsVersion20.Texture5; + var _Texture6 = OpenTK.Graphics.ES30.EsVersion20.Texture6; + var _Texture7 = OpenTK.Graphics.ES30.EsVersion20.Texture7; + var _Texture8 = OpenTK.Graphics.ES30.EsVersion20.Texture8; + var _Texture9 = OpenTK.Graphics.ES30.EsVersion20.Texture9; + var _Texture10 = OpenTK.Graphics.ES30.EsVersion20.Texture10; + var _Texture11 = OpenTK.Graphics.ES30.EsVersion20.Texture11; + var _Texture12 = OpenTK.Graphics.ES30.EsVersion20.Texture12; + var _Texture13 = OpenTK.Graphics.ES30.EsVersion20.Texture13; + var _Texture14 = OpenTK.Graphics.ES30.EsVersion20.Texture14; + var _Texture15 = OpenTK.Graphics.ES30.EsVersion20.Texture15; + var _Texture16 = OpenTK.Graphics.ES30.EsVersion20.Texture16; + var _Texture17 = OpenTK.Graphics.ES30.EsVersion20.Texture17; + var _Texture18 = OpenTK.Graphics.ES30.EsVersion20.Texture18; + var _Texture19 = OpenTK.Graphics.ES30.EsVersion20.Texture19; + var _Texture20 = OpenTK.Graphics.ES30.EsVersion20.Texture20; + var _Texture21 = OpenTK.Graphics.ES30.EsVersion20.Texture21; + var _Texture22 = OpenTK.Graphics.ES30.EsVersion20.Texture22; + var _Texture23 = OpenTK.Graphics.ES30.EsVersion20.Texture23; + var _Texture24 = OpenTK.Graphics.ES30.EsVersion20.Texture24; + var _Texture25 = OpenTK.Graphics.ES30.EsVersion20.Texture25; + var _Texture26 = OpenTK.Graphics.ES30.EsVersion20.Texture26; + var _Texture27 = OpenTK.Graphics.ES30.EsVersion20.Texture27; + var _Texture28 = OpenTK.Graphics.ES30.EsVersion20.Texture28; + var _Texture29 = OpenTK.Graphics.ES30.EsVersion20.Texture29; + var _Texture30 = OpenTK.Graphics.ES30.EsVersion20.Texture30; + var _Texture31 = OpenTK.Graphics.ES30.EsVersion20.Texture31; + var _ActiveTexture = OpenTK.Graphics.ES30.EsVersion20.ActiveTexture; + var _MaxRenderbufferSize = OpenTK.Graphics.ES30.EsVersion20.MaxRenderbufferSize; + var _IncrWrap = OpenTK.Graphics.ES30.EsVersion20.IncrWrap; + var _DecrWrap = OpenTK.Graphics.ES30.EsVersion20.DecrWrap; + var _TextureCubeMap = OpenTK.Graphics.ES30.EsVersion20.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.ES30.EsVersion20.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.ES30.EsVersion20.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.ES30.EsVersion20.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.ES30.EsVersion20.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.ES30.EsVersion20.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.ES30.EsVersion20.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.ES30.EsVersion20.TextureCubeMapNegativeZ; + var _MaxCubeMapTextureSize = OpenTK.Graphics.ES30.EsVersion20.MaxCubeMapTextureSize; + var _VertexAttribArrayEnabled = OpenTK.Graphics.ES30.EsVersion20.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.ES30.EsVersion20.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.ES30.EsVersion20.VertexAttribArrayStride; + var _VertexAttribArrayType = OpenTK.Graphics.ES30.EsVersion20.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.ES30.EsVersion20.CurrentVertexAttrib; + var _VertexAttribArrayPointer = OpenTK.Graphics.ES30.EsVersion20.VertexAttribArrayPointer; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES30.EsVersion20.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES30.EsVersion20.CompressedTextureFormats; + var _BufferSize = OpenTK.Graphics.ES30.EsVersion20.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES30.EsVersion20.BufferUsage; + var _StencilBackFunc = OpenTK.Graphics.ES30.EsVersion20.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.ES30.EsVersion20.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.ES30.EsVersion20.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.ES30.EsVersion20.StencilBackPassDepthPass; + var _BlendEquationAlpha = OpenTK.Graphics.ES30.EsVersion20.BlendEquationAlpha; + var _MaxVertexAttribs = OpenTK.Graphics.ES30.EsVersion20.MaxVertexAttribs; + var _VertexAttribArrayNormalized = OpenTK.Graphics.ES30.EsVersion20.VertexAttribArrayNormalized; + var _MaxTextureImageUnits = OpenTK.Graphics.ES30.EsVersion20.MaxTextureImageUnits; + var _ArrayBuffer = OpenTK.Graphics.ES30.EsVersion20.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES30.EsVersion20.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.ES30.EsVersion20.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES30.EsVersion20.ElementArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.ES30.EsVersion20.VertexAttribArrayBufferBinding; + var _StreamDraw = OpenTK.Graphics.ES30.EsVersion20.StreamDraw; + var _StaticDraw = OpenTK.Graphics.ES30.EsVersion20.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES30.EsVersion20.DynamicDraw; + var _FragmentShader = OpenTK.Graphics.ES30.EsVersion20.FragmentShader; + var _VertexShader = OpenTK.Graphics.ES30.EsVersion20.VertexShader; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.ES30.EsVersion20.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.ES30.EsVersion20.MaxCombinedTextureImageUnits; + var _ShaderType = OpenTK.Graphics.ES30.EsVersion20.ShaderType; + var _FloatVec2 = OpenTK.Graphics.ES30.EsVersion20.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES30.EsVersion20.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES30.EsVersion20.FloatVec4; + var _IntVec2 = OpenTK.Graphics.ES30.EsVersion20.IntVec2; + var _IntVec3 = OpenTK.Graphics.ES30.EsVersion20.IntVec3; + var _IntVec4 = OpenTK.Graphics.ES30.EsVersion20.IntVec4; + var _Bool = OpenTK.Graphics.ES30.EsVersion20.Bool; + var _BoolVec2 = OpenTK.Graphics.ES30.EsVersion20.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.ES30.EsVersion20.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.ES30.EsVersion20.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.ES30.EsVersion20.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES30.EsVersion20.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES30.EsVersion20.FloatMat4; + var _Sampler2D = OpenTK.Graphics.ES30.EsVersion20.Sampler2D; + var _SamplerCube = OpenTK.Graphics.ES30.EsVersion20.SamplerCube; + var _DeleteStatus = OpenTK.Graphics.ES30.EsVersion20.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.ES30.EsVersion20.CompileStatus; + var _LinkStatus = OpenTK.Graphics.ES30.EsVersion20.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES30.EsVersion20.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES30.EsVersion20.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES30.EsVersion20.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES30.EsVersion20.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES30.EsVersion20.ActiveUniformMaxLength; + var _ShaderSourceLength = OpenTK.Graphics.ES30.EsVersion20.ShaderSourceLength; + var _ActiveAttributes = OpenTK.Graphics.ES30.EsVersion20.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES30.EsVersion20.ActiveAttributeMaxLength; + var _ShadingLanguageVersion = OpenTK.Graphics.ES30.EsVersion20.ShadingLanguageVersion; + var _CurrentProgram = OpenTK.Graphics.ES30.EsVersion20.CurrentProgram; + var _ImplementationColorReadType = OpenTK.Graphics.ES30.EsVersion20.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.ES30.EsVersion20.ImplementationColorReadFormat; + var _StencilBackRef = OpenTK.Graphics.ES30.EsVersion20.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.ES30.EsVersion20.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.ES30.EsVersion20.StencilBackWritemask; + var _FramebufferBinding = OpenTK.Graphics.ES30.EsVersion20.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.ES30.EsVersion20.RenderbufferBinding; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.ES30.EsVersion20.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.ES30.EsVersion20.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.ES30.EsVersion20.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.ES30.EsVersion20.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferComplete = OpenTK.Graphics.ES30.EsVersion20.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.ES30.EsVersion20.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.ES30.EsVersion20.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDimensions = OpenTK.Graphics.ES30.EsVersion20.FramebufferIncompleteDimensions; + var _FramebufferUnsupported = OpenTK.Graphics.ES30.EsVersion20.FramebufferUnsupported; + var _ColorAttachment0 = OpenTK.Graphics.ES30.EsVersion20.ColorAttachment0; + var _DepthAttachment = OpenTK.Graphics.ES30.EsVersion20.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.ES30.EsVersion20.StencilAttachment; + var _Framebuffer = OpenTK.Graphics.ES30.EsVersion20.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.ES30.EsVersion20.Renderbuffer; + var _RenderbufferWidth = OpenTK.Graphics.ES30.EsVersion20.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.ES30.EsVersion20.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.ES30.EsVersion20.RenderbufferInternalFormat; + var _StencilIndex8 = OpenTK.Graphics.ES30.EsVersion20.StencilIndex8; + var _RenderbufferRedSize = OpenTK.Graphics.ES30.EsVersion20.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.ES30.EsVersion20.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.ES30.EsVersion20.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.ES30.EsVersion20.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.ES30.EsVersion20.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.ES30.EsVersion20.RenderbufferStencilSize; + var _Rgb565 = OpenTK.Graphics.ES30.EsVersion20.Rgb565; + var _LowFloat = OpenTK.Graphics.ES30.EsVersion20.LowFloat; + var _MediumFloat = OpenTK.Graphics.ES30.EsVersion20.MediumFloat; + var _HighFloat = OpenTK.Graphics.ES30.EsVersion20.HighFloat; + var _LowInt = OpenTK.Graphics.ES30.EsVersion20.LowInt; + var _MediumInt = OpenTK.Graphics.ES30.EsVersion20.MediumInt; + var _HighInt = OpenTK.Graphics.ES30.EsVersion20.HighInt; + var _ShaderBinaryFormats = OpenTK.Graphics.ES30.EsVersion20.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.ES30.EsVersion20.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.ES30.EsVersion20.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.ES30.EsVersion20.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.ES30.EsVersion20.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.ES30.EsVersion20.MaxFragmentUniformVectors; + var _One = OpenTK.Graphics.ES30.EsVersion20.One; + var _True = OpenTK.Graphics.ES30.EsVersion20.True; +} +static void Test_EsVersion30_19665() { + var _SyncFlushCommandsBit = OpenTK.Graphics.ES30.EsVersion30.SyncFlushCommandsBit; + var _MapReadBit = OpenTK.Graphics.ES30.EsVersion30.MapReadBit; + var _MapWriteBit = OpenTK.Graphics.ES30.EsVersion30.MapWriteBit; + var _MapInvalidateRangeBit = OpenTK.Graphics.ES30.EsVersion30.MapInvalidateRangeBit; + var _MapInvalidateBufferBit = OpenTK.Graphics.ES30.EsVersion30.MapInvalidateBufferBit; + var _MapFlushExplicitBit = OpenTK.Graphics.ES30.EsVersion30.MapFlushExplicitBit; + var _MapUnsynchronizedBit = OpenTK.Graphics.ES30.EsVersion30.MapUnsynchronizedBit; + var _ReadBuffer = OpenTK.Graphics.ES30.EsVersion30.ReadBuffer; + var _UnpackRowLength = OpenTK.Graphics.ES30.EsVersion30.UnpackRowLength; + var _UnpackSkipRows = OpenTK.Graphics.ES30.EsVersion30.UnpackSkipRows; + var _UnpackSkipPixels = OpenTK.Graphics.ES30.EsVersion30.UnpackSkipPixels; + var _PackRowLength = OpenTK.Graphics.ES30.EsVersion30.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES30.EsVersion30.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES30.EsVersion30.PackSkipPixels; + var _HalfFloat = OpenTK.Graphics.ES30.EsVersion30.HalfFloat; + var _Color = OpenTK.Graphics.ES30.EsVersion30.Color; + var _Depth = OpenTK.Graphics.ES30.EsVersion30.Depth; + var _Stencil = OpenTK.Graphics.ES30.EsVersion30.Stencil; + var _Red = OpenTK.Graphics.ES30.EsVersion30.Red; + var _Green = OpenTK.Graphics.ES30.EsVersion30.Green; + var _Blue = OpenTK.Graphics.ES30.EsVersion30.Blue; + var _Min = OpenTK.Graphics.ES30.EsVersion30.Min; + var _Max = OpenTK.Graphics.ES30.EsVersion30.Max; + var _Rgb8 = OpenTK.Graphics.ES30.EsVersion30.Rgb8; + var _Rgba8 = OpenTK.Graphics.ES30.EsVersion30.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES30.EsVersion30.Rgb10A2; + var _TextureBinding3D = OpenTK.Graphics.ES30.EsVersion30.TextureBinding3D; + var _UnpackSkipImages = OpenTK.Graphics.ES30.EsVersion30.UnpackSkipImages; + var _UnpackImageHeight = OpenTK.Graphics.ES30.EsVersion30.UnpackImageHeight; + var _Texture3D = OpenTK.Graphics.ES30.EsVersion30.Texture3D; + var _TextureWrapR = OpenTK.Graphics.ES30.EsVersion30.TextureWrapR; + var _Max3DTextureSize = OpenTK.Graphics.ES30.EsVersion30.Max3DTextureSize; + var _MaxElementsVertices = OpenTK.Graphics.ES30.EsVersion30.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.ES30.EsVersion30.MaxElementsIndices; + var _TextureMinLod = OpenTK.Graphics.ES30.EsVersion30.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.ES30.EsVersion30.TextureMaxLod; + var _TextureBaseLevel = OpenTK.Graphics.ES30.EsVersion30.TextureBaseLevel; + var _TextureMaxLevel = OpenTK.Graphics.ES30.EsVersion30.TextureMaxLevel; + var _DepthComponent24 = OpenTK.Graphics.ES30.EsVersion30.DepthComponent24; + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentStencilSize; + var _FramebufferDefault = OpenTK.Graphics.ES30.EsVersion30.FramebufferDefault; + var _FramebufferUndefined = OpenTK.Graphics.ES30.EsVersion30.FramebufferUndefined; + var _DepthStencilAttachment = OpenTK.Graphics.ES30.EsVersion30.DepthStencilAttachment; + var _MajorVersion = OpenTK.Graphics.ES30.EsVersion30.MajorVersion; + var _MinorVersion = OpenTK.Graphics.ES30.EsVersion30.MinorVersion; + var _NumExtensions = OpenTK.Graphics.ES30.EsVersion30.NumExtensions; + var _Rg = OpenTK.Graphics.ES30.EsVersion30.Rg; + var _RgInteger = OpenTK.Graphics.ES30.EsVersion30.RgInteger; + var _R8 = OpenTK.Graphics.ES30.EsVersion30.R8; + var _Rg8 = OpenTK.Graphics.ES30.EsVersion30.Rg8; + var _R16f = OpenTK.Graphics.ES30.EsVersion30.R16f; + var _R32f = OpenTK.Graphics.ES30.EsVersion30.R32f; + var _Rg16f = OpenTK.Graphics.ES30.EsVersion30.Rg16f; + var _Rg32f = OpenTK.Graphics.ES30.EsVersion30.Rg32f; + var _R8i = OpenTK.Graphics.ES30.EsVersion30.R8i; + var _R8ui = OpenTK.Graphics.ES30.EsVersion30.R8ui; + var _R16i = OpenTK.Graphics.ES30.EsVersion30.R16i; + var _R16ui = OpenTK.Graphics.ES30.EsVersion30.R16ui; + var _R32i = OpenTK.Graphics.ES30.EsVersion30.R32i; + var _R32ui = OpenTK.Graphics.ES30.EsVersion30.R32ui; + var _Rg8i = OpenTK.Graphics.ES30.EsVersion30.Rg8i; + var _Rg8ui = OpenTK.Graphics.ES30.EsVersion30.Rg8ui; + var _Rg16i = OpenTK.Graphics.ES30.EsVersion30.Rg16i; + var _Rg16ui = OpenTK.Graphics.ES30.EsVersion30.Rg16ui; + var _Rg32i = OpenTK.Graphics.ES30.EsVersion30.Rg32i; + var _Rg32ui = OpenTK.Graphics.ES30.EsVersion30.Rg32ui; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES30.EsVersion30.ProgramBinaryRetrievableHint; + var _TextureImmutableLevels = OpenTK.Graphics.ES30.EsVersion30.TextureImmutableLevels; + var _UnsignedInt2101010Rev = OpenTK.Graphics.ES30.EsVersion30.UnsignedInt2101010Rev; + var _DepthStencil = OpenTK.Graphics.ES30.EsVersion30.DepthStencil; + var _UnsignedInt248 = OpenTK.Graphics.ES30.EsVersion30.UnsignedInt248; + var _MaxTextureLodBias = OpenTK.Graphics.ES30.EsVersion30.MaxTextureLodBias; + var _VertexArrayBinding = OpenTK.Graphics.ES30.EsVersion30.VertexArrayBinding; + var _ProgramBinaryLength = OpenTK.Graphics.ES30.EsVersion30.ProgramBinaryLength; + var _NumProgramBinaryFormats = OpenTK.Graphics.ES30.EsVersion30.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.ES30.EsVersion30.ProgramBinaryFormats; + var _Rgba32f = OpenTK.Graphics.ES30.EsVersion30.Rgba32f; + var _Rgb32f = OpenTK.Graphics.ES30.EsVersion30.Rgb32f; + var _Rgba16f = OpenTK.Graphics.ES30.EsVersion30.Rgba16f; + var _Rgb16f = OpenTK.Graphics.ES30.EsVersion30.Rgb16f; + var _MaxDrawBuffers = OpenTK.Graphics.ES30.EsVersion30.MaxDrawBuffers; + var _DrawBuffer0 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer0; + var _DrawBuffer1 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer1; + var _DrawBuffer2 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer2; + var _DrawBuffer3 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer3; + var _DrawBuffer4 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer4; + var _DrawBuffer5 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer5; + var _DrawBuffer6 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer6; + var _DrawBuffer7 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer7; + var _DrawBuffer8 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer8; + var _DrawBuffer9 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer9; + var _DrawBuffer10 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer10; + var _DrawBuffer11 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer11; + var _DrawBuffer12 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer12; + var _DrawBuffer13 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer13; + var _DrawBuffer14 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer14; + var _DrawBuffer15 = OpenTK.Graphics.ES30.EsVersion30.DrawBuffer15; + var _TextureCompareMode = OpenTK.Graphics.ES30.EsVersion30.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.ES30.EsVersion30.TextureCompareFunc; + var _CompareRefToTexture = OpenTK.Graphics.ES30.EsVersion30.CompareRefToTexture; + var _CurrentQuery = OpenTK.Graphics.ES30.EsVersion30.CurrentQuery; + var _QueryResult = OpenTK.Graphics.ES30.EsVersion30.QueryResult; + var _QueryResultAvailable = OpenTK.Graphics.ES30.EsVersion30.QueryResultAvailable; + var _BufferMapped = OpenTK.Graphics.ES30.EsVersion30.BufferMapped; + var _BufferMapPointer = OpenTK.Graphics.ES30.EsVersion30.BufferMapPointer; + var _StreamRead = OpenTK.Graphics.ES30.EsVersion30.StreamRead; + var _StreamCopy = OpenTK.Graphics.ES30.EsVersion30.StreamCopy; + var _StaticRead = OpenTK.Graphics.ES30.EsVersion30.StaticRead; + var _StaticCopy = OpenTK.Graphics.ES30.EsVersion30.StaticCopy; + var _DynamicRead = OpenTK.Graphics.ES30.EsVersion30.DynamicRead; + var _DynamicCopy = OpenTK.Graphics.ES30.EsVersion30.DynamicCopy; + var _PixelPackBuffer = OpenTK.Graphics.ES30.EsVersion30.PixelPackBuffer; + var _PixelUnpackBuffer = OpenTK.Graphics.ES30.EsVersion30.PixelUnpackBuffer; + var _PixelPackBufferBinding = OpenTK.Graphics.ES30.EsVersion30.PixelPackBufferBinding; + var _PixelUnpackBufferBinding = OpenTK.Graphics.ES30.EsVersion30.PixelUnpackBufferBinding; + var _Depth24Stencil8 = OpenTK.Graphics.ES30.EsVersion30.Depth24Stencil8; + var _VertexAttribArrayInteger = OpenTK.Graphics.ES30.EsVersion30.VertexAttribArrayInteger; + var _VertexAttribArrayDivisor = OpenTK.Graphics.ES30.EsVersion30.VertexAttribArrayDivisor; + var _MaxArrayTextureLayers = OpenTK.Graphics.ES30.EsVersion30.MaxArrayTextureLayers; + var _MinProgramTexelOffset = OpenTK.Graphics.ES30.EsVersion30.MinProgramTexelOffset; + var _MaxProgramTexelOffset = OpenTK.Graphics.ES30.EsVersion30.MaxProgramTexelOffset; + var _SamplerBinding = OpenTK.Graphics.ES30.EsVersion30.SamplerBinding; + var _UniformBuffer = OpenTK.Graphics.ES30.EsVersion30.UniformBuffer; + var _UniformBufferBinding = OpenTK.Graphics.ES30.EsVersion30.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.ES30.EsVersion30.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.ES30.EsVersion30.UniformBufferSize; + var _MaxVertexUniformBlocks = OpenTK.Graphics.ES30.EsVersion30.MaxVertexUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.ES30.EsVersion30.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.ES30.EsVersion30.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.ES30.EsVersion30.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.ES30.EsVersion30.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.ES30.EsVersion30.MaxCombinedVertexUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.ES30.EsVersion30.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.ES30.EsVersion30.UniformBufferOffsetAlignment; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.ES30.EsVersion30.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.ES30.EsVersion30.ActiveUniformBlocks; + var _UniformType = OpenTK.Graphics.ES30.EsVersion30.UniformType; + var _UniformSize = OpenTK.Graphics.ES30.EsVersion30.UniformSize; + var _UniformNameLength = OpenTK.Graphics.ES30.EsVersion30.UniformNameLength; + var _UniformBlockIndex = OpenTK.Graphics.ES30.EsVersion30.UniformBlockIndex; + var _UniformOffset = OpenTK.Graphics.ES30.EsVersion30.UniformOffset; + var _UniformArrayStride = OpenTK.Graphics.ES30.EsVersion30.UniformArrayStride; + var _UniformMatrixStride = OpenTK.Graphics.ES30.EsVersion30.UniformMatrixStride; + var _UniformIsRowMajor = OpenTK.Graphics.ES30.EsVersion30.UniformIsRowMajor; + var _UniformBlockBinding = OpenTK.Graphics.ES30.EsVersion30.UniformBlockBinding; + var _UniformBlockDataSize = OpenTK.Graphics.ES30.EsVersion30.UniformBlockDataSize; + var _UniformBlockNameLength = OpenTK.Graphics.ES30.EsVersion30.UniformBlockNameLength; + var _UniformBlockActiveUniforms = OpenTK.Graphics.ES30.EsVersion30.UniformBlockActiveUniforms; + var _UniformBlockActiveUniformIndices = OpenTK.Graphics.ES30.EsVersion30.UniformBlockActiveUniformIndices; + var _UniformBlockReferencedByVertexShader = OpenTK.Graphics.ES30.EsVersion30.UniformBlockReferencedByVertexShader; + var _UniformBlockReferencedByFragmentShader = OpenTK.Graphics.ES30.EsVersion30.UniformBlockReferencedByFragmentShader; + var _MaxFragmentUniformComponents = OpenTK.Graphics.ES30.EsVersion30.MaxFragmentUniformComponents; + var _MaxVertexUniformComponents = OpenTK.Graphics.ES30.EsVersion30.MaxVertexUniformComponents; + var _MaxVaryingComponents = OpenTK.Graphics.ES30.EsVersion30.MaxVaryingComponents; + var _Sampler3D = OpenTK.Graphics.ES30.EsVersion30.Sampler3D; + var _Sampler2DShadow = OpenTK.Graphics.ES30.EsVersion30.Sampler2DShadow; + var _FloatMat2x3 = OpenTK.Graphics.ES30.EsVersion30.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.ES30.EsVersion30.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.ES30.EsVersion30.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.ES30.EsVersion30.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.ES30.EsVersion30.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.ES30.EsVersion30.FloatMat4x3; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.ES30.EsVersion30.FragmentShaderDerivativeHint; + var _UnsignedNormalized = OpenTK.Graphics.ES30.EsVersion30.UnsignedNormalized; + var _Texture2DArray = OpenTK.Graphics.ES30.EsVersion30.Texture2DArray; + var _TextureBinding2DArray = OpenTK.Graphics.ES30.EsVersion30.TextureBinding2DArray; + var _AnySamplesPassed = OpenTK.Graphics.ES30.EsVersion30.AnySamplesPassed; + var _R11fG11fB10f = OpenTK.Graphics.ES30.EsVersion30.R11fG11fB10f; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.ES30.EsVersion30.UnsignedInt10F11F11FRev; + var _Rgb9E5 = OpenTK.Graphics.ES30.EsVersion30.Rgb9E5; + var _UnsignedInt5999Rev = OpenTK.Graphics.ES30.EsVersion30.UnsignedInt5999Rev; + var _Srgb = OpenTK.Graphics.ES30.EsVersion30.Srgb; + var _Srgb8 = OpenTK.Graphics.ES30.EsVersion30.Srgb8; + var _Srgb8Alpha8 = OpenTK.Graphics.ES30.EsVersion30.Srgb8Alpha8; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackBufferMode; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.ES30.EsVersion30.MaxTransformFeedbackSeparateComponents; + var _TransformFeedbackVaryings = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackVaryings; + var _TransformFeedbackBufferStart = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackBufferStart; + var _TransformFeedbackBufferSize = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackBufferSize; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackPrimitivesWritten; + var _RasterizerDiscard = OpenTK.Graphics.ES30.EsVersion30.RasterizerDiscard; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.ES30.EsVersion30.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.ES30.EsVersion30.MaxTransformFeedbackSeparateAttribs; + var _InterleavedAttribs = OpenTK.Graphics.ES30.EsVersion30.InterleavedAttribs; + var _SeparateAttribs = OpenTK.Graphics.ES30.EsVersion30.SeparateAttribs; + var _TransformFeedbackBuffer = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackBuffer; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackBufferBinding; + var _DrawFramebufferBinding = OpenTK.Graphics.ES30.EsVersion30.DrawFramebufferBinding; + var _ReadFramebuffer = OpenTK.Graphics.ES30.EsVersion30.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.ES30.EsVersion30.DrawFramebuffer; + var _ReadFramebufferBinding = OpenTK.Graphics.ES30.EsVersion30.ReadFramebufferBinding; + var _RenderbufferSamples = OpenTK.Graphics.ES30.EsVersion30.RenderbufferSamples; + var _DepthComponent32f = OpenTK.Graphics.ES30.EsVersion30.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.ES30.EsVersion30.Depth32fStencil8; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.ES30.EsVersion30.FramebufferAttachmentTextureLayer; + var _MaxColorAttachments = OpenTK.Graphics.ES30.EsVersion30.MaxColorAttachments; + var _ColorAttachment1 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.ES30.EsVersion30.ColorAttachment15; + var _FramebufferIncompleteMultisample = OpenTK.Graphics.ES30.EsVersion30.FramebufferIncompleteMultisample; + var _MaxSamples = OpenTK.Graphics.ES30.EsVersion30.MaxSamples; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.ES30.EsVersion30.PrimitiveRestartFixedIndex; + var _AnySamplesPassedConservative = OpenTK.Graphics.ES30.EsVersion30.AnySamplesPassedConservative; + var _MaxElementIndex = OpenTK.Graphics.ES30.EsVersion30.MaxElementIndex; + var _Rgba32ui = OpenTK.Graphics.ES30.EsVersion30.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.ES30.EsVersion30.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.ES30.EsVersion30.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.ES30.EsVersion30.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.ES30.EsVersion30.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.ES30.EsVersion30.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.ES30.EsVersion30.Rgba32i; + var _Rgb32i = OpenTK.Graphics.ES30.EsVersion30.Rgb32i; + var _Rgba16i = OpenTK.Graphics.ES30.EsVersion30.Rgba16i; + var _Rgb16i = OpenTK.Graphics.ES30.EsVersion30.Rgb16i; + var _Rgba8i = OpenTK.Graphics.ES30.EsVersion30.Rgba8i; + var _Rgb8i = OpenTK.Graphics.ES30.EsVersion30.Rgb8i; + var _RedInteger = OpenTK.Graphics.ES30.EsVersion30.RedInteger; + var _RgbInteger = OpenTK.Graphics.ES30.EsVersion30.RgbInteger; + var _RgbaInteger = OpenTK.Graphics.ES30.EsVersion30.RgbaInteger; + var _Int2101010Rev = OpenTK.Graphics.ES30.EsVersion30.Int2101010Rev; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.ES30.EsVersion30.Float32UnsignedInt248Rev; + var _Sampler2DArray = OpenTK.Graphics.ES30.EsVersion30.Sampler2DArray; + var _Sampler2DArrayShadow = OpenTK.Graphics.ES30.EsVersion30.Sampler2DArrayShadow; + var _SamplerCubeShadow = OpenTK.Graphics.ES30.EsVersion30.SamplerCubeShadow; + var _UnsignedIntVec2 = OpenTK.Graphics.ES30.EsVersion30.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.ES30.EsVersion30.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.ES30.EsVersion30.UnsignedIntVec4; + var _IntSampler2D = OpenTK.Graphics.ES30.EsVersion30.IntSampler2D; + var _IntSampler3D = OpenTK.Graphics.ES30.EsVersion30.IntSampler3D; + var _IntSamplerCube = OpenTK.Graphics.ES30.EsVersion30.IntSamplerCube; + var _IntSampler2DArray = OpenTK.Graphics.ES30.EsVersion30.IntSampler2DArray; + var _UnsignedIntSampler2D = OpenTK.Graphics.ES30.EsVersion30.UnsignedIntSampler2D; + var _UnsignedIntSampler3D = OpenTK.Graphics.ES30.EsVersion30.UnsignedIntSampler3D; + var _UnsignedIntSamplerCube = OpenTK.Graphics.ES30.EsVersion30.UnsignedIntSamplerCube; + var _UnsignedIntSampler2DArray = OpenTK.Graphics.ES30.EsVersion30.UnsignedIntSampler2DArray; + var _TransformFeedback = OpenTK.Graphics.ES30.EsVersion30.TransformFeedback; + var _TransformFeedbackPaused = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackPaused; + var _TransformFeedbackActive = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackActive; + var _TransformFeedbackBinding = OpenTK.Graphics.ES30.EsVersion30.TransformFeedbackBinding; + var _TextureSwizzleR = OpenTK.Graphics.ES30.EsVersion30.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.ES30.EsVersion30.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.ES30.EsVersion30.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.ES30.EsVersion30.TextureSwizzleA; + var _CopyReadBuffer = OpenTK.Graphics.ES30.EsVersion30.CopyReadBuffer; + var _CopyReadBufferBinding = OpenTK.Graphics.ES30.EsVersion30.CopyReadBufferBinding; + var _CopyWriteBuffer = OpenTK.Graphics.ES30.EsVersion30.CopyWriteBuffer; + var _CopyWriteBufferBinding = OpenTK.Graphics.ES30.EsVersion30.CopyWriteBufferBinding; + var _R8Snorm = OpenTK.Graphics.ES30.EsVersion30.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.ES30.EsVersion30.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.ES30.EsVersion30.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.ES30.EsVersion30.Rgba8Snorm; + var _SignedNormalized = OpenTK.Graphics.ES30.EsVersion30.SignedNormalized; + var _Rgb10A2ui = OpenTK.Graphics.ES30.EsVersion30.Rgb10A2ui; + var _MaxServerWaitTimeout = OpenTK.Graphics.ES30.EsVersion30.MaxServerWaitTimeout; + var _ObjectType = OpenTK.Graphics.ES30.EsVersion30.ObjectType; + var _SyncCondition = OpenTK.Graphics.ES30.EsVersion30.SyncCondition; + var _SyncStatus = OpenTK.Graphics.ES30.EsVersion30.SyncStatus; + var _SyncFlags = OpenTK.Graphics.ES30.EsVersion30.SyncFlags; + var _SyncFence = OpenTK.Graphics.ES30.EsVersion30.SyncFence; + var _SyncGpuCommandsComplete = OpenTK.Graphics.ES30.EsVersion30.SyncGpuCommandsComplete; + var _Unsignaled = OpenTK.Graphics.ES30.EsVersion30.Unsignaled; + var _Signaled = OpenTK.Graphics.ES30.EsVersion30.Signaled; + var _AlreadySignaled = OpenTK.Graphics.ES30.EsVersion30.AlreadySignaled; + var _TimeoutExpired = OpenTK.Graphics.ES30.EsVersion30.TimeoutExpired; + var _ConditionSatisfied = OpenTK.Graphics.ES30.EsVersion30.ConditionSatisfied; + var _WaitFailed = OpenTK.Graphics.ES30.EsVersion30.WaitFailed; + var _BufferAccessFlags = OpenTK.Graphics.ES30.EsVersion30.BufferAccessFlags; + var _BufferMapLength = OpenTK.Graphics.ES30.EsVersion30.BufferMapLength; + var _BufferMapOffset = OpenTK.Graphics.ES30.EsVersion30.BufferMapOffset; + var _MaxVertexOutputComponents = OpenTK.Graphics.ES30.EsVersion30.MaxVertexOutputComponents; + var _MaxFragmentInputComponents = OpenTK.Graphics.ES30.EsVersion30.MaxFragmentInputComponents; + var _TextureImmutableFormat = OpenTK.Graphics.ES30.EsVersion30.TextureImmutableFormat; + var _CompressedR11Eac = OpenTK.Graphics.ES30.EsVersion30.CompressedR11Eac; + var _CompressedSignedR11Eac = OpenTK.Graphics.ES30.EsVersion30.CompressedSignedR11Eac; + var _CompressedRg11Eac = OpenTK.Graphics.ES30.EsVersion30.CompressedRg11Eac; + var _CompressedSignedRg11Eac = OpenTK.Graphics.ES30.EsVersion30.CompressedSignedRg11Eac; + var _CompressedRgb8Etc2 = OpenTK.Graphics.ES30.EsVersion30.CompressedRgb8Etc2; + var _CompressedSrgb8Etc2 = OpenTK.Graphics.ES30.EsVersion30.CompressedSrgb8Etc2; + var _CompressedRgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.ES30.EsVersion30.CompressedRgb8PunchthroughAlpha1Etc2; + var _CompressedSrgb8PunchthroughAlpha1Etc2 = OpenTK.Graphics.ES30.EsVersion30.CompressedSrgb8PunchthroughAlpha1Etc2; + var _CompressedRgba8Etc2Eac = OpenTK.Graphics.ES30.EsVersion30.CompressedRgba8Etc2Eac; + var _CompressedSrgb8Alpha8Etc2Eac = OpenTK.Graphics.ES30.EsVersion30.CompressedSrgb8Alpha8Etc2Eac; + var _NumSampleCounts = OpenTK.Graphics.ES30.EsVersion30.NumSampleCounts; + var _InvalidIndex = OpenTK.Graphics.ES30.EsVersion30.InvalidIndex; + var _TimeoutIgnored = OpenTK.Graphics.ES30.EsVersion30.TimeoutIgnored; +} +static void Test_ExtBlendMinmax_19666() { + var _FuncAddExt = OpenTK.Graphics.ES30.ExtBlendMinmax.FuncAddExt; + var _MinExt = OpenTK.Graphics.ES30.ExtBlendMinmax.MinExt; + var _MaxExt = OpenTK.Graphics.ES30.ExtBlendMinmax.MaxExt; + var _BlendEquationExt = OpenTK.Graphics.ES30.ExtBlendMinmax.BlendEquationExt; +} +static void Test_ExtColorBufferHalfFloat_19667() { + var _FramebufferAttachmentComponentTypeExt = OpenTK.Graphics.ES30.ExtColorBufferHalfFloat.FramebufferAttachmentComponentTypeExt; + var _R16fExt = OpenTK.Graphics.ES30.ExtColorBufferHalfFloat.R16fExt; + var _Rg16fExt = OpenTK.Graphics.ES30.ExtColorBufferHalfFloat.Rg16fExt; + var _Rgba16fExt = OpenTK.Graphics.ES30.ExtColorBufferHalfFloat.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES30.ExtColorBufferHalfFloat.Rgb16fExt; + var _UnsignedNormalizedExt = OpenTK.Graphics.ES30.ExtColorBufferHalfFloat.UnsignedNormalizedExt; +} +static void Test_ExtCopyImage_19668() { +} +static void Test_ExtDebugLabel_19669() { + var _Sampler = OpenTK.Graphics.ES30.ExtDebugLabel.Sampler; + var _ProgramPipelineObjectExt = OpenTK.Graphics.ES30.ExtDebugLabel.ProgramPipelineObjectExt; + var _ProgramObjectExt = OpenTK.Graphics.ES30.ExtDebugLabel.ProgramObjectExt; + var _ShaderObjectExt = OpenTK.Graphics.ES30.ExtDebugLabel.ShaderObjectExt; + var _TransformFeedback = OpenTK.Graphics.ES30.ExtDebugLabel.TransformFeedback; + var _BufferObjectExt = OpenTK.Graphics.ES30.ExtDebugLabel.BufferObjectExt; + var _QueryObjectExt = OpenTK.Graphics.ES30.ExtDebugLabel.QueryObjectExt; + var _VertexArrayObjectExt = OpenTK.Graphics.ES30.ExtDebugLabel.VertexArrayObjectExt; +} +static void Test_ExtDebugMarker_19670() { +} +static void Test_ExtDiscardFramebuffer_19671() { + var _ColorExt = OpenTK.Graphics.ES30.ExtDiscardFramebuffer.ColorExt; + var _DepthExt = OpenTK.Graphics.ES30.ExtDiscardFramebuffer.DepthExt; + var _StencilExt = OpenTK.Graphics.ES30.ExtDiscardFramebuffer.StencilExt; +} +static void Test_ExtDisjointTimerQuery_19672() { + var _QueryCounterBitsExt = OpenTK.Graphics.ES30.ExtDisjointTimerQuery.QueryCounterBitsExt; + var _CurrentQueryExt = OpenTK.Graphics.ES30.ExtDisjointTimerQuery.CurrentQueryExt; + var _QueryResultExt = OpenTK.Graphics.ES30.ExtDisjointTimerQuery.QueryResultExt; + var _QueryResultAvailableExt = OpenTK.Graphics.ES30.ExtDisjointTimerQuery.QueryResultAvailableExt; + var _TimeElapsedExt = OpenTK.Graphics.ES30.ExtDisjointTimerQuery.TimeElapsedExt; + var _TimestampExt = OpenTK.Graphics.ES30.ExtDisjointTimerQuery.TimestampExt; + var _GpuDisjointExt = OpenTK.Graphics.ES30.ExtDisjointTimerQuery.GpuDisjointExt; +} +static void Test_ExtDrawBuffers_19673() { + var _MaxDrawBuffersExt = OpenTK.Graphics.ES30.ExtDrawBuffers.MaxDrawBuffersExt; + var _DrawBuffer0Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer0Ext; + var _DrawBuffer1Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer1Ext; + var _DrawBuffer2Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer2Ext; + var _DrawBuffer3Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer3Ext; + var _DrawBuffer4Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer4Ext; + var _DrawBuffer5Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer5Ext; + var _DrawBuffer6Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer6Ext; + var _DrawBuffer7Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer7Ext; + var _DrawBuffer8Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer8Ext; + var _DrawBuffer9Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer9Ext; + var _DrawBuffer10Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer10Ext; + var _DrawBuffer11Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer11Ext; + var _DrawBuffer12Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer12Ext; + var _DrawBuffer13Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer13Ext; + var _DrawBuffer14Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer14Ext; + var _DrawBuffer15Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.DrawBuffer15Ext; + var _MaxColorAttachmentsExt = OpenTK.Graphics.ES30.ExtDrawBuffers.MaxColorAttachmentsExt; + var _ColorAttachment0Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment0Ext; + var _ColorAttachment1Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment1Ext; + var _ColorAttachment2Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment2Ext; + var _ColorAttachment3Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment3Ext; + var _ColorAttachment4Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment4Ext; + var _ColorAttachment5Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment5Ext; + var _ColorAttachment6Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment6Ext; + var _ColorAttachment7Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment7Ext; + var _ColorAttachment8Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment8Ext; + var _ColorAttachment9Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment9Ext; + var _ColorAttachment10Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment10Ext; + var _ColorAttachment11Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment11Ext; + var _ColorAttachment12Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment12Ext; + var _ColorAttachment13Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment13Ext; + var _ColorAttachment14Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment14Ext; + var _ColorAttachment15Ext = OpenTK.Graphics.ES30.ExtDrawBuffers.ColorAttachment15Ext; +} +static void Test_ExtDrawBuffersIndexed_19674() { + var _Zero = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.Zero; + var _SrcColor = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.SrcAlphaSaturate; + var _Blend = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.Blend; + var _ColorWritemask = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.ColorWritemask; + var _ConstantColor = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.ConstantColor; + var _OneMinusConstantColor = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.OneMinusConstantColor; + var _ConstantAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.ConstantAlpha; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.OneMinusConstantAlpha; + var _FuncAdd = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.FuncAdd; + var _Min = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.Min; + var _Max = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.Max; + var _BlendEquationRgb = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.BlendEquationRgb; + var _FuncSubtract = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.FuncReverseSubtract; + var _BlendDstRgb = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.BlendSrcAlpha; + var _BlendEquationAlpha = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.BlendEquationAlpha; + var _One = OpenTK.Graphics.ES30.ExtDrawBuffersIndexed.One; +} +static void Test_ExtDrawInstanced_19675() { +} +static void Test_ExtGeometryShader_19676() { + var _GeometryShaderBitExt = OpenTK.Graphics.ES30.ExtGeometryShader.GeometryShaderBitExt; + var _LinesAdjacencyExt = OpenTK.Graphics.ES30.ExtGeometryShader.LinesAdjacencyExt; + var _LineStripAdjacencyExt = OpenTK.Graphics.ES30.ExtGeometryShader.LineStripAdjacencyExt; + var _TrianglesAdjacencyExt = OpenTK.Graphics.ES30.ExtGeometryShader.TrianglesAdjacencyExt; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.ES30.ExtGeometryShader.TriangleStripAdjacencyExt; + var _LayerProvokingVertexExt = OpenTK.Graphics.ES30.ExtGeometryShader.LayerProvokingVertexExt; + var _UndefinedVertexExt = OpenTK.Graphics.ES30.ExtGeometryShader.UndefinedVertexExt; + var _GeometryShaderInvocationsExt = OpenTK.Graphics.ES30.ExtGeometryShader.GeometryShaderInvocationsExt; + var _GeometryLinkedVerticesOutExt = OpenTK.Graphics.ES30.ExtGeometryShader.GeometryLinkedVerticesOutExt; + var _GeometryLinkedInputTypeExt = OpenTK.Graphics.ES30.ExtGeometryShader.GeometryLinkedInputTypeExt; + var _GeometryLinkedOutputTypeExt = OpenTK.Graphics.ES30.ExtGeometryShader.GeometryLinkedOutputTypeExt; + var _MaxGeometryUniformBlocksExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryUniformBlocksExt; + var _MaxCombinedGeometryUniformComponentsExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxCombinedGeometryUniformComponentsExt; + var _MaxGeometryTextureImageUnitsExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryTextureImageUnitsExt; + var _PrimitivesGeneratedExt = OpenTK.Graphics.ES30.ExtGeometryShader.PrimitivesGeneratedExt; + var _FramebufferAttachmentLayeredExt = OpenTK.Graphics.ES30.ExtGeometryShader.FramebufferAttachmentLayeredExt; + var _FramebufferIncompleteLayerTargetsExt = OpenTK.Graphics.ES30.ExtGeometryShader.FramebufferIncompleteLayerTargetsExt; + var _GeometryShaderExt = OpenTK.Graphics.ES30.ExtGeometryShader.GeometryShaderExt; + var _MaxGeometryUniformComponentsExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryUniformComponentsExt; + var _MaxGeometryOutputVerticesExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryOutputVerticesExt; + var _MaxGeometryTotalOutputComponentsExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryTotalOutputComponentsExt; + var _FirstVertexConventionExt = OpenTK.Graphics.ES30.ExtGeometryShader.FirstVertexConventionExt; + var _LastVertexConventionExt = OpenTK.Graphics.ES30.ExtGeometryShader.LastVertexConventionExt; + var _MaxGeometryShaderInvocationsExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryShaderInvocationsExt; + var _MaxGeometryImageUniformsExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryImageUniformsExt; + var _MaxGeometryShaderStorageBlocksExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryShaderStorageBlocksExt; + var _MaxGeometryInputComponentsExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryInputComponentsExt; + var _MaxGeometryOutputComponentsExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryOutputComponentsExt; + var _MaxGeometryAtomicCounterBuffersExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryAtomicCounterBuffersExt; + var _MaxGeometryAtomicCountersExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxGeometryAtomicCountersExt; + var _ReferencedByGeometryShaderExt = OpenTK.Graphics.ES30.ExtGeometryShader.ReferencedByGeometryShaderExt; + var _FramebufferDefaultLayersExt = OpenTK.Graphics.ES30.ExtGeometryShader.FramebufferDefaultLayersExt; + var _MaxFramebufferLayersExt = OpenTK.Graphics.ES30.ExtGeometryShader.MaxFramebufferLayersExt; +} +static void Test_ExtGpuShader5_19677() { +} +static void Test_ExtInstancedArrays_19678() { + var _VertexAttribArrayDivisorExt = OpenTK.Graphics.ES30.ExtInstancedArrays.VertexAttribArrayDivisorExt; +} +static void Test_ExtMapBufferRange_19679() { + var _MapReadBitExt = OpenTK.Graphics.ES30.ExtMapBufferRange.MapReadBitExt; + var _MapWriteBitExt = OpenTK.Graphics.ES30.ExtMapBufferRange.MapWriteBitExt; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES30.ExtMapBufferRange.MapInvalidateRangeBitExt; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES30.ExtMapBufferRange.MapInvalidateBufferBitExt; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES30.ExtMapBufferRange.MapFlushExplicitBitExt; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES30.ExtMapBufferRange.MapUnsynchronizedBitExt; +} +static void Test_ExtMultiDrawArrays_19680() { +} +static void Test_ExtMultisampledRenderToTexture_19681() { + var _RenderbufferSamplesExt = OpenTK.Graphics.ES30.ExtMultisampledRenderToTexture.RenderbufferSamplesExt; + var _FramebufferIncompleteMultisampleExt = OpenTK.Graphics.ES30.ExtMultisampledRenderToTexture.FramebufferIncompleteMultisampleExt; + var _MaxSamplesExt = OpenTK.Graphics.ES30.ExtMultisampledRenderToTexture.MaxSamplesExt; + var _FramebufferAttachmentTextureSamplesExt = OpenTK.Graphics.ES30.ExtMultisampledRenderToTexture.FramebufferAttachmentTextureSamplesExt; +} +static void Test_ExtMultiviewDrawBuffers_19682() { + var _DrawBufferExt = OpenTK.Graphics.ES30.ExtMultiviewDrawBuffers.DrawBufferExt; + var _ReadBufferExt = OpenTK.Graphics.ES30.ExtMultiviewDrawBuffers.ReadBufferExt; + var _ColorAttachmentExt = OpenTK.Graphics.ES30.ExtMultiviewDrawBuffers.ColorAttachmentExt; + var _MultiviewExt = OpenTK.Graphics.ES30.ExtMultiviewDrawBuffers.MultiviewExt; + var _MaxMultiviewBuffersExt = OpenTK.Graphics.ES30.ExtMultiviewDrawBuffers.MaxMultiviewBuffersExt; +} +static void Test_ExtOcclusionQueryBoolean_19683() { + var _CurrentQueryExt = OpenTK.Graphics.ES30.ExtOcclusionQueryBoolean.CurrentQueryExt; + var _QueryResultExt = OpenTK.Graphics.ES30.ExtOcclusionQueryBoolean.QueryResultExt; + var _QueryResultAvailableExt = OpenTK.Graphics.ES30.ExtOcclusionQueryBoolean.QueryResultAvailableExt; + var _AnySamplesPassedExt = OpenTK.Graphics.ES30.ExtOcclusionQueryBoolean.AnySamplesPassedExt; + var _AnySamplesPassedConservativeExt = OpenTK.Graphics.ES30.ExtOcclusionQueryBoolean.AnySamplesPassedConservativeExt; +} +static void Test_ExtPvrtcSrgb_19684() { + var _CompressedSrgbPvrtc2Bppv1Ext = OpenTK.Graphics.ES30.ExtPvrtcSrgb.CompressedSrgbPvrtc2Bppv1Ext; + var _CompressedSrgbPvrtc4Bppv1Ext = OpenTK.Graphics.ES30.ExtPvrtcSrgb.CompressedSrgbPvrtc4Bppv1Ext; + var _CompressedSrgbAlphaPvrtc2Bppv1Ext = OpenTK.Graphics.ES30.ExtPvrtcSrgb.CompressedSrgbAlphaPvrtc2Bppv1Ext; + var _CompressedSrgbAlphaPvrtc4Bppv1Ext = OpenTK.Graphics.ES30.ExtPvrtcSrgb.CompressedSrgbAlphaPvrtc4Bppv1Ext; + var _CompressedSrgbAlphaPvrtc2Bppv2Img = OpenTK.Graphics.ES30.ExtPvrtcSrgb.CompressedSrgbAlphaPvrtc2Bppv2Img; + var _CompressedSrgbAlphaPvrtc4Bppv2Img = OpenTK.Graphics.ES30.ExtPvrtcSrgb.CompressedSrgbAlphaPvrtc4Bppv2Img; +} +static void Test_ExtReadFormatBgra_19685() { + var _BgraExt = OpenTK.Graphics.ES30.ExtReadFormatBgra.BgraExt; + var _UnsignedShort4444RevExt = OpenTK.Graphics.ES30.ExtReadFormatBgra.UnsignedShort4444RevExt; + var _UnsignedShort1555RevExt = OpenTK.Graphics.ES30.ExtReadFormatBgra.UnsignedShort1555RevExt; +} +static void Test_ExtRobustness_19686() { + var _NoError = OpenTK.Graphics.ES30.ExtRobustness.NoError; + var _LoseContextOnResetExt = OpenTK.Graphics.ES30.ExtRobustness.LoseContextOnResetExt; + var _GuiltyContextResetExt = OpenTK.Graphics.ES30.ExtRobustness.GuiltyContextResetExt; + var _InnocentContextResetExt = OpenTK.Graphics.ES30.ExtRobustness.InnocentContextResetExt; + var _UnknownContextResetExt = OpenTK.Graphics.ES30.ExtRobustness.UnknownContextResetExt; + var _ResetNotificationStrategyExt = OpenTK.Graphics.ES30.ExtRobustness.ResetNotificationStrategyExt; + var _NoResetNotificationExt = OpenTK.Graphics.ES30.ExtRobustness.NoResetNotificationExt; + var _ContextRobustAccessExt = OpenTK.Graphics.ES30.ExtRobustness.ContextRobustAccessExt; +} +static void Test_ExtSeparateShaderObjects_19687() { + var _VertexShaderBitExt = OpenTK.Graphics.ES30.ExtSeparateShaderObjects.VertexShaderBitExt; + var _FragmentShaderBitExt = OpenTK.Graphics.ES30.ExtSeparateShaderObjects.FragmentShaderBitExt; + var _ProgramSeparableExt = OpenTK.Graphics.ES30.ExtSeparateShaderObjects.ProgramSeparableExt; + var _ActiveProgramExt = OpenTK.Graphics.ES30.ExtSeparateShaderObjects.ActiveProgramExt; + var _ProgramPipelineBindingExt = OpenTK.Graphics.ES30.ExtSeparateShaderObjects.ProgramPipelineBindingExt; + var _AllShaderBitsExt = OpenTK.Graphics.ES30.ExtSeparateShaderObjects.AllShaderBitsExt; +} +static void Test_ExtShaderFramebufferFetch_19688() { + var _FragmentShaderDiscardsSamplesExt = OpenTK.Graphics.ES30.ExtShaderFramebufferFetch.FragmentShaderDiscardsSamplesExt; +} +static void Test_ExtShaderImplicitConversions_19689() { +} +static void Test_ExtShaderIntegerMix_19690() { +} +static void Test_ExtShaderIoBlocks_19691() { +} +static void Test_ExtShaderPixelLocalStorage_19692() { + var _MaxShaderPixelLocalStorageFastSizeExt = OpenTK.Graphics.ES30.ExtShaderPixelLocalStorage.MaxShaderPixelLocalStorageFastSizeExt; + var _ShaderPixelLocalStorageExt = OpenTK.Graphics.ES30.ExtShaderPixelLocalStorage.ShaderPixelLocalStorageExt; + var _MaxShaderPixelLocalStorageSizeExt = OpenTK.Graphics.ES30.ExtShaderPixelLocalStorage.MaxShaderPixelLocalStorageSizeExt; +} +static void Test_ExtShaderTextureLod_19693() { +} +static void Test_ExtShadowSamplers_19694() { + var _TextureCompareModeExt = OpenTK.Graphics.ES30.ExtShadowSamplers.TextureCompareModeExt; + var _TextureCompareFuncExt = OpenTK.Graphics.ES30.ExtShadowSamplers.TextureCompareFuncExt; + var _CompareRefToTextureExt = OpenTK.Graphics.ES30.ExtShadowSamplers.CompareRefToTextureExt; + var _Sampler2DShadowExt = OpenTK.Graphics.ES30.ExtShadowSamplers.Sampler2DShadowExt; +} +static void Test_ExtSrgb_19695() { + var _FramebufferAttachmentColorEncodingExt = OpenTK.Graphics.ES30.ExtSrgb.FramebufferAttachmentColorEncodingExt; + var _SrgbExt = OpenTK.Graphics.ES30.ExtSrgb.SrgbExt; + var _SrgbAlphaExt = OpenTK.Graphics.ES30.ExtSrgb.SrgbAlphaExt; + var _Srgb8Alpha8Ext = OpenTK.Graphics.ES30.ExtSrgb.Srgb8Alpha8Ext; +} +static void Test_ExtSrgbWriteControl_19696() { + var _FramebufferSrgbExt = OpenTK.Graphics.ES30.ExtSrgbWriteControl.FramebufferSrgbExt; +} +static void Test_ExtTessellationShader_19697() { + var _TessControlShaderBitExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessControlShaderBitExt; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessEvaluationShaderBitExt; + var _Triangles = OpenTK.Graphics.ES30.ExtTessellationShader.Triangles; + var _QuadsExt = OpenTK.Graphics.ES30.ExtTessellationShader.QuadsExt; + var _PatchesExt = OpenTK.Graphics.ES30.ExtTessellationShader.PatchesExt; + var _Equal = OpenTK.Graphics.ES30.ExtTessellationShader.Equal; + var _Cw = OpenTK.Graphics.ES30.ExtTessellationShader.Cw; + var _Ccw = OpenTK.Graphics.ES30.ExtTessellationShader.Ccw; + var _PrimitiveRestartForPatchesSupported = OpenTK.Graphics.ES30.ExtTessellationShader.PrimitiveRestartForPatchesSupported; + var _MaxTessControlInputComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlInputComponentsExt; + var _MaxTessEvaluationInputComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationInputComponentsExt; + var _MaxCombinedTessControlUniformComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxCombinedTessControlUniformComponentsExt; + var _MaxCombinedTessEvaluationUniformComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxCombinedTessEvaluationUniformComponentsExt; + var _PatchVerticesExt = OpenTK.Graphics.ES30.ExtTessellationShader.PatchVerticesExt; + var _TessControlOutputVerticesExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessControlOutputVerticesExt; + var _TessGenModeExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessGenModeExt; + var _TessGenSpacingExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessGenSpacingExt; + var _TessGenVertexOrderExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessGenVertexOrderExt; + var _TessGenPointModeExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessGenPointModeExt; + var _IsolinesExt = OpenTK.Graphics.ES30.ExtTessellationShader.IsolinesExt; + var _FractionalOddExt = OpenTK.Graphics.ES30.ExtTessellationShader.FractionalOddExt; + var _FractionalEvenExt = OpenTK.Graphics.ES30.ExtTessellationShader.FractionalEvenExt; + var _MaxPatchVerticesExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxPatchVerticesExt; + var _MaxTessGenLevelExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessGenLevelExt; + var _MaxTessControlUniformComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlUniformComponentsExt; + var _MaxTessEvaluationUniformComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationUniformComponentsExt; + var _MaxTessControlTextureImageUnitsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlTextureImageUnitsExt; + var _MaxTessEvaluationTextureImageUnitsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationTextureImageUnitsExt; + var _MaxTessControlOutputComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlOutputComponentsExt; + var _MaxTessPatchComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessPatchComponentsExt; + var _MaxTessControlTotalOutputComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlTotalOutputComponentsExt; + var _MaxTessEvaluationOutputComponentsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationOutputComponentsExt; + var _TessEvaluationShaderExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessEvaluationShaderExt; + var _TessControlShaderExt = OpenTK.Graphics.ES30.ExtTessellationShader.TessControlShaderExt; + var _MaxTessControlUniformBlocksExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlUniformBlocksExt; + var _MaxTessEvaluationUniformBlocksExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationUniformBlocksExt; + var _MaxTessControlImageUniformsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlImageUniformsExt; + var _MaxTessEvaluationImageUniformsExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationImageUniformsExt; + var _MaxTessControlShaderStorageBlocksExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlShaderStorageBlocksExt; + var _MaxTessEvaluationShaderStorageBlocksExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationShaderStorageBlocksExt; + var _MaxTessControlAtomicCounterBuffersExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlAtomicCounterBuffersExt; + var _MaxTessEvaluationAtomicCounterBuffersExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationAtomicCounterBuffersExt; + var _MaxTessControlAtomicCountersExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessControlAtomicCountersExt; + var _MaxTessEvaluationAtomicCountersExt = OpenTK.Graphics.ES30.ExtTessellationShader.MaxTessEvaluationAtomicCountersExt; + var _IsPerPatchExt = OpenTK.Graphics.ES30.ExtTessellationShader.IsPerPatchExt; + var _ReferencedByTessControlShaderExt = OpenTK.Graphics.ES30.ExtTessellationShader.ReferencedByTessControlShaderExt; + var _ReferencedByTessEvaluationShaderExt = OpenTK.Graphics.ES30.ExtTessellationShader.ReferencedByTessEvaluationShaderExt; +} +static void Test_ExtTextureBorderClamp_19698() { + var _TextureBorderColorExt = OpenTK.Graphics.ES30.ExtTextureBorderClamp.TextureBorderColorExt; + var _ClampToBorderExt = OpenTK.Graphics.ES30.ExtTextureBorderClamp.ClampToBorderExt; +} +static void Test_ExtTextureBuffer_19699() { + var _TextureBufferBindingExt = OpenTK.Graphics.ES30.ExtTextureBuffer.TextureBufferBindingExt; + var _TextureBufferExt = OpenTK.Graphics.ES30.ExtTextureBuffer.TextureBufferExt; + var _MaxTextureBufferSizeExt = OpenTK.Graphics.ES30.ExtTextureBuffer.MaxTextureBufferSizeExt; + var _TextureBindingBufferExt = OpenTK.Graphics.ES30.ExtTextureBuffer.TextureBindingBufferExt; + var _TextureBufferDataStoreBindingExt = OpenTK.Graphics.ES30.ExtTextureBuffer.TextureBufferDataStoreBindingExt; + var _SamplerBufferExt = OpenTK.Graphics.ES30.ExtTextureBuffer.SamplerBufferExt; + var _IntSamplerBufferExt = OpenTK.Graphics.ES30.ExtTextureBuffer.IntSamplerBufferExt; + var _UnsignedIntSamplerBufferExt = OpenTK.Graphics.ES30.ExtTextureBuffer.UnsignedIntSamplerBufferExt; + var _ImageBufferExt = OpenTK.Graphics.ES30.ExtTextureBuffer.ImageBufferExt; + var _IntImageBufferExt = OpenTK.Graphics.ES30.ExtTextureBuffer.IntImageBufferExt; + var _UnsignedIntImageBufferExt = OpenTK.Graphics.ES30.ExtTextureBuffer.UnsignedIntImageBufferExt; + var _TextureBufferOffsetExt = OpenTK.Graphics.ES30.ExtTextureBuffer.TextureBufferOffsetExt; + var _TextureBufferSizeExt = OpenTK.Graphics.ES30.ExtTextureBuffer.TextureBufferSizeExt; + var _TextureBufferOffsetAlignmentExt = OpenTK.Graphics.ES30.ExtTextureBuffer.TextureBufferOffsetAlignmentExt; +} +static void Test_ExtTextureCompressionDxt1_19700() { + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.ES30.ExtTextureCompressionDxt1.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.ES30.ExtTextureCompressionDxt1.CompressedRgbaS3tcDxt1Ext; +} +static void Test_ExtTextureCompressionS3tc_19701() { + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.ES30.ExtTextureCompressionS3tc.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.ES30.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.ES30.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.ES30.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt5Ext; +} +static void Test_ExtTextureCubeMapArray_19702() { + var _TextureCubeMapArrayExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.TextureCubeMapArrayExt; + var _TextureBindingCubeMapArrayExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.TextureBindingCubeMapArrayExt; + var _SamplerCubeMapArrayExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.SamplerCubeMapArrayExt; + var _SamplerCubeMapArrayShadowExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.SamplerCubeMapArrayShadowExt; + var _IntSamplerCubeMapArrayExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.IntSamplerCubeMapArrayExt; + var _UnsignedIntSamplerCubeMapArrayExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.UnsignedIntSamplerCubeMapArrayExt; + var _ImageCubeMapArrayExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.ImageCubeMapArrayExt; + var _IntImageCubeMapArrayExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.IntImageCubeMapArrayExt; + var _UnsignedIntImageCubeMapArrayExt = OpenTK.Graphics.ES30.ExtTextureCubeMapArray.UnsignedIntImageCubeMapArrayExt; +} +static void Test_ExtTextureFilterAnisotropic_19703() { + var _TextureMaxAnisotropyExt = OpenTK.Graphics.ES30.ExtTextureFilterAnisotropic.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.ES30.ExtTextureFilterAnisotropic.MaxTextureMaxAnisotropyExt; +} +static void Test_ExtTextureFormatBgra8888_19704() { + var _BgraExt = OpenTK.Graphics.ES30.ExtTextureFormatBgra8888.BgraExt; +} +static void Test_ExtTextureRg_19705() { + var _RedExt = OpenTK.Graphics.ES30.ExtTextureRg.RedExt; + var _RgExt = OpenTK.Graphics.ES30.ExtTextureRg.RgExt; + var _R8Ext = OpenTK.Graphics.ES30.ExtTextureRg.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES30.ExtTextureRg.Rg8Ext; +} +static void Test_ExtTextureSrgbDecode_19706() { + var _TextureSrgbDecodeExt = OpenTK.Graphics.ES30.ExtTextureSrgbDecode.TextureSrgbDecodeExt; + var _DecodeExt = OpenTK.Graphics.ES30.ExtTextureSrgbDecode.DecodeExt; + var _SkipDecodeExt = OpenTK.Graphics.ES30.ExtTextureSrgbDecode.SkipDecodeExt; +} +static void Test_ExtTextureStorage_19707() { + var _Alpha8Ext = OpenTK.Graphics.ES30.ExtTextureStorage.Alpha8Ext; + var _Luminance8Ext = OpenTK.Graphics.ES30.ExtTextureStorage.Luminance8Ext; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES30.ExtTextureStorage.Luminance8Alpha8Ext; + var _Rgb10Ext = OpenTK.Graphics.ES30.ExtTextureStorage.Rgb10Ext; + var _Rgb10A2Ext = OpenTK.Graphics.ES30.ExtTextureStorage.Rgb10A2Ext; + var _R8Ext = OpenTK.Graphics.ES30.ExtTextureStorage.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES30.ExtTextureStorage.Rg8Ext; + var _R16fExt = OpenTK.Graphics.ES30.ExtTextureStorage.R16fExt; + var _R32fExt = OpenTK.Graphics.ES30.ExtTextureStorage.R32fExt; + var _Rg16fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Rg16fExt; + var _Rg32fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Rg32fExt; + var _Rgba32fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Rgba32fExt; + var _Rgb32fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES30.ExtTextureStorage.LuminanceAlpha32fExt; + var _Rgba16fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES30.ExtTextureStorage.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES30.ExtTextureStorage.LuminanceAlpha16fExt; + var _TextureImmutableFormatExt = OpenTK.Graphics.ES30.ExtTextureStorage.TextureImmutableFormatExt; + var _Bgra8Ext = OpenTK.Graphics.ES30.ExtTextureStorage.Bgra8Ext; +} +static void Test_ExtTextureType2101010Rev_19708() { + var _UnsignedInt2101010RevExt = OpenTK.Graphics.ES30.ExtTextureType2101010Rev.UnsignedInt2101010RevExt; +} +static void Test_ExtTextureView_19709() { + var _TextureViewMinLevelExt = OpenTK.Graphics.ES30.ExtTextureView.TextureViewMinLevelExt; + var _TextureViewNumLevelsExt = OpenTK.Graphics.ES30.ExtTextureView.TextureViewNumLevelsExt; + var _TextureViewMinLayerExt = OpenTK.Graphics.ES30.ExtTextureView.TextureViewMinLayerExt; + var _TextureViewNumLayersExt = OpenTK.Graphics.ES30.ExtTextureView.TextureViewNumLayersExt; + var _TextureImmutableLevels = OpenTK.Graphics.ES30.ExtTextureView.TextureImmutableLevels; +} +static void Test_ExtUnpackSubimage_19710() { + var _UnpackRowLengthExt = OpenTK.Graphics.ES30.ExtUnpackSubimage.UnpackRowLengthExt; + var _UnpackSkipRowsExt = OpenTK.Graphics.ES30.ExtUnpackSubimage.UnpackSkipRowsExt; + var _UnpackSkipPixelsExt = OpenTK.Graphics.ES30.ExtUnpackSubimage.UnpackSkipPixelsExt; +} +static void Test_FeedBackToken_19711() { + var _PassThroughToken = OpenTK.Graphics.ES30.FeedBackToken.PassThroughToken; + var _PointToken = OpenTK.Graphics.ES30.FeedBackToken.PointToken; + var _LineToken = OpenTK.Graphics.ES30.FeedBackToken.LineToken; + var _PolygonToken = OpenTK.Graphics.ES30.FeedBackToken.PolygonToken; + var _BitmapToken = OpenTK.Graphics.ES30.FeedBackToken.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.ES30.FeedBackToken.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.ES30.FeedBackToken.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.ES30.FeedBackToken.LineResetToken; +} +static void Test_FeedbackType_19712() { + var _Gl2D = OpenTK.Graphics.ES30.FeedbackType.Gl2D; + var _Gl3D = OpenTK.Graphics.ES30.FeedbackType.Gl3D; + var _Gl3DColor = OpenTK.Graphics.ES30.FeedbackType.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.ES30.FeedbackType.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.ES30.FeedbackType.Gl4DColorTexture; +} +static void Test_FfdMaskSgix_19713() { +} +static void Test_FfdTargetSgix_19714() { + var _GeometryDeformationSgix = OpenTK.Graphics.ES30.FfdTargetSgix.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES30.FfdTargetSgix.TextureDeformationSgix; +} +static void Test_FjShaderBinaryGccso_19715() { + var _GccsoShaderBinaryFj = OpenTK.Graphics.ES30.FjShaderBinaryGccso.GccsoShaderBinaryFj; +} +static void Test_FogCoordinatePointerType_19716() { + var _Float = OpenTK.Graphics.ES30.FogCoordinatePointerType.Float; + var _Double = OpenTK.Graphics.ES30.FogCoordinatePointerType.Double; +} +static void Test_FogMode_19717() { + var _Exp = OpenTK.Graphics.ES30.FogMode.Exp; + var _Exp2 = OpenTK.Graphics.ES30.FogMode.Exp2; + var _Linear = OpenTK.Graphics.ES30.FogMode.Linear; + var _FogFuncSgis = OpenTK.Graphics.ES30.FogMode.FogFuncSgis; +} +static void Test_FogParameter_19718() { + var _FogIndex = OpenTK.Graphics.ES30.FogParameter.FogIndex; + var _FogDensity = OpenTK.Graphics.ES30.FogParameter.FogDensity; + var _FogStart = OpenTK.Graphics.ES30.FogParameter.FogStart; + var _FogEnd = OpenTK.Graphics.ES30.FogParameter.FogEnd; + var _FogMode = OpenTK.Graphics.ES30.FogParameter.FogMode; + var _FogColor = OpenTK.Graphics.ES30.FogParameter.FogColor; + var _FogOffsetValueSgix = OpenTK.Graphics.ES30.FogParameter.FogOffsetValueSgix; +} +static void Test_FogPointerTypeExt_19719() { + var _Float = OpenTK.Graphics.ES30.FogPointerTypeExt.Float; + var _Double = OpenTK.Graphics.ES30.FogPointerTypeExt.Double; +} +static void Test_FogPointerTypeIbm_19720() { + var _Float = OpenTK.Graphics.ES30.FogPointerTypeIbm.Float; + var _Double = OpenTK.Graphics.ES30.FogPointerTypeIbm.Double; +} +static void Test_FragmentLightModelParameterSgix_19721() { + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES30.FragmentLightModelParameterSgix.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES30.FragmentLightModelParameterSgix.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES30.FragmentLightModelParameterSgix.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES30.FragmentLightModelParameterSgix.FragmentLightModelNormalInterpolationSgix; +} +static void Test_FramebufferAttachment_19722() { + var _Color = OpenTK.Graphics.ES30.FramebufferAttachment.Color; + var _Depth = OpenTK.Graphics.ES30.FramebufferAttachment.Depth; + var _Stencil = OpenTK.Graphics.ES30.FramebufferAttachment.Stencil; + var _DepthStencilAttachment = OpenTK.Graphics.ES30.FramebufferAttachment.DepthStencilAttachment; + var _ColorAttachment0 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.ES30.FramebufferAttachment.ColorAttachment15; + var _DepthAttachment = OpenTK.Graphics.ES30.FramebufferAttachment.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.ES30.FramebufferAttachment.StencilAttachment; +} +static void Test_FramebufferErrorCode_19723() { + var _FramebufferComplete = OpenTK.Graphics.ES30.FramebufferErrorCode.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.ES30.FramebufferErrorCode.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.ES30.FramebufferErrorCode.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDimensions = OpenTK.Graphics.ES30.FramebufferErrorCode.FramebufferIncompleteDimensions; + var _FramebufferUnsupported = OpenTK.Graphics.ES30.FramebufferErrorCode.FramebufferUnsupported; +} +static void Test_FramebufferParameterName_19724() { + var _FramebufferAttachmentColorEncoding = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentColorEncoding; + var _FramebufferAttachmentComponentType = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentComponentType; + var _FramebufferAttachmentRedSize = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentRedSize; + var _FramebufferAttachmentGreenSize = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentGreenSize; + var _FramebufferAttachmentBlueSize = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentBlueSize; + var _FramebufferAttachmentAlphaSize = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentAlphaSize; + var _FramebufferAttachmentDepthSize = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentDepthSize; + var _FramebufferAttachmentStencilSize = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentStencilSize; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTextureLayer = OpenTK.Graphics.ES30.FramebufferParameterName.FramebufferAttachmentTextureLayer; +} +static void Test_FramebufferSlot_19725() { + var _DepthStencilAttachment = OpenTK.Graphics.ES30.FramebufferSlot.DepthStencilAttachment; + var _ColorAttachment0 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.ES30.FramebufferSlot.ColorAttachment15; + var _DepthAttachment = OpenTK.Graphics.ES30.FramebufferSlot.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.ES30.FramebufferSlot.StencilAttachment; +} +static void Test_FramebufferTarget_19726() { + var _ReadFramebuffer = OpenTK.Graphics.ES30.FramebufferTarget.ReadFramebuffer; + var _DrawFramebuffer = OpenTK.Graphics.ES30.FramebufferTarget.DrawFramebuffer; + var _Framebuffer = OpenTK.Graphics.ES30.FramebufferTarget.Framebuffer; +} +static void Test_FrontFaceDirection_19727() { + var _Cw = OpenTK.Graphics.ES30.FrontFaceDirection.Cw; + var _Ccw = OpenTK.Graphics.ES30.FrontFaceDirection.Ccw; +} +static void Test_GetColorTableParameterPNameSgi_19728() { + var _ColorTableScaleSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBiasSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.ES30.GetColorTableParameterPNameSgi.ColorTableIntensitySizeSgi; +} +static void Test_GetConvolutionParameter_19729() { + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES30.GetConvolutionParameter.ConvolutionBorderModeExt; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES30.GetConvolutionParameter.ConvolutionFilterScaleExt; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES30.GetConvolutionParameter.ConvolutionFilterBiasExt; + var _ConvolutionFormatExt = OpenTK.Graphics.ES30.GetConvolutionParameter.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.ES30.GetConvolutionParameter.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.ES30.GetConvolutionParameter.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.ES30.GetConvolutionParameter.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.ES30.GetConvolutionParameter.MaxConvolutionHeightExt; +} +static void Test_GetHistogramParameterPNameExt_19730() { + var _HistogramWidthExt = OpenTK.Graphics.ES30.GetHistogramParameterPNameExt.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.ES30.GetHistogramParameterPNameExt.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.ES30.GetHistogramParameterPNameExt.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.ES30.GetHistogramParameterPNameExt.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.ES30.GetHistogramParameterPNameExt.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.ES30.GetHistogramParameterPNameExt.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.ES30.GetHistogramParameterPNameExt.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.ES30.GetHistogramParameterPNameExt.HistogramSinkExt; +} +static void Test_GetIndexedPName_19731() { + var _DrawBufferExt = OpenTK.Graphics.ES30.GetIndexedPName.DrawBufferExt; + var _ReadBufferExt = OpenTK.Graphics.ES30.GetIndexedPName.ReadBufferExt; + var _UniformBufferBinding = OpenTK.Graphics.ES30.GetIndexedPName.UniformBufferBinding; + var _UniformBufferStart = OpenTK.Graphics.ES30.GetIndexedPName.UniformBufferStart; + var _UniformBufferSize = OpenTK.Graphics.ES30.GetIndexedPName.UniformBufferSize; + var _TransformFeedbackBufferStart = OpenTK.Graphics.ES30.GetIndexedPName.TransformFeedbackBufferStart; + var _TransformFeedbackBufferSize = OpenTK.Graphics.ES30.GetIndexedPName.TransformFeedbackBufferSize; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.ES30.GetIndexedPName.TransformFeedbackBufferBinding; +} +static void Test_GetMapQuery_19732() { + var _Coeff = OpenTK.Graphics.ES30.GetMapQuery.Coeff; + var _Order = OpenTK.Graphics.ES30.GetMapQuery.Order; + var _Domain = OpenTK.Graphics.ES30.GetMapQuery.Domain; +} +static void Test_GetMinmaxParameterPNameExt_19733() { + var _MinmaxFormat = OpenTK.Graphics.ES30.GetMinmaxParameterPNameExt.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.ES30.GetMinmaxParameterPNameExt.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.ES30.GetMinmaxParameterPNameExt.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.ES30.GetMinmaxParameterPNameExt.MinmaxSinkExt; +} +static void Test_GetPixelMap_19734() { + var _PixelMapIToI = OpenTK.Graphics.ES30.GetPixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES30.GetPixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES30.GetPixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES30.GetPixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES30.GetPixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES30.GetPixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES30.GetPixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES30.GetPixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES30.GetPixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES30.GetPixelMap.PixelMapAToA; +} +static void Test_GetPName_19735() { + var _CurrentColor = OpenTK.Graphics.ES30.GetPName.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.ES30.GetPName.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.ES30.GetPName.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.ES30.GetPName.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.ES30.GetPName.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.ES30.GetPName.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.ES30.GetPName.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.ES30.GetPName.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.ES30.GetPName.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.ES30.GetPName.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.ES30.GetPName.PointSmooth; + var _PointSize = OpenTK.Graphics.ES30.GetPName.PointSize; + var _PointSizeRange = OpenTK.Graphics.ES30.GetPName.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.ES30.GetPName.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.ES30.GetPName.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.ES30.GetPName.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.ES30.GetPName.LineSmooth; + var _LineWidth = OpenTK.Graphics.ES30.GetPName.LineWidth; + var _LineWidthRange = OpenTK.Graphics.ES30.GetPName.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.ES30.GetPName.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.ES30.GetPName.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.ES30.GetPName.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.ES30.GetPName.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.ES30.GetPName.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.ES30.GetPName.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.ES30.GetPName.ListMode; + var _MaxListNesting = OpenTK.Graphics.ES30.GetPName.MaxListNesting; + var _ListBase = OpenTK.Graphics.ES30.GetPName.ListBase; + var _ListIndex = OpenTK.Graphics.ES30.GetPName.ListIndex; + var _PolygonMode = OpenTK.Graphics.ES30.GetPName.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.ES30.GetPName.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES30.GetPName.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.ES30.GetPName.EdgeFlag; + var _CullFace = OpenTK.Graphics.ES30.GetPName.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES30.GetPName.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES30.GetPName.FrontFace; + var _Lighting = OpenTK.Graphics.ES30.GetPName.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.ES30.GetPName.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES30.GetPName.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES30.GetPName.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.ES30.GetPName.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.ES30.GetPName.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.ES30.GetPName.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.ES30.GetPName.ColorMaterial; + var _Fog = OpenTK.Graphics.ES30.GetPName.Fog; + var _FogIndex = OpenTK.Graphics.ES30.GetPName.FogIndex; + var _FogDensity = OpenTK.Graphics.ES30.GetPName.FogDensity; + var _FogStart = OpenTK.Graphics.ES30.GetPName.FogStart; + var _FogEnd = OpenTK.Graphics.ES30.GetPName.FogEnd; + var _FogMode = OpenTK.Graphics.ES30.GetPName.FogMode; + var _FogColor = OpenTK.Graphics.ES30.GetPName.FogColor; + var _DepthRange = OpenTK.Graphics.ES30.GetPName.DepthRange; + var _DepthTest = OpenTK.Graphics.ES30.GetPName.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES30.GetPName.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES30.GetPName.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES30.GetPName.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.ES30.GetPName.AccumClearValue; + var _StencilTest = OpenTK.Graphics.ES30.GetPName.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES30.GetPName.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES30.GetPName.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES30.GetPName.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES30.GetPName.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES30.GetPName.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES30.GetPName.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES30.GetPName.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES30.GetPName.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.ES30.GetPName.MatrixMode; + var _Normalize = OpenTK.Graphics.ES30.GetPName.Normalize; + var _Viewport = OpenTK.Graphics.ES30.GetPName.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.ES30.GetPName.Modelview0StackDepthExt; + var _ModelviewStackDepth = OpenTK.Graphics.ES30.GetPName.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.ES30.GetPName.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.ES30.GetPName.TextureStackDepth; + var _Modelview0MatrixExt = OpenTK.Graphics.ES30.GetPName.Modelview0MatrixExt; + var _ModelviewMatrix = OpenTK.Graphics.ES30.GetPName.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.ES30.GetPName.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.ES30.GetPName.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.ES30.GetPName.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.ES30.GetPName.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.ES30.GetPName.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.ES30.GetPName.AlphaTestQcom; + var _AlphaTestFunc = OpenTK.Graphics.ES30.GetPName.AlphaTestFunc; + var _AlphaTestFuncQcom = OpenTK.Graphics.ES30.GetPName.AlphaTestFuncQcom; + var _AlphaTestRef = OpenTK.Graphics.ES30.GetPName.AlphaTestRef; + var _AlphaTestRefQcom = OpenTK.Graphics.ES30.GetPName.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.ES30.GetPName.Dither; + var _BlendDst = OpenTK.Graphics.ES30.GetPName.BlendDst; + var _BlendSrc = OpenTK.Graphics.ES30.GetPName.BlendSrc; + var _Blend = OpenTK.Graphics.ES30.GetPName.Blend; + var _LogicOpMode = OpenTK.Graphics.ES30.GetPName.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.ES30.GetPName.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.ES30.GetPName.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES30.GetPName.ColorLogicOp; + var _AuxBuffers = OpenTK.Graphics.ES30.GetPName.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.ES30.GetPName.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.ES30.GetPName.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.ES30.GetPName.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.ES30.GetPName.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.ES30.GetPName.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.ES30.GetPName.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES30.GetPName.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.ES30.GetPName.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.ES30.GetPName.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.ES30.GetPName.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES30.GetPName.ColorWritemask; + var _IndexMode = OpenTK.Graphics.ES30.GetPName.IndexMode; + var _RgbaMode = OpenTK.Graphics.ES30.GetPName.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.ES30.GetPName.Doublebuffer; + var _Stereo = OpenTK.Graphics.ES30.GetPName.Stereo; + var _RenderMode = OpenTK.Graphics.ES30.GetPName.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES30.GetPName.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES30.GetPName.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES30.GetPName.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES30.GetPName.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES30.GetPName.FogHint; + var _TextureGenS = OpenTK.Graphics.ES30.GetPName.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES30.GetPName.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES30.GetPName.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES30.GetPName.TextureGenQ; + var _PixelMapIToISize = OpenTK.Graphics.ES30.GetPName.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.ES30.GetPName.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.ES30.GetPName.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.ES30.GetPName.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.ES30.GetPName.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.ES30.GetPName.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.ES30.GetPName.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.ES30.GetPName.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.ES30.GetPName.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.ES30.GetPName.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.ES30.GetPName.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES30.GetPName.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES30.GetPName.UnpackRowLength; + var _UnpackSkipRows = OpenTK.Graphics.ES30.GetPName.UnpackSkipRows; + var _UnpackSkipPixels = OpenTK.Graphics.ES30.GetPName.UnpackSkipPixels; + var _UnpackAlignment = OpenTK.Graphics.ES30.GetPName.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES30.GetPName.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES30.GetPName.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES30.GetPName.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES30.GetPName.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES30.GetPName.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES30.GetPName.PackAlignment; + var _MapColor = OpenTK.Graphics.ES30.GetPName.MapColor; + var _MapStencil = OpenTK.Graphics.ES30.GetPName.MapStencil; + var _IndexShift = OpenTK.Graphics.ES30.GetPName.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES30.GetPName.IndexOffset; + var _RedScale = OpenTK.Graphics.ES30.GetPName.RedScale; + var _RedBias = OpenTK.Graphics.ES30.GetPName.RedBias; + var _ZoomX = OpenTK.Graphics.ES30.GetPName.ZoomX; + var _ZoomY = OpenTK.Graphics.ES30.GetPName.ZoomY; + var _GreenScale = OpenTK.Graphics.ES30.GetPName.GreenScale; + var _GreenBias = OpenTK.Graphics.ES30.GetPName.GreenBias; + var _BlueScale = OpenTK.Graphics.ES30.GetPName.BlueScale; + var _BlueBias = OpenTK.Graphics.ES30.GetPName.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES30.GetPName.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES30.GetPName.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES30.GetPName.DepthScale; + var _DepthBias = OpenTK.Graphics.ES30.GetPName.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.ES30.GetPName.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.ES30.GetPName.MaxLights; + var _MaxClipDistances = OpenTK.Graphics.ES30.GetPName.MaxClipDistances; + var _MaxClipPlanes = OpenTK.Graphics.ES30.GetPName.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.ES30.GetPName.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.ES30.GetPName.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.ES30.GetPName.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES30.GetPName.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.ES30.GetPName.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES30.GetPName.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES30.GetPName.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES30.GetPName.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.ES30.GetPName.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.ES30.GetPName.SubpixelBits; + var _IndexBits = OpenTK.Graphics.ES30.GetPName.IndexBits; + var _RedBits = OpenTK.Graphics.ES30.GetPName.RedBits; + var _GreenBits = OpenTK.Graphics.ES30.GetPName.GreenBits; + var _BlueBits = OpenTK.Graphics.ES30.GetPName.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES30.GetPName.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES30.GetPName.DepthBits; + var _StencilBits = OpenTK.Graphics.ES30.GetPName.StencilBits; + var _AccumRedBits = OpenTK.Graphics.ES30.GetPName.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.ES30.GetPName.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.ES30.GetPName.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.ES30.GetPName.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.ES30.GetPName.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.ES30.GetPName.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES30.GetPName.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES30.GetPName.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES30.GetPName.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES30.GetPName.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES30.GetPName.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES30.GetPName.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES30.GetPName.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES30.GetPName.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES30.GetPName.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES30.GetPName.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES30.GetPName.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES30.GetPName.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES30.GetPName.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES30.GetPName.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES30.GetPName.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES30.GetPName.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES30.GetPName.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES30.GetPName.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.ES30.GetPName.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.ES30.GetPName.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.ES30.GetPName.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.ES30.GetPName.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.ES30.GetPName.Texture1D; + var _Texture2D = OpenTK.Graphics.ES30.GetPName.Texture2D; + var _FeedbackBufferSize = OpenTK.Graphics.ES30.GetPName.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.ES30.GetPName.FeedbackBufferType; + var _SelectionBufferSize = OpenTK.Graphics.ES30.GetPName.SelectionBufferSize; + var _PolygonOffsetUnits = OpenTK.Graphics.ES30.GetPName.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.ES30.GetPName.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES30.GetPName.PolygonOffsetLine; + var _ClipPlane0 = OpenTK.Graphics.ES30.GetPName.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.ES30.GetPName.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.ES30.GetPName.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.ES30.GetPName.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.ES30.GetPName.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.ES30.GetPName.ClipPlane5; + var _Light0 = OpenTK.Graphics.ES30.GetPName.Light0; + var _Light1 = OpenTK.Graphics.ES30.GetPName.Light1; + var _Light2 = OpenTK.Graphics.ES30.GetPName.Light2; + var _Light3 = OpenTK.Graphics.ES30.GetPName.Light3; + var _Light4 = OpenTK.Graphics.ES30.GetPName.Light4; + var _Light5 = OpenTK.Graphics.ES30.GetPName.Light5; + var _Light6 = OpenTK.Graphics.ES30.GetPName.Light6; + var _Light7 = OpenTK.Graphics.ES30.GetPName.Light7; + var _BlendColor = OpenTK.Graphics.ES30.GetPName.BlendColor; + var _BlendColorExt = OpenTK.Graphics.ES30.GetPName.BlendColorExt; + var _BlendEquationExt = OpenTK.Graphics.ES30.GetPName.BlendEquationExt; + var _BlendEquationRgb = OpenTK.Graphics.ES30.GetPName.BlendEquationRgb; + var _BlendEquation = OpenTK.Graphics.ES30.GetPName.BlendEquation; + var _PackCmykHintExt = OpenTK.Graphics.ES30.GetPName.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES30.GetPName.UnpackCmykHintExt; + var _Convolution1DExt = OpenTK.Graphics.ES30.GetPName.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.ES30.GetPName.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.ES30.GetPName.Separable2DExt; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES30.GetPName.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES30.GetPName.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES30.GetPName.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES30.GetPName.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES30.GetPName.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES30.GetPName.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES30.GetPName.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES30.GetPName.PostConvolutionAlphaBiasExt; + var _HistogramExt = OpenTK.Graphics.ES30.GetPName.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.ES30.GetPName.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.ES30.GetPName.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES30.GetPName.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.ES30.GetPName.PolygonOffsetBiasExt; + var _RescaleNormalExt = OpenTK.Graphics.ES30.GetPName.RescaleNormalExt; + var _TextureBinding1D = OpenTK.Graphics.ES30.GetPName.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.ES30.GetPName.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.ES30.GetPName.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.ES30.GetPName.TextureBinding3D; + var _TextureBinding3DOes = OpenTK.Graphics.ES30.GetPName.TextureBinding3DOes; + var _PackSkipImagesExt = OpenTK.Graphics.ES30.GetPName.PackSkipImagesExt; + var _PackImageHeightExt = OpenTK.Graphics.ES30.GetPName.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.ES30.GetPName.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES30.GetPName.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.ES30.GetPName.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.ES30.GetPName.UnpackImageHeightExt; + var _Texture3DExt = OpenTK.Graphics.ES30.GetPName.Texture3DExt; + var _Max3DTextureSize = OpenTK.Graphics.ES30.GetPName.Max3DTextureSize; + var _Max3DTextureSizeExt = OpenTK.Graphics.ES30.GetPName.Max3DTextureSizeExt; + var _Max3DTextureSizeOes = OpenTK.Graphics.ES30.GetPName.Max3DTextureSizeOes; + var _VertexArray = OpenTK.Graphics.ES30.GetPName.VertexArray; + var _NormalArray = OpenTK.Graphics.ES30.GetPName.NormalArray; + var _ColorArray = OpenTK.Graphics.ES30.GetPName.ColorArray; + var _IndexArray = OpenTK.Graphics.ES30.GetPName.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES30.GetPName.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES30.GetPName.EdgeFlagArray; + var _VertexArraySize = OpenTK.Graphics.ES30.GetPName.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.ES30.GetPName.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.ES30.GetPName.VertexArrayStride; + var _VertexArrayCountExt = OpenTK.Graphics.ES30.GetPName.VertexArrayCountExt; + var _NormalArrayType = OpenTK.Graphics.ES30.GetPName.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.ES30.GetPName.NormalArrayStride; + var _NormalArrayCountExt = OpenTK.Graphics.ES30.GetPName.NormalArrayCountExt; + var _ColorArraySize = OpenTK.Graphics.ES30.GetPName.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.ES30.GetPName.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.ES30.GetPName.ColorArrayStride; + var _ColorArrayCountExt = OpenTK.Graphics.ES30.GetPName.ColorArrayCountExt; + var _IndexArrayType = OpenTK.Graphics.ES30.GetPName.IndexArrayType; + var _IndexArrayStride = OpenTK.Graphics.ES30.GetPName.IndexArrayStride; + var _IndexArrayCountExt = OpenTK.Graphics.ES30.GetPName.IndexArrayCountExt; + var _TextureCoordArraySize = OpenTK.Graphics.ES30.GetPName.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.ES30.GetPName.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.ES30.GetPName.TextureCoordArrayStride; + var _TextureCoordArrayCountExt = OpenTK.Graphics.ES30.GetPName.TextureCoordArrayCountExt; + var _EdgeFlagArrayStride = OpenTK.Graphics.ES30.GetPName.EdgeFlagArrayStride; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.ES30.GetPName.EdgeFlagArrayCountExt; + var _InterlaceSgix = OpenTK.Graphics.ES30.GetPName.InterlaceSgix; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.ES30.GetPName.DetailTexture2DBindingSgis; + var _MultisampleSgis = OpenTK.Graphics.ES30.GetPName.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES30.GetPName.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES30.GetPName.SampleAlphaToMaskSgis; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES30.GetPName.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.ES30.GetPName.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.ES30.GetPName.SampleMaskSgis; + var _SampleBuffers = OpenTK.Graphics.ES30.GetPName.SampleBuffers; + var _SampleBuffersSgis = OpenTK.Graphics.ES30.GetPName.SampleBuffersSgis; + var _SamplesSgis = OpenTK.Graphics.ES30.GetPName.SamplesSgis; + var _Samples = OpenTK.Graphics.ES30.GetPName.Samples; + var _SampleCoverageValue = OpenTK.Graphics.ES30.GetPName.SampleCoverageValue; + var _SampleMaskValueSgis = OpenTK.Graphics.ES30.GetPName.SampleMaskValueSgis; + var _SampleCoverageInvert = OpenTK.Graphics.ES30.GetPName.SampleCoverageInvert; + var _SampleMaskInvertSgis = OpenTK.Graphics.ES30.GetPName.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.ES30.GetPName.SamplePatternSgis; + var _ColorMatrixSgi = OpenTK.Graphics.ES30.GetPName.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.ES30.GetPName.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.ES30.GetPName.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.ES30.GetPName.TextureColorTableSgi; + var _BlendDstRgb = OpenTK.Graphics.ES30.GetPName.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.ES30.GetPName.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.ES30.GetPName.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.ES30.GetPName.BlendSrcAlpha; + var _ColorTableSgi = OpenTK.Graphics.ES30.GetPName.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES30.GetPName.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES30.GetPName.PostColorMatrixColorTableSgi; + var _MaxElementsVertices = OpenTK.Graphics.ES30.GetPName.MaxElementsVertices; + var _MaxElementsIndices = OpenTK.Graphics.ES30.GetPName.MaxElementsIndices; + var _PointSizeMinSgis = OpenTK.Graphics.ES30.GetPName.PointSizeMinSgis; + var _PointSizeMaxSgis = OpenTK.Graphics.ES30.GetPName.PointSizeMaxSgis; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES30.GetPName.PointFadeThresholdSizeSgis; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES30.GetPName.DistanceAttenuationSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.ES30.GetPName.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.ES30.GetPName.MaxFogFuncPointsSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES30.GetPName.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES30.GetPName.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES30.GetPName.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES30.GetPName.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.ES30.GetPName.Texture4DSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.ES30.GetPName.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES30.GetPName.PixelTexGenSgix; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.ES30.GetPName.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.ES30.GetPName.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.ES30.GetPName.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES30.GetPName.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES30.GetPName.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES30.GetPName.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES30.GetPName.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES30.GetPName.PixelTileCacheSizeSgix; + var _SpriteSgix = OpenTK.Graphics.ES30.GetPName.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.ES30.GetPName.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.ES30.GetPName.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.ES30.GetPName.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.ES30.GetPName.Texture4DBindingSgis; + var _MaxClipmapDepthSgix = OpenTK.Graphics.ES30.GetPName.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.ES30.GetPName.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.ES30.GetPName.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.ES30.GetPName.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES30.GetPName.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.ES30.GetPName.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES30.GetPName.IrInstrument1Sgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.ES30.GetPName.InstrumentMeasurementsSgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES30.GetPName.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.ES30.GetPName.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.ES30.GetPName.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.ES30.GetPName.MaxFramezoomFactorSgix; + var _GenerateMipmapHint = OpenTK.Graphics.ES30.GetPName.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES30.GetPName.GenerateMipmapHintSgis; + var _DeformationsMaskSgix = OpenTK.Graphics.ES30.GetPName.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES30.GetPName.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.ES30.GetPName.FogOffsetValueSgix; + var _LightModelColorControl = OpenTK.Graphics.ES30.GetPName.LightModelColorControl; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES30.GetPName.SharedTexturePaletteExt; + var _MajorVersion = OpenTK.Graphics.ES30.GetPName.MajorVersion; + var _MinorVersion = OpenTK.Graphics.ES30.GetPName.MinorVersion; + var _NumExtensions = OpenTK.Graphics.ES30.GetPName.NumExtensions; + var _ConvolutionHintSgix = OpenTK.Graphics.ES30.GetPName.ConvolutionHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.ES30.GetPName.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.ES30.GetPName.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.ES30.GetPName.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.ES30.GetPName.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES30.GetPName.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.ES30.GetPName.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES30.GetPName.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES30.GetPName.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.ES30.GetPName.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.ES30.GetPName.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.ES30.GetPName.MaxAsyncReadPixelsSgix; + var _VertexPreclipSgix = OpenTK.Graphics.ES30.GetPName.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES30.GetPName.VertexPreclipHintSgix; + var _FragmentLightingSgix = OpenTK.Graphics.ES30.GetPName.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES30.GetPName.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.ES30.GetPName.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.ES30.GetPName.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.ES30.GetPName.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.ES30.GetPName.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.ES30.GetPName.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES30.GetPName.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES30.GetPName.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES30.GetPName.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES30.GetPName.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES30.GetPName.FragmentLight0Sgix; + var _PackResampleSgix = OpenTK.Graphics.ES30.GetPName.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES30.GetPName.UnpackResampleSgix; + var _AliasedPointSizeRange = OpenTK.Graphics.ES30.GetPName.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES30.GetPName.AliasedLineWidthRange; + var _ActiveTexture = OpenTK.Graphics.ES30.GetPName.ActiveTexture; + var _MaxRenderbufferSize = OpenTK.Graphics.ES30.GetPName.MaxRenderbufferSize; + var _MaxTextureLodBias = OpenTK.Graphics.ES30.GetPName.MaxTextureLodBias; + var _TextureBindingCubeMap = OpenTK.Graphics.ES30.GetPName.TextureBindingCubeMap; + var _MaxCubeMapTextureSize = OpenTK.Graphics.ES30.GetPName.MaxCubeMapTextureSize; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES30.GetPName.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES30.GetPName.UnpackSubsampleRateSgix; + var _VertexArrayBinding = OpenTK.Graphics.ES30.GetPName.VertexArrayBinding; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES30.GetPName.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES30.GetPName.CompressedTextureFormats; + var _NumProgramBinaryFormats = OpenTK.Graphics.ES30.GetPName.NumProgramBinaryFormats; + var _ProgramBinaryFormats = OpenTK.Graphics.ES30.GetPName.ProgramBinaryFormats; + var _StencilBackFunc = OpenTK.Graphics.ES30.GetPName.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.ES30.GetPName.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.ES30.GetPName.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.ES30.GetPName.StencilBackPassDepthPass; + var _MaxDrawBuffers = OpenTK.Graphics.ES30.GetPName.MaxDrawBuffers; + var _DrawBuffer0 = OpenTK.Graphics.ES30.GetPName.DrawBuffer0; + var _DrawBuffer1 = OpenTK.Graphics.ES30.GetPName.DrawBuffer1; + var _DrawBuffer2 = OpenTK.Graphics.ES30.GetPName.DrawBuffer2; + var _DrawBuffer3 = OpenTK.Graphics.ES30.GetPName.DrawBuffer3; + var _DrawBuffer4 = OpenTK.Graphics.ES30.GetPName.DrawBuffer4; + var _DrawBuffer5 = OpenTK.Graphics.ES30.GetPName.DrawBuffer5; + var _DrawBuffer6 = OpenTK.Graphics.ES30.GetPName.DrawBuffer6; + var _DrawBuffer7 = OpenTK.Graphics.ES30.GetPName.DrawBuffer7; + var _DrawBuffer8 = OpenTK.Graphics.ES30.GetPName.DrawBuffer8; + var _DrawBuffer9 = OpenTK.Graphics.ES30.GetPName.DrawBuffer9; + var _DrawBuffer10 = OpenTK.Graphics.ES30.GetPName.DrawBuffer10; + var _DrawBuffer11 = OpenTK.Graphics.ES30.GetPName.DrawBuffer11; + var _DrawBuffer12 = OpenTK.Graphics.ES30.GetPName.DrawBuffer12; + var _DrawBuffer13 = OpenTK.Graphics.ES30.GetPName.DrawBuffer13; + var _DrawBuffer14 = OpenTK.Graphics.ES30.GetPName.DrawBuffer14; + var _DrawBuffer15 = OpenTK.Graphics.ES30.GetPName.DrawBuffer15; + var _BlendEquationAlpha = OpenTK.Graphics.ES30.GetPName.BlendEquationAlpha; + var _MaxVertexAttribs = OpenTK.Graphics.ES30.GetPName.MaxVertexAttribs; + var _MaxTextureImageUnits = OpenTK.Graphics.ES30.GetPName.MaxTextureImageUnits; + var _ArrayBufferBinding = OpenTK.Graphics.ES30.GetPName.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES30.GetPName.ElementArrayBufferBinding; + var _PixelPackBufferBinding = OpenTK.Graphics.ES30.GetPName.PixelPackBufferBinding; + var _PixelUnpackBufferBinding = OpenTK.Graphics.ES30.GetPName.PixelUnpackBufferBinding; + var _MaxArrayTextureLayers = OpenTK.Graphics.ES30.GetPName.MaxArrayTextureLayers; + var _MinProgramTexelOffset = OpenTK.Graphics.ES30.GetPName.MinProgramTexelOffset; + var _MaxProgramTexelOffset = OpenTK.Graphics.ES30.GetPName.MaxProgramTexelOffset; + var _UniformBufferBinding = OpenTK.Graphics.ES30.GetPName.UniformBufferBinding; + var _MaxVertexUniformBlocks = OpenTK.Graphics.ES30.GetPName.MaxVertexUniformBlocks; + var _MaxFragmentUniformBlocks = OpenTK.Graphics.ES30.GetPName.MaxFragmentUniformBlocks; + var _MaxCombinedUniformBlocks = OpenTK.Graphics.ES30.GetPName.MaxCombinedUniformBlocks; + var _MaxUniformBufferBindings = OpenTK.Graphics.ES30.GetPName.MaxUniformBufferBindings; + var _MaxUniformBlockSize = OpenTK.Graphics.ES30.GetPName.MaxUniformBlockSize; + var _MaxCombinedVertexUniformComponents = OpenTK.Graphics.ES30.GetPName.MaxCombinedVertexUniformComponents; + var _MaxCombinedFragmentUniformComponents = OpenTK.Graphics.ES30.GetPName.MaxCombinedFragmentUniformComponents; + var _UniformBufferOffsetAlignment = OpenTK.Graphics.ES30.GetPName.UniformBufferOffsetAlignment; + var _MaxFragmentUniformComponents = OpenTK.Graphics.ES30.GetPName.MaxFragmentUniformComponents; + var _MaxVertexUniformComponents = OpenTK.Graphics.ES30.GetPName.MaxVertexUniformComponents; + var _MaxVaryingComponents = OpenTK.Graphics.ES30.GetPName.MaxVaryingComponents; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.ES30.GetPName.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.ES30.GetPName.MaxCombinedTextureImageUnits; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.ES30.GetPName.FragmentShaderDerivativeHint; + var _CurrentProgram = OpenTK.Graphics.ES30.GetPName.CurrentProgram; + var _ImplementationColorReadType = OpenTK.Graphics.ES30.GetPName.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.ES30.GetPName.ImplementationColorReadFormat; + var _TextureBinding2DArray = OpenTK.Graphics.ES30.GetPName.TextureBinding2DArray; + var _MaxTransformFeedbackSeparateComponents = OpenTK.Graphics.ES30.GetPName.MaxTransformFeedbackSeparateComponents; + var _RasterizerDiscard = OpenTK.Graphics.ES30.GetPName.RasterizerDiscard; + var _MaxTransformFeedbackInterleavedComponents = OpenTK.Graphics.ES30.GetPName.MaxTransformFeedbackInterleavedComponents; + var _MaxTransformFeedbackSeparateAttribs = OpenTK.Graphics.ES30.GetPName.MaxTransformFeedbackSeparateAttribs; + var _TransformFeedbackBufferBinding = OpenTK.Graphics.ES30.GetPName.TransformFeedbackBufferBinding; + var _StencilBackRef = OpenTK.Graphics.ES30.GetPName.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.ES30.GetPName.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.ES30.GetPName.StencilBackWritemask; + var _DrawFramebufferBinding = OpenTK.Graphics.ES30.GetPName.DrawFramebufferBinding; + var _FramebufferBinding = OpenTK.Graphics.ES30.GetPName.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.ES30.GetPName.RenderbufferBinding; + var _ReadFramebufferBinding = OpenTK.Graphics.ES30.GetPName.ReadFramebufferBinding; + var _MaxColorAttachments = OpenTK.Graphics.ES30.GetPName.MaxColorAttachments; + var _MaxSamples = OpenTK.Graphics.ES30.GetPName.MaxSamples; + var _PrimitiveRestartFixedIndex = OpenTK.Graphics.ES30.GetPName.PrimitiveRestartFixedIndex; + var _MaxElementIndex = OpenTK.Graphics.ES30.GetPName.MaxElementIndex; + var _ShaderBinaryFormats = OpenTK.Graphics.ES30.GetPName.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.ES30.GetPName.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.ES30.GetPName.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.ES30.GetPName.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.ES30.GetPName.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.ES30.GetPName.MaxFragmentUniformVectors; + var _TransformFeedbackPaused = OpenTK.Graphics.ES30.GetPName.TransformFeedbackPaused; + var _TransformFeedbackActive = OpenTK.Graphics.ES30.GetPName.TransformFeedbackActive; + var _TransformFeedbackBinding = OpenTK.Graphics.ES30.GetPName.TransformFeedbackBinding; + var _TimestampExt = OpenTK.Graphics.ES30.GetPName.TimestampExt; + var _CopyReadBufferBinding = OpenTK.Graphics.ES30.GetPName.CopyReadBufferBinding; + var _CopyWriteBufferBinding = OpenTK.Graphics.ES30.GetPName.CopyWriteBufferBinding; + var _GpuDisjointExt = OpenTK.Graphics.ES30.GetPName.GpuDisjointExt; + var _MaxMultiviewBuffersExt = OpenTK.Graphics.ES30.GetPName.MaxMultiviewBuffersExt; + var _MaxServerWaitTimeout = OpenTK.Graphics.ES30.GetPName.MaxServerWaitTimeout; + var _MaxVertexOutputComponents = OpenTK.Graphics.ES30.GetPName.MaxVertexOutputComponents; + var _MaxFragmentInputComponents = OpenTK.Graphics.ES30.GetPName.MaxFragmentInputComponents; +} +static void Test_GetPointervPName_19736() { + var _FeedbackBufferPointer = OpenTK.Graphics.ES30.GetPointervPName.FeedbackBufferPointer; + var _SelectionBufferPointer = OpenTK.Graphics.ES30.GetPointervPName.SelectionBufferPointer; + var _VertexArrayPointer = OpenTK.Graphics.ES30.GetPointervPName.VertexArrayPointer; + var _VertexArrayPointerExt = OpenTK.Graphics.ES30.GetPointervPName.VertexArrayPointerExt; + var _NormalArrayPointer = OpenTK.Graphics.ES30.GetPointervPName.NormalArrayPointer; + var _NormalArrayPointerExt = OpenTK.Graphics.ES30.GetPointervPName.NormalArrayPointerExt; + var _ColorArrayPointer = OpenTK.Graphics.ES30.GetPointervPName.ColorArrayPointer; + var _ColorArrayPointerExt = OpenTK.Graphics.ES30.GetPointervPName.ColorArrayPointerExt; + var _IndexArrayPointer = OpenTK.Graphics.ES30.GetPointervPName.IndexArrayPointer; + var _IndexArrayPointerExt = OpenTK.Graphics.ES30.GetPointervPName.IndexArrayPointerExt; + var _TextureCoordArrayPointer = OpenTK.Graphics.ES30.GetPointervPName.TextureCoordArrayPointer; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.ES30.GetPointervPName.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointer = OpenTK.Graphics.ES30.GetPointervPName.EdgeFlagArrayPointer; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.ES30.GetPointervPName.EdgeFlagArrayPointerExt; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.ES30.GetPointervPName.InstrumentBufferPointerSgix; +} +static void Test_GetProgramParameterName_19737() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES30.GetProgramParameterName.ProgramBinaryRetrievableHint; + var _DeleteStatus = OpenTK.Graphics.ES30.GetProgramParameterName.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.ES30.GetProgramParameterName.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES30.GetProgramParameterName.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES30.GetProgramParameterName.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES30.GetProgramParameterName.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES30.GetProgramParameterName.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES30.GetProgramParameterName.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.ES30.GetProgramParameterName.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES30.GetProgramParameterName.ActiveAttributeMaxLength; +} +static void Test_GetQueryObjectParam_19738() { + var _QueryResult = OpenTK.Graphics.ES30.GetQueryObjectParam.QueryResult; + var _QueryResultExt = OpenTK.Graphics.ES30.GetQueryObjectParam.QueryResultExt; + var _QueryResultAvailable = OpenTK.Graphics.ES30.GetQueryObjectParam.QueryResultAvailable; + var _QueryResultAvailableExt = OpenTK.Graphics.ES30.GetQueryObjectParam.QueryResultAvailableExt; +} +static void Test_GetQueryParam_19739() { + var _QueryCounterBitsExt = OpenTK.Graphics.ES30.GetQueryParam.QueryCounterBitsExt; + var _CurrentQuery = OpenTK.Graphics.ES30.GetQueryParam.CurrentQuery; + var _CurrentQueryExt = OpenTK.Graphics.ES30.GetQueryParam.CurrentQueryExt; +} +static void Test_GetTextureParameter_19740() { + var _TextureWidth = OpenTK.Graphics.ES30.GetTextureParameter.TextureWidth; + var _TextureHeight = OpenTK.Graphics.ES30.GetTextureParameter.TextureHeight; + var _TextureComponents = OpenTK.Graphics.ES30.GetTextureParameter.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.ES30.GetTextureParameter.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.ES30.GetTextureParameter.TextureBorderColor; + var _TextureBorderColorNv = OpenTK.Graphics.ES30.GetTextureParameter.TextureBorderColorNv; + var _TextureBorder = OpenTK.Graphics.ES30.GetTextureParameter.TextureBorder; + var _TextureMagFilter = OpenTK.Graphics.ES30.GetTextureParameter.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES30.GetTextureParameter.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES30.GetTextureParameter.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES30.GetTextureParameter.TextureWrapT; + var _TextureRedSize = OpenTK.Graphics.ES30.GetTextureParameter.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.ES30.GetTextureParameter.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.ES30.GetTextureParameter.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.ES30.GetTextureParameter.TextureAlphaSize; + var _TextureLuminanceSize = OpenTK.Graphics.ES30.GetTextureParameter.TextureLuminanceSize; + var _TextureIntensitySize = OpenTK.Graphics.ES30.GetTextureParameter.TextureIntensitySize; + var _TexturePriority = OpenTK.Graphics.ES30.GetTextureParameter.TexturePriority; + var _TextureResident = OpenTK.Graphics.ES30.GetTextureParameter.TextureResident; + var _TextureDepthExt = OpenTK.Graphics.ES30.GetTextureParameter.TextureDepthExt; + var _TextureWrapRExt = OpenTK.Graphics.ES30.GetTextureParameter.TextureWrapRExt; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES30.GetTextureParameter.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES30.GetTextureParameter.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.ES30.GetTextureParameter.DetailTextureFuncPointsSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.ES30.GetTextureParameter.SharpenTextureFuncPointsSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.ES30.GetTextureParameter.ShadowAmbientSgix; + var _DualTextureSelectSgis = OpenTK.Graphics.ES30.GetTextureParameter.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES30.GetTextureParameter.QuadTextureSelectSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.ES30.GetTextureParameter.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES30.GetTextureParameter.TextureWrapQSgis; + var _TextureMinLodSgis = OpenTK.Graphics.ES30.GetTextureParameter.TextureMinLodSgis; + var _TextureMaxLodSgis = OpenTK.Graphics.ES30.GetTextureParameter.TextureMaxLodSgis; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES30.GetTextureParameter.TextureBaseLevelSgis; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES30.GetTextureParameter.TextureMaxLevelSgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.ES30.GetTextureParameter.TextureFilter4SizeSgis; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES30.GetTextureParameter.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES30.GetTextureParameter.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureLodBiasRSgix; + var _GenerateMipmapSgis = OpenTK.Graphics.ES30.GetTextureParameter.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureGequalRSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES30.GetTextureParameter.TextureMaxClampRSgix; +} +static void Test_GetTextureParameterName_19741() { + var _TextureMagFilter = OpenTK.Graphics.ES30.GetTextureParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES30.GetTextureParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES30.GetTextureParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES30.GetTextureParameterName.TextureWrapT; + var _TextureWrapR = OpenTK.Graphics.ES30.GetTextureParameterName.TextureWrapR; + var _TextureWrapROes = OpenTK.Graphics.ES30.GetTextureParameterName.TextureWrapROes; + var _TextureMinLod = OpenTK.Graphics.ES30.GetTextureParameterName.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.ES30.GetTextureParameterName.TextureMaxLod; + var _TextureBaseLevel = OpenTK.Graphics.ES30.GetTextureParameterName.TextureBaseLevel; + var _TextureMaxLevel = OpenTK.Graphics.ES30.GetTextureParameterName.TextureMaxLevel; + var _TextureImmutableLevels = OpenTK.Graphics.ES30.GetTextureParameterName.TextureImmutableLevels; + var _TextureCompareMode = OpenTK.Graphics.ES30.GetTextureParameterName.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.ES30.GetTextureParameterName.TextureCompareFunc; + var _TextureSwizzleR = OpenTK.Graphics.ES30.GetTextureParameterName.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.ES30.GetTextureParameterName.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.ES30.GetTextureParameterName.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.ES30.GetTextureParameterName.TextureSwizzleA; + var _TextureImmutableFormat = OpenTK.Graphics.ES30.GetTextureParameterName.TextureImmutableFormat; + var _TextureImmutableFormatExt = OpenTK.Graphics.ES30.GetTextureParameterName.TextureImmutableFormatExt; +} +static void Test_HintMode_19742() { + var _DontCare = OpenTK.Graphics.ES30.HintMode.DontCare; + var _Fastest = OpenTK.Graphics.ES30.HintMode.Fastest; + var _Nicest = OpenTK.Graphics.ES30.HintMode.Nicest; +} +static void Test_HintTarget_19743() { + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES30.HintTarget.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES30.HintTarget.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES30.HintTarget.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES30.HintTarget.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES30.HintTarget.FogHint; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.ES30.HintTarget.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.ES30.HintTarget.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.ES30.HintTarget.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.ES30.HintTarget.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.ES30.HintTarget.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.ES30.HintTarget.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.ES30.HintTarget.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.ES30.HintTarget.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.ES30.HintTarget.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.ES30.HintTarget.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.ES30.HintTarget.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.ES30.HintTarget.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.ES30.HintTarget.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.ES30.HintTarget.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.ES30.HintTarget.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.ES30.HintTarget.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.ES30.HintTarget.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.ES30.HintTarget.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.ES30.HintTarget.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.ES30.HintTarget.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.ES30.HintTarget.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.ES30.HintTarget.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.ES30.HintTarget.MaxVertexHintPgi; + var _PackCmykHintExt = OpenTK.Graphics.ES30.HintTarget.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES30.HintTarget.UnpackCmykHintExt; + var _PhongHintWin = OpenTK.Graphics.ES30.HintTarget.PhongHintWin; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.ES30.HintTarget.ClipVolumeClippingHintExt; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.ES30.HintTarget.TextureMultiBufferHintSgix; + var _GenerateMipmapHint = OpenTK.Graphics.ES30.HintTarget.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES30.HintTarget.GenerateMipmapHintSgis; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES30.HintTarget.ProgramBinaryRetrievableHint; + var _ConvolutionHintSgix = OpenTK.Graphics.ES30.HintTarget.ConvolutionHintSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.ES30.HintTarget.ScalebiasHintSgix; + var _LineQualityHintSgix = OpenTK.Graphics.ES30.HintTarget.LineQualityHintSgix; + var _VertexPreclipSgix = OpenTK.Graphics.ES30.HintTarget.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES30.HintTarget.VertexPreclipHintSgix; + var _TextureCompressionHint = OpenTK.Graphics.ES30.HintTarget.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.ES30.HintTarget.TextureCompressionHintArb; + var _VertexArrayStorageHintApple = OpenTK.Graphics.ES30.HintTarget.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.ES30.HintTarget.MultisampleFilterHintNv; + var _TransformHintApple = OpenTK.Graphics.ES30.HintTarget.TransformHintApple; + var _TextureStorageHintApple = OpenTK.Graphics.ES30.HintTarget.TextureStorageHintApple; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.ES30.HintTarget.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.ES30.HintTarget.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.ES30.HintTarget.FragmentShaderDerivativeHintOes; + var _BinningControlHintQcom = OpenTK.Graphics.ES30.HintTarget.BinningControlHintQcom; +} +static void Test_HistogramTargetExt_19744() { + var _Histogram = OpenTK.Graphics.ES30.HistogramTargetExt.Histogram; + var _HistogramExt = OpenTK.Graphics.ES30.HistogramTargetExt.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.ES30.HistogramTargetExt.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.ES30.HistogramTargetExt.ProxyHistogramExt; +} +static void Test_ImageTarget_19745() { + var _Renderbuffer = OpenTK.Graphics.ES30.ImageTarget.Renderbuffer; +} +static void Test_ImgMultisampledRenderToTexture_19746() { + var _RenderbufferSamplesImg = OpenTK.Graphics.ES30.ImgMultisampledRenderToTexture.RenderbufferSamplesImg; + var _FramebufferIncompleteMultisampleImg = OpenTK.Graphics.ES30.ImgMultisampledRenderToTexture.FramebufferIncompleteMultisampleImg; + var _MaxSamplesImg = OpenTK.Graphics.ES30.ImgMultisampledRenderToTexture.MaxSamplesImg; + var _TextureSamplesImg = OpenTK.Graphics.ES30.ImgMultisampledRenderToTexture.TextureSamplesImg; +} +static void Test_ImgProgramBinary_19747() { + var _SgxProgramBinaryImg = OpenTK.Graphics.ES30.ImgProgramBinary.SgxProgramBinaryImg; +} +static void Test_ImgReadFormat_19748() { + var _BgraImg = OpenTK.Graphics.ES30.ImgReadFormat.BgraImg; + var _UnsignedShort4444RevImg = OpenTK.Graphics.ES30.ImgReadFormat.UnsignedShort4444RevImg; +} +static void Test_ImgShaderBinary_19749() { + var _SgxBinaryImg = OpenTK.Graphics.ES30.ImgShaderBinary.SgxBinaryImg; +} +static void Test_ImgTextureCompressionPvrtc_19750() { + var _CompressedRgbPvrtc4Bppv1Img = OpenTK.Graphics.ES30.ImgTextureCompressionPvrtc.CompressedRgbPvrtc4Bppv1Img; + var _CompressedRgbPvrtc2Bppv1Img = OpenTK.Graphics.ES30.ImgTextureCompressionPvrtc.CompressedRgbPvrtc2Bppv1Img; + var _CompressedRgbaPvrtc4Bppv1Img = OpenTK.Graphics.ES30.ImgTextureCompressionPvrtc.CompressedRgbaPvrtc4Bppv1Img; + var _CompressedRgbaPvrtc2Bppv1Img = OpenTK.Graphics.ES30.ImgTextureCompressionPvrtc.CompressedRgbaPvrtc2Bppv1Img; +} +static void Test_ImgTextureCompressionPvrtc2_19751() { + var _CompressedRgbaPvrtc2Bppv2Img = OpenTK.Graphics.ES30.ImgTextureCompressionPvrtc2.CompressedRgbaPvrtc2Bppv2Img; + var _CompressedRgbaPvrtc4Bppv2Img = OpenTK.Graphics.ES30.ImgTextureCompressionPvrtc2.CompressedRgbaPvrtc4Bppv2Img; +} +static void Test_IndexPointerType_19752() { + var _Short = OpenTK.Graphics.ES30.IndexPointerType.Short; + var _Int = OpenTK.Graphics.ES30.IndexPointerType.Int; + var _Float = OpenTK.Graphics.ES30.IndexPointerType.Float; + var _Double = OpenTK.Graphics.ES30.IndexPointerType.Double; +} +static void Test_IntelPerformanceQuery_19753() { + var _PerfquerySingleContextIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfquerySingleContextIntel; + var _PerfqueryGlobalContextIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryGlobalContextIntel; + var _PerfqueryDonotFlushIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryDonotFlushIntel; + var _PerfqueryFlushIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryFlushIntel; + var _PerfqueryWaitIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryWaitIntel; + var _PerfqueryCounterEventIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterEventIntel; + var _PerfqueryCounterDurationNormIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterDurationNormIntel; + var _PerfqueryCounterDurationRawIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterDurationRawIntel; + var _PerfqueryCounterThroughputIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterThroughputIntel; + var _PerfqueryCounterRawIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterRawIntel; + var _PerfqueryCounterTimestampIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterTimestampIntel; + var _PerfqueryCounterDataUint32Intel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterDataUint32Intel; + var _PerfqueryCounterDataUint64Intel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterDataUint64Intel; + var _PerfqueryCounterDataFloatIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterDataFloatIntel; + var _PerfqueryCounterDataDoubleIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterDataDoubleIntel; + var _PerfqueryCounterDataBool32Intel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterDataBool32Intel; + var _PerfqueryQueryNameLengthMaxIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryQueryNameLengthMaxIntel; + var _PerfqueryCounterNameLengthMaxIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterNameLengthMaxIntel; + var _PerfqueryCounterDescLengthMaxIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryCounterDescLengthMaxIntel; + var _PerfqueryGpaExtendedCountersIntel = OpenTK.Graphics.ES30.IntelPerformanceQuery.PerfqueryGpaExtendedCountersIntel; +} +static void Test_InterleavedArrayFormat_19754() { + var _V2f = OpenTK.Graphics.ES30.InterleavedArrayFormat.V2f; + var _V3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.V3f; + var _C4ubV2f = OpenTK.Graphics.ES30.InterleavedArrayFormat.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.C3fV3f; + var _N3fV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.T2fV3f; + var _T4fV4f = OpenTK.Graphics.ES30.InterleavedArrayFormat.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.ES30.InterleavedArrayFormat.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.ES30.InterleavedArrayFormat.T4fC4fN3fV4f; +} +static void Test_InternalFormat_19755() { + var _R3G3B2 = OpenTK.Graphics.ES30.InternalFormat.R3G3B2; + var _Alpha4 = OpenTK.Graphics.ES30.InternalFormat.Alpha4; + var _Alpha8 = OpenTK.Graphics.ES30.InternalFormat.Alpha8; + var _Alpha12 = OpenTK.Graphics.ES30.InternalFormat.Alpha12; + var _Alpha16 = OpenTK.Graphics.ES30.InternalFormat.Alpha16; + var _Luminance4 = OpenTK.Graphics.ES30.InternalFormat.Luminance4; + var _Luminance8 = OpenTK.Graphics.ES30.InternalFormat.Luminance8; + var _Luminance12 = OpenTK.Graphics.ES30.InternalFormat.Luminance12; + var _Luminance16 = OpenTK.Graphics.ES30.InternalFormat.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.ES30.InternalFormat.Luminance4Alpha4; + var _Luminance6Alpha2 = OpenTK.Graphics.ES30.InternalFormat.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.ES30.InternalFormat.Luminance8Alpha8; + var _Luminance12Alpha4 = OpenTK.Graphics.ES30.InternalFormat.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.ES30.InternalFormat.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.ES30.InternalFormat.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.ES30.InternalFormat.Intensity; + var _Intensity4 = OpenTK.Graphics.ES30.InternalFormat.Intensity4; + var _Intensity8 = OpenTK.Graphics.ES30.InternalFormat.Intensity8; + var _Intensity12 = OpenTK.Graphics.ES30.InternalFormat.Intensity12; + var _Intensity16 = OpenTK.Graphics.ES30.InternalFormat.Intensity16; + var _Rgb2Ext = OpenTK.Graphics.ES30.InternalFormat.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.ES30.InternalFormat.Rgb4; + var _Rgb5 = OpenTK.Graphics.ES30.InternalFormat.Rgb5; + var _Rgb8 = OpenTK.Graphics.ES30.InternalFormat.Rgb8; + var _Rgb10 = OpenTK.Graphics.ES30.InternalFormat.Rgb10; + var _Rgb12 = OpenTK.Graphics.ES30.InternalFormat.Rgb12; + var _Rgb16 = OpenTK.Graphics.ES30.InternalFormat.Rgb16; + var _Rgba2 = OpenTK.Graphics.ES30.InternalFormat.Rgba2; + var _Rgba4 = OpenTK.Graphics.ES30.InternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES30.InternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.ES30.InternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES30.InternalFormat.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.ES30.InternalFormat.Rgba12; + var _Rgba16 = OpenTK.Graphics.ES30.InternalFormat.Rgba16; + var _DualAlpha4Sgis = OpenTK.Graphics.ES30.InternalFormat.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.ES30.InternalFormat.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.ES30.InternalFormat.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.ES30.InternalFormat.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.ES30.InternalFormat.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.ES30.InternalFormat.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.ES30.InternalFormat.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.ES30.InternalFormat.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.ES30.InternalFormat.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.ES30.InternalFormat.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.ES30.InternalFormat.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.ES30.InternalFormat.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.ES30.InternalFormat.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.ES30.InternalFormat.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.ES30.InternalFormat.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.ES30.InternalFormat.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.ES30.InternalFormat.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.ES30.InternalFormat.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.ES30.InternalFormat.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.ES30.InternalFormat.QuadIntensity8Sgis; + var _DepthComponent16Sgix = OpenTK.Graphics.ES30.InternalFormat.DepthComponent16Sgix; + var _DepthComponent24Sgix = OpenTK.Graphics.ES30.InternalFormat.DepthComponent24Sgix; + var _DepthComponent32Sgix = OpenTK.Graphics.ES30.InternalFormat.DepthComponent32Sgix; +} +static void Test_InternalFormatParameter_19756() { + var _Samples = OpenTK.Graphics.ES30.InternalFormatParameter.Samples; + var _NumSampleCounts = OpenTK.Graphics.ES30.InternalFormatParameter.NumSampleCounts; +} +static void Test_KhrBlendEquationAdvanced_19757() { + var _BlendAdvancedCoherentKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.BlendAdvancedCoherentKhr; + var _MultiplyKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.MultiplyKhr; + var _ScreenKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.ScreenKhr; + var _OverlayKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.OverlayKhr; + var _DarkenKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.DarkenKhr; + var _LightenKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.LightenKhr; + var _ColordodgeKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.ColordodgeKhr; + var _ColorburnKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.ColorburnKhr; + var _HardlightKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.HardlightKhr; + var _SoftlightKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.SoftlightKhr; + var _DifferenceKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.DifferenceKhr; + var _ExclusionKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.ExclusionKhr; + var _HslHueKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.HslHueKhr; + var _HslSaturationKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.HslSaturationKhr; + var _HslColorKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.HslColorKhr; + var _HslLuminosityKhr = OpenTK.Graphics.ES30.KhrBlendEquationAdvanced.HslLuminosityKhr; +} +static void Test_KhrDebug_19758() { + var _ContextFlagDebugBit = OpenTK.Graphics.ES30.KhrDebug.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.ES30.KhrDebug.ContextFlagDebugBitKhr; + var _StackOverflow = OpenTK.Graphics.ES30.KhrDebug.StackOverflow; + var _StackOverflowKhr = OpenTK.Graphics.ES30.KhrDebug.StackOverflowKhr; + var _StackUnderflow = OpenTK.Graphics.ES30.KhrDebug.StackUnderflow; + var _StackUnderflowKhr = OpenTK.Graphics.ES30.KhrDebug.StackUnderflowKhr; + var _VertexArray = OpenTK.Graphics.ES30.KhrDebug.VertexArray; + var _VertexArrayKhr = OpenTK.Graphics.ES30.KhrDebug.VertexArrayKhr; + var _DebugOutputSynchronous = OpenTK.Graphics.ES30.KhrDebug.DebugOutputSynchronous; + var _DebugOutputSynchronousKhr = OpenTK.Graphics.ES30.KhrDebug.DebugOutputSynchronousKhr; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.ES30.KhrDebug.DebugNextLoggedMessageLength; + var _DebugNextLoggedMessageLengthKhr = OpenTK.Graphics.ES30.KhrDebug.DebugNextLoggedMessageLengthKhr; + var _DebugCallbackFunction = OpenTK.Graphics.ES30.KhrDebug.DebugCallbackFunction; + var _DebugCallbackFunctionKhr = OpenTK.Graphics.ES30.KhrDebug.DebugCallbackFunctionKhr; + var _DebugCallbackUserParam = OpenTK.Graphics.ES30.KhrDebug.DebugCallbackUserParam; + var _DebugCallbackUserParamKhr = OpenTK.Graphics.ES30.KhrDebug.DebugCallbackUserParamKhr; + var _DebugSourceApi = OpenTK.Graphics.ES30.KhrDebug.DebugSourceApi; + var _DebugSourceApiKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSourceApiKhr; + var _DebugSourceWindowSystem = OpenTK.Graphics.ES30.KhrDebug.DebugSourceWindowSystem; + var _DebugSourceWindowSystemKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSourceWindowSystemKhr; + var _DebugSourceShaderCompiler = OpenTK.Graphics.ES30.KhrDebug.DebugSourceShaderCompiler; + var _DebugSourceShaderCompilerKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSourceShaderCompilerKhr; + var _DebugSourceThirdParty = OpenTK.Graphics.ES30.KhrDebug.DebugSourceThirdParty; + var _DebugSourceThirdPartyKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSourceThirdPartyKhr; + var _DebugSourceApplication = OpenTK.Graphics.ES30.KhrDebug.DebugSourceApplication; + var _DebugSourceApplicationKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSourceApplicationKhr; + var _DebugSourceOther = OpenTK.Graphics.ES30.KhrDebug.DebugSourceOther; + var _DebugSourceOtherKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSourceOtherKhr; + var _DebugTypeError = OpenTK.Graphics.ES30.KhrDebug.DebugTypeError; + var _DebugTypeErrorKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypeErrorKhr; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.ES30.KhrDebug.DebugTypeDeprecatedBehavior; + var _DebugTypeDeprecatedBehaviorKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypeDeprecatedBehaviorKhr; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.ES30.KhrDebug.DebugTypeUndefinedBehavior; + var _DebugTypeUndefinedBehaviorKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypeUndefinedBehaviorKhr; + var _DebugTypePortability = OpenTK.Graphics.ES30.KhrDebug.DebugTypePortability; + var _DebugTypePortabilityKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypePortabilityKhr; + var _DebugTypePerformance = OpenTK.Graphics.ES30.KhrDebug.DebugTypePerformance; + var _DebugTypePerformanceKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypePerformanceKhr; + var _DebugTypeOther = OpenTK.Graphics.ES30.KhrDebug.DebugTypeOther; + var _DebugTypeOtherKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypeOtherKhr; + var _DebugTypeMarker = OpenTK.Graphics.ES30.KhrDebug.DebugTypeMarker; + var _DebugTypeMarkerKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypeMarkerKhr; + var _DebugTypePushGroup = OpenTK.Graphics.ES30.KhrDebug.DebugTypePushGroup; + var _DebugTypePushGroupKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypePushGroupKhr; + var _DebugTypePopGroup = OpenTK.Graphics.ES30.KhrDebug.DebugTypePopGroup; + var _DebugTypePopGroupKhr = OpenTK.Graphics.ES30.KhrDebug.DebugTypePopGroupKhr; + var _DebugSeverityNotification = OpenTK.Graphics.ES30.KhrDebug.DebugSeverityNotification; + var _DebugSeverityNotificationKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSeverityNotificationKhr; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.ES30.KhrDebug.MaxDebugGroupStackDepth; + var _MaxDebugGroupStackDepthKhr = OpenTK.Graphics.ES30.KhrDebug.MaxDebugGroupStackDepthKhr; + var _DebugGroupStackDepth = OpenTK.Graphics.ES30.KhrDebug.DebugGroupStackDepth; + var _DebugGroupStackDepthKhr = OpenTK.Graphics.ES30.KhrDebug.DebugGroupStackDepthKhr; + var _Buffer = OpenTK.Graphics.ES30.KhrDebug.Buffer; + var _BufferKhr = OpenTK.Graphics.ES30.KhrDebug.BufferKhr; + var _Shader = OpenTK.Graphics.ES30.KhrDebug.Shader; + var _ShaderKhr = OpenTK.Graphics.ES30.KhrDebug.ShaderKhr; + var _Program = OpenTK.Graphics.ES30.KhrDebug.Program; + var _ProgramKhr = OpenTK.Graphics.ES30.KhrDebug.ProgramKhr; + var _Query = OpenTK.Graphics.ES30.KhrDebug.Query; + var _QueryKhr = OpenTK.Graphics.ES30.KhrDebug.QueryKhr; + var _ProgramPipeline = OpenTK.Graphics.ES30.KhrDebug.ProgramPipeline; + var _Sampler = OpenTK.Graphics.ES30.KhrDebug.Sampler; + var _SamplerKhr = OpenTK.Graphics.ES30.KhrDebug.SamplerKhr; + var _DisplayList = OpenTK.Graphics.ES30.KhrDebug.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.ES30.KhrDebug.MaxLabelLength; + var _MaxLabelLengthKhr = OpenTK.Graphics.ES30.KhrDebug.MaxLabelLengthKhr; + var _MaxDebugMessageLength = OpenTK.Graphics.ES30.KhrDebug.MaxDebugMessageLength; + var _MaxDebugMessageLengthKhr = OpenTK.Graphics.ES30.KhrDebug.MaxDebugMessageLengthKhr; + var _MaxDebugLoggedMessages = OpenTK.Graphics.ES30.KhrDebug.MaxDebugLoggedMessages; + var _MaxDebugLoggedMessagesKhr = OpenTK.Graphics.ES30.KhrDebug.MaxDebugLoggedMessagesKhr; + var _DebugLoggedMessages = OpenTK.Graphics.ES30.KhrDebug.DebugLoggedMessages; + var _DebugLoggedMessagesKhr = OpenTK.Graphics.ES30.KhrDebug.DebugLoggedMessagesKhr; + var _DebugSeverityHigh = OpenTK.Graphics.ES30.KhrDebug.DebugSeverityHigh; + var _DebugSeverityHighKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSeverityHighKhr; + var _DebugSeverityMedium = OpenTK.Graphics.ES30.KhrDebug.DebugSeverityMedium; + var _DebugSeverityMediumKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSeverityMediumKhr; + var _DebugSeverityLow = OpenTK.Graphics.ES30.KhrDebug.DebugSeverityLow; + var _DebugSeverityLowKhr = OpenTK.Graphics.ES30.KhrDebug.DebugSeverityLowKhr; + var _DebugOutput = OpenTK.Graphics.ES30.KhrDebug.DebugOutput; + var _DebugOutputKhr = OpenTK.Graphics.ES30.KhrDebug.DebugOutputKhr; +} +static void Test_KhrTextureCompressionAstcHdr_19759() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc12X12Khr; +} +static void Test_KhrTextureCompressionAstcLdr_19760() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.ES30.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc12X12Khr; +} +static void Test_LightEnvModeSgix_19761() { + var _Add = OpenTK.Graphics.ES30.LightEnvModeSgix.Add; + var _Replace = OpenTK.Graphics.ES30.LightEnvModeSgix.Replace; + var _Modulate = OpenTK.Graphics.ES30.LightEnvModeSgix.Modulate; +} +static void Test_LightEnvParameterSgix_19762() { + var _LightEnvModeSgix = OpenTK.Graphics.ES30.LightEnvParameterSgix.LightEnvModeSgix; +} +static void Test_LightModelColorControl_19763() { + var _SingleColor = OpenTK.Graphics.ES30.LightModelColorControl.SingleColor; + var _SingleColorExt = OpenTK.Graphics.ES30.LightModelColorControl.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.ES30.LightModelColorControl.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.ES30.LightModelColorControl.SeparateSpecularColorExt; +} +static void Test_LightModelParameter_19764() { + var _LightModelLocalViewer = OpenTK.Graphics.ES30.LightModelParameter.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES30.LightModelParameter.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES30.LightModelParameter.LightModelAmbient; + var _LightModelColorControl = OpenTK.Graphics.ES30.LightModelParameter.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.ES30.LightModelParameter.LightModelColorControlExt; +} +static void Test_LightName_19765() { + var _Light0 = OpenTK.Graphics.ES30.LightName.Light0; + var _Light1 = OpenTK.Graphics.ES30.LightName.Light1; + var _Light2 = OpenTK.Graphics.ES30.LightName.Light2; + var _Light3 = OpenTK.Graphics.ES30.LightName.Light3; + var _Light4 = OpenTK.Graphics.ES30.LightName.Light4; + var _Light5 = OpenTK.Graphics.ES30.LightName.Light5; + var _Light6 = OpenTK.Graphics.ES30.LightName.Light6; + var _Light7 = OpenTK.Graphics.ES30.LightName.Light7; + var _FragmentLight0Sgix = OpenTK.Graphics.ES30.LightName.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES30.LightName.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES30.LightName.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES30.LightName.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES30.LightName.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES30.LightName.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES30.LightName.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES30.LightName.FragmentLight7Sgix; +} +static void Test_LightParameter_19766() { + var _Ambient = OpenTK.Graphics.ES30.LightParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES30.LightParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES30.LightParameter.Specular; + var _Position = OpenTK.Graphics.ES30.LightParameter.Position; + var _SpotDirection = OpenTK.Graphics.ES30.LightParameter.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES30.LightParameter.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES30.LightParameter.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES30.LightParameter.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES30.LightParameter.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES30.LightParameter.QuadraticAttenuation; +} +static void Test_ListMode_19767() { + var _Compile = OpenTK.Graphics.ES30.ListMode.Compile; + var _CompileAndExecute = OpenTK.Graphics.ES30.ListMode.CompileAndExecute; +} +static void Test_ListNameType_19768() { + var _Byte = OpenTK.Graphics.ES30.ListNameType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES30.ListNameType.UnsignedByte; + var _Short = OpenTK.Graphics.ES30.ListNameType.Short; + var _UnsignedShort = OpenTK.Graphics.ES30.ListNameType.UnsignedShort; + var _Int = OpenTK.Graphics.ES30.ListNameType.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.ListNameType.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.ListNameType.Float; + var _Gl2Bytes = OpenTK.Graphics.ES30.ListNameType.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.ES30.ListNameType.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.ES30.ListNameType.Gl4Bytes; +} +static void Test_ListParameterName_19769() { + var _ListPrioritySgix = OpenTK.Graphics.ES30.ListParameterName.ListPrioritySgix; +} +static void Test_LogicOp_19770() { + var _Clear = OpenTK.Graphics.ES30.LogicOp.Clear; + var _And = OpenTK.Graphics.ES30.LogicOp.And; + var _AndReverse = OpenTK.Graphics.ES30.LogicOp.AndReverse; + var _Copy = OpenTK.Graphics.ES30.LogicOp.Copy; + var _AndInverted = OpenTK.Graphics.ES30.LogicOp.AndInverted; + var _Noop = OpenTK.Graphics.ES30.LogicOp.Noop; + var _Xor = OpenTK.Graphics.ES30.LogicOp.Xor; + var _Or = OpenTK.Graphics.ES30.LogicOp.Or; + var _Nor = OpenTK.Graphics.ES30.LogicOp.Nor; + var _Equiv = OpenTK.Graphics.ES30.LogicOp.Equiv; + var _Invert = OpenTK.Graphics.ES30.LogicOp.Invert; + var _OrReverse = OpenTK.Graphics.ES30.LogicOp.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES30.LogicOp.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES30.LogicOp.OrInverted; + var _Nand = OpenTK.Graphics.ES30.LogicOp.Nand; + var _Set = OpenTK.Graphics.ES30.LogicOp.Set; +} +static void Test_MapBufferUsageMask_19771() { + var _MapReadBit = OpenTK.Graphics.ES30.MapBufferUsageMask.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.ES30.MapBufferUsageMask.MapReadBitExt; + var _MapWriteBit = OpenTK.Graphics.ES30.MapBufferUsageMask.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.ES30.MapBufferUsageMask.MapWriteBitExt; + var _MapInvalidateRangeBit = OpenTK.Graphics.ES30.MapBufferUsageMask.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES30.MapBufferUsageMask.MapInvalidateRangeBitExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.ES30.MapBufferUsageMask.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES30.MapBufferUsageMask.MapInvalidateBufferBitExt; + var _MapFlushExplicitBit = OpenTK.Graphics.ES30.MapBufferUsageMask.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES30.MapBufferUsageMask.MapFlushExplicitBitExt; + var _MapUnsynchronizedBit = OpenTK.Graphics.ES30.MapBufferUsageMask.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES30.MapBufferUsageMask.MapUnsynchronizedBitExt; + var _MapPersistentBit = OpenTK.Graphics.ES30.MapBufferUsageMask.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.ES30.MapBufferUsageMask.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.ES30.MapBufferUsageMask.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.ES30.MapBufferUsageMask.ClientStorageBit; +} +static void Test_MapTarget_19772() { + var _Map1Color4 = OpenTK.Graphics.ES30.MapTarget.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES30.MapTarget.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES30.MapTarget.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES30.MapTarget.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES30.MapTarget.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES30.MapTarget.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES30.MapTarget.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES30.MapTarget.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES30.MapTarget.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES30.MapTarget.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES30.MapTarget.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES30.MapTarget.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES30.MapTarget.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES30.MapTarget.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES30.MapTarget.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES30.MapTarget.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES30.MapTarget.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES30.MapTarget.Map2Vertex4; + var _GeometryDeformationSgix = OpenTK.Graphics.ES30.MapTarget.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES30.MapTarget.TextureDeformationSgix; +} +static void Test_MapTextureFormatIntel_19773() { + var _LayoutDefaultIntel = OpenTK.Graphics.ES30.MapTextureFormatIntel.LayoutDefaultIntel; + var _LayoutLinearIntel = OpenTK.Graphics.ES30.MapTextureFormatIntel.LayoutLinearIntel; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.ES30.MapTextureFormatIntel.LayoutLinearCpuCachedIntel; +} +static void Test_MaterialFace_19774() { + var _Front = OpenTK.Graphics.ES30.MaterialFace.Front; + var _Back = OpenTK.Graphics.ES30.MaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.ES30.MaterialFace.FrontAndBack; +} +static void Test_MaterialParameter_19775() { + var _Ambient = OpenTK.Graphics.ES30.MaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES30.MaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES30.MaterialParameter.Specular; + var _Emission = OpenTK.Graphics.ES30.MaterialParameter.Emission; + var _Shininess = OpenTK.Graphics.ES30.MaterialParameter.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES30.MaterialParameter.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.ES30.MaterialParameter.ColorIndexes; +} +static void Test_MatrixMode_19776() { + var _Modelview = OpenTK.Graphics.ES30.MatrixMode.Modelview; + var _Modelview0Ext = OpenTK.Graphics.ES30.MatrixMode.Modelview0Ext; + var _Projection = OpenTK.Graphics.ES30.MatrixMode.Projection; + var _Texture = OpenTK.Graphics.ES30.MatrixMode.Texture; +} +static void Test_MemoryBarrierMask_19777() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.VertexAttribArrayBarrierBitExt; + var _ElementArrayBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.ElementArrayBarrierBitExt; + var _UniformBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.UniformBarrierBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.TextureFetchBarrierBitExt; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.ES30.MemoryBarrierMask.ShaderGlobalAccessBarrierBitNv; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.ShaderImageAccessBarrierBitExt; + var _CommandBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.CommandBarrierBitExt; + var _PixelBufferBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.PixelBufferBarrierBitExt; + var _TextureUpdateBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.TextureUpdateBarrierBitExt; + var _BufferUpdateBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.BufferUpdateBarrierBitExt; + var _FramebufferBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.FramebufferBarrierBitExt; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.TransformFeedbackBarrierBitExt; + var _AtomicCounterBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.ES30.MemoryBarrierMask.AtomicCounterBarrierBitExt; + var _ShaderStorageBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.ES30.MemoryBarrierMask.QueryBufferBarrierBit; + var _AllBarrierBits = OpenTK.Graphics.ES30.MemoryBarrierMask.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.ES30.MemoryBarrierMask.AllBarrierBitsExt; +} +static void Test_MeshMode1_19778() { + var _Point = OpenTK.Graphics.ES30.MeshMode1.Point; + var _Line = OpenTK.Graphics.ES30.MeshMode1.Line; +} +static void Test_MeshMode2_19779() { + var _Point = OpenTK.Graphics.ES30.MeshMode2.Point; + var _Line = OpenTK.Graphics.ES30.MeshMode2.Line; + var _Fill = OpenTK.Graphics.ES30.MeshMode2.Fill; +} +static void Test_MinmaxTargetExt_19780() { + var _Minmax = OpenTK.Graphics.ES30.MinmaxTargetExt.Minmax; + var _MinmaxExt = OpenTK.Graphics.ES30.MinmaxTargetExt.MinmaxExt; +} +static void Test_NormalPointerType_19781() { + var _Byte = OpenTK.Graphics.ES30.NormalPointerType.Byte; + var _Short = OpenTK.Graphics.ES30.NormalPointerType.Short; + var _Int = OpenTK.Graphics.ES30.NormalPointerType.Int; + var _Float = OpenTK.Graphics.ES30.NormalPointerType.Float; + var _Double = OpenTK.Graphics.ES30.NormalPointerType.Double; +} +static void Test_NvBlendEquationAdvanced_19782() { + var _Zero = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.Zero; + var _XorNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.XorNv; + var _Invert = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.Invert; + var _RedNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.RedNv; + var _GreenNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.GreenNv; + var _BlueNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.BlueNv; + var _BlendPremultipliedSrcNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.BlendPremultipliedSrcNv; + var _BlendOverlapNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.BlendOverlapNv; + var _UncorrelatedNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.UncorrelatedNv; + var _DisjointNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.DisjointNv; + var _ConjointNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.ConjointNv; + var _SrcNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.SrcNv; + var _DstNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.DstNv; + var _SrcOverNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.SrcOverNv; + var _DstOverNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.DstOverNv; + var _SrcInNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.SrcInNv; + var _DstInNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.DstInNv; + var _SrcOutNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.SrcOutNv; + var _DstOutNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.DstOutNv; + var _SrcAtopNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.SrcAtopNv; + var _DstAtopNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.DstAtopNv; + var _PlusNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.PlusNv; + var _PlusDarkerNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.PlusDarkerNv; + var _MultiplyNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.MultiplyNv; + var _ScreenNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.ScreenNv; + var _OverlayNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.OverlayNv; + var _DarkenNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.DarkenNv; + var _LightenNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.LightenNv; + var _ColordodgeNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.ColordodgeNv; + var _ColorburnNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.ColorburnNv; + var _HardlightNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.HardlightNv; + var _SoftlightNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.SoftlightNv; + var _DifferenceNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.DifferenceNv; + var _MinusNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.MinusNv; + var _ExclusionNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.ExclusionNv; + var _ContrastNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.ContrastNv; + var _InvertRgbNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.InvertRgbNv; + var _LineardodgeNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.LineardodgeNv; + var _LinearburnNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.LinearburnNv; + var _VividlightNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.VividlightNv; + var _LinearlightNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.LinearlightNv; + var _PinlightNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.PinlightNv; + var _HardmixNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.HardmixNv; + var _HslHueNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.HslHueNv; + var _HslSaturationNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.HslSaturationNv; + var _HslColorNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.HslColorNv; + var _HslLuminosityNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.HslLuminosityNv; + var _PlusClampedNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.PlusClampedNv; + var _PlusClampedAlphaNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.PlusClampedAlphaNv; + var _MinusClampedNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.MinusClampedNv; + var _InvertOvgNv = OpenTK.Graphics.ES30.NvBlendEquationAdvanced.InvertOvgNv; +} +static void Test_NvBlendEquationAdvancedCoherent_19783() { + var _BlendAdvancedCoherentNv = OpenTK.Graphics.ES30.NvBlendEquationAdvancedCoherent.BlendAdvancedCoherentNv; +} +static void Test_NvCopyBuffer_19784() { + var _CopyReadBufferNv = OpenTK.Graphics.ES30.NvCopyBuffer.CopyReadBufferNv; + var _CopyWriteBufferNv = OpenTK.Graphics.ES30.NvCopyBuffer.CopyWriteBufferNv; +} +static void Test_NvCoverageSample_19785() { + var _CoverageBufferBitNv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageBufferBitNv; + var _CoverageComponentNv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageComponentNv; + var _CoverageComponent4Nv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageComponent4Nv; + var _CoverageAttachmentNv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageAttachmentNv; + var _CoverageBuffersNv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageBuffersNv; + var _CoverageSamplesNv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageSamplesNv; + var _CoverageAllFragmentsNv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageAllFragmentsNv; + var _CoverageEdgeFragmentsNv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageEdgeFragmentsNv; + var _CoverageAutomaticNv = OpenTK.Graphics.ES30.NvCoverageSample.CoverageAutomaticNv; +} +static void Test_NvDepthNonlinear_19786() { + var _DepthComponent16NonlinearNv = OpenTK.Graphics.ES30.NvDepthNonlinear.DepthComponent16NonlinearNv; +} +static void Test_NvDrawBuffers_19787() { + var _MaxDrawBuffersNv = OpenTK.Graphics.ES30.NvDrawBuffers.MaxDrawBuffersNv; + var _DrawBuffer0Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer0Nv; + var _DrawBuffer1Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer1Nv; + var _DrawBuffer2Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer2Nv; + var _DrawBuffer3Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer3Nv; + var _DrawBuffer4Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer4Nv; + var _DrawBuffer5Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer5Nv; + var _DrawBuffer6Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer6Nv; + var _DrawBuffer7Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer7Nv; + var _DrawBuffer8Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer8Nv; + var _DrawBuffer9Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer9Nv; + var _DrawBuffer10Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer10Nv; + var _DrawBuffer11Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer11Nv; + var _DrawBuffer12Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer12Nv; + var _DrawBuffer13Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer13Nv; + var _DrawBuffer14Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer14Nv; + var _DrawBuffer15Nv = OpenTK.Graphics.ES30.NvDrawBuffers.DrawBuffer15Nv; + var _ColorAttachment0Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment0Nv; + var _ColorAttachment1Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment1Nv; + var _ColorAttachment2Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment2Nv; + var _ColorAttachment3Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment3Nv; + var _ColorAttachment4Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment4Nv; + var _ColorAttachment5Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment5Nv; + var _ColorAttachment6Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment6Nv; + var _ColorAttachment7Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment7Nv; + var _ColorAttachment8Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment8Nv; + var _ColorAttachment9Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment9Nv; + var _ColorAttachment10Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment10Nv; + var _ColorAttachment11Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment11Nv; + var _ColorAttachment12Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment12Nv; + var _ColorAttachment13Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment13Nv; + var _ColorAttachment14Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment14Nv; + var _ColorAttachment15Nv = OpenTK.Graphics.ES30.NvDrawBuffers.ColorAttachment15Nv; +} +static void Test_NvDrawInstanced_19788() { +} +static void Test_NvExplicitAttribLocation_19789() { +} +static void Test_NvFboColorAttachments_19790() { + var _MaxColorAttachmentsNv = OpenTK.Graphics.ES30.NvFboColorAttachments.MaxColorAttachmentsNv; + var _ColorAttachment0Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment0Nv; + var _ColorAttachment1Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment1Nv; + var _ColorAttachment2Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment2Nv; + var _ColorAttachment3Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment3Nv; + var _ColorAttachment4Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment4Nv; + var _ColorAttachment5Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment5Nv; + var _ColorAttachment6Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment6Nv; + var _ColorAttachment7Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment7Nv; + var _ColorAttachment8Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment8Nv; + var _ColorAttachment9Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment9Nv; + var _ColorAttachment10Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment10Nv; + var _ColorAttachment11Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment11Nv; + var _ColorAttachment12Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment12Nv; + var _ColorAttachment13Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment13Nv; + var _ColorAttachment14Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment14Nv; + var _ColorAttachment15Nv = OpenTK.Graphics.ES30.NvFboColorAttachments.ColorAttachment15Nv; +} +static void Test_NvFence_19791() { + var _AllCompletedNv = OpenTK.Graphics.ES30.NvFence.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.ES30.NvFence.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.ES30.NvFence.FenceConditionNv; +} +static void Test_NvFramebufferBlit_19792() { + var _DrawFramebufferBindingNv = OpenTK.Graphics.ES30.NvFramebufferBlit.DrawFramebufferBindingNv; + var _ReadFramebufferNv = OpenTK.Graphics.ES30.NvFramebufferBlit.ReadFramebufferNv; + var _DrawFramebufferNv = OpenTK.Graphics.ES30.NvFramebufferBlit.DrawFramebufferNv; + var _ReadFramebufferBindingNv = OpenTK.Graphics.ES30.NvFramebufferBlit.ReadFramebufferBindingNv; +} +static void Test_NvFramebufferMultisample_19793() { + var _RenderbufferSamplesNv = OpenTK.Graphics.ES30.NvFramebufferMultisample.RenderbufferSamplesNv; + var _FramebufferIncompleteMultisampleNv = OpenTK.Graphics.ES30.NvFramebufferMultisample.FramebufferIncompleteMultisampleNv; + var _MaxSamplesNv = OpenTK.Graphics.ES30.NvFramebufferMultisample.MaxSamplesNv; +} +static void Test_NvGenerateMipmapSrgb_19794() { +} +static void Test_NvInstancedArrays_19795() { + var _VertexAttribArrayDivisorNv = OpenTK.Graphics.ES30.NvInstancedArrays.VertexAttribArrayDivisorNv; +} +static void Test_NvNonSquareMatrices_19796() { + var _FloatMat2x3Nv = OpenTK.Graphics.ES30.NvNonSquareMatrices.FloatMat2x3Nv; + var _FloatMat2x4Nv = OpenTK.Graphics.ES30.NvNonSquareMatrices.FloatMat2x4Nv; + var _FloatMat3x2Nv = OpenTK.Graphics.ES30.NvNonSquareMatrices.FloatMat3x2Nv; + var _FloatMat3x4Nv = OpenTK.Graphics.ES30.NvNonSquareMatrices.FloatMat3x4Nv; + var _FloatMat4x2Nv = OpenTK.Graphics.ES30.NvNonSquareMatrices.FloatMat4x2Nv; + var _FloatMat4x3Nv = OpenTK.Graphics.ES30.NvNonSquareMatrices.FloatMat4x3Nv; +} +static void Test_NvReadBuffer_19797() { + var _ReadBufferNv = OpenTK.Graphics.ES30.NvReadBuffer.ReadBufferNv; +} +static void Test_NvReadBufferFront_19798() { +} +static void Test_NvReadDepth_19799() { +} +static void Test_NvReadDepthStencil_19800() { +} +static void Test_NvReadStencil_19801() { +} +static void Test_NvShadowSamplersArray_19802() { + var _Sampler2DArrayShadowNv = OpenTK.Graphics.ES30.NvShadowSamplersArray.Sampler2DArrayShadowNv; +} +static void Test_NvShadowSamplersCube_19803() { + var _SamplerCubeShadowNv = OpenTK.Graphics.ES30.NvShadowSamplersCube.SamplerCubeShadowNv; +} +static void Test_NvSrgbFormats_19804() { + var _Etc1Srgb8Nv = OpenTK.Graphics.ES30.NvSrgbFormats.Etc1Srgb8Nv; + var _Srgb8Nv = OpenTK.Graphics.ES30.NvSrgbFormats.Srgb8Nv; + var _SluminanceAlphaNv = OpenTK.Graphics.ES30.NvSrgbFormats.SluminanceAlphaNv; + var _Sluminance8Alpha8Nv = OpenTK.Graphics.ES30.NvSrgbFormats.Sluminance8Alpha8Nv; + var _SluminanceNv = OpenTK.Graphics.ES30.NvSrgbFormats.SluminanceNv; + var _Sluminance8Nv = OpenTK.Graphics.ES30.NvSrgbFormats.Sluminance8Nv; + var _CompressedSrgbS3tcDxt1Nv = OpenTK.Graphics.ES30.NvSrgbFormats.CompressedSrgbS3tcDxt1Nv; + var _CompressedSrgbAlphaS3tcDxt1Nv = OpenTK.Graphics.ES30.NvSrgbFormats.CompressedSrgbAlphaS3tcDxt1Nv; + var _CompressedSrgbAlphaS3tcDxt3Nv = OpenTK.Graphics.ES30.NvSrgbFormats.CompressedSrgbAlphaS3tcDxt3Nv; + var _CompressedSrgbAlphaS3tcDxt5Nv = OpenTK.Graphics.ES30.NvSrgbFormats.CompressedSrgbAlphaS3tcDxt5Nv; +} +static void Test_NvTextureBorderClamp_19805() { + var _TextureBorderColorNv = OpenTK.Graphics.ES30.NvTextureBorderClamp.TextureBorderColorNv; + var _ClampToBorderNv = OpenTK.Graphics.ES30.NvTextureBorderClamp.ClampToBorderNv; +} +static void Test_NvTextureCompressionS3tcUpdate_19806() { +} +static void Test_NvTextureNpot2DMipmap_19807() { +} +static void Test_ObjectLabelIdentifier_19808() { + var _Texture = OpenTK.Graphics.ES30.ObjectLabelIdentifier.Texture; + var _VertexArray = OpenTK.Graphics.ES30.ObjectLabelIdentifier.VertexArray; + var _Buffer = OpenTK.Graphics.ES30.ObjectLabelIdentifier.Buffer; + var _Shader = OpenTK.Graphics.ES30.ObjectLabelIdentifier.Shader; + var _Program = OpenTK.Graphics.ES30.ObjectLabelIdentifier.Program; + var _Query = OpenTK.Graphics.ES30.ObjectLabelIdentifier.Query; + var _ProgramPipeline = OpenTK.Graphics.ES30.ObjectLabelIdentifier.ProgramPipeline; + var _Sampler = OpenTK.Graphics.ES30.ObjectLabelIdentifier.Sampler; + var _Framebuffer = OpenTK.Graphics.ES30.ObjectLabelIdentifier.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.ES30.ObjectLabelIdentifier.Renderbuffer; + var _TransformFeedback = OpenTK.Graphics.ES30.ObjectLabelIdentifier.TransformFeedback; +} +static void Test_OcclusionQueryEventMaskAmd_19809() { + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.ES30.OcclusionQueryEventMaskAmd.QueryDepthPassEventBitAmd; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.ES30.OcclusionQueryEventMaskAmd.QueryDepthFailEventBitAmd; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.ES30.OcclusionQueryEventMaskAmd.QueryStencilFailEventBitAmd; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.ES30.OcclusionQueryEventMaskAmd.QueryDepthBoundsFailEventBitAmd; + var _QueryAllEventBitsAmd = OpenTK.Graphics.ES30.OcclusionQueryEventMaskAmd.QueryAllEventBitsAmd; +} +static void Test_OesCompressedEtc1Rgb8Texture_19810() { + var _Etc1Rgb8Oes = OpenTK.Graphics.ES30.OesCompressedEtc1Rgb8Texture.Etc1Rgb8Oes; +} +static void Test_OesCompressedPalettedTexture_19811() { + var _Palette4Rgb8Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES30.OesCompressedPalettedTexture.Palette8Rgb5A1Oes; +} +static void Test_OesDepth24_19812() { + var _DepthComponent24Oes = OpenTK.Graphics.ES30.OesDepth24.DepthComponent24Oes; +} +static void Test_OesDepth32_19813() { + var _DepthComponent32Oes = OpenTK.Graphics.ES30.OesDepth32.DepthComponent32Oes; +} +static void Test_OesDepthTexture_19814() { + var _UnsignedShort = OpenTK.Graphics.ES30.OesDepthTexture.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.ES30.OesDepthTexture.UnsignedInt; + var _DepthComponent = OpenTK.Graphics.ES30.OesDepthTexture.DepthComponent; +} +static void Test_OesEglImage_19815() { +} +static void Test_OesEglImageExternal_19816() { + var _TextureExternalOes = OpenTK.Graphics.ES30.OesEglImageExternal.TextureExternalOes; + var _SamplerExternalOes = OpenTK.Graphics.ES30.OesEglImageExternal.SamplerExternalOes; + var _TextureBindingExternalOes = OpenTK.Graphics.ES30.OesEglImageExternal.TextureBindingExternalOes; + var _RequiredTextureImageUnitsOes = OpenTK.Graphics.ES30.OesEglImageExternal.RequiredTextureImageUnitsOes; +} +static void Test_OesElementIndexUint_19817() { + var _UnsignedInt = OpenTK.Graphics.ES30.OesElementIndexUint.UnsignedInt; +} +static void Test_OesFboRenderMipmap_19818() { +} +static void Test_OesFragmentPrecisionHigh_19819() { +} +static void Test_OesGetProgramBinary_19820() { + var _ProgramBinaryLengthOes = OpenTK.Graphics.ES30.OesGetProgramBinary.ProgramBinaryLengthOes; + var _NumProgramBinaryFormatsOes = OpenTK.Graphics.ES30.OesGetProgramBinary.NumProgramBinaryFormatsOes; + var _ProgramBinaryFormatsOes = OpenTK.Graphics.ES30.OesGetProgramBinary.ProgramBinaryFormatsOes; +} +static void Test_OesMapbuffer_19821() { + var _WriteOnlyOes = OpenTK.Graphics.ES30.OesMapbuffer.WriteOnlyOes; + var _BufferAccessOes = OpenTK.Graphics.ES30.OesMapbuffer.BufferAccessOes; + var _BufferMappedOes = OpenTK.Graphics.ES30.OesMapbuffer.BufferMappedOes; + var _BufferMapPointerOes = OpenTK.Graphics.ES30.OesMapbuffer.BufferMapPointerOes; +} +static void Test_OesPackedDepthStencil_19822() { + var _DepthStencilOes = OpenTK.Graphics.ES30.OesPackedDepthStencil.DepthStencilOes; + var _UnsignedInt248Oes = OpenTK.Graphics.ES30.OesPackedDepthStencil.UnsignedInt248Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES30.OesPackedDepthStencil.Depth24Stencil8Oes; +} +static void Test_OesRequiredInternalformat_19823() { + var _Alpha8Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Alpha8Oes; + var _Luminance8Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Luminance8Oes; + var _Luminance4Alpha4Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Luminance4Alpha4Oes; + var _Luminance8Alpha8Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Luminance8Alpha8Oes; + var _Rgb8Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Rgb8Oes; + var _Rgb10Ext = OpenTK.Graphics.ES30.OesRequiredInternalformat.Rgb10Ext; + var _Rgba4Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Rgba4Oes; + var _Rgb5A1Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Rgb5A1Oes; + var _Rgba8Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Rgba8Oes; + var _Rgb10A2Ext = OpenTK.Graphics.ES30.OesRequiredInternalformat.Rgb10A2Ext; + var _DepthComponent16Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.DepthComponent16Oes; + var _DepthComponent24Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.DepthComponent24Oes; + var _DepthComponent32Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.DepthComponent32Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Depth24Stencil8Oes; + var _Rgb565Oes = OpenTK.Graphics.ES30.OesRequiredInternalformat.Rgb565Oes; +} +static void Test_OesRgb8Rgba8_19824() { + var _Rgb8Oes = OpenTK.Graphics.ES30.OesRgb8Rgba8.Rgb8Oes; + var _Rgba8Oes = OpenTK.Graphics.ES30.OesRgb8Rgba8.Rgba8Oes; +} +static void Test_OesSampleShading_19825() { + var _SampleShadingOes = OpenTK.Graphics.ES30.OesSampleShading.SampleShadingOes; + var _MinSampleShadingValueOes = OpenTK.Graphics.ES30.OesSampleShading.MinSampleShadingValueOes; +} +static void Test_OesSampleVariables_19826() { +} +static void Test_OesShaderImageAtomic_19827() { +} +static void Test_OesShaderMultisampleInterpolation_19828() { + var _MinFragmentInterpolationOffsetOes = OpenTK.Graphics.ES30.OesShaderMultisampleInterpolation.MinFragmentInterpolationOffsetOes; + var _MaxFragmentInterpolationOffsetOes = OpenTK.Graphics.ES30.OesShaderMultisampleInterpolation.MaxFragmentInterpolationOffsetOes; + var _FragmentInterpolationOffsetBitsOes = OpenTK.Graphics.ES30.OesShaderMultisampleInterpolation.FragmentInterpolationOffsetBitsOes; +} +static void Test_OesStandardDerivatives_19829() { + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.ES30.OesStandardDerivatives.FragmentShaderDerivativeHintOes; +} +static void Test_OesStencil1_19830() { + var _StencilIndex1Oes = OpenTK.Graphics.ES30.OesStencil1.StencilIndex1Oes; +} +static void Test_OesStencil4_19831() { + var _StencilIndex4Oes = OpenTK.Graphics.ES30.OesStencil4.StencilIndex4Oes; +} +static void Test_OesSurfacelessContext_19832() { + var _FramebufferUndefinedOes = OpenTK.Graphics.ES30.OesSurfacelessContext.FramebufferUndefinedOes; +} +static void Test_OesTexture3D_19833() { + var _TextureBinding3DOes = OpenTK.Graphics.ES30.OesTexture3D.TextureBinding3DOes; + var _Texture3DOes = OpenTK.Graphics.ES30.OesTexture3D.Texture3DOes; + var _TextureWrapROes = OpenTK.Graphics.ES30.OesTexture3D.TextureWrapROes; + var _Max3DTextureSizeOes = OpenTK.Graphics.ES30.OesTexture3D.Max3DTextureSizeOes; + var _Sampler3DOes = OpenTK.Graphics.ES30.OesTexture3D.Sampler3DOes; + var _FramebufferAttachmentTexture3DZoffsetOes = OpenTK.Graphics.ES30.OesTexture3D.FramebufferAttachmentTexture3DZoffsetOes; +} +static void Test_OesTextureCompressionAstc_19834() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc12X12Khr; + var _CompressedRgbaAstc3X3x3Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc3X3x3Oes; + var _CompressedRgbaAstc4X3x3Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc4X3x3Oes; + var _CompressedRgbaAstc4X4x3Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc4X4x3Oes; + var _CompressedRgbaAstc4X4x4Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc4X4x4Oes; + var _CompressedRgbaAstc5X4x4Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc5X4x4Oes; + var _CompressedRgbaAstc5X5x4Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc5X5x4Oes; + var _CompressedRgbaAstc5X5x5Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc5X5x5Oes; + var _CompressedRgbaAstc6X5x5Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc6X5x5Oes; + var _CompressedRgbaAstc6X6x5Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc6X6x5Oes; + var _CompressedRgbaAstc6X6x6Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedRgbaAstc6X6x6Oes; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc12X12Khr; + var _CompressedSrgb8Alpha8Astc3X3x3Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc3X3x3Oes; + var _CompressedSrgb8Alpha8Astc4X3x3Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc4X3x3Oes; + var _CompressedSrgb8Alpha8Astc4X4x3Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc4X4x3Oes; + var _CompressedSrgb8Alpha8Astc4X4x4Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc4X4x4Oes; + var _CompressedSrgb8Alpha8Astc5X4x4Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X4x4Oes; + var _CompressedSrgb8Alpha8Astc5X5x4Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X5x4Oes; + var _CompressedSrgb8Alpha8Astc5X5x5Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X5x5Oes; + var _CompressedSrgb8Alpha8Astc6X5x5Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X5x5Oes; + var _CompressedSrgb8Alpha8Astc6X6x5Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X6x5Oes; + var _CompressedSrgb8Alpha8Astc6X6x6Oes = OpenTK.Graphics.ES30.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X6x6Oes; +} +static void Test_OesTextureFloat_19835() { + var _Float = OpenTK.Graphics.ES30.OesTextureFloat.Float; +} +static void Test_OesTextureFloatLinear_19836() { +} +static void Test_OesTextureHalfFloat_19837() { + var _HalfFloatOes = OpenTK.Graphics.ES30.OesTextureHalfFloat.HalfFloatOes; +} +static void Test_OesTextureHalfFloatLinear_19838() { +} +static void Test_OesTextureNpot_19839() { +} +static void Test_OesTextureStencil8_19840() { + var _StencilIndexOes = OpenTK.Graphics.ES30.OesTextureStencil8.StencilIndexOes; + var _StencilIndex8Oes = OpenTK.Graphics.ES30.OesTextureStencil8.StencilIndex8Oes; +} +static void Test_OesTextureStorageMultisample2dArray_19841() { + var _Texture2DMultisampleArrayOes = OpenTK.Graphics.ES30.OesTextureStorageMultisample2dArray.Texture2DMultisampleArrayOes; + var _TextureBinding2DMultisampleArrayOes = OpenTK.Graphics.ES30.OesTextureStorageMultisample2dArray.TextureBinding2DMultisampleArrayOes; + var _Sampler2DMultisampleArrayOes = OpenTK.Graphics.ES30.OesTextureStorageMultisample2dArray.Sampler2DMultisampleArrayOes; + var _IntSampler2DMultisampleArrayOes = OpenTK.Graphics.ES30.OesTextureStorageMultisample2dArray.IntSampler2DMultisampleArrayOes; + var _UnsignedIntSampler2DMultisampleArrayOes = OpenTK.Graphics.ES30.OesTextureStorageMultisample2dArray.UnsignedIntSampler2DMultisampleArrayOes; +} +static void Test_OesVertexArrayObject_19842() { + var _VertexArrayBindingOes = OpenTK.Graphics.ES30.OesVertexArrayObject.VertexArrayBindingOes; +} +static void Test_OesVertexHalfFloat_19843() { + var _HalfFloatOes = OpenTK.Graphics.ES30.OesVertexHalfFloat.HalfFloatOes; +} +static void Test_OesVertexType1010102_19844() { + var _UnsignedInt1010102Oes = OpenTK.Graphics.ES30.OesVertexType1010102.UnsignedInt1010102Oes; + var _Int1010102Oes = OpenTK.Graphics.ES30.OesVertexType1010102.Int1010102Oes; +} +static void Test_PixelCopyType_19845() { + var _Color = OpenTK.Graphics.ES30.PixelCopyType.Color; + var _ColorExt = OpenTK.Graphics.ES30.PixelCopyType.ColorExt; + var _Depth = OpenTK.Graphics.ES30.PixelCopyType.Depth; + var _DepthExt = OpenTK.Graphics.ES30.PixelCopyType.DepthExt; + var _Stencil = OpenTK.Graphics.ES30.PixelCopyType.Stencil; + var _StencilExt = OpenTK.Graphics.ES30.PixelCopyType.StencilExt; +} +static void Test_PixelFormat_19846() { + var _UnsignedShort = OpenTK.Graphics.ES30.PixelFormat.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.ES30.PixelFormat.UnsignedInt; + var _ColorIndex = OpenTK.Graphics.ES30.PixelFormat.ColorIndex; + var _StencilIndex = OpenTK.Graphics.ES30.PixelFormat.StencilIndex; + var _DepthComponent = OpenTK.Graphics.ES30.PixelFormat.DepthComponent; + var _Red = OpenTK.Graphics.ES30.PixelFormat.Red; + var _RedExt = OpenTK.Graphics.ES30.PixelFormat.RedExt; + var _Green = OpenTK.Graphics.ES30.PixelFormat.Green; + var _Blue = OpenTK.Graphics.ES30.PixelFormat.Blue; + var _Alpha = OpenTK.Graphics.ES30.PixelFormat.Alpha; + var _Rgb = OpenTK.Graphics.ES30.PixelFormat.Rgb; + var _Rgba = OpenTK.Graphics.ES30.PixelFormat.Rgba; + var _Luminance = OpenTK.Graphics.ES30.PixelFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES30.PixelFormat.LuminanceAlpha; + var _R = OpenTK.Graphics.ES30.PixelFormat.R; + var _AbgrExt = OpenTK.Graphics.ES30.PixelFormat.AbgrExt; + var _CmykExt = OpenTK.Graphics.ES30.PixelFormat.CmykExt; + var _CmykaExt = OpenTK.Graphics.ES30.PixelFormat.CmykaExt; + var _Ycrcb422Sgix = OpenTK.Graphics.ES30.PixelFormat.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.ES30.PixelFormat.Ycrcb444Sgix; + var _Rg = OpenTK.Graphics.ES30.PixelFormat.Rg; + var _RgInteger = OpenTK.Graphics.ES30.PixelFormat.RgInteger; + var _DepthStencil = OpenTK.Graphics.ES30.PixelFormat.DepthStencil; + var _RedInteger = OpenTK.Graphics.ES30.PixelFormat.RedInteger; + var _RgbInteger = OpenTK.Graphics.ES30.PixelFormat.RgbInteger; + var _RgbaInteger = OpenTK.Graphics.ES30.PixelFormat.RgbaInteger; +} +static void Test_PixelInternalFormat_19847() { + var _Alpha = OpenTK.Graphics.ES30.PixelInternalFormat.Alpha; + var _Rgb = OpenTK.Graphics.ES30.PixelInternalFormat.Rgb; + var _Rgba = OpenTK.Graphics.ES30.PixelInternalFormat.Rgba; + var _Luminance = OpenTK.Graphics.ES30.PixelInternalFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES30.PixelInternalFormat.LuminanceAlpha; +} +static void Test_PixelMap_19848() { + var _PixelMapIToI = OpenTK.Graphics.ES30.PixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES30.PixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES30.PixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES30.PixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES30.PixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES30.PixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES30.PixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES30.PixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES30.PixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES30.PixelMap.PixelMapAToA; +} +static void Test_PixelStoreParameter_19849() { + var _UnpackSwapBytes = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES30.PixelStoreParameter.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES30.PixelStoreParameter.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES30.PixelStoreParameter.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES30.PixelStoreParameter.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES30.PixelStoreParameter.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES30.PixelStoreParameter.PackAlignment; + var _PackSkipImages = OpenTK.Graphics.ES30.PixelStoreParameter.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.ES30.PixelStoreParameter.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.ES30.PixelStoreParameter.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.ES30.PixelStoreParameter.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackImageHeightExt; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES30.PixelStoreParameter.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES30.PixelStoreParameter.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackImageDepthSgis; + var _PixelTileWidthSgix = OpenTK.Graphics.ES30.PixelStoreParameter.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES30.PixelStoreParameter.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES30.PixelStoreParameter.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES30.PixelStoreParameter.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES30.PixelStoreParameter.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES30.PixelStoreParameter.PixelTileCacheSizeSgix; + var _PackResampleSgix = OpenTK.Graphics.ES30.PixelStoreParameter.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackResampleSgix; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES30.PixelStoreParameter.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackSubsampleRateSgix; + var _PackResampleOml = OpenTK.Graphics.ES30.PixelStoreParameter.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.ES30.PixelStoreParameter.UnpackResampleOml; +} +static void Test_PixelStoreResampleMode_19850() { + var _ResampleReplicateSgix = OpenTK.Graphics.ES30.PixelStoreResampleMode.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.ES30.PixelStoreResampleMode.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.ES30.PixelStoreResampleMode.ResampleDecimateSgix; +} +static void Test_PixelStoreSubsampleRate_19851() { + var _PixelSubsample4444Sgix = OpenTK.Graphics.ES30.PixelStoreSubsampleRate.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.ES30.PixelStoreSubsampleRate.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.ES30.PixelStoreSubsampleRate.PixelSubsample4242Sgix; +} +static void Test_PixelTexGenMode_19852() { + var _None = OpenTK.Graphics.ES30.PixelTexGenMode.None; + var _Rgb = OpenTK.Graphics.ES30.PixelTexGenMode.Rgb; + var _Rgba = OpenTK.Graphics.ES30.PixelTexGenMode.Rgba; + var _Luminance = OpenTK.Graphics.ES30.PixelTexGenMode.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES30.PixelTexGenMode.LuminanceAlpha; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.ES30.PixelTexGenMode.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.ES30.PixelTexGenMode.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.ES30.PixelTexGenMode.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.ES30.PixelTexGenMode.PixelTexGenAlphaMsSgix; +} +static void Test_PixelTexGenParameterNameSgis_19853() { + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.ES30.PixelTexGenParameterNameSgis.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.ES30.PixelTexGenParameterNameSgis.PixelFragmentAlphaSourceSgis; +} +static void Test_PixelTransferParameter_19854() { + var _MapColor = OpenTK.Graphics.ES30.PixelTransferParameter.MapColor; + var _MapStencil = OpenTK.Graphics.ES30.PixelTransferParameter.MapStencil; + var _IndexShift = OpenTK.Graphics.ES30.PixelTransferParameter.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES30.PixelTransferParameter.IndexOffset; + var _RedScale = OpenTK.Graphics.ES30.PixelTransferParameter.RedScale; + var _RedBias = OpenTK.Graphics.ES30.PixelTransferParameter.RedBias; + var _GreenScale = OpenTK.Graphics.ES30.PixelTransferParameter.GreenScale; + var _GreenBias = OpenTK.Graphics.ES30.PixelTransferParameter.GreenBias; + var _BlueScale = OpenTK.Graphics.ES30.PixelTransferParameter.BlueScale; + var _BlueBias = OpenTK.Graphics.ES30.PixelTransferParameter.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES30.PixelTransferParameter.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES30.PixelTransferParameter.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES30.PixelTransferParameter.DepthScale; + var _DepthBias = OpenTK.Graphics.ES30.PixelTransferParameter.DepthBias; + var _PostConvolutionRedScale = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES30.PixelTransferParameter.PostConvolutionAlphaBiasExt; + var _PostColorMatrixRedScale = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES30.PixelTransferParameter.PostColorMatrixAlphaBiasSgi; +} +static void Test_PixelType_19855() { + var _Byte = OpenTK.Graphics.ES30.PixelType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES30.PixelType.UnsignedByte; + var _Short = OpenTK.Graphics.ES30.PixelType.Short; + var _UnsignedShort = OpenTK.Graphics.ES30.PixelType.UnsignedShort; + var _Int = OpenTK.Graphics.ES30.PixelType.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.PixelType.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.PixelType.Float; + var _HalfFloat = OpenTK.Graphics.ES30.PixelType.HalfFloat; + var _Bitmap = OpenTK.Graphics.ES30.PixelType.Bitmap; + var _UnsignedByte332 = OpenTK.Graphics.ES30.PixelType.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.ES30.PixelType.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.ES30.PixelType.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.ES30.PixelType.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.ES30.PixelType.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.ES30.PixelType.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.ES30.PixelType.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.ES30.PixelType.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.ES30.PixelType.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.ES30.PixelType.UnsignedInt1010102Ext; + var _UnsignedShort565 = OpenTK.Graphics.ES30.PixelType.UnsignedShort565; + var _UnsignedInt2101010Rev = OpenTK.Graphics.ES30.PixelType.UnsignedInt2101010Rev; + var _UnsignedInt248 = OpenTK.Graphics.ES30.PixelType.UnsignedInt248; + var _UnsignedInt10F11F11FRev = OpenTK.Graphics.ES30.PixelType.UnsignedInt10F11F11FRev; + var _UnsignedInt5999Rev = OpenTK.Graphics.ES30.PixelType.UnsignedInt5999Rev; + var _Float32UnsignedInt248Rev = OpenTK.Graphics.ES30.PixelType.Float32UnsignedInt248Rev; +} +static void Test_PointParameterNameSgis_19856() { + var _PointSizeMin = OpenTK.Graphics.ES30.PointParameterNameSgis.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.ES30.PointParameterNameSgis.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.ES30.PointParameterNameSgis.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.ES30.PointParameterNameSgis.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.ES30.PointParameterNameSgis.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.ES30.PointParameterNameSgis.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.ES30.PointParameterNameSgis.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.ES30.PointParameterNameSgis.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.ES30.PointParameterNameSgis.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.ES30.PointParameterNameSgis.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.ES30.PointParameterNameSgis.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES30.PointParameterNameSgis.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.ES30.PointParameterNameSgis.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES30.PointParameterNameSgis.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.ES30.PointParameterNameSgis.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.ES30.PointParameterNameSgis.PointDistanceAttenuationArb; +} +static void Test_PolygonMode_19857() { + var _Point = OpenTK.Graphics.ES30.PolygonMode.Point; + var _Line = OpenTK.Graphics.ES30.PolygonMode.Line; + var _Fill = OpenTK.Graphics.ES30.PolygonMode.Fill; +} +static void Test_PrimitiveType_19858() { + var _Points = OpenTK.Graphics.ES30.PrimitiveType.Points; + var _Lines = OpenTK.Graphics.ES30.PrimitiveType.Lines; + var _LineLoop = OpenTK.Graphics.ES30.PrimitiveType.LineLoop; + var _LineStrip = OpenTK.Graphics.ES30.PrimitiveType.LineStrip; + var _Triangles = OpenTK.Graphics.ES30.PrimitiveType.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES30.PrimitiveType.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES30.PrimitiveType.TriangleFan; + var _Quads = OpenTK.Graphics.ES30.PrimitiveType.Quads; + var _QuadsExt = OpenTK.Graphics.ES30.PrimitiveType.QuadsExt; + var _QuadStrip = OpenTK.Graphics.ES30.PrimitiveType.QuadStrip; + var _Polygon = OpenTK.Graphics.ES30.PrimitiveType.Polygon; + var _LinesAdjacency = OpenTK.Graphics.ES30.PrimitiveType.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.ES30.PrimitiveType.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.ES30.PrimitiveType.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.ES30.PrimitiveType.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.ES30.PrimitiveType.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.ES30.PrimitiveType.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.ES30.PrimitiveType.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.ES30.PrimitiveType.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.ES30.PrimitiveType.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.ES30.PrimitiveType.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.ES30.PrimitiveType.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.ES30.PrimitiveType.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.ES30.PrimitiveType.Patches; + var _PatchesExt = OpenTK.Graphics.ES30.PrimitiveType.PatchesExt; +} +static void Test_ProgramParameter_19859() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES30.ProgramParameter.ProgramBinaryRetrievableHint; + var _DeleteStatus = OpenTK.Graphics.ES30.ProgramParameter.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.ES30.ProgramParameter.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES30.ProgramParameter.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES30.ProgramParameter.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES30.ProgramParameter.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES30.ProgramParameter.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES30.ProgramParameter.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.ES30.ProgramParameter.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES30.ProgramParameter.ActiveAttributeMaxLength; +} +static void Test_ProgramParameterName_19860() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES30.ProgramParameterName.ProgramBinaryRetrievableHint; + var _ActiveUniformBlockMaxNameLength = OpenTK.Graphics.ES30.ProgramParameterName.ActiveUniformBlockMaxNameLength; + var _ActiveUniformBlocks = OpenTK.Graphics.ES30.ProgramParameterName.ActiveUniformBlocks; + var _DeleteStatus = OpenTK.Graphics.ES30.ProgramParameterName.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.ES30.ProgramParameterName.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES30.ProgramParameterName.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES30.ProgramParameterName.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES30.ProgramParameterName.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES30.ProgramParameterName.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES30.ProgramParameterName.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.ES30.ProgramParameterName.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES30.ProgramParameterName.ActiveAttributeMaxLength; + var _TransformFeedbackVaryingMaxLength = OpenTK.Graphics.ES30.ProgramParameterName.TransformFeedbackVaryingMaxLength; + var _TransformFeedbackBufferMode = OpenTK.Graphics.ES30.ProgramParameterName.TransformFeedbackBufferMode; + var _TransformFeedbackVaryings = OpenTK.Graphics.ES30.ProgramParameterName.TransformFeedbackVaryings; +} +static void Test_QcomAlphaTest_19861() { + var _AlphaTestQcom = OpenTK.Graphics.ES30.QcomAlphaTest.AlphaTestQcom; + var _AlphaTestFuncQcom = OpenTK.Graphics.ES30.QcomAlphaTest.AlphaTestFuncQcom; + var _AlphaTestRefQcom = OpenTK.Graphics.ES30.QcomAlphaTest.AlphaTestRefQcom; +} +static void Test_QcomBinningControl_19862() { + var _BinningControlHintQcom = OpenTK.Graphics.ES30.QcomBinningControl.BinningControlHintQcom; + var _CpuOptimizedQcom = OpenTK.Graphics.ES30.QcomBinningControl.CpuOptimizedQcom; + var _GpuOptimizedQcom = OpenTK.Graphics.ES30.QcomBinningControl.GpuOptimizedQcom; + var _RenderDirectToFramebufferQcom = OpenTK.Graphics.ES30.QcomBinningControl.RenderDirectToFramebufferQcom; +} +static void Test_QcomDriverControl_19863() { +} +static void Test_QcomExtendedGet_19864() { + var _TextureWidthQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureWidthQcom; + var _TextureHeightQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureHeightQcom; + var _TextureDepthQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureDepthQcom; + var _TextureInternalFormatQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureInternalFormatQcom; + var _TextureFormatQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureFormatQcom; + var _TextureTypeQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureTypeQcom; + var _TextureImageValidQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureImageValidQcom; + var _TextureNumLevelsQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureNumLevelsQcom; + var _TextureTargetQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureTargetQcom; + var _TextureObjectValidQcom = OpenTK.Graphics.ES30.QcomExtendedGet.TextureObjectValidQcom; + var _StateRestore = OpenTK.Graphics.ES30.QcomExtendedGet.StateRestore; +} +static void Test_QcomExtendedGet2_19865() { +} +static void Test_QcomPerfmonGlobalMode_19866() { + var _PerfmonGlobalModeQcom = OpenTK.Graphics.ES30.QcomPerfmonGlobalMode.PerfmonGlobalModeQcom; +} +static void Test_QcomTiledRendering_19867() { + var _ColorBufferBit0Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.ColorBufferBit0Qcom; + var _ColorBufferBit1Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.ColorBufferBit1Qcom; + var _ColorBufferBit2Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.ColorBufferBit2Qcom; + var _ColorBufferBit3Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.ColorBufferBit3Qcom; + var _ColorBufferBit4Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.ColorBufferBit4Qcom; + var _ColorBufferBit5Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.ColorBufferBit5Qcom; + var _ColorBufferBit6Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.ColorBufferBit6Qcom; + var _ColorBufferBit7Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.ColorBufferBit7Qcom; + var _DepthBufferBit0Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.DepthBufferBit0Qcom; + var _DepthBufferBit1Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.DepthBufferBit1Qcom; + var _DepthBufferBit2Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.DepthBufferBit2Qcom; + var _DepthBufferBit3Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.DepthBufferBit3Qcom; + var _DepthBufferBit4Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.DepthBufferBit4Qcom; + var _DepthBufferBit5Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.DepthBufferBit5Qcom; + var _DepthBufferBit6Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.DepthBufferBit6Qcom; + var _DepthBufferBit7Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.DepthBufferBit7Qcom; + var _StencilBufferBit0Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.StencilBufferBit0Qcom; + var _StencilBufferBit1Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.StencilBufferBit1Qcom; + var _StencilBufferBit2Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.StencilBufferBit2Qcom; + var _StencilBufferBit3Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.StencilBufferBit3Qcom; + var _StencilBufferBit4Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.StencilBufferBit4Qcom; + var _StencilBufferBit5Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.StencilBufferBit5Qcom; + var _StencilBufferBit6Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.StencilBufferBit6Qcom; + var _StencilBufferBit7Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.StencilBufferBit7Qcom; + var _MultisampleBufferBit0Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.MultisampleBufferBit0Qcom; + var _MultisampleBufferBit1Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.MultisampleBufferBit1Qcom; + var _MultisampleBufferBit2Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.MultisampleBufferBit2Qcom; + var _MultisampleBufferBit3Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.MultisampleBufferBit3Qcom; + var _MultisampleBufferBit4Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.MultisampleBufferBit4Qcom; + var _MultisampleBufferBit5Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.MultisampleBufferBit5Qcom; + var _MultisampleBufferBit6Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.MultisampleBufferBit6Qcom; + var _MultisampleBufferBit7Qcom = OpenTK.Graphics.ES30.QcomTiledRendering.MultisampleBufferBit7Qcom; +} +static void Test_QcomWriteonlyRendering_19868() { + var _WriteonlyRenderingQcom = OpenTK.Graphics.ES30.QcomWriteonlyRendering.WriteonlyRenderingQcom; +} +static void Test_QueryCounterTarget_19869() { + var _TimestampExt = OpenTK.Graphics.ES30.QueryCounterTarget.TimestampExt; +} +static void Test_QueryTarget_19870() { + var _TimeElapsedExt = OpenTK.Graphics.ES30.QueryTarget.TimeElapsedExt; + var _AnySamplesPassed = OpenTK.Graphics.ES30.QueryTarget.AnySamplesPassed; + var _AnySamplesPassedExt = OpenTK.Graphics.ES30.QueryTarget.AnySamplesPassedExt; + var _TransformFeedbackPrimitivesWritten = OpenTK.Graphics.ES30.QueryTarget.TransformFeedbackPrimitivesWritten; + var _AnySamplesPassedConservative = OpenTK.Graphics.ES30.QueryTarget.AnySamplesPassedConservative; + var _AnySamplesPassedConservativeExt = OpenTK.Graphics.ES30.QueryTarget.AnySamplesPassedConservativeExt; +} +static void Test_ReadBufferMode_19871() { + var _None = OpenTK.Graphics.ES30.ReadBufferMode.None; + var _FrontLeft = OpenTK.Graphics.ES30.ReadBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.ES30.ReadBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.ES30.ReadBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.ES30.ReadBufferMode.BackRight; + var _Front = OpenTK.Graphics.ES30.ReadBufferMode.Front; + var _Back = OpenTK.Graphics.ES30.ReadBufferMode.Back; + var _Left = OpenTK.Graphics.ES30.ReadBufferMode.Left; + var _Right = OpenTK.Graphics.ES30.ReadBufferMode.Right; + var _Aux0 = OpenTK.Graphics.ES30.ReadBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.ES30.ReadBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.ES30.ReadBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.ES30.ReadBufferMode.Aux3; + var _ColorAttachment0 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment0; + var _ColorAttachment1 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment1; + var _ColorAttachment2 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment2; + var _ColorAttachment3 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment3; + var _ColorAttachment4 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment4; + var _ColorAttachment5 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment5; + var _ColorAttachment6 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment6; + var _ColorAttachment7 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment7; + var _ColorAttachment8 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment8; + var _ColorAttachment9 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment9; + var _ColorAttachment10 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment10; + var _ColorAttachment11 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment11; + var _ColorAttachment12 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment12; + var _ColorAttachment13 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment13; + var _ColorAttachment14 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment14; + var _ColorAttachment15 = OpenTK.Graphics.ES30.ReadBufferMode.ColorAttachment15; +} +static void Test_RenderbufferInternalFormat_19872() { + var _Rgb8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb8; + var _Rgba4 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb10A2; + var _DepthComponent16 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.DepthComponent16; + var _DepthComponent24 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.DepthComponent24; + var _R8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R8; + var _Rg8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg8; + var _R16f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R16f; + var _R32f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R32f; + var _Rg16f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg16f; + var _Rg32f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg32f; + var _R8i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R8i; + var _R8ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R8ui; + var _R16i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R16i; + var _R16ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R16ui; + var _R32i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R32i; + var _R32ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R32ui; + var _Rg8i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg8i; + var _Rg8ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg8ui; + var _Rg16i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg16i; + var _Rg16ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg16ui; + var _Rg32i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg32i; + var _Rg32ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg32ui; + var _Rgba32f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba32f; + var _Rgb32f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb32f; + var _Rgba16f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba16f; + var _Rgb16f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb16f; + var _Depth24Stencil8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Depth24Stencil8; + var _R11fG11fB10f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb9E5; + var _Srgb8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Srgb8; + var _Srgb8Alpha8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Srgb8Alpha8; + var _DepthComponent32f = OpenTK.Graphics.ES30.RenderbufferInternalFormat.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Depth32fStencil8; + var _StencilIndex8 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.StencilIndex8; + var _Rgb565 = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb565; + var _Rgba32ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba32i; + var _Rgb32i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb32i; + var _Rgba16i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba16i; + var _Rgb16i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb16i; + var _Rgba8i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba8i; + var _Rgb8i = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb8i; + var _R8Snorm = OpenTK.Graphics.ES30.RenderbufferInternalFormat.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgba8Snorm; + var _Rgb10A2ui = OpenTK.Graphics.ES30.RenderbufferInternalFormat.Rgb10A2ui; +} +static void Test_RenderbufferParameterName_19873() { + var _RenderbufferSamples = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferSamples; + var _RenderbufferWidth = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferInternalFormat; + var _RenderbufferRedSize = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.ES30.RenderbufferParameterName.RenderbufferStencilSize; +} +static void Test_RenderbufferTarget_19874() { + var _Renderbuffer = OpenTK.Graphics.ES30.RenderbufferTarget.Renderbuffer; +} +static void Test_RenderingMode_19875() { + var _Render = OpenTK.Graphics.ES30.RenderingMode.Render; + var _Feedback = OpenTK.Graphics.ES30.RenderingMode.Feedback; + var _Select = OpenTK.Graphics.ES30.RenderingMode.Select; +} +static void Test_SamplePatternSgis_19876() { + var _Gl1PassExt = OpenTK.Graphics.ES30.SamplePatternSgis.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.ES30.SamplePatternSgis.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.ES30.SamplePatternSgis.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.ES30.SamplePatternSgis.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.ES30.SamplePatternSgis.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.ES30.SamplePatternSgis.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.ES30.SamplePatternSgis.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.ES30.SamplePatternSgis.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.ES30.SamplePatternSgis.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.ES30.SamplePatternSgis.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.ES30.SamplePatternSgis.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.ES30.SamplePatternSgis.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.ES30.SamplePatternSgis.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.ES30.SamplePatternSgis.Gl4Pass3Sgis; +} +static void Test_SamplerParameterName_19877() { + var _TextureMagFilter = OpenTK.Graphics.ES30.SamplerParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES30.SamplerParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES30.SamplerParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES30.SamplerParameterName.TextureWrapT; + var _TextureWrapR = OpenTK.Graphics.ES30.SamplerParameterName.TextureWrapR; + var _TextureMinLod = OpenTK.Graphics.ES30.SamplerParameterName.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.ES30.SamplerParameterName.TextureMaxLod; + var _TextureCompareMode = OpenTK.Graphics.ES30.SamplerParameterName.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.ES30.SamplerParameterName.TextureCompareFunc; +} +static void Test_SeparableTargetExt_19878() { + var _Separable2D = OpenTK.Graphics.ES30.SeparableTargetExt.Separable2D; + var _Separable2DExt = OpenTK.Graphics.ES30.SeparableTargetExt.Separable2DExt; +} +static void Test_ShaderBinaryFormat_19879() { +} +static void Test_ShaderParameter_19880() { + var _ShaderType = OpenTK.Graphics.ES30.ShaderParameter.ShaderType; + var _DeleteStatus = OpenTK.Graphics.ES30.ShaderParameter.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.ES30.ShaderParameter.CompileStatus; + var _InfoLogLength = OpenTK.Graphics.ES30.ShaderParameter.InfoLogLength; + var _ShaderSourceLength = OpenTK.Graphics.ES30.ShaderParameter.ShaderSourceLength; +} +static void Test_ShaderPrecision_19881() { + var _LowFloat = OpenTK.Graphics.ES30.ShaderPrecision.LowFloat; + var _MediumFloat = OpenTK.Graphics.ES30.ShaderPrecision.MediumFloat; + var _HighFloat = OpenTK.Graphics.ES30.ShaderPrecision.HighFloat; + var _LowInt = OpenTK.Graphics.ES30.ShaderPrecision.LowInt; + var _MediumInt = OpenTK.Graphics.ES30.ShaderPrecision.MediumInt; + var _HighInt = OpenTK.Graphics.ES30.ShaderPrecision.HighInt; +} +static void Test_ShaderType_19882() { + var _FragmentShader = OpenTK.Graphics.ES30.ShaderType.FragmentShader; + var _VertexShader = OpenTK.Graphics.ES30.ShaderType.VertexShader; +} +static void Test_ShadingModel_19883() { + var _Flat = OpenTK.Graphics.ES30.ShadingModel.Flat; + var _Smooth = OpenTK.Graphics.ES30.ShadingModel.Smooth; +} +static void Test_SizedColorFormat_19884() { + var _Rgb8 = OpenTK.Graphics.ES30.SizedColorFormat.Rgb8; + var _Rgba4 = OpenTK.Graphics.ES30.SizedColorFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES30.SizedColorFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.ES30.SizedColorFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES30.SizedColorFormat.Rgb10A2; + var _R8 = OpenTK.Graphics.ES30.SizedColorFormat.R8; + var _Rg8 = OpenTK.Graphics.ES30.SizedColorFormat.Rg8; + var _R16f = OpenTK.Graphics.ES30.SizedColorFormat.R16f; + var _R32f = OpenTK.Graphics.ES30.SizedColorFormat.R32f; + var _Rg16f = OpenTK.Graphics.ES30.SizedColorFormat.Rg16f; + var _Rg32f = OpenTK.Graphics.ES30.SizedColorFormat.Rg32f; + var _R8i = OpenTK.Graphics.ES30.SizedColorFormat.R8i; + var _R8ui = OpenTK.Graphics.ES30.SizedColorFormat.R8ui; + var _R16i = OpenTK.Graphics.ES30.SizedColorFormat.R16i; + var _R16ui = OpenTK.Graphics.ES30.SizedColorFormat.R16ui; + var _R32i = OpenTK.Graphics.ES30.SizedColorFormat.R32i; + var _R32ui = OpenTK.Graphics.ES30.SizedColorFormat.R32ui; + var _Rg8i = OpenTK.Graphics.ES30.SizedColorFormat.Rg8i; + var _Rg8ui = OpenTK.Graphics.ES30.SizedColorFormat.Rg8ui; + var _Rg16i = OpenTK.Graphics.ES30.SizedColorFormat.Rg16i; + var _Rg16ui = OpenTK.Graphics.ES30.SizedColorFormat.Rg16ui; + var _Rg32i = OpenTK.Graphics.ES30.SizedColorFormat.Rg32i; + var _Rg32ui = OpenTK.Graphics.ES30.SizedColorFormat.Rg32ui; + var _Rgba32f = OpenTK.Graphics.ES30.SizedColorFormat.Rgba32f; + var _Rgb32f = OpenTK.Graphics.ES30.SizedColorFormat.Rgb32f; + var _Rgba16f = OpenTK.Graphics.ES30.SizedColorFormat.Rgba16f; + var _Rgb16f = OpenTK.Graphics.ES30.SizedColorFormat.Rgb16f; + var _R11fG11fB10f = OpenTK.Graphics.ES30.SizedColorFormat.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.ES30.SizedColorFormat.Rgb9E5; + var _Srgb8 = OpenTK.Graphics.ES30.SizedColorFormat.Srgb8; + var _Srgb8Alpha8 = OpenTK.Graphics.ES30.SizedColorFormat.Srgb8Alpha8; + var _Rgb565 = OpenTK.Graphics.ES30.SizedColorFormat.Rgb565; + var _Rgba32ui = OpenTK.Graphics.ES30.SizedColorFormat.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.ES30.SizedColorFormat.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.ES30.SizedColorFormat.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.ES30.SizedColorFormat.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.ES30.SizedColorFormat.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.ES30.SizedColorFormat.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.ES30.SizedColorFormat.Rgba32i; + var _Rgb32i = OpenTK.Graphics.ES30.SizedColorFormat.Rgb32i; + var _Rgba16i = OpenTK.Graphics.ES30.SizedColorFormat.Rgba16i; + var _Rgb16i = OpenTK.Graphics.ES30.SizedColorFormat.Rgb16i; + var _Rgba8i = OpenTK.Graphics.ES30.SizedColorFormat.Rgba8i; + var _Rgb8i = OpenTK.Graphics.ES30.SizedColorFormat.Rgb8i; + var _R8Snorm = OpenTK.Graphics.ES30.SizedColorFormat.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.ES30.SizedColorFormat.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.ES30.SizedColorFormat.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.ES30.SizedColorFormat.Rgba8Snorm; + var _Rgb10A2ui = OpenTK.Graphics.ES30.SizedColorFormat.Rgb10A2ui; +} +static void Test_SizedDepthStencilFormat_19885() { + var _DepthComponent16 = OpenTK.Graphics.ES30.SizedDepthStencilFormat.DepthComponent16; + var _DepthComponent24 = OpenTK.Graphics.ES30.SizedDepthStencilFormat.DepthComponent24; + var _Depth24Stencil8 = OpenTK.Graphics.ES30.SizedDepthStencilFormat.Depth24Stencil8; + var _DepthComponent32f = OpenTK.Graphics.ES30.SizedDepthStencilFormat.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.ES30.SizedDepthStencilFormat.Depth32fStencil8; +} +static void Test_SizedInternalFormat_19886() { + var _Alpha8Ext = OpenTK.Graphics.ES30.SizedInternalFormat.Alpha8Ext; + var _Luminance8Ext = OpenTK.Graphics.ES30.SizedInternalFormat.Luminance8Ext; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES30.SizedInternalFormat.Luminance8Alpha8Ext; + var _Rgb8 = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb8; + var _Rgb10Ext = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb10Ext; + var _Rgba4 = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb10A2; + var _Rgb10A2Ext = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb10A2Ext; + var _DepthComponent16 = OpenTK.Graphics.ES30.SizedInternalFormat.DepthComponent16; + var _DepthComponent24 = OpenTK.Graphics.ES30.SizedInternalFormat.DepthComponent24; + var _R8 = OpenTK.Graphics.ES30.SizedInternalFormat.R8; + var _R8Ext = OpenTK.Graphics.ES30.SizedInternalFormat.R8Ext; + var _Rg8 = OpenTK.Graphics.ES30.SizedInternalFormat.Rg8; + var _Rg8Ext = OpenTK.Graphics.ES30.SizedInternalFormat.Rg8Ext; + var _R16f = OpenTK.Graphics.ES30.SizedInternalFormat.R16f; + var _R16fExt = OpenTK.Graphics.ES30.SizedInternalFormat.R16fExt; + var _R32f = OpenTK.Graphics.ES30.SizedInternalFormat.R32f; + var _R32fExt = OpenTK.Graphics.ES30.SizedInternalFormat.R32fExt; + var _Rg16f = OpenTK.Graphics.ES30.SizedInternalFormat.Rg16f; + var _Rg16fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Rg16fExt; + var _Rg32f = OpenTK.Graphics.ES30.SizedInternalFormat.Rg32f; + var _Rg32fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Rg32fExt; + var _R8i = OpenTK.Graphics.ES30.SizedInternalFormat.R8i; + var _R8ui = OpenTK.Graphics.ES30.SizedInternalFormat.R8ui; + var _R16i = OpenTK.Graphics.ES30.SizedInternalFormat.R16i; + var _R16ui = OpenTK.Graphics.ES30.SizedInternalFormat.R16ui; + var _R32i = OpenTK.Graphics.ES30.SizedInternalFormat.R32i; + var _R32ui = OpenTK.Graphics.ES30.SizedInternalFormat.R32ui; + var _Rg8i = OpenTK.Graphics.ES30.SizedInternalFormat.Rg8i; + var _Rg8ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rg8ui; + var _Rg16i = OpenTK.Graphics.ES30.SizedInternalFormat.Rg16i; + var _Rg16ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rg16ui; + var _Rg32i = OpenTK.Graphics.ES30.SizedInternalFormat.Rg32i; + var _Rg32ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rg32ui; + var _Rgba32f = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba32f; + var _Rgba32fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba32fExt; + var _Rgb32f = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb32f; + var _Rgb32fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES30.SizedInternalFormat.LuminanceAlpha32fExt; + var _Rgba16f = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba16f; + var _Rgba16fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba16fExt; + var _Rgb16f = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb16f; + var _Rgb16fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES30.SizedInternalFormat.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES30.SizedInternalFormat.LuminanceAlpha16fExt; + var _Depth24Stencil8 = OpenTK.Graphics.ES30.SizedInternalFormat.Depth24Stencil8; + var _RgbRaw422Apple = OpenTK.Graphics.ES30.SizedInternalFormat.RgbRaw422Apple; + var _R11fG11fB10f = OpenTK.Graphics.ES30.SizedInternalFormat.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb9E5; + var _Srgb8 = OpenTK.Graphics.ES30.SizedInternalFormat.Srgb8; + var _Srgb8Alpha8 = OpenTK.Graphics.ES30.SizedInternalFormat.Srgb8Alpha8; + var _DepthComponent32f = OpenTK.Graphics.ES30.SizedInternalFormat.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.ES30.SizedInternalFormat.Depth32fStencil8; + var _Rgb565 = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb565; + var _Rgba32ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba32i; + var _Rgb32i = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb32i; + var _Rgba16i = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba16i; + var _Rgb16i = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb16i; + var _Rgba8i = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba8i; + var _Rgb8i = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb8i; + var _R8Snorm = OpenTK.Graphics.ES30.SizedInternalFormat.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.ES30.SizedInternalFormat.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.ES30.SizedInternalFormat.Rgba8Snorm; + var _Rgb10A2ui = OpenTK.Graphics.ES30.SizedInternalFormat.Rgb10A2ui; + var _Bgra8Ext = OpenTK.Graphics.ES30.SizedInternalFormat.Bgra8Ext; +} +static void Test_StencilFace_19887() { + var _Front = OpenTK.Graphics.ES30.StencilFace.Front; + var _Back = OpenTK.Graphics.ES30.StencilFace.Back; + var _FrontAndBack = OpenTK.Graphics.ES30.StencilFace.FrontAndBack; +} +static void Test_StencilFunction_19888() { + var _Never = OpenTK.Graphics.ES30.StencilFunction.Never; + var _Less = OpenTK.Graphics.ES30.StencilFunction.Less; + var _Equal = OpenTK.Graphics.ES30.StencilFunction.Equal; + var _Lequal = OpenTK.Graphics.ES30.StencilFunction.Lequal; + var _Greater = OpenTK.Graphics.ES30.StencilFunction.Greater; + var _Notequal = OpenTK.Graphics.ES30.StencilFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES30.StencilFunction.Gequal; + var _Always = OpenTK.Graphics.ES30.StencilFunction.Always; +} +static void Test_StencilOp_19889() { + var _Zero = OpenTK.Graphics.ES30.StencilOp.Zero; + var _Invert = OpenTK.Graphics.ES30.StencilOp.Invert; + var _Keep = OpenTK.Graphics.ES30.StencilOp.Keep; + var _Replace = OpenTK.Graphics.ES30.StencilOp.Replace; + var _Incr = OpenTK.Graphics.ES30.StencilOp.Incr; + var _Decr = OpenTK.Graphics.ES30.StencilOp.Decr; + var _IncrWrap = OpenTK.Graphics.ES30.StencilOp.IncrWrap; + var _DecrWrap = OpenTK.Graphics.ES30.StencilOp.DecrWrap; +} +static void Test_StringName_19890() { + var _Vendor = OpenTK.Graphics.ES30.StringName.Vendor; + var _Renderer = OpenTK.Graphics.ES30.StringName.Renderer; + var _Version = OpenTK.Graphics.ES30.StringName.Version; + var _Extensions = OpenTK.Graphics.ES30.StringName.Extensions; + var _ShadingLanguageVersion = OpenTK.Graphics.ES30.StringName.ShadingLanguageVersion; +} +static void Test_StringNameIndexed_19891() { + var _Extensions = OpenTK.Graphics.ES30.StringNameIndexed.Extensions; +} +static void Test_SyncCondition_19892() { + var _SyncGpuCommandsComplete = OpenTK.Graphics.ES30.SyncCondition.SyncGpuCommandsComplete; + var _SyncGpuCommandsCompleteApple = OpenTK.Graphics.ES30.SyncCondition.SyncGpuCommandsCompleteApple; +} +static void Test_SyncParameterName_19893() { + var _ObjectType = OpenTK.Graphics.ES30.SyncParameterName.ObjectType; + var _ObjectTypeApple = OpenTK.Graphics.ES30.SyncParameterName.ObjectTypeApple; + var _SyncCondition = OpenTK.Graphics.ES30.SyncParameterName.SyncCondition; + var _SyncConditionApple = OpenTK.Graphics.ES30.SyncParameterName.SyncConditionApple; + var _SyncStatus = OpenTK.Graphics.ES30.SyncParameterName.SyncStatus; + var _SyncStatusApple = OpenTK.Graphics.ES30.SyncParameterName.SyncStatusApple; + var _SyncFlags = OpenTK.Graphics.ES30.SyncParameterName.SyncFlags; + var _SyncFlagsApple = OpenTK.Graphics.ES30.SyncParameterName.SyncFlagsApple; +} +static void Test_TexCoordPointerType_19894() { + var _Short = OpenTK.Graphics.ES30.TexCoordPointerType.Short; + var _Int = OpenTK.Graphics.ES30.TexCoordPointerType.Int; + var _Float = OpenTK.Graphics.ES30.TexCoordPointerType.Float; + var _Double = OpenTK.Graphics.ES30.TexCoordPointerType.Double; +} +static void Test_TextureComponentCount_19895() { + var _Alpha = OpenTK.Graphics.ES30.TextureComponentCount.Alpha; + var _Rgb = OpenTK.Graphics.ES30.TextureComponentCount.Rgb; + var _Rgba = OpenTK.Graphics.ES30.TextureComponentCount.Rgba; + var _Luminance = OpenTK.Graphics.ES30.TextureComponentCount.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES30.TextureComponentCount.LuminanceAlpha; + var _Alpha8Ext = OpenTK.Graphics.ES30.TextureComponentCount.Alpha8Ext; + var _Luminance8Ext = OpenTK.Graphics.ES30.TextureComponentCount.Luminance8Ext; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES30.TextureComponentCount.Luminance8Alpha8Ext; + var _Rgb8 = OpenTK.Graphics.ES30.TextureComponentCount.Rgb8; + var _Rgb10Ext = OpenTK.Graphics.ES30.TextureComponentCount.Rgb10Ext; + var _Rgba4 = OpenTK.Graphics.ES30.TextureComponentCount.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES30.TextureComponentCount.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.ES30.TextureComponentCount.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES30.TextureComponentCount.Rgb10A2; + var _Rgb10A2Ext = OpenTK.Graphics.ES30.TextureComponentCount.Rgb10A2Ext; + var _DepthComponent16 = OpenTK.Graphics.ES30.TextureComponentCount.DepthComponent16; + var _DepthComponent24 = OpenTK.Graphics.ES30.TextureComponentCount.DepthComponent24; + var _R8 = OpenTK.Graphics.ES30.TextureComponentCount.R8; + var _R8Ext = OpenTK.Graphics.ES30.TextureComponentCount.R8Ext; + var _Rg8 = OpenTK.Graphics.ES30.TextureComponentCount.Rg8; + var _Rg8Ext = OpenTK.Graphics.ES30.TextureComponentCount.Rg8Ext; + var _R16f = OpenTK.Graphics.ES30.TextureComponentCount.R16f; + var _R16fExt = OpenTK.Graphics.ES30.TextureComponentCount.R16fExt; + var _R32f = OpenTK.Graphics.ES30.TextureComponentCount.R32f; + var _R32fExt = OpenTK.Graphics.ES30.TextureComponentCount.R32fExt; + var _Rg16f = OpenTK.Graphics.ES30.TextureComponentCount.Rg16f; + var _Rg16fExt = OpenTK.Graphics.ES30.TextureComponentCount.Rg16fExt; + var _Rg32f = OpenTK.Graphics.ES30.TextureComponentCount.Rg32f; + var _Rg32fExt = OpenTK.Graphics.ES30.TextureComponentCount.Rg32fExt; + var _R8i = OpenTK.Graphics.ES30.TextureComponentCount.R8i; + var _R8ui = OpenTK.Graphics.ES30.TextureComponentCount.R8ui; + var _R16i = OpenTK.Graphics.ES30.TextureComponentCount.R16i; + var _R16ui = OpenTK.Graphics.ES30.TextureComponentCount.R16ui; + var _R32i = OpenTK.Graphics.ES30.TextureComponentCount.R32i; + var _R32ui = OpenTK.Graphics.ES30.TextureComponentCount.R32ui; + var _Rg8i = OpenTK.Graphics.ES30.TextureComponentCount.Rg8i; + var _Rg8ui = OpenTK.Graphics.ES30.TextureComponentCount.Rg8ui; + var _Rg16i = OpenTK.Graphics.ES30.TextureComponentCount.Rg16i; + var _Rg16ui = OpenTK.Graphics.ES30.TextureComponentCount.Rg16ui; + var _Rg32i = OpenTK.Graphics.ES30.TextureComponentCount.Rg32i; + var _Rg32ui = OpenTK.Graphics.ES30.TextureComponentCount.Rg32ui; + var _Rgba32f = OpenTK.Graphics.ES30.TextureComponentCount.Rgba32f; + var _Rgba32fExt = OpenTK.Graphics.ES30.TextureComponentCount.Rgba32fExt; + var _Rgb32f = OpenTK.Graphics.ES30.TextureComponentCount.Rgb32f; + var _Rgb32fExt = OpenTK.Graphics.ES30.TextureComponentCount.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES30.TextureComponentCount.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES30.TextureComponentCount.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES30.TextureComponentCount.LuminanceAlpha32fExt; + var _Rgba16f = OpenTK.Graphics.ES30.TextureComponentCount.Rgba16f; + var _Rgba16fExt = OpenTK.Graphics.ES30.TextureComponentCount.Rgba16fExt; + var _Rgb16f = OpenTK.Graphics.ES30.TextureComponentCount.Rgb16f; + var _Rgb16fExt = OpenTK.Graphics.ES30.TextureComponentCount.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES30.TextureComponentCount.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES30.TextureComponentCount.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES30.TextureComponentCount.LuminanceAlpha16fExt; + var _Depth24Stencil8 = OpenTK.Graphics.ES30.TextureComponentCount.Depth24Stencil8; + var _RgbRaw422Apple = OpenTK.Graphics.ES30.TextureComponentCount.RgbRaw422Apple; + var _R11fG11fB10f = OpenTK.Graphics.ES30.TextureComponentCount.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.ES30.TextureComponentCount.Rgb9E5; + var _Srgb8 = OpenTK.Graphics.ES30.TextureComponentCount.Srgb8; + var _Srgb8Alpha8 = OpenTK.Graphics.ES30.TextureComponentCount.Srgb8Alpha8; + var _DepthComponent32f = OpenTK.Graphics.ES30.TextureComponentCount.DepthComponent32f; + var _Depth32fStencil8 = OpenTK.Graphics.ES30.TextureComponentCount.Depth32fStencil8; + var _Rgb565 = OpenTK.Graphics.ES30.TextureComponentCount.Rgb565; + var _Rgba32ui = OpenTK.Graphics.ES30.TextureComponentCount.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.ES30.TextureComponentCount.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.ES30.TextureComponentCount.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.ES30.TextureComponentCount.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.ES30.TextureComponentCount.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.ES30.TextureComponentCount.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.ES30.TextureComponentCount.Rgba32i; + var _Rgb32i = OpenTK.Graphics.ES30.TextureComponentCount.Rgb32i; + var _Rgba16i = OpenTK.Graphics.ES30.TextureComponentCount.Rgba16i; + var _Rgb16i = OpenTK.Graphics.ES30.TextureComponentCount.Rgb16i; + var _Rgba8i = OpenTK.Graphics.ES30.TextureComponentCount.Rgba8i; + var _Rgb8i = OpenTK.Graphics.ES30.TextureComponentCount.Rgb8i; + var _R8Snorm = OpenTK.Graphics.ES30.TextureComponentCount.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.ES30.TextureComponentCount.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.ES30.TextureComponentCount.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.ES30.TextureComponentCount.Rgba8Snorm; + var _Rgb10A2ui = OpenTK.Graphics.ES30.TextureComponentCount.Rgb10A2ui; + var _Bgra8Ext = OpenTK.Graphics.ES30.TextureComponentCount.Bgra8Ext; +} +static void Test_TextureCoordName_19896() { + var _S = OpenTK.Graphics.ES30.TextureCoordName.S; + var _T = OpenTK.Graphics.ES30.TextureCoordName.T; + var _R = OpenTK.Graphics.ES30.TextureCoordName.R; + var _Q = OpenTK.Graphics.ES30.TextureCoordName.Q; +} +static void Test_TextureCopyComponentCount_19897() { + var _Alpha = OpenTK.Graphics.ES30.TextureCopyComponentCount.Alpha; + var _Rgb = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb; + var _Rgba = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba; + var _Luminance = OpenTK.Graphics.ES30.TextureCopyComponentCount.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES30.TextureCopyComponentCount.LuminanceAlpha; + var _Rgb8 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb8; + var _Rgba4 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb10A2; + var _R8 = OpenTK.Graphics.ES30.TextureCopyComponentCount.R8; + var _Rg8 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg8; + var _R16f = OpenTK.Graphics.ES30.TextureCopyComponentCount.R16f; + var _R32f = OpenTK.Graphics.ES30.TextureCopyComponentCount.R32f; + var _Rg16f = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg16f; + var _Rg32f = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg32f; + var _R8i = OpenTK.Graphics.ES30.TextureCopyComponentCount.R8i; + var _R8ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.R8ui; + var _R16i = OpenTK.Graphics.ES30.TextureCopyComponentCount.R16i; + var _R16ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.R16ui; + var _R32i = OpenTK.Graphics.ES30.TextureCopyComponentCount.R32i; + var _R32ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.R32ui; + var _Rg8i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg8i; + var _Rg8ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg8ui; + var _Rg16i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg16i; + var _Rg16ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg16ui; + var _Rg32i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg32i; + var _Rg32ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg32ui; + var _Rgba32f = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba32f; + var _Rgb32f = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb32f; + var _Rgba16f = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba16f; + var _Rgb16f = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb16f; + var _R11fG11fB10f = OpenTK.Graphics.ES30.TextureCopyComponentCount.R11fG11fB10f; + var _Rgb9E5 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb9E5; + var _Srgb8 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Srgb8; + var _Srgb8Alpha8 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Srgb8Alpha8; + var _Rgb565 = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb565; + var _Rgba32ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba32ui; + var _Rgb32ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb32ui; + var _Rgba16ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba16ui; + var _Rgb16ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb16ui; + var _Rgba8ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba8ui; + var _Rgb8ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb8ui; + var _Rgba32i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba32i; + var _Rgb32i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb32i; + var _Rgba16i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba16i; + var _Rgb16i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb16i; + var _Rgba8i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba8i; + var _Rgb8i = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb8i; + var _R8Snorm = OpenTK.Graphics.ES30.TextureCopyComponentCount.R8Snorm; + var _Rg8Snorm = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rg8Snorm; + var _Rgb8Snorm = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb8Snorm; + var _Rgba8Snorm = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgba8Snorm; + var _Rgb10A2ui = OpenTK.Graphics.ES30.TextureCopyComponentCount.Rgb10A2ui; +} +static void Test_TextureEnvMode_19898() { + var _Add = OpenTK.Graphics.ES30.TextureEnvMode.Add; + var _Blend = OpenTK.Graphics.ES30.TextureEnvMode.Blend; + var _Modulate = OpenTK.Graphics.ES30.TextureEnvMode.Modulate; + var _Decal = OpenTK.Graphics.ES30.TextureEnvMode.Decal; + var _ReplaceExt = OpenTK.Graphics.ES30.TextureEnvMode.ReplaceExt; + var _TextureEnvBiasSgix = OpenTK.Graphics.ES30.TextureEnvMode.TextureEnvBiasSgix; +} +static void Test_TextureEnvParameter_19899() { + var _TextureEnvMode = OpenTK.Graphics.ES30.TextureEnvParameter.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES30.TextureEnvParameter.TextureEnvColor; +} +static void Test_TextureEnvTarget_19900() { + var _TextureEnv = OpenTK.Graphics.ES30.TextureEnvTarget.TextureEnv; +} +static void Test_TextureFilterFuncSgis_19901() { + var _Filter4Sgis = OpenTK.Graphics.ES30.TextureFilterFuncSgis.Filter4Sgis; +} +static void Test_TextureGenMode_19902() { + var _EyeLinear = OpenTK.Graphics.ES30.TextureGenMode.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.ES30.TextureGenMode.ObjectLinear; + var _SphereMap = OpenTK.Graphics.ES30.TextureGenMode.SphereMap; + var _EyeDistanceToPointSgis = OpenTK.Graphics.ES30.TextureGenMode.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.ES30.TextureGenMode.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.ES30.TextureGenMode.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.ES30.TextureGenMode.ObjectDistanceToLineSgis; +} +static void Test_TextureGenParameter_19903() { + var _TextureGenMode = OpenTK.Graphics.ES30.TextureGenParameter.TextureGenMode; + var _ObjectPlane = OpenTK.Graphics.ES30.TextureGenParameter.ObjectPlane; + var _EyePlane = OpenTK.Graphics.ES30.TextureGenParameter.EyePlane; + var _EyePointSgis = OpenTK.Graphics.ES30.TextureGenParameter.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.ES30.TextureGenParameter.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.ES30.TextureGenParameter.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.ES30.TextureGenParameter.ObjectLineSgis; +} +static void Test_TextureMagFilter_19904() { + var _Nearest = OpenTK.Graphics.ES30.TextureMagFilter.Nearest; + var _Linear = OpenTK.Graphics.ES30.TextureMagFilter.Linear; + var _LinearDetailSgis = OpenTK.Graphics.ES30.TextureMagFilter.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.ES30.TextureMagFilter.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.ES30.TextureMagFilter.LinearDetailColorSgis; + var _LinearSharpenSgis = OpenTK.Graphics.ES30.TextureMagFilter.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.ES30.TextureMagFilter.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.ES30.TextureMagFilter.LinearSharpenColorSgis; + var _Filter4Sgis = OpenTK.Graphics.ES30.TextureMagFilter.Filter4Sgis; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES30.TextureMagFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES30.TextureMagFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES30.TextureMagFilter.PixelTexGenQFloorSgix; +} +static void Test_TextureMinFilter_19905() { + var _Nearest = OpenTK.Graphics.ES30.TextureMinFilter.Nearest; + var _Linear = OpenTK.Graphics.ES30.TextureMinFilter.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES30.TextureMinFilter.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES30.TextureMinFilter.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES30.TextureMinFilter.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES30.TextureMinFilter.LinearMipmapLinear; + var _Filter4Sgis = OpenTK.Graphics.ES30.TextureMinFilter.Filter4Sgis; + var _LinearClipmapLinearSgix = OpenTK.Graphics.ES30.TextureMinFilter.LinearClipmapLinearSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES30.TextureMinFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES30.TextureMinFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES30.TextureMinFilter.PixelTexGenQFloorSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.ES30.TextureMinFilter.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.ES30.TextureMinFilter.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.ES30.TextureMinFilter.LinearClipmapNearestSgix; +} +static void Test_TextureParameterName_19906() { + var _TextureBorderColor = OpenTK.Graphics.ES30.TextureParameterName.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.ES30.TextureParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES30.TextureParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES30.TextureParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES30.TextureParameterName.TextureWrapT; + var _TexturePriority = OpenTK.Graphics.ES30.TextureParameterName.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.ES30.TextureParameterName.TexturePriorityExt; + var _TextureWrapR = OpenTK.Graphics.ES30.TextureParameterName.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.ES30.TextureParameterName.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.ES30.TextureParameterName.TextureWrapROes; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES30.TextureParameterName.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES30.TextureParameterName.DetailTextureModeSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.ES30.TextureParameterName.ShadowAmbientSgix; + var _DualTextureSelectSgis = OpenTK.Graphics.ES30.TextureParameterName.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES30.TextureParameterName.QuadTextureSelectSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES30.TextureParameterName.TextureWrapQSgis; + var _TextureMinLod = OpenTK.Graphics.ES30.TextureParameterName.TextureMinLod; + var _TextureMaxLod = OpenTK.Graphics.ES30.TextureParameterName.TextureMaxLod; + var _TextureBaseLevel = OpenTK.Graphics.ES30.TextureParameterName.TextureBaseLevel; + var _TextureMaxLevel = OpenTK.Graphics.ES30.TextureParameterName.TextureMaxLevel; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES30.TextureParameterName.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES30.TextureParameterName.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.ES30.TextureParameterName.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.ES30.TextureParameterName.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureCompareSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES30.TextureParameterName.TextureMaxClampRSgix; + var _TextureCompareMode = OpenTK.Graphics.ES30.TextureParameterName.TextureCompareMode; + var _TextureCompareFunc = OpenTK.Graphics.ES30.TextureParameterName.TextureCompareFunc; + var _TextureSwizzleR = OpenTK.Graphics.ES30.TextureParameterName.TextureSwizzleR; + var _TextureSwizzleG = OpenTK.Graphics.ES30.TextureParameterName.TextureSwizzleG; + var _TextureSwizzleB = OpenTK.Graphics.ES30.TextureParameterName.TextureSwizzleB; + var _TextureSwizzleA = OpenTK.Graphics.ES30.TextureParameterName.TextureSwizzleA; +} +static void Test_TextureTarget_19907() { + var _Texture1D = OpenTK.Graphics.ES30.TextureTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.ES30.TextureTarget.Texture2D; + var _ProxyTexture1D = OpenTK.Graphics.ES30.TextureTarget.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.ES30.TextureTarget.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.ES30.TextureTarget.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.ES30.TextureTarget.ProxyTexture2DExt; + var _Texture3D = OpenTK.Graphics.ES30.TextureTarget.Texture3D; + var _Texture3DExt = OpenTK.Graphics.ES30.TextureTarget.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.ES30.TextureTarget.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.ES30.TextureTarget.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.ES30.TextureTarget.ProxyTexture3DExt; + var _DetailTexture2DSgis = OpenTK.Graphics.ES30.TextureTarget.DetailTexture2DSgis; + var _Texture4DSgis = OpenTK.Graphics.ES30.TextureTarget.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.ES30.TextureTarget.ProxyTexture4DSgis; + var _TextureMinLod = OpenTK.Graphics.ES30.TextureTarget.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.ES30.TextureTarget.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.ES30.TextureTarget.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.ES30.TextureTarget.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.ES30.TextureTarget.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES30.TextureTarget.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.ES30.TextureTarget.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES30.TextureTarget.TextureMaxLevelSgis; + var _TextureCubeMap = OpenTK.Graphics.ES30.TextureTarget.TextureCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.ES30.TextureTarget.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.ES30.TextureTarget.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.ES30.TextureTarget.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.ES30.TextureTarget.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.ES30.TextureTarget.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.ES30.TextureTarget.TextureCubeMapNegativeZ; + var _Texture2DArray = OpenTK.Graphics.ES30.TextureTarget.Texture2DArray; +} +static void Test_TextureTarget2d_19908() { + var _Texture2D = OpenTK.Graphics.ES30.TextureTarget2d.Texture2D; + var _TextureCubeMapPositiveX = OpenTK.Graphics.ES30.TextureTarget2d.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.ES30.TextureTarget2d.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.ES30.TextureTarget2d.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.ES30.TextureTarget2d.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.ES30.TextureTarget2d.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.ES30.TextureTarget2d.TextureCubeMapNegativeZ; +} +static void Test_TextureTarget3d_19909() { + var _Texture3D = OpenTK.Graphics.ES30.TextureTarget3d.Texture3D; + var _Texture3DOes = OpenTK.Graphics.ES30.TextureTarget3d.Texture3DOes; + var _Texture2DArray = OpenTK.Graphics.ES30.TextureTarget3d.Texture2DArray; +} +static void Test_TextureUnit_19910() { + var _Texture0 = OpenTK.Graphics.ES30.TextureUnit.Texture0; + var _Texture1 = OpenTK.Graphics.ES30.TextureUnit.Texture1; + var _Texture2 = OpenTK.Graphics.ES30.TextureUnit.Texture2; + var _Texture3 = OpenTK.Graphics.ES30.TextureUnit.Texture3; + var _Texture4 = OpenTK.Graphics.ES30.TextureUnit.Texture4; + var _Texture5 = OpenTK.Graphics.ES30.TextureUnit.Texture5; + var _Texture6 = OpenTK.Graphics.ES30.TextureUnit.Texture6; + var _Texture7 = OpenTK.Graphics.ES30.TextureUnit.Texture7; + var _Texture8 = OpenTK.Graphics.ES30.TextureUnit.Texture8; + var _Texture9 = OpenTK.Graphics.ES30.TextureUnit.Texture9; + var _Texture10 = OpenTK.Graphics.ES30.TextureUnit.Texture10; + var _Texture11 = OpenTK.Graphics.ES30.TextureUnit.Texture11; + var _Texture12 = OpenTK.Graphics.ES30.TextureUnit.Texture12; + var _Texture13 = OpenTK.Graphics.ES30.TextureUnit.Texture13; + var _Texture14 = OpenTK.Graphics.ES30.TextureUnit.Texture14; + var _Texture15 = OpenTK.Graphics.ES30.TextureUnit.Texture15; + var _Texture16 = OpenTK.Graphics.ES30.TextureUnit.Texture16; + var _Texture17 = OpenTK.Graphics.ES30.TextureUnit.Texture17; + var _Texture18 = OpenTK.Graphics.ES30.TextureUnit.Texture18; + var _Texture19 = OpenTK.Graphics.ES30.TextureUnit.Texture19; + var _Texture20 = OpenTK.Graphics.ES30.TextureUnit.Texture20; + var _Texture21 = OpenTK.Graphics.ES30.TextureUnit.Texture21; + var _Texture22 = OpenTK.Graphics.ES30.TextureUnit.Texture22; + var _Texture23 = OpenTK.Graphics.ES30.TextureUnit.Texture23; + var _Texture24 = OpenTK.Graphics.ES30.TextureUnit.Texture24; + var _Texture25 = OpenTK.Graphics.ES30.TextureUnit.Texture25; + var _Texture26 = OpenTK.Graphics.ES30.TextureUnit.Texture26; + var _Texture27 = OpenTK.Graphics.ES30.TextureUnit.Texture27; + var _Texture28 = OpenTK.Graphics.ES30.TextureUnit.Texture28; + var _Texture29 = OpenTK.Graphics.ES30.TextureUnit.Texture29; + var _Texture30 = OpenTK.Graphics.ES30.TextureUnit.Texture30; + var _Texture31 = OpenTK.Graphics.ES30.TextureUnit.Texture31; +} +static void Test_TextureWrapMode_19911() { + var _Clamp = OpenTK.Graphics.ES30.TextureWrapMode.Clamp; + var _Repeat = OpenTK.Graphics.ES30.TextureWrapMode.Repeat; + var _ClampToBorder = OpenTK.Graphics.ES30.TextureWrapMode.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.ES30.TextureWrapMode.ClampToBorderArb; + var _ClampToBorderNv = OpenTK.Graphics.ES30.TextureWrapMode.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.ES30.TextureWrapMode.ClampToBorderSgis; + var _ClampToEdge = OpenTK.Graphics.ES30.TextureWrapMode.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.ES30.TextureWrapMode.ClampToEdgeSgis; +} +static void Test_TransformFeedbackMode_19912() { + var _InterleavedAttribs = OpenTK.Graphics.ES30.TransformFeedbackMode.InterleavedAttribs; + var _SeparateAttribs = OpenTK.Graphics.ES30.TransformFeedbackMode.SeparateAttribs; +} +static void Test_TransformFeedbackPrimitiveType_19913() { + var _Points = OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType.Points; + var _Lines = OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType.Lines; + var _Triangles = OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType.Triangles; +} +static void Test_TransformFeedbackTarget_19914() { + var _TransformFeedback = OpenTK.Graphics.ES30.TransformFeedbackTarget.TransformFeedback; +} +static void Test_TransformFeedbackType_19915() { + var _Int = OpenTK.Graphics.ES30.TransformFeedbackType.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.TransformFeedbackType.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.TransformFeedbackType.Float; + var _FloatVec2 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.ES30.TransformFeedbackType.IntVec2; + var _IntVec3 = OpenTK.Graphics.ES30.TransformFeedbackType.IntVec3; + var _IntVec4 = OpenTK.Graphics.ES30.TransformFeedbackType.IntVec4; + var _FloatMat2 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat4; + var _FloatMat2x3 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat2x3; + var _FloatMat2x4 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat2x4; + var _FloatMat3x2 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat3x2; + var _FloatMat3x4 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat3x4; + var _FloatMat4x2 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat4x2; + var _FloatMat4x3 = OpenTK.Graphics.ES30.TransformFeedbackType.FloatMat4x3; + var _UnsignedIntVec2 = OpenTK.Graphics.ES30.TransformFeedbackType.UnsignedIntVec2; + var _UnsignedIntVec3 = OpenTK.Graphics.ES30.TransformFeedbackType.UnsignedIntVec3; + var _UnsignedIntVec4 = OpenTK.Graphics.ES30.TransformFeedbackType.UnsignedIntVec4; +} +static void Test_UseProgramStageMask_19916() { + var _VertexShaderBit = OpenTK.Graphics.ES30.UseProgramStageMask.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.ES30.UseProgramStageMask.VertexShaderBitExt; + var _FragmentShaderBit = OpenTK.Graphics.ES30.UseProgramStageMask.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.ES30.UseProgramStageMask.FragmentShaderBitExt; + var _GeometryShaderBit = OpenTK.Graphics.ES30.UseProgramStageMask.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.ES30.UseProgramStageMask.GeometryShaderBitExt; + var _TessControlShaderBit = OpenTK.Graphics.ES30.UseProgramStageMask.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.ES30.UseProgramStageMask.TessControlShaderBitExt; + var _TessEvaluationShaderBit = OpenTK.Graphics.ES30.UseProgramStageMask.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.ES30.UseProgramStageMask.TessEvaluationShaderBitExt; + var _ComputeShaderBit = OpenTK.Graphics.ES30.UseProgramStageMask.ComputeShaderBit; + var _AllShaderBits = OpenTK.Graphics.ES30.UseProgramStageMask.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.ES30.UseProgramStageMask.AllShaderBitsExt; +} +static void Test_VertexAttribIntegerType_19917() { + var _Byte = OpenTK.Graphics.ES30.VertexAttribIntegerType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES30.VertexAttribIntegerType.UnsignedByte; + var _Short = OpenTK.Graphics.ES30.VertexAttribIntegerType.Short; + var _UnsignedShort = OpenTK.Graphics.ES30.VertexAttribIntegerType.UnsignedShort; + var _Int = OpenTK.Graphics.ES30.VertexAttribIntegerType.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.VertexAttribIntegerType.UnsignedInt; +} +static void Test_VertexAttribParameter_19918() { + var _VertexAttribArrayEnabled = OpenTK.Graphics.ES30.VertexAttribParameter.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.ES30.VertexAttribParameter.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.ES30.VertexAttribParameter.VertexAttribArrayStride; + var _VertexAttribArrayType = OpenTK.Graphics.ES30.VertexAttribParameter.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.ES30.VertexAttribParameter.CurrentVertexAttrib; + var _VertexAttribArrayNormalized = OpenTK.Graphics.ES30.VertexAttribParameter.VertexAttribArrayNormalized; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.ES30.VertexAttribParameter.VertexAttribArrayBufferBinding; + var _VertexAttribArrayInteger = OpenTK.Graphics.ES30.VertexAttribParameter.VertexAttribArrayInteger; + var _VertexAttribArrayDivisor = OpenTK.Graphics.ES30.VertexAttribParameter.VertexAttribArrayDivisor; +} +static void Test_VertexAttribPointerParameter_19919() { + var _VertexAttribArrayPointer = OpenTK.Graphics.ES30.VertexAttribPointerParameter.VertexAttribArrayPointer; +} +static void Test_VertexAttribPointerType_19920() { + var _Byte = OpenTK.Graphics.ES30.VertexAttribPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES30.VertexAttribPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.ES30.VertexAttribPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.ES30.VertexAttribPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.ES30.VertexAttribPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.ES30.VertexAttribPointerType.UnsignedInt; + var _Float = OpenTK.Graphics.ES30.VertexAttribPointerType.Float; + var _HalfFloat = OpenTK.Graphics.ES30.VertexAttribPointerType.HalfFloat; + var _Fixed = OpenTK.Graphics.ES30.VertexAttribPointerType.Fixed; + var _UnsignedInt2101010Rev = OpenTK.Graphics.ES30.VertexAttribPointerType.UnsignedInt2101010Rev; + var _Int2101010Rev = OpenTK.Graphics.ES30.VertexAttribPointerType.Int2101010Rev; +} +static void Test_VertexPointerType_19921() { + var _Short = OpenTK.Graphics.ES30.VertexPointerType.Short; + var _Int = OpenTK.Graphics.ES30.VertexPointerType.Int; + var _Float = OpenTK.Graphics.ES30.VertexPointerType.Float; + var _Double = OpenTK.Graphics.ES30.VertexPointerType.Double; +} +static void Test_VivShaderBinary_19922() { + var _ShaderBinaryViv = OpenTK.Graphics.ES30.VivShaderBinary.ShaderBinaryViv; +} +static void Test_WaitSyncFlags_19923() { + var _None = OpenTK.Graphics.ES30.WaitSyncFlags.None; +} +static void Test_WaitSyncStatus_19924() { + var _AlreadySignaled = OpenTK.Graphics.ES30.WaitSyncStatus.AlreadySignaled; + var _AlreadySignaledApple = OpenTK.Graphics.ES30.WaitSyncStatus.AlreadySignaledApple; + var _TimeoutExpired = OpenTK.Graphics.ES30.WaitSyncStatus.TimeoutExpired; + var _TimeoutExpiredApple = OpenTK.Graphics.ES30.WaitSyncStatus.TimeoutExpiredApple; + var _ConditionSatisfied = OpenTK.Graphics.ES30.WaitSyncStatus.ConditionSatisfied; + var _ConditionSatisfiedApple = OpenTK.Graphics.ES30.WaitSyncStatus.ConditionSatisfiedApple; + var _WaitFailed = OpenTK.Graphics.ES30.WaitSyncStatus.WaitFailed; + var _WaitFailedApple = OpenTK.Graphics.ES30.WaitSyncStatus.WaitFailedApple; +} +static void Test_AccumOp_19925() { + var _Accum = OpenTK.Graphics.ES20.AccumOp.Accum; + var _Load = OpenTK.Graphics.ES20.AccumOp.Load; + var _Return = OpenTK.Graphics.ES20.AccumOp.Return; + var _Mult = OpenTK.Graphics.ES20.AccumOp.Mult; + var _Add = OpenTK.Graphics.ES20.AccumOp.Add; +} +static void Test_ActiveAttribType_19926() { + var _Float = OpenTK.Graphics.ES20.ActiveAttribType.Float; + var _FloatVec2 = OpenTK.Graphics.ES20.ActiveAttribType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES20.ActiveAttribType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES20.ActiveAttribType.FloatVec4; + var _FloatMat2 = OpenTK.Graphics.ES20.ActiveAttribType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES20.ActiveAttribType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES20.ActiveAttribType.FloatMat4; +} +static void Test_ActiveUniformType_19927() { + var _Int = OpenTK.Graphics.ES20.ActiveUniformType.Int; + var _Float = OpenTK.Graphics.ES20.ActiveUniformType.Float; + var _FloatVec2 = OpenTK.Graphics.ES20.ActiveUniformType.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES20.ActiveUniformType.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES20.ActiveUniformType.FloatVec4; + var _IntVec2 = OpenTK.Graphics.ES20.ActiveUniformType.IntVec2; + var _IntVec3 = OpenTK.Graphics.ES20.ActiveUniformType.IntVec3; + var _IntVec4 = OpenTK.Graphics.ES20.ActiveUniformType.IntVec4; + var _Bool = OpenTK.Graphics.ES20.ActiveUniformType.Bool; + var _BoolVec2 = OpenTK.Graphics.ES20.ActiveUniformType.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.ES20.ActiveUniformType.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.ES20.ActiveUniformType.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.ES20.ActiveUniformType.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES20.ActiveUniformType.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES20.ActiveUniformType.FloatMat4; + var _Sampler2D = OpenTK.Graphics.ES20.ActiveUniformType.Sampler2D; + var _SamplerCube = OpenTK.Graphics.ES20.ActiveUniformType.SamplerCube; +} +static void Test_All_19928() { + var _False = OpenTK.Graphics.ES20.All.False; + var _LayoutDefaultIntel = OpenTK.Graphics.ES20.All.LayoutDefaultIntel; + var _NoError = OpenTK.Graphics.ES20.All.NoError; + var _None = OpenTK.Graphics.ES20.All.None; + var _NoneOes = OpenTK.Graphics.ES20.All.NoneOes; + var _Zero = OpenTK.Graphics.ES20.All.Zero; + var _Points = OpenTK.Graphics.ES20.All.Points; + var _PerfquerySingleContextIntel = OpenTK.Graphics.ES20.All.PerfquerySingleContextIntel; + var _ClientPixelStoreBit = OpenTK.Graphics.ES20.All.ClientPixelStoreBit; + var _ColorBufferBit0Qcom = OpenTK.Graphics.ES20.All.ColorBufferBit0Qcom; + var _ContextCoreProfileBit = OpenTK.Graphics.ES20.All.ContextCoreProfileBit; + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.ES20.All.ContextFlagForwardCompatibleBit; + var _CurrentBit = OpenTK.Graphics.ES20.All.CurrentBit; + var _PerfqueryGlobalContextIntel = OpenTK.Graphics.ES20.All.PerfqueryGlobalContextIntel; + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.ES20.All.QueryDepthPassEventBitAmd; + var _SyncFlushCommandsBitApple = OpenTK.Graphics.ES20.All.SyncFlushCommandsBitApple; + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.ES20.All.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.ES20.All.VertexAttribArrayBarrierBitExt; + var _VertexShaderBit = OpenTK.Graphics.ES20.All.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.ES20.All.VertexShaderBitExt; + var _ClientVertexArrayBit = OpenTK.Graphics.ES20.All.ClientVertexArrayBit; + var _ColorBufferBit1Qcom = OpenTK.Graphics.ES20.All.ColorBufferBit1Qcom; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.ES20.All.ContextCompatibilityProfileBit; + var _ContextFlagDebugBit = OpenTK.Graphics.ES20.All.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.ES20.All.ContextFlagDebugBitKhr; + var _ElementArrayBarrierBit = OpenTK.Graphics.ES20.All.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.ES20.All.ElementArrayBarrierBitExt; + var _FragmentShaderBit = OpenTK.Graphics.ES20.All.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.ES20.All.FragmentShaderBitExt; + var _PointBit = OpenTK.Graphics.ES20.All.PointBit; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.ES20.All.QueryDepthFailEventBitAmd; + var _ColorBufferBit2Qcom = OpenTK.Graphics.ES20.All.ColorBufferBit2Qcom; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.ES20.All.ContextFlagRobustAccessBitArb; + var _GeometryShaderBit = OpenTK.Graphics.ES20.All.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.ES20.All.GeometryShaderBitExt; + var _LineBit = OpenTK.Graphics.ES20.All.LineBit; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.ES20.All.QueryStencilFailEventBitAmd; + var _UniformBarrierBit = OpenTK.Graphics.ES20.All.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.ES20.All.UniformBarrierBitExt; + var _ColorBufferBit3Qcom = OpenTK.Graphics.ES20.All.ColorBufferBit3Qcom; + var _PolygonBit = OpenTK.Graphics.ES20.All.PolygonBit; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.ES20.All.QueryDepthBoundsFailEventBitAmd; + var _TessControlShaderBit = OpenTK.Graphics.ES20.All.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.ES20.All.TessControlShaderBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.ES20.All.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.ES20.All.TextureFetchBarrierBitExt; + var _ColorBufferBit4Qcom = OpenTK.Graphics.ES20.All.ColorBufferBit4Qcom; + var _PolygonStippleBit = OpenTK.Graphics.ES20.All.PolygonStippleBit; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.ES20.All.ShaderGlobalAccessBarrierBitNv; + var _TessEvaluationShaderBit = OpenTK.Graphics.ES20.All.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.ES20.All.TessEvaluationShaderBitExt; + var _ColorBufferBit5Qcom = OpenTK.Graphics.ES20.All.ColorBufferBit5Qcom; + var _ComputeShaderBit = OpenTK.Graphics.ES20.All.ComputeShaderBit; + var _PixelModeBit = OpenTK.Graphics.ES20.All.PixelModeBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.ES20.All.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.ES20.All.ShaderImageAccessBarrierBitExt; + var _ColorBufferBit6Qcom = OpenTK.Graphics.ES20.All.ColorBufferBit6Qcom; + var _CommandBarrierBit = OpenTK.Graphics.ES20.All.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.ES20.All.CommandBarrierBitExt; + var _LightingBit = OpenTK.Graphics.ES20.All.LightingBit; + var _ColorBufferBit7Qcom = OpenTK.Graphics.ES20.All.ColorBufferBit7Qcom; + var _FogBit = OpenTK.Graphics.ES20.All.FogBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.ES20.All.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.ES20.All.PixelBufferBarrierBitExt; + var _DepthBufferBit = OpenTK.Graphics.ES20.All.DepthBufferBit; + var _DepthBufferBit0Qcom = OpenTK.Graphics.ES20.All.DepthBufferBit0Qcom; + var _TextureUpdateBarrierBit = OpenTK.Graphics.ES20.All.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.ES20.All.TextureUpdateBarrierBitExt; + var _AccumBufferBit = OpenTK.Graphics.ES20.All.AccumBufferBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.ES20.All.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.ES20.All.BufferUpdateBarrierBitExt; + var _DepthBufferBit1Qcom = OpenTK.Graphics.ES20.All.DepthBufferBit1Qcom; + var _DepthBufferBit2Qcom = OpenTK.Graphics.ES20.All.DepthBufferBit2Qcom; + var _FramebufferBarrierBit = OpenTK.Graphics.ES20.All.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.ES20.All.FramebufferBarrierBitExt; + var _StencilBufferBit = OpenTK.Graphics.ES20.All.StencilBufferBit; + var _DepthBufferBit3Qcom = OpenTK.Graphics.ES20.All.DepthBufferBit3Qcom; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.ES20.All.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.ES20.All.TransformFeedbackBarrierBitExt; + var _ViewportBit = OpenTK.Graphics.ES20.All.ViewportBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.ES20.All.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.ES20.All.AtomicCounterBarrierBitExt; + var _DepthBufferBit4Qcom = OpenTK.Graphics.ES20.All.DepthBufferBit4Qcom; + var _TransformBit = OpenTK.Graphics.ES20.All.TransformBit; + var _DepthBufferBit5Qcom = OpenTK.Graphics.ES20.All.DepthBufferBit5Qcom; + var _EnableBit = OpenTK.Graphics.ES20.All.EnableBit; + var _ShaderStorageBarrierBit = OpenTK.Graphics.ES20.All.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.ES20.All.ClientMappedBufferBarrierBit; + var _ColorBufferBit = OpenTK.Graphics.ES20.All.ColorBufferBit; + var _DepthBufferBit6Qcom = OpenTK.Graphics.ES20.All.DepthBufferBit6Qcom; + var _CoverageBufferBitNv = OpenTK.Graphics.ES20.All.CoverageBufferBitNv; + var _DepthBufferBit7Qcom = OpenTK.Graphics.ES20.All.DepthBufferBit7Qcom; + var _HintBit = OpenTK.Graphics.ES20.All.HintBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.ES20.All.QueryBufferBarrierBit; + var _MapReadBit = OpenTK.Graphics.ES20.All.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.ES20.All.MapReadBitExt; + var _Lines = OpenTK.Graphics.ES20.All.Lines; + var _EvalBit = OpenTK.Graphics.ES20.All.EvalBit; + var _StencilBufferBit0Qcom = OpenTK.Graphics.ES20.All.StencilBufferBit0Qcom; + var _LineLoop = OpenTK.Graphics.ES20.All.LineLoop; + var _MapWriteBit = OpenTK.Graphics.ES20.All.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.ES20.All.MapWriteBitExt; + var _ListBit = OpenTK.Graphics.ES20.All.ListBit; + var _StencilBufferBit1Qcom = OpenTK.Graphics.ES20.All.StencilBufferBit1Qcom; + var _LineStrip = OpenTK.Graphics.ES20.All.LineStrip; + var _MapInvalidateRangeBit = OpenTK.Graphics.ES20.All.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES20.All.MapInvalidateRangeBitExt; + var _Triangles = OpenTK.Graphics.ES20.All.Triangles; + var _StencilBufferBit2Qcom = OpenTK.Graphics.ES20.All.StencilBufferBit2Qcom; + var _TextureBit = OpenTK.Graphics.ES20.All.TextureBit; + var _TriangleStrip = OpenTK.Graphics.ES20.All.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES20.All.TriangleFan; + var _Quads = OpenTK.Graphics.ES20.All.Quads; + var _QuadsExt = OpenTK.Graphics.ES20.All.QuadsExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.ES20.All.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES20.All.MapInvalidateBufferBitExt; + var _QuadStrip = OpenTK.Graphics.ES20.All.QuadStrip; + var _ScissorBit = OpenTK.Graphics.ES20.All.ScissorBit; + var _StencilBufferBit3Qcom = OpenTK.Graphics.ES20.All.StencilBufferBit3Qcom; + var _Polygon = OpenTK.Graphics.ES20.All.Polygon; + var _LinesAdjacency = OpenTK.Graphics.ES20.All.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.ES20.All.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.ES20.All.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.ES20.All.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.ES20.All.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.ES20.All.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.ES20.All.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.ES20.All.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.ES20.All.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.ES20.All.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.ES20.All.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.ES20.All.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.ES20.All.Patches; + var _PatchesExt = OpenTK.Graphics.ES20.All.PatchesExt; + var _MapFlushExplicitBit = OpenTK.Graphics.ES20.All.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES20.All.MapFlushExplicitBitExt; + var _StencilBufferBit4Qcom = OpenTK.Graphics.ES20.All.StencilBufferBit4Qcom; + var _MapUnsynchronizedBit = OpenTK.Graphics.ES20.All.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES20.All.MapUnsynchronizedBitExt; + var _StencilBufferBit5Qcom = OpenTK.Graphics.ES20.All.StencilBufferBit5Qcom; + var _MapPersistentBit = OpenTK.Graphics.ES20.All.MapPersistentBit; + var _StencilBufferBit6Qcom = OpenTK.Graphics.ES20.All.StencilBufferBit6Qcom; + var _MapCoherentBit = OpenTK.Graphics.ES20.All.MapCoherentBit; + var _StencilBufferBit7Qcom = OpenTK.Graphics.ES20.All.StencilBufferBit7Qcom; + var _Accum = OpenTK.Graphics.ES20.All.Accum; + var _DynamicStorageBit = OpenTK.Graphics.ES20.All.DynamicStorageBit; + var _MultisampleBufferBit0Qcom = OpenTK.Graphics.ES20.All.MultisampleBufferBit0Qcom; + var _Load = OpenTK.Graphics.ES20.All.Load; + var _Return = OpenTK.Graphics.ES20.All.Return; + var _Mult = OpenTK.Graphics.ES20.All.Mult; + var _Add = OpenTK.Graphics.ES20.All.Add; + var _ClientStorageBit = OpenTK.Graphics.ES20.All.ClientStorageBit; + var _Never = OpenTK.Graphics.ES20.All.Never; + var _MultisampleBufferBit1Qcom = OpenTK.Graphics.ES20.All.MultisampleBufferBit1Qcom; + var _Less = OpenTK.Graphics.ES20.All.Less; + var _Equal = OpenTK.Graphics.ES20.All.Equal; + var _Lequal = OpenTK.Graphics.ES20.All.Lequal; + var _Greater = OpenTK.Graphics.ES20.All.Greater; + var _Notequal = OpenTK.Graphics.ES20.All.Notequal; + var _Gequal = OpenTK.Graphics.ES20.All.Gequal; + var _Always = OpenTK.Graphics.ES20.All.Always; + var _SrcColor = OpenTK.Graphics.ES20.All.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES20.All.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES20.All.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES20.All.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES20.All.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES20.All.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES20.All.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES20.All.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES20.All.SrcAlphaSaturate; + var _FrontLeft = OpenTK.Graphics.ES20.All.FrontLeft; + var _MultisampleBufferBit2Qcom = OpenTK.Graphics.ES20.All.MultisampleBufferBit2Qcom; + var _FrontRight = OpenTK.Graphics.ES20.All.FrontRight; + var _BackLeft = OpenTK.Graphics.ES20.All.BackLeft; + var _BackRight = OpenTK.Graphics.ES20.All.BackRight; + var _Front = OpenTK.Graphics.ES20.All.Front; + var _Back = OpenTK.Graphics.ES20.All.Back; + var _Left = OpenTK.Graphics.ES20.All.Left; + var _Right = OpenTK.Graphics.ES20.All.Right; + var _FrontAndBack = OpenTK.Graphics.ES20.All.FrontAndBack; + var _Aux0 = OpenTK.Graphics.ES20.All.Aux0; + var _Aux1 = OpenTK.Graphics.ES20.All.Aux1; + var _Aux2 = OpenTK.Graphics.ES20.All.Aux2; + var _Aux3 = OpenTK.Graphics.ES20.All.Aux3; + var _InvalidEnum = OpenTK.Graphics.ES20.All.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES20.All.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES20.All.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES20.All.StackOverflow; + var _StackOverflowKhr = OpenTK.Graphics.ES20.All.StackOverflowKhr; + var _StackUnderflow = OpenTK.Graphics.ES20.All.StackUnderflow; + var _StackUnderflowKhr = OpenTK.Graphics.ES20.All.StackUnderflowKhr; + var _OutOfMemory = OpenTK.Graphics.ES20.All.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.ES20.All.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.ES20.All.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.ES20.All.InvalidFramebufferOperationOes; + var _Gl2D = OpenTK.Graphics.ES20.All.Gl2D; + var _Gl3D = OpenTK.Graphics.ES20.All.Gl3D; + var _Gl3DColor = OpenTK.Graphics.ES20.All.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.ES20.All.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.ES20.All.Gl4DColorTexture; + var _PassThroughToken = OpenTK.Graphics.ES20.All.PassThroughToken; + var _PointToken = OpenTK.Graphics.ES20.All.PointToken; + var _LineToken = OpenTK.Graphics.ES20.All.LineToken; + var _PolygonToken = OpenTK.Graphics.ES20.All.PolygonToken; + var _BitmapToken = OpenTK.Graphics.ES20.All.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.ES20.All.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.ES20.All.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.ES20.All.LineResetToken; + var _Exp = OpenTK.Graphics.ES20.All.Exp; + var _MultisampleBufferBit3Qcom = OpenTK.Graphics.ES20.All.MultisampleBufferBit3Qcom; + var _Exp2 = OpenTK.Graphics.ES20.All.Exp2; + var _Cw = OpenTK.Graphics.ES20.All.Cw; + var _Ccw = OpenTK.Graphics.ES20.All.Ccw; + var _Coeff = OpenTK.Graphics.ES20.All.Coeff; + var _Order = OpenTK.Graphics.ES20.All.Order; + var _Domain = OpenTK.Graphics.ES20.All.Domain; + var _CurrentColor = OpenTK.Graphics.ES20.All.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.ES20.All.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.ES20.All.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.ES20.All.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.ES20.All.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.ES20.All.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.ES20.All.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.ES20.All.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.ES20.All.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.ES20.All.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.ES20.All.PointSmooth; + var _PointSize = OpenTK.Graphics.ES20.All.PointSize; + var _PointSizeRange = OpenTK.Graphics.ES20.All.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.ES20.All.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.ES20.All.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.ES20.All.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.ES20.All.LineSmooth; + var _LineWidth = OpenTK.Graphics.ES20.All.LineWidth; + var _LineWidthRange = OpenTK.Graphics.ES20.All.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.ES20.All.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.ES20.All.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.ES20.All.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.ES20.All.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.ES20.All.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.ES20.All.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.ES20.All.ListMode; + var _MaxListNesting = OpenTK.Graphics.ES20.All.MaxListNesting; + var _ListBase = OpenTK.Graphics.ES20.All.ListBase; + var _ListIndex = OpenTK.Graphics.ES20.All.ListIndex; + var _PolygonMode = OpenTK.Graphics.ES20.All.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.ES20.All.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES20.All.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.ES20.All.EdgeFlag; + var _CullFace = OpenTK.Graphics.ES20.All.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES20.All.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES20.All.FrontFace; + var _Lighting = OpenTK.Graphics.ES20.All.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.ES20.All.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES20.All.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES20.All.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.ES20.All.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.ES20.All.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.ES20.All.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.ES20.All.ColorMaterial; + var _Fog = OpenTK.Graphics.ES20.All.Fog; + var _FogIndex = OpenTK.Graphics.ES20.All.FogIndex; + var _FogDensity = OpenTK.Graphics.ES20.All.FogDensity; + var _FogStart = OpenTK.Graphics.ES20.All.FogStart; + var _FogEnd = OpenTK.Graphics.ES20.All.FogEnd; + var _FogMode = OpenTK.Graphics.ES20.All.FogMode; + var _FogColor = OpenTK.Graphics.ES20.All.FogColor; + var _DepthRange = OpenTK.Graphics.ES20.All.DepthRange; + var _DepthTest = OpenTK.Graphics.ES20.All.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES20.All.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES20.All.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES20.All.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.ES20.All.AccumClearValue; + var _StencilTest = OpenTK.Graphics.ES20.All.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES20.All.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES20.All.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES20.All.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES20.All.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES20.All.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES20.All.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES20.All.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES20.All.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.ES20.All.MatrixMode; + var _Normalize = OpenTK.Graphics.ES20.All.Normalize; + var _Viewport = OpenTK.Graphics.ES20.All.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.ES20.All.Modelview0StackDepthExt; + var _ModelviewStackDepth = OpenTK.Graphics.ES20.All.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.ES20.All.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.ES20.All.TextureStackDepth; + var _Modelview0MatrixExt = OpenTK.Graphics.ES20.All.Modelview0MatrixExt; + var _ModelviewMatrix = OpenTK.Graphics.ES20.All.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.ES20.All.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.ES20.All.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.ES20.All.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.ES20.All.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.ES20.All.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.ES20.All.AlphaTestQcom; + var _AlphaTestFunc = OpenTK.Graphics.ES20.All.AlphaTestFunc; + var _AlphaTestFuncQcom = OpenTK.Graphics.ES20.All.AlphaTestFuncQcom; + var _AlphaTestRef = OpenTK.Graphics.ES20.All.AlphaTestRef; + var _AlphaTestRefQcom = OpenTK.Graphics.ES20.All.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.ES20.All.Dither; + var _BlendDst = OpenTK.Graphics.ES20.All.BlendDst; + var _BlendSrc = OpenTK.Graphics.ES20.All.BlendSrc; + var _Blend = OpenTK.Graphics.ES20.All.Blend; + var _LogicOpMode = OpenTK.Graphics.ES20.All.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.ES20.All.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.ES20.All.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES20.All.ColorLogicOp; + var _AuxBuffers = OpenTK.Graphics.ES20.All.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.ES20.All.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.ES20.All.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.ES20.All.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.ES20.All.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.ES20.All.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.ES20.All.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES20.All.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.ES20.All.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.ES20.All.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.ES20.All.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES20.All.ColorWritemask; + var _IndexMode = OpenTK.Graphics.ES20.All.IndexMode; + var _RgbaMode = OpenTK.Graphics.ES20.All.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.ES20.All.Doublebuffer; + var _Stereo = OpenTK.Graphics.ES20.All.Stereo; + var _RenderMode = OpenTK.Graphics.ES20.All.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES20.All.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES20.All.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES20.All.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES20.All.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES20.All.FogHint; + var _TextureGenS = OpenTK.Graphics.ES20.All.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES20.All.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES20.All.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES20.All.TextureGenQ; + var _PixelMapIToI = OpenTK.Graphics.ES20.All.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES20.All.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES20.All.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES20.All.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES20.All.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES20.All.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES20.All.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES20.All.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES20.All.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES20.All.PixelMapAToA; + var _PixelMapIToISize = OpenTK.Graphics.ES20.All.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.ES20.All.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.ES20.All.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.ES20.All.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.ES20.All.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.ES20.All.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.ES20.All.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.ES20.All.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.ES20.All.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.ES20.All.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.ES20.All.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES20.All.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES20.All.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.ES20.All.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.ES20.All.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.ES20.All.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.ES20.All.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.ES20.All.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.ES20.All.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES20.All.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES20.All.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES20.All.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES20.All.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES20.All.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES20.All.PackAlignment; + var _MapColor = OpenTK.Graphics.ES20.All.MapColor; + var _MapStencil = OpenTK.Graphics.ES20.All.MapStencil; + var _IndexShift = OpenTK.Graphics.ES20.All.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES20.All.IndexOffset; + var _RedScale = OpenTK.Graphics.ES20.All.RedScale; + var _RedBias = OpenTK.Graphics.ES20.All.RedBias; + var _ZoomX = OpenTK.Graphics.ES20.All.ZoomX; + var _ZoomY = OpenTK.Graphics.ES20.All.ZoomY; + var _GreenScale = OpenTK.Graphics.ES20.All.GreenScale; + var _GreenBias = OpenTK.Graphics.ES20.All.GreenBias; + var _BlueScale = OpenTK.Graphics.ES20.All.BlueScale; + var _BlueBias = OpenTK.Graphics.ES20.All.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES20.All.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES20.All.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES20.All.DepthScale; + var _DepthBias = OpenTK.Graphics.ES20.All.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.ES20.All.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.ES20.All.MaxLights; + var _MaxClipDistances = OpenTK.Graphics.ES20.All.MaxClipDistances; + var _MaxClipPlanes = OpenTK.Graphics.ES20.All.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.ES20.All.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.ES20.All.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.ES20.All.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES20.All.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.ES20.All.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES20.All.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES20.All.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES20.All.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.ES20.All.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.ES20.All.SubpixelBits; + var _IndexBits = OpenTK.Graphics.ES20.All.IndexBits; + var _RedBits = OpenTK.Graphics.ES20.All.RedBits; + var _GreenBits = OpenTK.Graphics.ES20.All.GreenBits; + var _BlueBits = OpenTK.Graphics.ES20.All.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES20.All.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES20.All.DepthBits; + var _StencilBits = OpenTK.Graphics.ES20.All.StencilBits; + var _AccumRedBits = OpenTK.Graphics.ES20.All.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.ES20.All.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.ES20.All.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.ES20.All.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.ES20.All.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.ES20.All.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES20.All.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES20.All.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES20.All.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES20.All.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES20.All.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES20.All.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES20.All.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES20.All.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES20.All.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES20.All.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES20.All.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES20.All.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES20.All.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES20.All.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES20.All.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES20.All.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES20.All.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES20.All.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.ES20.All.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.ES20.All.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.ES20.All.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.ES20.All.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.ES20.All.Texture1D; + var _Texture2D = OpenTK.Graphics.ES20.All.Texture2D; + var _FeedbackBufferPointer = OpenTK.Graphics.ES20.All.FeedbackBufferPointer; + var _FeedbackBufferSize = OpenTK.Graphics.ES20.All.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.ES20.All.FeedbackBufferType; + var _SelectionBufferPointer = OpenTK.Graphics.ES20.All.SelectionBufferPointer; + var _SelectionBufferSize = OpenTK.Graphics.ES20.All.SelectionBufferSize; + var _TextureWidth = OpenTK.Graphics.ES20.All.TextureWidth; + var _MultisampleBufferBit4Qcom = OpenTK.Graphics.ES20.All.MultisampleBufferBit4Qcom; + var _TextureHeight = OpenTK.Graphics.ES20.All.TextureHeight; + var _TextureComponents = OpenTK.Graphics.ES20.All.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.ES20.All.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.ES20.All.TextureBorderColor; + var _TextureBorderColorExt = OpenTK.Graphics.ES20.All.TextureBorderColorExt; + var _TextureBorderColorNv = OpenTK.Graphics.ES20.All.TextureBorderColorNv; + var _TextureBorder = OpenTK.Graphics.ES20.All.TextureBorder; + var _DontCare = OpenTK.Graphics.ES20.All.DontCare; + var _Fastest = OpenTK.Graphics.ES20.All.Fastest; + var _Nicest = OpenTK.Graphics.ES20.All.Nicest; + var _Ambient = OpenTK.Graphics.ES20.All.Ambient; + var _Diffuse = OpenTK.Graphics.ES20.All.Diffuse; + var _Specular = OpenTK.Graphics.ES20.All.Specular; + var _Position = OpenTK.Graphics.ES20.All.Position; + var _SpotDirection = OpenTK.Graphics.ES20.All.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES20.All.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES20.All.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES20.All.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES20.All.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES20.All.QuadraticAttenuation; + var _Compile = OpenTK.Graphics.ES20.All.Compile; + var _CompileAndExecute = OpenTK.Graphics.ES20.All.CompileAndExecute; + var _Byte = OpenTK.Graphics.ES20.All.Byte; + var _UnsignedByte = OpenTK.Graphics.ES20.All.UnsignedByte; + var _Short = OpenTK.Graphics.ES20.All.Short; + var _UnsignedShort = OpenTK.Graphics.ES20.All.UnsignedShort; + var _Int = OpenTK.Graphics.ES20.All.Int; + var _UnsignedInt = OpenTK.Graphics.ES20.All.UnsignedInt; + var _Float = OpenTK.Graphics.ES20.All.Float; + var _Gl2Bytes = OpenTK.Graphics.ES20.All.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.ES20.All.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.ES20.All.Gl4Bytes; + var _Double = OpenTK.Graphics.ES20.All.Double; + var _Fixed = OpenTK.Graphics.ES20.All.Fixed; + var _Clear = OpenTK.Graphics.ES20.All.Clear; + var _And = OpenTK.Graphics.ES20.All.And; + var _AndReverse = OpenTK.Graphics.ES20.All.AndReverse; + var _Copy = OpenTK.Graphics.ES20.All.Copy; + var _AndInverted = OpenTK.Graphics.ES20.All.AndInverted; + var _Noop = OpenTK.Graphics.ES20.All.Noop; + var _Xor = OpenTK.Graphics.ES20.All.Xor; + var _XorNv = OpenTK.Graphics.ES20.All.XorNv; + var _Or = OpenTK.Graphics.ES20.All.Or; + var _Nor = OpenTK.Graphics.ES20.All.Nor; + var _Equiv = OpenTK.Graphics.ES20.All.Equiv; + var _Invert = OpenTK.Graphics.ES20.All.Invert; + var _OrReverse = OpenTK.Graphics.ES20.All.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES20.All.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES20.All.OrInverted; + var _Nand = OpenTK.Graphics.ES20.All.Nand; + var _Set = OpenTK.Graphics.ES20.All.Set; + var _Emission = OpenTK.Graphics.ES20.All.Emission; + var _Shininess = OpenTK.Graphics.ES20.All.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES20.All.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.ES20.All.ColorIndexes; + var _Modelview = OpenTK.Graphics.ES20.All.Modelview; + var _Modelview0Ext = OpenTK.Graphics.ES20.All.Modelview0Ext; + var _Projection = OpenTK.Graphics.ES20.All.Projection; + var _Texture = OpenTK.Graphics.ES20.All.Texture; + var _Color = OpenTK.Graphics.ES20.All.Color; + var _ColorExt = OpenTK.Graphics.ES20.All.ColorExt; + var _Depth = OpenTK.Graphics.ES20.All.Depth; + var _DepthExt = OpenTK.Graphics.ES20.All.DepthExt; + var _Stencil = OpenTK.Graphics.ES20.All.Stencil; + var _StencilExt = OpenTK.Graphics.ES20.All.StencilExt; + var _ColorIndex = OpenTK.Graphics.ES20.All.ColorIndex; + var _StencilIndex = OpenTK.Graphics.ES20.All.StencilIndex; + var _StencilIndexOes = OpenTK.Graphics.ES20.All.StencilIndexOes; + var _DepthComponent = OpenTK.Graphics.ES20.All.DepthComponent; + var _Red = OpenTK.Graphics.ES20.All.Red; + var _RedExt = OpenTK.Graphics.ES20.All.RedExt; + var _RedNv = OpenTK.Graphics.ES20.All.RedNv; + var _Green = OpenTK.Graphics.ES20.All.Green; + var _GreenNv = OpenTK.Graphics.ES20.All.GreenNv; + var _Blue = OpenTK.Graphics.ES20.All.Blue; + var _BlueNv = OpenTK.Graphics.ES20.All.BlueNv; + var _Alpha = OpenTK.Graphics.ES20.All.Alpha; + var _Rgb = OpenTK.Graphics.ES20.All.Rgb; + var _Rgba = OpenTK.Graphics.ES20.All.Rgba; + var _Luminance = OpenTK.Graphics.ES20.All.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES20.All.LuminanceAlpha; + var _Bitmap = OpenTK.Graphics.ES20.All.Bitmap; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.ES20.All.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.ES20.All.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.ES20.All.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.ES20.All.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.ES20.All.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.ES20.All.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.ES20.All.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.ES20.All.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.ES20.All.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.ES20.All.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.ES20.All.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.ES20.All.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.ES20.All.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.ES20.All.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.ES20.All.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.ES20.All.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.ES20.All.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.ES20.All.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.ES20.All.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.ES20.All.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.ES20.All.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.ES20.All.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.ES20.All.MaxVertexHintPgi; + var _Point = OpenTK.Graphics.ES20.All.Point; + var _Line = OpenTK.Graphics.ES20.All.Line; + var _Fill = OpenTK.Graphics.ES20.All.Fill; + var _Render = OpenTK.Graphics.ES20.All.Render; + var _Feedback = OpenTK.Graphics.ES20.All.Feedback; + var _Select = OpenTK.Graphics.ES20.All.Select; + var _Flat = OpenTK.Graphics.ES20.All.Flat; + var _Smooth = OpenTK.Graphics.ES20.All.Smooth; + var _Keep = OpenTK.Graphics.ES20.All.Keep; + var _Replace = OpenTK.Graphics.ES20.All.Replace; + var _Incr = OpenTK.Graphics.ES20.All.Incr; + var _Decr = OpenTK.Graphics.ES20.All.Decr; + var _Vendor = OpenTK.Graphics.ES20.All.Vendor; + var _Renderer = OpenTK.Graphics.ES20.All.Renderer; + var _Version = OpenTK.Graphics.ES20.All.Version; + var _Extensions = OpenTK.Graphics.ES20.All.Extensions; + var _S = OpenTK.Graphics.ES20.All.S; + var _MultisampleBit = OpenTK.Graphics.ES20.All.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.ES20.All.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.ES20.All.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.ES20.All.MultisampleBitExt; + var _MultisampleBufferBit5Qcom = OpenTK.Graphics.ES20.All.MultisampleBufferBit5Qcom; + var _T = OpenTK.Graphics.ES20.All.T; + var _R = OpenTK.Graphics.ES20.All.R; + var _Q = OpenTK.Graphics.ES20.All.Q; + var _Modulate = OpenTK.Graphics.ES20.All.Modulate; + var _Decal = OpenTK.Graphics.ES20.All.Decal; + var _TextureEnvMode = OpenTK.Graphics.ES20.All.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES20.All.TextureEnvColor; + var _TextureEnv = OpenTK.Graphics.ES20.All.TextureEnv; + var _EyeLinear = OpenTK.Graphics.ES20.All.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.ES20.All.ObjectLinear; + var _SphereMap = OpenTK.Graphics.ES20.All.SphereMap; + var _TextureGenMode = OpenTK.Graphics.ES20.All.TextureGenMode; + var _ObjectPlane = OpenTK.Graphics.ES20.All.ObjectPlane; + var _EyePlane = OpenTK.Graphics.ES20.All.EyePlane; + var _Nearest = OpenTK.Graphics.ES20.All.Nearest; + var _Linear = OpenTK.Graphics.ES20.All.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES20.All.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES20.All.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES20.All.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES20.All.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.ES20.All.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES20.All.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES20.All.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES20.All.TextureWrapT; + var _Clamp = OpenTK.Graphics.ES20.All.Clamp; + var _Repeat = OpenTK.Graphics.ES20.All.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.ES20.All.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.ES20.All.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES20.All.PolygonOffsetLine; + var _R3G3B2 = OpenTK.Graphics.ES20.All.R3G3B2; + var _V2f = OpenTK.Graphics.ES20.All.V2f; + var _V3f = OpenTK.Graphics.ES20.All.V3f; + var _C4ubV2f = OpenTK.Graphics.ES20.All.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.ES20.All.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.ES20.All.C3fV3f; + var _N3fV3f = OpenTK.Graphics.ES20.All.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.ES20.All.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.ES20.All.T2fV3f; + var _T4fV4f = OpenTK.Graphics.ES20.All.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.ES20.All.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.ES20.All.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.ES20.All.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.ES20.All.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.ES20.All.T4fC4fN3fV4f; + var _ClipDistance0 = OpenTK.Graphics.ES20.All.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.ES20.All.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.ES20.All.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.ES20.All.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.ES20.All.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.ES20.All.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.ES20.All.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.ES20.All.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.ES20.All.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.ES20.All.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.ES20.All.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.ES20.All.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.ES20.All.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.ES20.All.ClipDistance7; + var _Light0 = OpenTK.Graphics.ES20.All.Light0; + var _MultisampleBufferBit6Qcom = OpenTK.Graphics.ES20.All.MultisampleBufferBit6Qcom; + var _Light1 = OpenTK.Graphics.ES20.All.Light1; + var _Light2 = OpenTK.Graphics.ES20.All.Light2; + var _Light3 = OpenTK.Graphics.ES20.All.Light3; + var _Light4 = OpenTK.Graphics.ES20.All.Light4; + var _Light5 = OpenTK.Graphics.ES20.All.Light5; + var _Light6 = OpenTK.Graphics.ES20.All.Light6; + var _Light7 = OpenTK.Graphics.ES20.All.Light7; + var _AbgrExt = OpenTK.Graphics.ES20.All.AbgrExt; + var _MultisampleBufferBit7Qcom = OpenTK.Graphics.ES20.All.MultisampleBufferBit7Qcom; + var _ConstantColor = OpenTK.Graphics.ES20.All.ConstantColor; + var _ConstantColorExt = OpenTK.Graphics.ES20.All.ConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.ES20.All.OneMinusConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES20.All.OneMinusConstantColorExt; + var _ConstantAlpha = OpenTK.Graphics.ES20.All.ConstantAlpha; + var _ConstantAlphaExt = OpenTK.Graphics.ES20.All.ConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES20.All.OneMinusConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES20.All.OneMinusConstantAlphaExt; + var _BlendColor = OpenTK.Graphics.ES20.All.BlendColor; + var _BlendColorExt = OpenTK.Graphics.ES20.All.BlendColorExt; + var _FuncAdd = OpenTK.Graphics.ES20.All.FuncAdd; + var _FuncAddExt = OpenTK.Graphics.ES20.All.FuncAddExt; + var _Min = OpenTK.Graphics.ES20.All.Min; + var _MinExt = OpenTK.Graphics.ES20.All.MinExt; + var _Max = OpenTK.Graphics.ES20.All.Max; + var _MaxExt = OpenTK.Graphics.ES20.All.MaxExt; + var _BlendEquation = OpenTK.Graphics.ES20.All.BlendEquation; + var _BlendEquationExt = OpenTK.Graphics.ES20.All.BlendEquationExt; + var _BlendEquationRgb = OpenTK.Graphics.ES20.All.BlendEquationRgb; + var _FuncSubtract = OpenTK.Graphics.ES20.All.FuncSubtract; + var _FuncSubtractExt = OpenTK.Graphics.ES20.All.FuncSubtractExt; + var _FuncReverseSubtract = OpenTK.Graphics.ES20.All.FuncReverseSubtract; + var _FuncReverseSubtractExt = OpenTK.Graphics.ES20.All.FuncReverseSubtractExt; + var _CmykExt = OpenTK.Graphics.ES20.All.CmykExt; + var _CmykaExt = OpenTK.Graphics.ES20.All.CmykaExt; + var _PackCmykHintExt = OpenTK.Graphics.ES20.All.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES20.All.UnpackCmykHintExt; + var _Convolution1D = OpenTK.Graphics.ES20.All.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.ES20.All.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.ES20.All.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.ES20.All.Convolution2DExt; + var _Separable2D = OpenTK.Graphics.ES20.All.Separable2D; + var _Separable2DExt = OpenTK.Graphics.ES20.All.Separable2DExt; + var _ConvolutionBorderMode = OpenTK.Graphics.ES20.All.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES20.All.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.ES20.All.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES20.All.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.ES20.All.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES20.All.ConvolutionFilterBiasExt; + var _Reduce = OpenTK.Graphics.ES20.All.Reduce; + var _ReduceExt = OpenTK.Graphics.ES20.All.ReduceExt; + var _ConvolutionFormatExt = OpenTK.Graphics.ES20.All.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.ES20.All.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.ES20.All.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.ES20.All.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.ES20.All.MaxConvolutionHeightExt; + var _PostConvolutionRedScale = OpenTK.Graphics.ES20.All.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES20.All.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.ES20.All.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES20.All.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.ES20.All.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES20.All.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.ES20.All.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES20.All.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.ES20.All.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES20.All.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.ES20.All.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES20.All.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.ES20.All.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES20.All.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.ES20.All.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES20.All.PostConvolutionAlphaBiasExt; + var _Histogram = OpenTK.Graphics.ES20.All.Histogram; + var _HistogramExt = OpenTK.Graphics.ES20.All.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.ES20.All.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.ES20.All.ProxyHistogramExt; + var _HistogramWidthExt = OpenTK.Graphics.ES20.All.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.ES20.All.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.ES20.All.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.ES20.All.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.ES20.All.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.ES20.All.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.ES20.All.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.ES20.All.HistogramSinkExt; + var _Minmax = OpenTK.Graphics.ES20.All.Minmax; + var _MinmaxExt = OpenTK.Graphics.ES20.All.MinmaxExt; + var _MinmaxFormat = OpenTK.Graphics.ES20.All.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.ES20.All.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.ES20.All.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.ES20.All.MinmaxSinkExt; + var _TableTooLarge = OpenTK.Graphics.ES20.All.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.ES20.All.TableTooLargeExt; + var _UnsignedByte332 = OpenTK.Graphics.ES20.All.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.ES20.All.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.ES20.All.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.ES20.All.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.ES20.All.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.ES20.All.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.ES20.All.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.ES20.All.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.ES20.All.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.ES20.All.UnsignedInt1010102Ext; + var _PolygonOffsetFill = OpenTK.Graphics.ES20.All.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES20.All.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.ES20.All.PolygonOffsetBiasExt; + var _RescaleNormalExt = OpenTK.Graphics.ES20.All.RescaleNormalExt; + var _Alpha4 = OpenTK.Graphics.ES20.All.Alpha4; + var _Alpha8 = OpenTK.Graphics.ES20.All.Alpha8; + var _Alpha8Ext = OpenTK.Graphics.ES20.All.Alpha8Ext; + var _Alpha8Oes = OpenTK.Graphics.ES20.All.Alpha8Oes; + var _Alpha12 = OpenTK.Graphics.ES20.All.Alpha12; + var _Alpha16 = OpenTK.Graphics.ES20.All.Alpha16; + var _Luminance4 = OpenTK.Graphics.ES20.All.Luminance4; + var _Luminance8 = OpenTK.Graphics.ES20.All.Luminance8; + var _Luminance8Ext = OpenTK.Graphics.ES20.All.Luminance8Ext; + var _Luminance8Oes = OpenTK.Graphics.ES20.All.Luminance8Oes; + var _Luminance12 = OpenTK.Graphics.ES20.All.Luminance12; + var _Luminance16 = OpenTK.Graphics.ES20.All.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.ES20.All.Luminance4Alpha4; + var _Luminance4Alpha4Oes = OpenTK.Graphics.ES20.All.Luminance4Alpha4Oes; + var _Luminance6Alpha2 = OpenTK.Graphics.ES20.All.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.ES20.All.Luminance8Alpha8; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES20.All.Luminance8Alpha8Ext; + var _Luminance8Alpha8Oes = OpenTK.Graphics.ES20.All.Luminance8Alpha8Oes; + var _Luminance12Alpha4 = OpenTK.Graphics.ES20.All.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.ES20.All.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.ES20.All.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.ES20.All.Intensity; + var _Intensity4 = OpenTK.Graphics.ES20.All.Intensity4; + var _Intensity8 = OpenTK.Graphics.ES20.All.Intensity8; + var _Intensity12 = OpenTK.Graphics.ES20.All.Intensity12; + var _Intensity16 = OpenTK.Graphics.ES20.All.Intensity16; + var _Rgb2Ext = OpenTK.Graphics.ES20.All.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.ES20.All.Rgb4; + var _Rgb5 = OpenTK.Graphics.ES20.All.Rgb5; + var _Rgb8 = OpenTK.Graphics.ES20.All.Rgb8; + var _Rgb8Oes = OpenTK.Graphics.ES20.All.Rgb8Oes; + var _Rgb10 = OpenTK.Graphics.ES20.All.Rgb10; + var _Rgb10Ext = OpenTK.Graphics.ES20.All.Rgb10Ext; + var _Rgb12 = OpenTK.Graphics.ES20.All.Rgb12; + var _Rgb16 = OpenTK.Graphics.ES20.All.Rgb16; + var _Rgba2 = OpenTK.Graphics.ES20.All.Rgba2; + var _Rgba4Oes = OpenTK.Graphics.ES20.All.Rgba4Oes; + var _Rgba4 = OpenTK.Graphics.ES20.All.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES20.All.Rgb5A1; + var _Rgb5A1Oes = OpenTK.Graphics.ES20.All.Rgb5A1Oes; + var _Rgba8 = OpenTK.Graphics.ES20.All.Rgba8; + var _Rgba8Oes = OpenTK.Graphics.ES20.All.Rgba8Oes; + var _Rgb10A2 = OpenTK.Graphics.ES20.All.Rgb10A2; + var _Rgb10A2Ext = OpenTK.Graphics.ES20.All.Rgb10A2Ext; + var _Rgba12 = OpenTK.Graphics.ES20.All.Rgba12; + var _Rgba16 = OpenTK.Graphics.ES20.All.Rgba16; + var _TextureRedSize = OpenTK.Graphics.ES20.All.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.ES20.All.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.ES20.All.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.ES20.All.TextureAlphaSize; + var _TextureLuminanceSize = OpenTK.Graphics.ES20.All.TextureLuminanceSize; + var _TextureIntensitySize = OpenTK.Graphics.ES20.All.TextureIntensitySize; + var _ReplaceExt = OpenTK.Graphics.ES20.All.ReplaceExt; + var _ProxyTexture1D = OpenTK.Graphics.ES20.All.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.ES20.All.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.ES20.All.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.ES20.All.ProxyTexture2DExt; + var _TextureTooLargeExt = OpenTK.Graphics.ES20.All.TextureTooLargeExt; + var _TexturePriority = OpenTK.Graphics.ES20.All.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.ES20.All.TexturePriorityExt; + var _TextureResident = OpenTK.Graphics.ES20.All.TextureResident; + var _TextureBinding1D = OpenTK.Graphics.ES20.All.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.ES20.All.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.ES20.All.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.ES20.All.TextureBinding3D; + var _TextureBinding3DOes = OpenTK.Graphics.ES20.All.TextureBinding3DOes; + var _PackSkipImages = OpenTK.Graphics.ES20.All.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.ES20.All.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.ES20.All.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.ES20.All.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.ES20.All.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES20.All.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.ES20.All.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.ES20.All.UnpackImageHeightExt; + var _Texture3D = OpenTK.Graphics.ES20.All.Texture3D; + var _Texture3DExt = OpenTK.Graphics.ES20.All.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.ES20.All.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.ES20.All.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.ES20.All.ProxyTexture3DExt; + var _TextureDepthExt = OpenTK.Graphics.ES20.All.TextureDepthExt; + var _TextureWrapR = OpenTK.Graphics.ES20.All.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.ES20.All.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.ES20.All.TextureWrapROes; + var _Max3DTextureSizeExt = OpenTK.Graphics.ES20.All.Max3DTextureSizeExt; + var _Max3DTextureSizeOes = OpenTK.Graphics.ES20.All.Max3DTextureSizeOes; + var _VertexArray = OpenTK.Graphics.ES20.All.VertexArray; + var _VertexArrayKhr = OpenTK.Graphics.ES20.All.VertexArrayKhr; + var _NormalArray = OpenTK.Graphics.ES20.All.NormalArray; + var _ColorArray = OpenTK.Graphics.ES20.All.ColorArray; + var _IndexArray = OpenTK.Graphics.ES20.All.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES20.All.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES20.All.EdgeFlagArray; + var _VertexArraySize = OpenTK.Graphics.ES20.All.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.ES20.All.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.ES20.All.VertexArrayStride; + var _VertexArrayCountExt = OpenTK.Graphics.ES20.All.VertexArrayCountExt; + var _NormalArrayType = OpenTK.Graphics.ES20.All.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.ES20.All.NormalArrayStride; + var _NormalArrayCountExt = OpenTK.Graphics.ES20.All.NormalArrayCountExt; + var _ColorArraySize = OpenTK.Graphics.ES20.All.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.ES20.All.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.ES20.All.ColorArrayStride; + var _ColorArrayCountExt = OpenTK.Graphics.ES20.All.ColorArrayCountExt; + var _IndexArrayType = OpenTK.Graphics.ES20.All.IndexArrayType; + var _IndexArrayStride = OpenTK.Graphics.ES20.All.IndexArrayStride; + var _IndexArrayCountExt = OpenTK.Graphics.ES20.All.IndexArrayCountExt; + var _TextureCoordArraySize = OpenTK.Graphics.ES20.All.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.ES20.All.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.ES20.All.TextureCoordArrayStride; + var _TextureCoordArrayCountExt = OpenTK.Graphics.ES20.All.TextureCoordArrayCountExt; + var _EdgeFlagArrayStride = OpenTK.Graphics.ES20.All.EdgeFlagArrayStride; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.ES20.All.EdgeFlagArrayCountExt; + var _VertexArrayPointer = OpenTK.Graphics.ES20.All.VertexArrayPointer; + var _VertexArrayPointerExt = OpenTK.Graphics.ES20.All.VertexArrayPointerExt; + var _NormalArrayPointer = OpenTK.Graphics.ES20.All.NormalArrayPointer; + var _NormalArrayPointerExt = OpenTK.Graphics.ES20.All.NormalArrayPointerExt; + var _ColorArrayPointer = OpenTK.Graphics.ES20.All.ColorArrayPointer; + var _ColorArrayPointerExt = OpenTK.Graphics.ES20.All.ColorArrayPointerExt; + var _IndexArrayPointer = OpenTK.Graphics.ES20.All.IndexArrayPointer; + var _IndexArrayPointerExt = OpenTK.Graphics.ES20.All.IndexArrayPointerExt; + var _TextureCoordArrayPointer = OpenTK.Graphics.ES20.All.TextureCoordArrayPointer; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.ES20.All.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointer = OpenTK.Graphics.ES20.All.EdgeFlagArrayPointer; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.ES20.All.EdgeFlagArrayPointerExt; + var _InterlaceSgix = OpenTK.Graphics.ES20.All.InterlaceSgix; + var _DetailTexture2DSgis = OpenTK.Graphics.ES20.All.DetailTexture2DSgis; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.ES20.All.DetailTexture2DBindingSgis; + var _LinearDetailSgis = OpenTK.Graphics.ES20.All.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.ES20.All.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.ES20.All.LinearDetailColorSgis; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES20.All.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES20.All.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.ES20.All.DetailTextureFuncPointsSgis; + var _MultisampleSgis = OpenTK.Graphics.ES20.All.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES20.All.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES20.All.SampleAlphaToMaskSgis; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES20.All.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.ES20.All.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.ES20.All.SampleMaskSgis; + var _Gl1PassExt = OpenTK.Graphics.ES20.All.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.ES20.All.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.ES20.All.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.ES20.All.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.ES20.All.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.ES20.All.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.ES20.All.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.ES20.All.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.ES20.All.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.ES20.All.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.ES20.All.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.ES20.All.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.ES20.All.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.ES20.All.Gl4Pass3Sgis; + var _SampleBuffers = OpenTK.Graphics.ES20.All.SampleBuffers; + var _SampleBuffersSgis = OpenTK.Graphics.ES20.All.SampleBuffersSgis; + var _SamplesSgis = OpenTK.Graphics.ES20.All.SamplesSgis; + var _Samples = OpenTK.Graphics.ES20.All.Samples; + var _SampleCoverageValue = OpenTK.Graphics.ES20.All.SampleCoverageValue; + var _SampleMaskValueSgis = OpenTK.Graphics.ES20.All.SampleMaskValueSgis; + var _SampleCoverageInvert = OpenTK.Graphics.ES20.All.SampleCoverageInvert; + var _SampleMaskInvertSgis = OpenTK.Graphics.ES20.All.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.ES20.All.SamplePatternSgis; + var _LinearSharpenSgis = OpenTK.Graphics.ES20.All.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.ES20.All.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.ES20.All.LinearSharpenColorSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.ES20.All.SharpenTextureFuncPointsSgis; + var _ColorMatrixSgi = OpenTK.Graphics.ES20.All.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.ES20.All.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.ES20.All.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScale = OpenTK.Graphics.ES20.All.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES20.All.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.ES20.All.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES20.All.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.ES20.All.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES20.All.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.ES20.All.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES20.All.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.ES20.All.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES20.All.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.ES20.All.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES20.All.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.ES20.All.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES20.All.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.ES20.All.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES20.All.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.ES20.All.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.ES20.All.ProxyTextureColorTableSgi; + var _TextureEnvBiasSgix = OpenTK.Graphics.ES20.All.TextureEnvBiasSgix; + var _ShadowAmbientSgix = OpenTK.Graphics.ES20.All.ShadowAmbientSgix; + var _BlendDstRgb = OpenTK.Graphics.ES20.All.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.ES20.All.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.ES20.All.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.ES20.All.BlendSrcAlpha; + var _ColorTable = OpenTK.Graphics.ES20.All.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.ES20.All.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.ES20.All.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES20.All.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.ES20.All.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES20.All.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.ES20.All.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.ES20.All.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.ES20.All.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.ES20.All.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.ES20.All.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.ES20.All.ProxyPostColorMatrixColorTableSgi; + var _ColorTableScale = OpenTK.Graphics.ES20.All.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.ES20.All.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.ES20.All.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.ES20.All.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.ES20.All.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.ES20.All.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.ES20.All.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.ES20.All.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.ES20.All.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.ES20.All.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.ES20.All.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.ES20.All.ColorTableIntensitySizeSgi; + var _BgraExt = OpenTK.Graphics.ES20.All.BgraExt; + var _BgraImg = OpenTK.Graphics.ES20.All.BgraImg; + var _PhongHintWin = OpenTK.Graphics.ES20.All.PhongHintWin; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.ES20.All.ClipVolumeClippingHintExt; + var _DualAlpha4Sgis = OpenTK.Graphics.ES20.All.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.ES20.All.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.ES20.All.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.ES20.All.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.ES20.All.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.ES20.All.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.ES20.All.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.ES20.All.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.ES20.All.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.ES20.All.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.ES20.All.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.ES20.All.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.ES20.All.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.ES20.All.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.ES20.All.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.ES20.All.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.ES20.All.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.ES20.All.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.ES20.All.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.ES20.All.QuadIntensity8Sgis; + var _DualTextureSelectSgis = OpenTK.Graphics.ES20.All.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES20.All.QuadTextureSelectSgis; + var _PointSizeMin = OpenTK.Graphics.ES20.All.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.ES20.All.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.ES20.All.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.ES20.All.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.ES20.All.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.ES20.All.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.ES20.All.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.ES20.All.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.ES20.All.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.ES20.All.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.ES20.All.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES20.All.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.ES20.All.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES20.All.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.ES20.All.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.ES20.All.PointDistanceAttenuationArb; + var _FogFuncSgis = OpenTK.Graphics.ES20.All.FogFuncSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.ES20.All.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.ES20.All.MaxFogFuncPointsSgis; + var _ClampToBorder = OpenTK.Graphics.ES20.All.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.ES20.All.ClampToBorderArb; + var _ClampToBorderExt = OpenTK.Graphics.ES20.All.ClampToBorderExt; + var _ClampToBorderNv = OpenTK.Graphics.ES20.All.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.ES20.All.ClampToBorderSgis; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.ES20.All.TextureMultiBufferHintSgix; + var _ClampToEdge = OpenTK.Graphics.ES20.All.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.ES20.All.ClampToEdgeSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES20.All.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES20.All.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES20.All.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES20.All.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.ES20.All.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.ES20.All.ProxyTexture4DSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.ES20.All.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES20.All.TextureWrapQSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.ES20.All.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES20.All.PixelTexGenSgix; + var _TextureMinLod = OpenTK.Graphics.ES20.All.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.ES20.All.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.ES20.All.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.ES20.All.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.ES20.All.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES20.All.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.ES20.All.TextureMaxLevel; + var _TextureMaxLevelApple = OpenTK.Graphics.ES20.All.TextureMaxLevelApple; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES20.All.TextureMaxLevelSgis; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.ES20.All.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.ES20.All.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.ES20.All.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES20.All.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES20.All.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES20.All.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES20.All.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES20.All.PixelTileCacheSizeSgix; + var _Filter4Sgis = OpenTK.Graphics.ES20.All.Filter4Sgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.ES20.All.TextureFilter4SizeSgis; + var _SpriteSgix = OpenTK.Graphics.ES20.All.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.ES20.All.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.ES20.All.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.ES20.All.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.ES20.All.Texture4DBindingSgis; + var _LinearClipmapLinearSgix = OpenTK.Graphics.ES20.All.LinearClipmapLinearSgix; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES20.All.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES20.All.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES20.All.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES20.All.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES20.All.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES20.All.TextureClipmapDepthSgix; + var _MaxClipmapDepthSgix = OpenTK.Graphics.ES20.All.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.ES20.All.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES20.All.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES20.All.PostTextureFilterScaleSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.ES20.All.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.ES20.All.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES20.All.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.ES20.All.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES20.All.IrInstrument1Sgix; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.ES20.All.InstrumentBufferPointerSgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.ES20.All.InstrumentMeasurementsSgix; + var _ListPrioritySgix = OpenTK.Graphics.ES20.All.ListPrioritySgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES20.All.CalligraphicFragmentSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES20.All.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES20.All.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES20.All.PixelTexGenQFloorSgix; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.ES20.All.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.ES20.All.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.ES20.All.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.ES20.All.PixelTexGenAlphaMsSgix; + var _FramezoomSgix = OpenTK.Graphics.ES20.All.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.ES20.All.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.ES20.All.MaxFramezoomFactorSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES20.All.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES20.All.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES20.All.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.ES20.All.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.ES20.All.GenerateMipmapSgis; + var _GenerateMipmapHint = OpenTK.Graphics.ES20.All.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES20.All.GenerateMipmapHintSgis; + var _GeometryDeformationSgix = OpenTK.Graphics.ES20.All.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES20.All.TextureDeformationSgix; + var _DeformationsMaskSgix = OpenTK.Graphics.ES20.All.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES20.All.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.ES20.All.FogOffsetValueSgix; + var _TextureCompareSgix = OpenTK.Graphics.ES20.All.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.ES20.All.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.ES20.All.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.ES20.All.TextureGequalRSgix; + var _DepthComponent16 = OpenTK.Graphics.ES20.All.DepthComponent16; + var _DepthComponent16Oes = OpenTK.Graphics.ES20.All.DepthComponent16Oes; + var _DepthComponent16Sgix = OpenTK.Graphics.ES20.All.DepthComponent16Sgix; + var _DepthComponent24Oes = OpenTK.Graphics.ES20.All.DepthComponent24Oes; + var _DepthComponent24Sgix = OpenTK.Graphics.ES20.All.DepthComponent24Sgix; + var _DepthComponent32Oes = OpenTK.Graphics.ES20.All.DepthComponent32Oes; + var _DepthComponent32Sgix = OpenTK.Graphics.ES20.All.DepthComponent32Sgix; + var _Ycrcb422Sgix = OpenTK.Graphics.ES20.All.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.ES20.All.Ycrcb444Sgix; + var _EyeDistanceToPointSgis = OpenTK.Graphics.ES20.All.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.ES20.All.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.ES20.All.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.ES20.All.ObjectDistanceToLineSgis; + var _EyePointSgis = OpenTK.Graphics.ES20.All.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.ES20.All.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.ES20.All.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.ES20.All.ObjectLineSgis; + var _LightModelColorControl = OpenTK.Graphics.ES20.All.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.ES20.All.LightModelColorControlExt; + var _SingleColor = OpenTK.Graphics.ES20.All.SingleColor; + var _SingleColorExt = OpenTK.Graphics.ES20.All.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.ES20.All.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.ES20.All.SeparateSpecularColorExt; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES20.All.SharedTexturePaletteExt; + var _FramebufferAttachmentColorEncodingExt = OpenTK.Graphics.ES20.All.FramebufferAttachmentColorEncodingExt; + var _FramebufferAttachmentComponentTypeExt = OpenTK.Graphics.ES20.All.FramebufferAttachmentComponentTypeExt; + var _FramebufferUndefinedOes = OpenTK.Graphics.ES20.All.FramebufferUndefinedOes; + var _PrimitiveRestartForPatchesSupported = OpenTK.Graphics.ES20.All.PrimitiveRestartForPatchesSupported; + var _RgExt = OpenTK.Graphics.ES20.All.RgExt; + var _R8Ext = OpenTK.Graphics.ES20.All.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES20.All.Rg8Ext; + var _R16fExt = OpenTK.Graphics.ES20.All.R16fExt; + var _R32fExt = OpenTK.Graphics.ES20.All.R32fExt; + var _Rg16fExt = OpenTK.Graphics.ES20.All.Rg16fExt; + var _Rg32fExt = OpenTK.Graphics.ES20.All.Rg32fExt; + var _DebugOutputSynchronous = OpenTK.Graphics.ES20.All.DebugOutputSynchronous; + var _DebugOutputSynchronousKhr = OpenTK.Graphics.ES20.All.DebugOutputSynchronousKhr; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.ES20.All.DebugNextLoggedMessageLength; + var _DebugNextLoggedMessageLengthKhr = OpenTK.Graphics.ES20.All.DebugNextLoggedMessageLengthKhr; + var _DebugCallbackFunction = OpenTK.Graphics.ES20.All.DebugCallbackFunction; + var _DebugCallbackFunctionKhr = OpenTK.Graphics.ES20.All.DebugCallbackFunctionKhr; + var _DebugCallbackUserParam = OpenTK.Graphics.ES20.All.DebugCallbackUserParam; + var _DebugCallbackUserParamKhr = OpenTK.Graphics.ES20.All.DebugCallbackUserParamKhr; + var _DebugSourceApi = OpenTK.Graphics.ES20.All.DebugSourceApi; + var _DebugSourceApiKhr = OpenTK.Graphics.ES20.All.DebugSourceApiKhr; + var _DebugSourceWindowSystem = OpenTK.Graphics.ES20.All.DebugSourceWindowSystem; + var _DebugSourceWindowSystemKhr = OpenTK.Graphics.ES20.All.DebugSourceWindowSystemKhr; + var _DebugSourceShaderCompiler = OpenTK.Graphics.ES20.All.DebugSourceShaderCompiler; + var _DebugSourceShaderCompilerKhr = OpenTK.Graphics.ES20.All.DebugSourceShaderCompilerKhr; + var _DebugSourceThirdParty = OpenTK.Graphics.ES20.All.DebugSourceThirdParty; + var _DebugSourceThirdPartyKhr = OpenTK.Graphics.ES20.All.DebugSourceThirdPartyKhr; + var _DebugSourceApplication = OpenTK.Graphics.ES20.All.DebugSourceApplication; + var _DebugSourceApplicationKhr = OpenTK.Graphics.ES20.All.DebugSourceApplicationKhr; + var _DebugSourceOther = OpenTK.Graphics.ES20.All.DebugSourceOther; + var _DebugSourceOtherKhr = OpenTK.Graphics.ES20.All.DebugSourceOtherKhr; + var _DebugTypeError = OpenTK.Graphics.ES20.All.DebugTypeError; + var _DebugTypeErrorKhr = OpenTK.Graphics.ES20.All.DebugTypeErrorKhr; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.ES20.All.DebugTypeDeprecatedBehavior; + var _DebugTypeDeprecatedBehaviorKhr = OpenTK.Graphics.ES20.All.DebugTypeDeprecatedBehaviorKhr; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.ES20.All.DebugTypeUndefinedBehavior; + var _DebugTypeUndefinedBehaviorKhr = OpenTK.Graphics.ES20.All.DebugTypeUndefinedBehaviorKhr; + var _DebugTypePortability = OpenTK.Graphics.ES20.All.DebugTypePortability; + var _DebugTypePortabilityKhr = OpenTK.Graphics.ES20.All.DebugTypePortabilityKhr; + var _DebugTypePerformance = OpenTK.Graphics.ES20.All.DebugTypePerformance; + var _DebugTypePerformanceKhr = OpenTK.Graphics.ES20.All.DebugTypePerformanceKhr; + var _DebugTypeOther = OpenTK.Graphics.ES20.All.DebugTypeOther; + var _DebugTypeOtherKhr = OpenTK.Graphics.ES20.All.DebugTypeOtherKhr; + var _LoseContextOnResetExt = OpenTK.Graphics.ES20.All.LoseContextOnResetExt; + var _GuiltyContextResetExt = OpenTK.Graphics.ES20.All.GuiltyContextResetExt; + var _InnocentContextResetExt = OpenTK.Graphics.ES20.All.InnocentContextResetExt; + var _UnknownContextResetExt = OpenTK.Graphics.ES20.All.UnknownContextResetExt; + var _ResetNotificationStrategyExt = OpenTK.Graphics.ES20.All.ResetNotificationStrategyExt; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES20.All.ProgramBinaryRetrievableHint; + var _ProgramSeparableExt = OpenTK.Graphics.ES20.All.ProgramSeparableExt; + var _ActiveProgramExt = OpenTK.Graphics.ES20.All.ActiveProgramExt; + var _ProgramPipelineBindingExt = OpenTK.Graphics.ES20.All.ProgramPipelineBindingExt; + var _LayerProvokingVertexExt = OpenTK.Graphics.ES20.All.LayerProvokingVertexExt; + var _UndefinedVertexExt = OpenTK.Graphics.ES20.All.UndefinedVertexExt; + var _NoResetNotificationExt = OpenTK.Graphics.ES20.All.NoResetNotificationExt; + var _DebugTypeMarker = OpenTK.Graphics.ES20.All.DebugTypeMarker; + var _DebugTypeMarkerKhr = OpenTK.Graphics.ES20.All.DebugTypeMarkerKhr; + var _DebugTypePushGroup = OpenTK.Graphics.ES20.All.DebugTypePushGroup; + var _DebugTypePushGroupKhr = OpenTK.Graphics.ES20.All.DebugTypePushGroupKhr; + var _DebugTypePopGroup = OpenTK.Graphics.ES20.All.DebugTypePopGroup; + var _DebugTypePopGroupKhr = OpenTK.Graphics.ES20.All.DebugTypePopGroupKhr; + var _DebugSeverityNotification = OpenTK.Graphics.ES20.All.DebugSeverityNotification; + var _DebugSeverityNotificationKhr = OpenTK.Graphics.ES20.All.DebugSeverityNotificationKhr; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.ES20.All.MaxDebugGroupStackDepth; + var _MaxDebugGroupStackDepthKhr = OpenTK.Graphics.ES20.All.MaxDebugGroupStackDepthKhr; + var _DebugGroupStackDepth = OpenTK.Graphics.ES20.All.DebugGroupStackDepth; + var _DebugGroupStackDepthKhr = OpenTK.Graphics.ES20.All.DebugGroupStackDepthKhr; + var _TextureViewMinLevelExt = OpenTK.Graphics.ES20.All.TextureViewMinLevelExt; + var _TextureViewNumLevelsExt = OpenTK.Graphics.ES20.All.TextureViewNumLevelsExt; + var _TextureViewMinLayerExt = OpenTK.Graphics.ES20.All.TextureViewMinLayerExt; + var _TextureViewNumLayersExt = OpenTK.Graphics.ES20.All.TextureViewNumLayersExt; + var _TextureImmutableLevels = OpenTK.Graphics.ES20.All.TextureImmutableLevels; + var _Buffer = OpenTK.Graphics.ES20.All.Buffer; + var _BufferKhr = OpenTK.Graphics.ES20.All.BufferKhr; + var _Shader = OpenTK.Graphics.ES20.All.Shader; + var _ShaderKhr = OpenTK.Graphics.ES20.All.ShaderKhr; + var _Program = OpenTK.Graphics.ES20.All.Program; + var _ProgramKhr = OpenTK.Graphics.ES20.All.ProgramKhr; + var _Query = OpenTK.Graphics.ES20.All.Query; + var _QueryKhr = OpenTK.Graphics.ES20.All.QueryKhr; + var _ProgramPipeline = OpenTK.Graphics.ES20.All.ProgramPipeline; + var _Sampler = OpenTK.Graphics.ES20.All.Sampler; + var _SamplerKhr = OpenTK.Graphics.ES20.All.SamplerKhr; + var _DisplayList = OpenTK.Graphics.ES20.All.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.ES20.All.MaxLabelLength; + var _MaxLabelLengthKhr = OpenTK.Graphics.ES20.All.MaxLabelLengthKhr; + var _ConvolutionHintSgix = OpenTK.Graphics.ES20.All.ConvolutionHintSgix; + var _AlphaMinSgix = OpenTK.Graphics.ES20.All.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.ES20.All.AlphaMaxSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.ES20.All.ScalebiasHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.ES20.All.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.ES20.All.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.ES20.All.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.ES20.All.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES20.All.PixelTextureSgis; + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.ES20.All.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.ES20.All.PixelFragmentAlphaSourceSgis; + var _LineQualityHintSgix = OpenTK.Graphics.ES20.All.LineQualityHintSgix; + var _AsyncTexImageSgix = OpenTK.Graphics.ES20.All.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES20.All.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES20.All.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.ES20.All.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.ES20.All.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.ES20.All.MaxAsyncReadPixelsSgix; + var _UnsignedShort565 = OpenTK.Graphics.ES20.All.UnsignedShort565; + var _UnsignedShort4444RevExt = OpenTK.Graphics.ES20.All.UnsignedShort4444RevExt; + var _UnsignedShort4444RevImg = OpenTK.Graphics.ES20.All.UnsignedShort4444RevImg; + var _UnsignedShort1555RevExt = OpenTK.Graphics.ES20.All.UnsignedShort1555RevExt; + var _UnsignedInt2101010RevExt = OpenTK.Graphics.ES20.All.UnsignedInt2101010RevExt; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES20.All.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES20.All.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES20.All.TextureMaxClampRSgix; + var _MirroredRepeat = OpenTK.Graphics.ES20.All.MirroredRepeat; + var _VertexPreclipSgix = OpenTK.Graphics.ES20.All.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES20.All.VertexPreclipHintSgix; + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.ES20.All.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.ES20.All.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Angle = OpenTK.Graphics.ES20.All.CompressedRgbaS3tcDxt3Angle; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.ES20.All.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Angle = OpenTK.Graphics.ES20.All.CompressedRgbaS3tcDxt5Angle; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.ES20.All.CompressedRgbaS3tcDxt5Ext; + var _PerfqueryDonotFlushIntel = OpenTK.Graphics.ES20.All.PerfqueryDonotFlushIntel; + var _PerfqueryFlushIntel = OpenTK.Graphics.ES20.All.PerfqueryFlushIntel; + var _PerfqueryWaitIntel = OpenTK.Graphics.ES20.All.PerfqueryWaitIntel; + var _FragmentLightingSgix = OpenTK.Graphics.ES20.All.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES20.All.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.ES20.All.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.ES20.All.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.ES20.All.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.ES20.All.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.ES20.All.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES20.All.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES20.All.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES20.All.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES20.All.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES20.All.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES20.All.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES20.All.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES20.All.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES20.All.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES20.All.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES20.All.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES20.All.FragmentLight7Sgix; + var _PackResampleSgix = OpenTK.Graphics.ES20.All.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES20.All.UnpackResampleSgix; + var _ResampleReplicateSgix = OpenTK.Graphics.ES20.All.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.ES20.All.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.ES20.All.ResampleDecimateSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.ES20.All.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.ES20.All.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.ES20.All.LinearClipmapNearestSgix; + var _AliasedPointSizeRange = OpenTK.Graphics.ES20.All.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES20.All.AliasedLineWidthRange; + var _Texture0 = OpenTK.Graphics.ES20.All.Texture0; + var _Texture1 = OpenTK.Graphics.ES20.All.Texture1; + var _Texture2 = OpenTK.Graphics.ES20.All.Texture2; + var _Texture3 = OpenTK.Graphics.ES20.All.Texture3; + var _Texture4 = OpenTK.Graphics.ES20.All.Texture4; + var _Texture5 = OpenTK.Graphics.ES20.All.Texture5; + var _Texture6 = OpenTK.Graphics.ES20.All.Texture6; + var _Texture7 = OpenTK.Graphics.ES20.All.Texture7; + var _Texture8 = OpenTK.Graphics.ES20.All.Texture8; + var _Texture9 = OpenTK.Graphics.ES20.All.Texture9; + var _Texture10 = OpenTK.Graphics.ES20.All.Texture10; + var _Texture11 = OpenTK.Graphics.ES20.All.Texture11; + var _Texture12 = OpenTK.Graphics.ES20.All.Texture12; + var _Texture13 = OpenTK.Graphics.ES20.All.Texture13; + var _Texture14 = OpenTK.Graphics.ES20.All.Texture14; + var _Texture15 = OpenTK.Graphics.ES20.All.Texture15; + var _Texture16 = OpenTK.Graphics.ES20.All.Texture16; + var _Texture17 = OpenTK.Graphics.ES20.All.Texture17; + var _Texture18 = OpenTK.Graphics.ES20.All.Texture18; + var _Texture19 = OpenTK.Graphics.ES20.All.Texture19; + var _Texture20 = OpenTK.Graphics.ES20.All.Texture20; + var _Texture21 = OpenTK.Graphics.ES20.All.Texture21; + var _Texture22 = OpenTK.Graphics.ES20.All.Texture22; + var _Texture23 = OpenTK.Graphics.ES20.All.Texture23; + var _Texture24 = OpenTK.Graphics.ES20.All.Texture24; + var _Texture25 = OpenTK.Graphics.ES20.All.Texture25; + var _Texture26 = OpenTK.Graphics.ES20.All.Texture26; + var _Texture27 = OpenTK.Graphics.ES20.All.Texture27; + var _Texture28 = OpenTK.Graphics.ES20.All.Texture28; + var _Texture29 = OpenTK.Graphics.ES20.All.Texture29; + var _Texture30 = OpenTK.Graphics.ES20.All.Texture30; + var _Texture31 = OpenTK.Graphics.ES20.All.Texture31; + var _ActiveTexture = OpenTK.Graphics.ES20.All.ActiveTexture; + var _MaxRenderbufferSize = OpenTK.Graphics.ES20.All.MaxRenderbufferSize; + var _TextureCompressionHint = OpenTK.Graphics.ES20.All.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.ES20.All.TextureCompressionHintArb; + var _AllCompletedNv = OpenTK.Graphics.ES20.All.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.ES20.All.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.ES20.All.FenceConditionNv; + var _DepthStencilOes = OpenTK.Graphics.ES20.All.DepthStencilOes; + var _UnsignedInt248Oes = OpenTK.Graphics.ES20.All.UnsignedInt248Oes; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.ES20.All.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.ES20.All.MaxTextureMaxAnisotropyExt; + var _IncrWrap = OpenTK.Graphics.ES20.All.IncrWrap; + var _DecrWrap = OpenTK.Graphics.ES20.All.DecrWrap; + var _TextureCubeMap = OpenTK.Graphics.ES20.All.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.ES20.All.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.ES20.All.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.ES20.All.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.ES20.All.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.ES20.All.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.ES20.All.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.ES20.All.TextureCubeMapNegativeZ; + var _MaxCubeMapTextureSize = OpenTK.Graphics.ES20.All.MaxCubeMapTextureSize; + var _VertexArrayStorageHintApple = OpenTK.Graphics.ES20.All.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.ES20.All.MultisampleFilterHintNv; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES20.All.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES20.All.UnpackSubsampleRateSgix; + var _PixelSubsample4444Sgix = OpenTK.Graphics.ES20.All.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.ES20.All.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.ES20.All.PixelSubsample4242Sgix; + var _TransformHintApple = OpenTK.Graphics.ES20.All.TransformHintApple; + var _VertexArrayBindingOes = OpenTK.Graphics.ES20.All.VertexArrayBindingOes; + var _UnsignedShort88Apple = OpenTK.Graphics.ES20.All.UnsignedShort88Apple; + var _UnsignedShort88RevApple = OpenTK.Graphics.ES20.All.UnsignedShort88RevApple; + var _TextureStorageHintApple = OpenTK.Graphics.ES20.All.TextureStorageHintApple; + var _VertexAttribArrayEnabled = OpenTK.Graphics.ES20.All.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.ES20.All.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.ES20.All.VertexAttribArrayStride; + var _VertexAttribArrayType = OpenTK.Graphics.ES20.All.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.ES20.All.CurrentVertexAttrib; + var _VertexAttribArrayPointer = OpenTK.Graphics.ES20.All.VertexAttribArrayPointer; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES20.All.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES20.All.CompressedTextureFormats; + var _Z400BinaryAmd = OpenTK.Graphics.ES20.All.Z400BinaryAmd; + var _ProgramBinaryLengthOes = OpenTK.Graphics.ES20.All.ProgramBinaryLengthOes; + var _BufferSize = OpenTK.Graphics.ES20.All.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES20.All.BufferUsage; + var _AtcRgbaInterpolatedAlphaAmd = OpenTK.Graphics.ES20.All.AtcRgbaInterpolatedAlphaAmd; + var _Gl3DcXAmd = OpenTK.Graphics.ES20.All.Gl3DcXAmd; + var _Gl3DcXyAmd = OpenTK.Graphics.ES20.All.Gl3DcXyAmd; + var _NumProgramBinaryFormatsOes = OpenTK.Graphics.ES20.All.NumProgramBinaryFormatsOes; + var _ProgramBinaryFormatsOes = OpenTK.Graphics.ES20.All.ProgramBinaryFormatsOes; + var _StencilBackFunc = OpenTK.Graphics.ES20.All.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.ES20.All.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.ES20.All.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.ES20.All.StencilBackPassDepthPass; + var _Rgba32fExt = OpenTK.Graphics.ES20.All.Rgba32fExt; + var _Rgb32fExt = OpenTK.Graphics.ES20.All.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES20.All.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES20.All.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES20.All.LuminanceAlpha32fExt; + var _Rgba16fExt = OpenTK.Graphics.ES20.All.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES20.All.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES20.All.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES20.All.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES20.All.LuminanceAlpha16fExt; + var _WriteonlyRenderingQcom = OpenTK.Graphics.ES20.All.WriteonlyRenderingQcom; + var _MaxDrawBuffersExt = OpenTK.Graphics.ES20.All.MaxDrawBuffersExt; + var _MaxDrawBuffersNv = OpenTK.Graphics.ES20.All.MaxDrawBuffersNv; + var _DrawBuffer0Ext = OpenTK.Graphics.ES20.All.DrawBuffer0Ext; + var _DrawBuffer0Nv = OpenTK.Graphics.ES20.All.DrawBuffer0Nv; + var _DrawBuffer1Ext = OpenTK.Graphics.ES20.All.DrawBuffer1Ext; + var _DrawBuffer1Nv = OpenTK.Graphics.ES20.All.DrawBuffer1Nv; + var _DrawBuffer2Ext = OpenTK.Graphics.ES20.All.DrawBuffer2Ext; + var _DrawBuffer2Nv = OpenTK.Graphics.ES20.All.DrawBuffer2Nv; + var _DrawBuffer3Ext = OpenTK.Graphics.ES20.All.DrawBuffer3Ext; + var _DrawBuffer3Nv = OpenTK.Graphics.ES20.All.DrawBuffer3Nv; + var _DrawBuffer4Ext = OpenTK.Graphics.ES20.All.DrawBuffer4Ext; + var _DrawBuffer4Nv = OpenTK.Graphics.ES20.All.DrawBuffer4Nv; + var _DrawBuffer5Ext = OpenTK.Graphics.ES20.All.DrawBuffer5Ext; + var _DrawBuffer5Nv = OpenTK.Graphics.ES20.All.DrawBuffer5Nv; + var _DrawBuffer6Ext = OpenTK.Graphics.ES20.All.DrawBuffer6Ext; + var _DrawBuffer6Nv = OpenTK.Graphics.ES20.All.DrawBuffer6Nv; + var _DrawBuffer7Ext = OpenTK.Graphics.ES20.All.DrawBuffer7Ext; + var _DrawBuffer7Nv = OpenTK.Graphics.ES20.All.DrawBuffer7Nv; + var _DrawBuffer8Ext = OpenTK.Graphics.ES20.All.DrawBuffer8Ext; + var _DrawBuffer8Nv = OpenTK.Graphics.ES20.All.DrawBuffer8Nv; + var _DrawBuffer9Ext = OpenTK.Graphics.ES20.All.DrawBuffer9Ext; + var _DrawBuffer9Nv = OpenTK.Graphics.ES20.All.DrawBuffer9Nv; + var _DrawBuffer10Ext = OpenTK.Graphics.ES20.All.DrawBuffer10Ext; + var _DrawBuffer10Nv = OpenTK.Graphics.ES20.All.DrawBuffer10Nv; + var _DrawBuffer11Ext = OpenTK.Graphics.ES20.All.DrawBuffer11Ext; + var _DrawBuffer11Nv = OpenTK.Graphics.ES20.All.DrawBuffer11Nv; + var _DrawBuffer12Ext = OpenTK.Graphics.ES20.All.DrawBuffer12Ext; + var _DrawBuffer12Nv = OpenTK.Graphics.ES20.All.DrawBuffer12Nv; + var _DrawBuffer13Ext = OpenTK.Graphics.ES20.All.DrawBuffer13Ext; + var _DrawBuffer13Nv = OpenTK.Graphics.ES20.All.DrawBuffer13Nv; + var _DrawBuffer14Ext = OpenTK.Graphics.ES20.All.DrawBuffer14Ext; + var _DrawBuffer14Nv = OpenTK.Graphics.ES20.All.DrawBuffer14Nv; + var _DrawBuffer15Ext = OpenTK.Graphics.ES20.All.DrawBuffer15Ext; + var _DrawBuffer15Nv = OpenTK.Graphics.ES20.All.DrawBuffer15Nv; + var _BlendEquationAlpha = OpenTK.Graphics.ES20.All.BlendEquationAlpha; + var _TextureCompareModeExt = OpenTK.Graphics.ES20.All.TextureCompareModeExt; + var _TextureCompareFuncExt = OpenTK.Graphics.ES20.All.TextureCompareFuncExt; + var _CompareRefToTextureExt = OpenTK.Graphics.ES20.All.CompareRefToTextureExt; + var _QueryCounterBitsExt = OpenTK.Graphics.ES20.All.QueryCounterBitsExt; + var _CurrentQueryExt = OpenTK.Graphics.ES20.All.CurrentQueryExt; + var _QueryResultExt = OpenTK.Graphics.ES20.All.QueryResultExt; + var _QueryResultAvailableExt = OpenTK.Graphics.ES20.All.QueryResultAvailableExt; + var _MaxVertexAttribs = OpenTK.Graphics.ES20.All.MaxVertexAttribs; + var _VertexAttribArrayNormalized = OpenTK.Graphics.ES20.All.VertexAttribArrayNormalized; + var _MaxTessControlInputComponentsExt = OpenTK.Graphics.ES20.All.MaxTessControlInputComponentsExt; + var _MaxTessEvaluationInputComponentsExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationInputComponentsExt; + var _MaxTextureImageUnits = OpenTK.Graphics.ES20.All.MaxTextureImageUnits; + var _GeometryShaderInvocationsExt = OpenTK.Graphics.ES20.All.GeometryShaderInvocationsExt; + var _ArrayBuffer = OpenTK.Graphics.ES20.All.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES20.All.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.ES20.All.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES20.All.ElementArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.ES20.All.VertexAttribArrayBufferBinding; + var _WriteOnlyOes = OpenTK.Graphics.ES20.All.WriteOnlyOes; + var _BufferAccessOes = OpenTK.Graphics.ES20.All.BufferAccessOes; + var _BufferMappedOes = OpenTK.Graphics.ES20.All.BufferMappedOes; + var _BufferMapPointerOes = OpenTK.Graphics.ES20.All.BufferMapPointerOes; + var _TimeElapsedExt = OpenTK.Graphics.ES20.All.TimeElapsedExt; + var _StreamDraw = OpenTK.Graphics.ES20.All.StreamDraw; + var _StaticDraw = OpenTK.Graphics.ES20.All.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES20.All.DynamicDraw; + var _Etc1Srgb8Nv = OpenTK.Graphics.ES20.All.Etc1Srgb8Nv; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES20.All.Depth24Stencil8Oes; + var _VertexAttribArrayDivisorAngle = OpenTK.Graphics.ES20.All.VertexAttribArrayDivisorAngle; + var _VertexAttribArrayDivisorExt = OpenTK.Graphics.ES20.All.VertexAttribArrayDivisorExt; + var _VertexAttribArrayDivisorNv = OpenTK.Graphics.ES20.All.VertexAttribArrayDivisorNv; + var _GeometryLinkedVerticesOutExt = OpenTK.Graphics.ES20.All.GeometryLinkedVerticesOutExt; + var _GeometryLinkedInputTypeExt = OpenTK.Graphics.ES20.All.GeometryLinkedInputTypeExt; + var _GeometryLinkedOutputTypeExt = OpenTK.Graphics.ES20.All.GeometryLinkedOutputTypeExt; + var _PackResampleOml = OpenTK.Graphics.ES20.All.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.ES20.All.UnpackResampleOml; + var _Rgb422Apple = OpenTK.Graphics.ES20.All.Rgb422Apple; + var _MaxGeometryUniformBlocksExt = OpenTK.Graphics.ES20.All.MaxGeometryUniformBlocksExt; + var _MaxCombinedGeometryUniformComponentsExt = OpenTK.Graphics.ES20.All.MaxCombinedGeometryUniformComponentsExt; + var _TextureSrgbDecodeExt = OpenTK.Graphics.ES20.All.TextureSrgbDecodeExt; + var _DecodeExt = OpenTK.Graphics.ES20.All.DecodeExt; + var _SkipDecodeExt = OpenTK.Graphics.ES20.All.SkipDecodeExt; + var _ProgramPipelineObjectExt = OpenTK.Graphics.ES20.All.ProgramPipelineObjectExt; + var _RgbRaw422Apple = OpenTK.Graphics.ES20.All.RgbRaw422Apple; + var _FragmentShaderDiscardsSamplesExt = OpenTK.Graphics.ES20.All.FragmentShaderDiscardsSamplesExt; + var _SyncObjectApple = OpenTK.Graphics.ES20.All.SyncObjectApple; + var _CompressedSrgbPvrtc2Bppv1Ext = OpenTK.Graphics.ES20.All.CompressedSrgbPvrtc2Bppv1Ext; + var _CompressedSrgbPvrtc4Bppv1Ext = OpenTK.Graphics.ES20.All.CompressedSrgbPvrtc4Bppv1Ext; + var _CompressedSrgbAlphaPvrtc2Bppv1Ext = OpenTK.Graphics.ES20.All.CompressedSrgbAlphaPvrtc2Bppv1Ext; + var _CompressedSrgbAlphaPvrtc4Bppv1Ext = OpenTK.Graphics.ES20.All.CompressedSrgbAlphaPvrtc4Bppv1Ext; + var _FragmentShader = OpenTK.Graphics.ES20.All.FragmentShader; + var _VertexShader = OpenTK.Graphics.ES20.All.VertexShader; + var _ProgramObjectExt = OpenTK.Graphics.ES20.All.ProgramObjectExt; + var _ShaderObjectExt = OpenTK.Graphics.ES20.All.ShaderObjectExt; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.ES20.All.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.ES20.All.MaxCombinedTextureImageUnits; + var _ShaderType = OpenTK.Graphics.ES20.All.ShaderType; + var _FloatVec2 = OpenTK.Graphics.ES20.All.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES20.All.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES20.All.FloatVec4; + var _IntVec2 = OpenTK.Graphics.ES20.All.IntVec2; + var _IntVec3 = OpenTK.Graphics.ES20.All.IntVec3; + var _IntVec4 = OpenTK.Graphics.ES20.All.IntVec4; + var _Bool = OpenTK.Graphics.ES20.All.Bool; + var _BoolVec2 = OpenTK.Graphics.ES20.All.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.ES20.All.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.ES20.All.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.ES20.All.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES20.All.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES20.All.FloatMat4; + var _Sampler2D = OpenTK.Graphics.ES20.All.Sampler2D; + var _Sampler3DOes = OpenTK.Graphics.ES20.All.Sampler3DOes; + var _SamplerCube = OpenTK.Graphics.ES20.All.SamplerCube; + var _Sampler2DShadowExt = OpenTK.Graphics.ES20.All.Sampler2DShadowExt; + var _FloatMat2x3Nv = OpenTK.Graphics.ES20.All.FloatMat2x3Nv; + var _FloatMat2x4Nv = OpenTK.Graphics.ES20.All.FloatMat2x4Nv; + var _FloatMat3x2Nv = OpenTK.Graphics.ES20.All.FloatMat3x2Nv; + var _FloatMat3x4Nv = OpenTK.Graphics.ES20.All.FloatMat3x4Nv; + var _FloatMat4x2Nv = OpenTK.Graphics.ES20.All.FloatMat4x2Nv; + var _FloatMat4x3Nv = OpenTK.Graphics.ES20.All.FloatMat4x3Nv; + var _DeleteStatus = OpenTK.Graphics.ES20.All.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.ES20.All.CompileStatus; + var _LinkStatus = OpenTK.Graphics.ES20.All.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES20.All.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES20.All.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES20.All.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES20.All.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES20.All.ActiveUniformMaxLength; + var _ShaderSourceLength = OpenTK.Graphics.ES20.All.ShaderSourceLength; + var _ActiveAttributes = OpenTK.Graphics.ES20.All.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES20.All.ActiveAttributeMaxLength; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.ES20.All.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.ES20.All.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.ES20.All.FragmentShaderDerivativeHintOes; + var _ShadingLanguageVersion = OpenTK.Graphics.ES20.All.ShadingLanguageVersion; + var _CurrentProgram = OpenTK.Graphics.ES20.All.CurrentProgram; + var _Palette4Rgb8Oes = OpenTK.Graphics.ES20.All.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES20.All.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES20.All.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES20.All.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES20.All.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES20.All.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES20.All.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES20.All.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES20.All.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES20.All.Palette8Rgb5A1Oes; + var _ImplementationColorReadType = OpenTK.Graphics.ES20.All.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.ES20.All.ImplementationColorReadFormat; + var _CounterTypeAmd = OpenTK.Graphics.ES20.All.CounterTypeAmd; + var _CounterRangeAmd = OpenTK.Graphics.ES20.All.CounterRangeAmd; + var _UnsignedInt64Amd = OpenTK.Graphics.ES20.All.UnsignedInt64Amd; + var _PercentageAmd = OpenTK.Graphics.ES20.All.PercentageAmd; + var _PerfmonResultAvailableAmd = OpenTK.Graphics.ES20.All.PerfmonResultAvailableAmd; + var _PerfmonResultSizeAmd = OpenTK.Graphics.ES20.All.PerfmonResultSizeAmd; + var _PerfmonResultAmd = OpenTK.Graphics.ES20.All.PerfmonResultAmd; + var _TextureWidthQcom = OpenTK.Graphics.ES20.All.TextureWidthQcom; + var _TextureHeightQcom = OpenTK.Graphics.ES20.All.TextureHeightQcom; + var _TextureDepthQcom = OpenTK.Graphics.ES20.All.TextureDepthQcom; + var _TextureInternalFormatQcom = OpenTK.Graphics.ES20.All.TextureInternalFormatQcom; + var _TextureFormatQcom = OpenTK.Graphics.ES20.All.TextureFormatQcom; + var _TextureTypeQcom = OpenTK.Graphics.ES20.All.TextureTypeQcom; + var _TextureImageValidQcom = OpenTK.Graphics.ES20.All.TextureImageValidQcom; + var _TextureNumLevelsQcom = OpenTK.Graphics.ES20.All.TextureNumLevelsQcom; + var _TextureTargetQcom = OpenTK.Graphics.ES20.All.TextureTargetQcom; + var _TextureObjectValidQcom = OpenTK.Graphics.ES20.All.TextureObjectValidQcom; + var _StateRestore = OpenTK.Graphics.ES20.All.StateRestore; + var _CompressedRgbPvrtc4Bppv1Img = OpenTK.Graphics.ES20.All.CompressedRgbPvrtc4Bppv1Img; + var _CompressedRgbPvrtc2Bppv1Img = OpenTK.Graphics.ES20.All.CompressedRgbPvrtc2Bppv1Img; + var _CompressedRgbaPvrtc4Bppv1Img = OpenTK.Graphics.ES20.All.CompressedRgbaPvrtc4Bppv1Img; + var _CompressedRgbaPvrtc2Bppv1Img = OpenTK.Graphics.ES20.All.CompressedRgbaPvrtc2Bppv1Img; + var _SgxBinaryImg = OpenTK.Graphics.ES20.All.SgxBinaryImg; + var _UnsignedNormalizedExt = OpenTK.Graphics.ES20.All.UnsignedNormalizedExt; + var _MaxGeometryTextureImageUnitsExt = OpenTK.Graphics.ES20.All.MaxGeometryTextureImageUnitsExt; + var _TextureBufferBindingExt = OpenTK.Graphics.ES20.All.TextureBufferBindingExt; + var _TextureBufferExt = OpenTK.Graphics.ES20.All.TextureBufferExt; + var _MaxTextureBufferSizeExt = OpenTK.Graphics.ES20.All.MaxTextureBufferSizeExt; + var _TextureBindingBufferExt = OpenTK.Graphics.ES20.All.TextureBindingBufferExt; + var _TextureBufferDataStoreBindingExt = OpenTK.Graphics.ES20.All.TextureBufferDataStoreBindingExt; + var _AnySamplesPassedExt = OpenTK.Graphics.ES20.All.AnySamplesPassedExt; + var _SampleShadingOes = OpenTK.Graphics.ES20.All.SampleShadingOes; + var _MinSampleShadingValueOes = OpenTK.Graphics.ES20.All.MinSampleShadingValueOes; + var _SrgbExt = OpenTK.Graphics.ES20.All.SrgbExt; + var _Srgb8Nv = OpenTK.Graphics.ES20.All.Srgb8Nv; + var _SrgbAlphaExt = OpenTK.Graphics.ES20.All.SrgbAlphaExt; + var _Srgb8Alpha8Ext = OpenTK.Graphics.ES20.All.Srgb8Alpha8Ext; + var _SluminanceAlphaNv = OpenTK.Graphics.ES20.All.SluminanceAlphaNv; + var _Sluminance8Alpha8Nv = OpenTK.Graphics.ES20.All.Sluminance8Alpha8Nv; + var _SluminanceNv = OpenTK.Graphics.ES20.All.SluminanceNv; + var _Sluminance8Nv = OpenTK.Graphics.ES20.All.Sluminance8Nv; + var _CompressedSrgbS3tcDxt1Nv = OpenTK.Graphics.ES20.All.CompressedSrgbS3tcDxt1Nv; + var _CompressedSrgbAlphaS3tcDxt1Nv = OpenTK.Graphics.ES20.All.CompressedSrgbAlphaS3tcDxt1Nv; + var _CompressedSrgbAlphaS3tcDxt3Nv = OpenTK.Graphics.ES20.All.CompressedSrgbAlphaS3tcDxt3Nv; + var _CompressedSrgbAlphaS3tcDxt5Nv = OpenTK.Graphics.ES20.All.CompressedSrgbAlphaS3tcDxt5Nv; + var _PrimitivesGeneratedExt = OpenTK.Graphics.ES20.All.PrimitivesGeneratedExt; + var _AtcRgbAmd = OpenTK.Graphics.ES20.All.AtcRgbAmd; + var _AtcRgbaExplicitAlphaAmd = OpenTK.Graphics.ES20.All.AtcRgbaExplicitAlphaAmd; + var _StencilBackRef = OpenTK.Graphics.ES20.All.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.ES20.All.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.ES20.All.StencilBackWritemask; + var _DrawFramebufferBindingAngle = OpenTK.Graphics.ES20.All.DrawFramebufferBindingAngle; + var _DrawFramebufferBindingApple = OpenTK.Graphics.ES20.All.DrawFramebufferBindingApple; + var _DrawFramebufferBindingNv = OpenTK.Graphics.ES20.All.DrawFramebufferBindingNv; + var _FramebufferBinding = OpenTK.Graphics.ES20.All.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.ES20.All.RenderbufferBinding; + var _ReadFramebufferAngle = OpenTK.Graphics.ES20.All.ReadFramebufferAngle; + var _ReadFramebufferApple = OpenTK.Graphics.ES20.All.ReadFramebufferApple; + var _ReadFramebufferNv = OpenTK.Graphics.ES20.All.ReadFramebufferNv; + var _DrawFramebufferAngle = OpenTK.Graphics.ES20.All.DrawFramebufferAngle; + var _DrawFramebufferApple = OpenTK.Graphics.ES20.All.DrawFramebufferApple; + var _DrawFramebufferNv = OpenTK.Graphics.ES20.All.DrawFramebufferNv; + var _ReadFramebufferBindingAngle = OpenTK.Graphics.ES20.All.ReadFramebufferBindingAngle; + var _ReadFramebufferBindingApple = OpenTK.Graphics.ES20.All.ReadFramebufferBindingApple; + var _ReadFramebufferBindingNv = OpenTK.Graphics.ES20.All.ReadFramebufferBindingNv; + var _RenderbufferSamplesAngle = OpenTK.Graphics.ES20.All.RenderbufferSamplesAngle; + var _RenderbufferSamplesApple = OpenTK.Graphics.ES20.All.RenderbufferSamplesApple; + var _RenderbufferSamplesExt = OpenTK.Graphics.ES20.All.RenderbufferSamplesExt; + var _RenderbufferSamplesNv = OpenTK.Graphics.ES20.All.RenderbufferSamplesNv; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.ES20.All.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.ES20.All.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.ES20.All.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.ES20.All.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferAttachmentTexture3DZoffsetOes = OpenTK.Graphics.ES20.All.FramebufferAttachmentTexture3DZoffsetOes; + var _FramebufferComplete = OpenTK.Graphics.ES20.All.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.ES20.All.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.ES20.All.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDimensions = OpenTK.Graphics.ES20.All.FramebufferIncompleteDimensions; + var _FramebufferUnsupported = OpenTK.Graphics.ES20.All.FramebufferUnsupported; + var _MaxColorAttachmentsExt = OpenTK.Graphics.ES20.All.MaxColorAttachmentsExt; + var _MaxColorAttachmentsNv = OpenTK.Graphics.ES20.All.MaxColorAttachmentsNv; + var _ColorAttachment0 = OpenTK.Graphics.ES20.All.ColorAttachment0; + var _ColorAttachment0Ext = OpenTK.Graphics.ES20.All.ColorAttachment0Ext; + var _ColorAttachment0Nv = OpenTK.Graphics.ES20.All.ColorAttachment0Nv; + var _ColorAttachment1Ext = OpenTK.Graphics.ES20.All.ColorAttachment1Ext; + var _ColorAttachment1Nv = OpenTK.Graphics.ES20.All.ColorAttachment1Nv; + var _ColorAttachment2Ext = OpenTK.Graphics.ES20.All.ColorAttachment2Ext; + var _ColorAttachment2Nv = OpenTK.Graphics.ES20.All.ColorAttachment2Nv; + var _ColorAttachment3Ext = OpenTK.Graphics.ES20.All.ColorAttachment3Ext; + var _ColorAttachment3Nv = OpenTK.Graphics.ES20.All.ColorAttachment3Nv; + var _ColorAttachment4Ext = OpenTK.Graphics.ES20.All.ColorAttachment4Ext; + var _ColorAttachment4Nv = OpenTK.Graphics.ES20.All.ColorAttachment4Nv; + var _ColorAttachment5Ext = OpenTK.Graphics.ES20.All.ColorAttachment5Ext; + var _ColorAttachment5Nv = OpenTK.Graphics.ES20.All.ColorAttachment5Nv; + var _ColorAttachment6Ext = OpenTK.Graphics.ES20.All.ColorAttachment6Ext; + var _ColorAttachment6Nv = OpenTK.Graphics.ES20.All.ColorAttachment6Nv; + var _ColorAttachment7Ext = OpenTK.Graphics.ES20.All.ColorAttachment7Ext; + var _ColorAttachment7Nv = OpenTK.Graphics.ES20.All.ColorAttachment7Nv; + var _ColorAttachment8Ext = OpenTK.Graphics.ES20.All.ColorAttachment8Ext; + var _ColorAttachment8Nv = OpenTK.Graphics.ES20.All.ColorAttachment8Nv; + var _ColorAttachment9Ext = OpenTK.Graphics.ES20.All.ColorAttachment9Ext; + var _ColorAttachment9Nv = OpenTK.Graphics.ES20.All.ColorAttachment9Nv; + var _ColorAttachment10Ext = OpenTK.Graphics.ES20.All.ColorAttachment10Ext; + var _ColorAttachment10Nv = OpenTK.Graphics.ES20.All.ColorAttachment10Nv; + var _ColorAttachment11Ext = OpenTK.Graphics.ES20.All.ColorAttachment11Ext; + var _ColorAttachment11Nv = OpenTK.Graphics.ES20.All.ColorAttachment11Nv; + var _ColorAttachment12Ext = OpenTK.Graphics.ES20.All.ColorAttachment12Ext; + var _ColorAttachment12Nv = OpenTK.Graphics.ES20.All.ColorAttachment12Nv; + var _ColorAttachment13Ext = OpenTK.Graphics.ES20.All.ColorAttachment13Ext; + var _ColorAttachment13Nv = OpenTK.Graphics.ES20.All.ColorAttachment13Nv; + var _ColorAttachment14Ext = OpenTK.Graphics.ES20.All.ColorAttachment14Ext; + var _ColorAttachment14Nv = OpenTK.Graphics.ES20.All.ColorAttachment14Nv; + var _ColorAttachment15Ext = OpenTK.Graphics.ES20.All.ColorAttachment15Ext; + var _ColorAttachment15Nv = OpenTK.Graphics.ES20.All.ColorAttachment15Nv; + var _DepthAttachment = OpenTK.Graphics.ES20.All.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.ES20.All.StencilAttachment; + var _Framebuffer = OpenTK.Graphics.ES20.All.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.ES20.All.Renderbuffer; + var _RenderbufferWidth = OpenTK.Graphics.ES20.All.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.ES20.All.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.ES20.All.RenderbufferInternalFormat; + var _StencilIndex1Oes = OpenTK.Graphics.ES20.All.StencilIndex1Oes; + var _StencilIndex4Oes = OpenTK.Graphics.ES20.All.StencilIndex4Oes; + var _StencilIndex8 = OpenTK.Graphics.ES20.All.StencilIndex8; + var _StencilIndex8Oes = OpenTK.Graphics.ES20.All.StencilIndex8Oes; + var _RenderbufferRedSize = OpenTK.Graphics.ES20.All.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.ES20.All.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.ES20.All.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.ES20.All.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.ES20.All.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.ES20.All.RenderbufferStencilSize; + var _FramebufferIncompleteMultisampleAngle = OpenTK.Graphics.ES20.All.FramebufferIncompleteMultisampleAngle; + var _FramebufferIncompleteMultisampleApple = OpenTK.Graphics.ES20.All.FramebufferIncompleteMultisampleApple; + var _FramebufferIncompleteMultisampleExt = OpenTK.Graphics.ES20.All.FramebufferIncompleteMultisampleExt; + var _FramebufferIncompleteMultisampleNv = OpenTK.Graphics.ES20.All.FramebufferIncompleteMultisampleNv; + var _MaxSamplesAngle = OpenTK.Graphics.ES20.All.MaxSamplesAngle; + var _MaxSamplesApple = OpenTK.Graphics.ES20.All.MaxSamplesApple; + var _MaxSamplesExt = OpenTK.Graphics.ES20.All.MaxSamplesExt; + var _MaxSamplesNv = OpenTK.Graphics.ES20.All.MaxSamplesNv; + var _HalfFloatOes = OpenTK.Graphics.ES20.All.HalfFloatOes; + var _Rgb565Oes = OpenTK.Graphics.ES20.All.Rgb565Oes; + var _Rgb565 = OpenTK.Graphics.ES20.All.Rgb565; + var _Etc1Rgb8Oes = OpenTK.Graphics.ES20.All.Etc1Rgb8Oes; + var _TextureExternalOes = OpenTK.Graphics.ES20.All.TextureExternalOes; + var _SamplerExternalOes = OpenTK.Graphics.ES20.All.SamplerExternalOes; + var _TextureBindingExternalOes = OpenTK.Graphics.ES20.All.TextureBindingExternalOes; + var _RequiredTextureImageUnitsOes = OpenTK.Graphics.ES20.All.RequiredTextureImageUnitsOes; + var _AnySamplesPassedConservativeExt = OpenTK.Graphics.ES20.All.AnySamplesPassedConservativeExt; + var _FramebufferAttachmentTextureSamplesExt = OpenTK.Graphics.ES20.All.FramebufferAttachmentTextureSamplesExt; + var _FramebufferAttachmentLayeredExt = OpenTK.Graphics.ES20.All.FramebufferAttachmentLayeredExt; + var _FramebufferIncompleteLayerTargetsExt = OpenTK.Graphics.ES20.All.FramebufferIncompleteLayerTargetsExt; + var _FramebufferSrgbExt = OpenTK.Graphics.ES20.All.FramebufferSrgbExt; + var _SamplerBufferExt = OpenTK.Graphics.ES20.All.SamplerBufferExt; + var _Sampler2DArrayShadowNv = OpenTK.Graphics.ES20.All.Sampler2DArrayShadowNv; + var _SamplerCubeShadowNv = OpenTK.Graphics.ES20.All.SamplerCubeShadowNv; + var _IntSamplerBufferExt = OpenTK.Graphics.ES20.All.IntSamplerBufferExt; + var _UnsignedIntSamplerBufferExt = OpenTK.Graphics.ES20.All.UnsignedIntSamplerBufferExt; + var _GeometryShaderExt = OpenTK.Graphics.ES20.All.GeometryShaderExt; + var _MaxGeometryUniformComponentsExt = OpenTK.Graphics.ES20.All.MaxGeometryUniformComponentsExt; + var _MaxGeometryOutputVerticesExt = OpenTK.Graphics.ES20.All.MaxGeometryOutputVerticesExt; + var _MaxGeometryTotalOutputComponentsExt = OpenTK.Graphics.ES20.All.MaxGeometryTotalOutputComponentsExt; + var _LowFloat = OpenTK.Graphics.ES20.All.LowFloat; + var _MediumFloat = OpenTK.Graphics.ES20.All.MediumFloat; + var _HighFloat = OpenTK.Graphics.ES20.All.HighFloat; + var _LowInt = OpenTK.Graphics.ES20.All.LowInt; + var _MediumInt = OpenTK.Graphics.ES20.All.MediumInt; + var _HighInt = OpenTK.Graphics.ES20.All.HighInt; + var _UnsignedInt1010102Oes = OpenTK.Graphics.ES20.All.UnsignedInt1010102Oes; + var _Int1010102Oes = OpenTK.Graphics.ES20.All.Int1010102Oes; + var _ShaderBinaryFormats = OpenTK.Graphics.ES20.All.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.ES20.All.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.ES20.All.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.ES20.All.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.ES20.All.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.ES20.All.MaxFragmentUniformVectors; + var _MaxCombinedTessControlUniformComponentsExt = OpenTK.Graphics.ES20.All.MaxCombinedTessControlUniformComponentsExt; + var _MaxCombinedTessEvaluationUniformComponentsExt = OpenTK.Graphics.ES20.All.MaxCombinedTessEvaluationUniformComponentsExt; + var _TransformFeedback = OpenTK.Graphics.ES20.All.TransformFeedback; + var _TimestampExt = OpenTK.Graphics.ES20.All.TimestampExt; + var _DepthComponent16NonlinearNv = OpenTK.Graphics.ES20.All.DepthComponent16NonlinearNv; + var _FirstVertexConventionExt = OpenTK.Graphics.ES20.All.FirstVertexConventionExt; + var _LastVertexConventionExt = OpenTK.Graphics.ES20.All.LastVertexConventionExt; + var _MaxGeometryShaderInvocationsExt = OpenTK.Graphics.ES20.All.MaxGeometryShaderInvocationsExt; + var _MinFragmentInterpolationOffsetOes = OpenTK.Graphics.ES20.All.MinFragmentInterpolationOffsetOes; + var _MaxFragmentInterpolationOffsetOes = OpenTK.Graphics.ES20.All.MaxFragmentInterpolationOffsetOes; + var _FragmentInterpolationOffsetBitsOes = OpenTK.Graphics.ES20.All.FragmentInterpolationOffsetBitsOes; + var _PatchVerticesExt = OpenTK.Graphics.ES20.All.PatchVerticesExt; + var _TessControlOutputVerticesExt = OpenTK.Graphics.ES20.All.TessControlOutputVerticesExt; + var _TessGenModeExt = OpenTK.Graphics.ES20.All.TessGenModeExt; + var _TessGenSpacingExt = OpenTK.Graphics.ES20.All.TessGenSpacingExt; + var _TessGenVertexOrderExt = OpenTK.Graphics.ES20.All.TessGenVertexOrderExt; + var _TessGenPointModeExt = OpenTK.Graphics.ES20.All.TessGenPointModeExt; + var _IsolinesExt = OpenTK.Graphics.ES20.All.IsolinesExt; + var _FractionalOddExt = OpenTK.Graphics.ES20.All.FractionalOddExt; + var _FractionalEvenExt = OpenTK.Graphics.ES20.All.FractionalEvenExt; + var _MaxPatchVerticesExt = OpenTK.Graphics.ES20.All.MaxPatchVerticesExt; + var _MaxTessGenLevelExt = OpenTK.Graphics.ES20.All.MaxTessGenLevelExt; + var _MaxTessControlUniformComponentsExt = OpenTK.Graphics.ES20.All.MaxTessControlUniformComponentsExt; + var _MaxTessEvaluationUniformComponentsExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationUniformComponentsExt; + var _MaxTessControlTextureImageUnitsExt = OpenTK.Graphics.ES20.All.MaxTessControlTextureImageUnitsExt; + var _MaxTessEvaluationTextureImageUnitsExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationTextureImageUnitsExt; + var _MaxTessControlOutputComponentsExt = OpenTK.Graphics.ES20.All.MaxTessControlOutputComponentsExt; + var _MaxTessPatchComponentsExt = OpenTK.Graphics.ES20.All.MaxTessPatchComponentsExt; + var _MaxTessControlTotalOutputComponentsExt = OpenTK.Graphics.ES20.All.MaxTessControlTotalOutputComponentsExt; + var _MaxTessEvaluationOutputComponentsExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationOutputComponentsExt; + var _TessEvaluationShaderExt = OpenTK.Graphics.ES20.All.TessEvaluationShaderExt; + var _TessControlShaderExt = OpenTK.Graphics.ES20.All.TessControlShaderExt; + var _MaxTessControlUniformBlocksExt = OpenTK.Graphics.ES20.All.MaxTessControlUniformBlocksExt; + var _MaxTessEvaluationUniformBlocksExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationUniformBlocksExt; + var _CoverageComponentNv = OpenTK.Graphics.ES20.All.CoverageComponentNv; + var _CoverageComponent4Nv = OpenTK.Graphics.ES20.All.CoverageComponent4Nv; + var _CoverageAttachmentNv = OpenTK.Graphics.ES20.All.CoverageAttachmentNv; + var _CoverageBuffersNv = OpenTK.Graphics.ES20.All.CoverageBuffersNv; + var _CoverageSamplesNv = OpenTK.Graphics.ES20.All.CoverageSamplesNv; + var _CoverageAllFragmentsNv = OpenTK.Graphics.ES20.All.CoverageAllFragmentsNv; + var _CoverageEdgeFragmentsNv = OpenTK.Graphics.ES20.All.CoverageEdgeFragmentsNv; + var _CoverageAutomaticNv = OpenTK.Graphics.ES20.All.CoverageAutomaticNv; + var _CopyReadBufferNv = OpenTK.Graphics.ES20.All.CopyReadBufferNv; + var _CopyWriteBufferNv = OpenTK.Graphics.ES20.All.CopyWriteBufferNv; + var _MaliShaderBinaryArm = OpenTK.Graphics.ES20.All.MaliShaderBinaryArm; + var _MaliProgramBinaryArm = OpenTK.Graphics.ES20.All.MaliProgramBinaryArm; + var _MaxShaderPixelLocalStorageFastSizeExt = OpenTK.Graphics.ES20.All.MaxShaderPixelLocalStorageFastSizeExt; + var _ShaderPixelLocalStorageExt = OpenTK.Graphics.ES20.All.ShaderPixelLocalStorageExt; + var _FetchPerSampleArm = OpenTK.Graphics.ES20.All.FetchPerSampleArm; + var _FragmentShaderFramebufferFetchMrtArm = OpenTK.Graphics.ES20.All.FragmentShaderFramebufferFetchMrtArm; + var _MaxShaderPixelLocalStorageSizeExt = OpenTK.Graphics.ES20.All.MaxShaderPixelLocalStorageSizeExt; + var _PerfmonGlobalModeQcom = OpenTK.Graphics.ES20.All.PerfmonGlobalModeQcom; + var _BinningControlHintQcom = OpenTK.Graphics.ES20.All.BinningControlHintQcom; + var _CpuOptimizedQcom = OpenTK.Graphics.ES20.All.CpuOptimizedQcom; + var _GpuOptimizedQcom = OpenTK.Graphics.ES20.All.GpuOptimizedQcom; + var _RenderDirectToFramebufferQcom = OpenTK.Graphics.ES20.All.RenderDirectToFramebufferQcom; + var _GpuDisjointExt = OpenTK.Graphics.ES20.All.GpuDisjointExt; + var _ShaderBinaryViv = OpenTK.Graphics.ES20.All.ShaderBinaryViv; + var _TextureCubeMapArrayExt = OpenTK.Graphics.ES20.All.TextureCubeMapArrayExt; + var _TextureBindingCubeMapArrayExt = OpenTK.Graphics.ES20.All.TextureBindingCubeMapArrayExt; + var _SamplerCubeMapArrayExt = OpenTK.Graphics.ES20.All.SamplerCubeMapArrayExt; + var _SamplerCubeMapArrayShadowExt = OpenTK.Graphics.ES20.All.SamplerCubeMapArrayShadowExt; + var _IntSamplerCubeMapArrayExt = OpenTK.Graphics.ES20.All.IntSamplerCubeMapArrayExt; + var _UnsignedIntSamplerCubeMapArrayExt = OpenTK.Graphics.ES20.All.UnsignedIntSamplerCubeMapArrayExt; + var _ImageBufferExt = OpenTK.Graphics.ES20.All.ImageBufferExt; + var _ImageCubeMapArrayExt = OpenTK.Graphics.ES20.All.ImageCubeMapArrayExt; + var _IntImageBufferExt = OpenTK.Graphics.ES20.All.IntImageBufferExt; + var _IntImageCubeMapArrayExt = OpenTK.Graphics.ES20.All.IntImageCubeMapArrayExt; + var _UnsignedIntImageBufferExt = OpenTK.Graphics.ES20.All.UnsignedIntImageBufferExt; + var _UnsignedIntImageCubeMapArrayExt = OpenTK.Graphics.ES20.All.UnsignedIntImageCubeMapArrayExt; + var _MaxTessControlImageUniformsExt = OpenTK.Graphics.ES20.All.MaxTessControlImageUniformsExt; + var _MaxTessEvaluationImageUniformsExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationImageUniformsExt; + var _MaxGeometryImageUniformsExt = OpenTK.Graphics.ES20.All.MaxGeometryImageUniformsExt; + var _MaxGeometryShaderStorageBlocksExt = OpenTK.Graphics.ES20.All.MaxGeometryShaderStorageBlocksExt; + var _MaxTessControlShaderStorageBlocksExt = OpenTK.Graphics.ES20.All.MaxTessControlShaderStorageBlocksExt; + var _MaxTessEvaluationShaderStorageBlocksExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationShaderStorageBlocksExt; + var _ColorAttachmentExt = OpenTK.Graphics.ES20.All.ColorAttachmentExt; + var _MultiviewExt = OpenTK.Graphics.ES20.All.MultiviewExt; + var _MaxMultiviewBuffersExt = OpenTK.Graphics.ES20.All.MaxMultiviewBuffersExt; + var _ContextRobustAccessExt = OpenTK.Graphics.ES20.All.ContextRobustAccessExt; + var _Texture2DMultisampleArrayOes = OpenTK.Graphics.ES20.All.Texture2DMultisampleArrayOes; + var _TextureBinding2DMultisampleArrayOes = OpenTK.Graphics.ES20.All.TextureBinding2DMultisampleArrayOes; + var _Sampler2DMultisampleArrayOes = OpenTK.Graphics.ES20.All.Sampler2DMultisampleArrayOes; + var _IntSampler2DMultisampleArrayOes = OpenTK.Graphics.ES20.All.IntSampler2DMultisampleArrayOes; + var _UnsignedIntSampler2DMultisampleArrayOes = OpenTK.Graphics.ES20.All.UnsignedIntSampler2DMultisampleArrayOes; + var _MaxServerWaitTimeoutApple = OpenTK.Graphics.ES20.All.MaxServerWaitTimeoutApple; + var _ObjectTypeApple = OpenTK.Graphics.ES20.All.ObjectTypeApple; + var _SyncConditionApple = OpenTK.Graphics.ES20.All.SyncConditionApple; + var _SyncStatusApple = OpenTK.Graphics.ES20.All.SyncStatusApple; + var _SyncFlagsApple = OpenTK.Graphics.ES20.All.SyncFlagsApple; + var _SyncFenceApple = OpenTK.Graphics.ES20.All.SyncFenceApple; + var _SyncGpuCommandsCompleteApple = OpenTK.Graphics.ES20.All.SyncGpuCommandsCompleteApple; + var _UnsignaledApple = OpenTK.Graphics.ES20.All.UnsignaledApple; + var _SignaledApple = OpenTK.Graphics.ES20.All.SignaledApple; + var _AlreadySignaledApple = OpenTK.Graphics.ES20.All.AlreadySignaledApple; + var _TimeoutExpiredApple = OpenTK.Graphics.ES20.All.TimeoutExpiredApple; + var _ConditionSatisfiedApple = OpenTK.Graphics.ES20.All.ConditionSatisfiedApple; + var _WaitFailedApple = OpenTK.Graphics.ES20.All.WaitFailedApple; + var _MaxGeometryInputComponentsExt = OpenTK.Graphics.ES20.All.MaxGeometryInputComponentsExt; + var _MaxGeometryOutputComponentsExt = OpenTK.Graphics.ES20.All.MaxGeometryOutputComponentsExt; + var _TextureImmutableFormatExt = OpenTK.Graphics.ES20.All.TextureImmutableFormatExt; + var _SgxProgramBinaryImg = OpenTK.Graphics.ES20.All.SgxProgramBinaryImg; + var _RenderbufferSamplesImg = OpenTK.Graphics.ES20.All.RenderbufferSamplesImg; + var _FramebufferIncompleteMultisampleImg = OpenTK.Graphics.ES20.All.FramebufferIncompleteMultisampleImg; + var _MaxSamplesImg = OpenTK.Graphics.ES20.All.MaxSamplesImg; + var _TextureSamplesImg = OpenTK.Graphics.ES20.All.TextureSamplesImg; + var _CompressedRgbaPvrtc2Bppv2Img = OpenTK.Graphics.ES20.All.CompressedRgbaPvrtc2Bppv2Img; + var _CompressedRgbaPvrtc4Bppv2Img = OpenTK.Graphics.ES20.All.CompressedRgbaPvrtc4Bppv2Img; + var _MaxDebugMessageLength = OpenTK.Graphics.ES20.All.MaxDebugMessageLength; + var _MaxDebugMessageLengthKhr = OpenTK.Graphics.ES20.All.MaxDebugMessageLengthKhr; + var _MaxDebugLoggedMessages = OpenTK.Graphics.ES20.All.MaxDebugLoggedMessages; + var _MaxDebugLoggedMessagesKhr = OpenTK.Graphics.ES20.All.MaxDebugLoggedMessagesKhr; + var _DebugLoggedMessages = OpenTK.Graphics.ES20.All.DebugLoggedMessages; + var _DebugLoggedMessagesKhr = OpenTK.Graphics.ES20.All.DebugLoggedMessagesKhr; + var _DebugSeverityHigh = OpenTK.Graphics.ES20.All.DebugSeverityHigh; + var _DebugSeverityHighKhr = OpenTK.Graphics.ES20.All.DebugSeverityHighKhr; + var _DebugSeverityMedium = OpenTK.Graphics.ES20.All.DebugSeverityMedium; + var _DebugSeverityMediumKhr = OpenTK.Graphics.ES20.All.DebugSeverityMediumKhr; + var _DebugSeverityLow = OpenTK.Graphics.ES20.All.DebugSeverityLow; + var _DebugSeverityLowKhr = OpenTK.Graphics.ES20.All.DebugSeverityLowKhr; + var _BufferObjectExt = OpenTK.Graphics.ES20.All.BufferObjectExt; + var _QueryObjectExt = OpenTK.Graphics.ES20.All.QueryObjectExt; + var _VertexArrayObjectExt = OpenTK.Graphics.ES20.All.VertexArrayObjectExt; + var _TextureBufferOffsetExt = OpenTK.Graphics.ES20.All.TextureBufferOffsetExt; + var _TextureBufferSizeExt = OpenTK.Graphics.ES20.All.TextureBufferSizeExt; + var _TextureBufferOffsetAlignmentExt = OpenTK.Graphics.ES20.All.TextureBufferOffsetAlignmentExt; + var _ShaderBinaryDmp = OpenTK.Graphics.ES20.All.ShaderBinaryDmp; + var _GccsoShaderBinaryFj = OpenTK.Graphics.ES20.All.GccsoShaderBinaryFj; + var _BlendPremultipliedSrcNv = OpenTK.Graphics.ES20.All.BlendPremultipliedSrcNv; + var _BlendOverlapNv = OpenTK.Graphics.ES20.All.BlendOverlapNv; + var _UncorrelatedNv = OpenTK.Graphics.ES20.All.UncorrelatedNv; + var _DisjointNv = OpenTK.Graphics.ES20.All.DisjointNv; + var _ConjointNv = OpenTK.Graphics.ES20.All.ConjointNv; + var _BlendAdvancedCoherentKhr = OpenTK.Graphics.ES20.All.BlendAdvancedCoherentKhr; + var _BlendAdvancedCoherentNv = OpenTK.Graphics.ES20.All.BlendAdvancedCoherentNv; + var _SrcNv = OpenTK.Graphics.ES20.All.SrcNv; + var _DstNv = OpenTK.Graphics.ES20.All.DstNv; + var _SrcOverNv = OpenTK.Graphics.ES20.All.SrcOverNv; + var _DstOverNv = OpenTK.Graphics.ES20.All.DstOverNv; + var _SrcInNv = OpenTK.Graphics.ES20.All.SrcInNv; + var _DstInNv = OpenTK.Graphics.ES20.All.DstInNv; + var _SrcOutNv = OpenTK.Graphics.ES20.All.SrcOutNv; + var _DstOutNv = OpenTK.Graphics.ES20.All.DstOutNv; + var _SrcAtopNv = OpenTK.Graphics.ES20.All.SrcAtopNv; + var _DstAtopNv = OpenTK.Graphics.ES20.All.DstAtopNv; + var _PlusNv = OpenTK.Graphics.ES20.All.PlusNv; + var _PlusDarkerNv = OpenTK.Graphics.ES20.All.PlusDarkerNv; + var _MultiplyKhr = OpenTK.Graphics.ES20.All.MultiplyKhr; + var _MultiplyNv = OpenTK.Graphics.ES20.All.MultiplyNv; + var _ScreenKhr = OpenTK.Graphics.ES20.All.ScreenKhr; + var _ScreenNv = OpenTK.Graphics.ES20.All.ScreenNv; + var _OverlayKhr = OpenTK.Graphics.ES20.All.OverlayKhr; + var _OverlayNv = OpenTK.Graphics.ES20.All.OverlayNv; + var _DarkenKhr = OpenTK.Graphics.ES20.All.DarkenKhr; + var _DarkenNv = OpenTK.Graphics.ES20.All.DarkenNv; + var _LightenKhr = OpenTK.Graphics.ES20.All.LightenKhr; + var _LightenNv = OpenTK.Graphics.ES20.All.LightenNv; + var _ColordodgeKhr = OpenTK.Graphics.ES20.All.ColordodgeKhr; + var _ColordodgeNv = OpenTK.Graphics.ES20.All.ColordodgeNv; + var _ColorburnKhr = OpenTK.Graphics.ES20.All.ColorburnKhr; + var _ColorburnNv = OpenTK.Graphics.ES20.All.ColorburnNv; + var _HardlightKhr = OpenTK.Graphics.ES20.All.HardlightKhr; + var _HardlightNv = OpenTK.Graphics.ES20.All.HardlightNv; + var _SoftlightKhr = OpenTK.Graphics.ES20.All.SoftlightKhr; + var _SoftlightNv = OpenTK.Graphics.ES20.All.SoftlightNv; + var _DifferenceKhr = OpenTK.Graphics.ES20.All.DifferenceKhr; + var _DifferenceNv = OpenTK.Graphics.ES20.All.DifferenceNv; + var _MinusNv = OpenTK.Graphics.ES20.All.MinusNv; + var _ExclusionKhr = OpenTK.Graphics.ES20.All.ExclusionKhr; + var _ExclusionNv = OpenTK.Graphics.ES20.All.ExclusionNv; + var _ContrastNv = OpenTK.Graphics.ES20.All.ContrastNv; + var _InvertRgbNv = OpenTK.Graphics.ES20.All.InvertRgbNv; + var _LineardodgeNv = OpenTK.Graphics.ES20.All.LineardodgeNv; + var _LinearburnNv = OpenTK.Graphics.ES20.All.LinearburnNv; + var _VividlightNv = OpenTK.Graphics.ES20.All.VividlightNv; + var _LinearlightNv = OpenTK.Graphics.ES20.All.LinearlightNv; + var _PinlightNv = OpenTK.Graphics.ES20.All.PinlightNv; + var _HardmixNv = OpenTK.Graphics.ES20.All.HardmixNv; + var _HslHueKhr = OpenTK.Graphics.ES20.All.HslHueKhr; + var _HslHueNv = OpenTK.Graphics.ES20.All.HslHueNv; + var _HslSaturationKhr = OpenTK.Graphics.ES20.All.HslSaturationKhr; + var _HslSaturationNv = OpenTK.Graphics.ES20.All.HslSaturationNv; + var _HslColorKhr = OpenTK.Graphics.ES20.All.HslColorKhr; + var _HslColorNv = OpenTK.Graphics.ES20.All.HslColorNv; + var _HslLuminosityKhr = OpenTK.Graphics.ES20.All.HslLuminosityKhr; + var _HslLuminosityNv = OpenTK.Graphics.ES20.All.HslLuminosityNv; + var _PlusClampedNv = OpenTK.Graphics.ES20.All.PlusClampedNv; + var _PlusClampedAlphaNv = OpenTK.Graphics.ES20.All.PlusClampedAlphaNv; + var _MinusClampedNv = OpenTK.Graphics.ES20.All.MinusClampedNv; + var _InvertOvgNv = OpenTK.Graphics.ES20.All.InvertOvgNv; + var _MaxTessControlAtomicCounterBuffersExt = OpenTK.Graphics.ES20.All.MaxTessControlAtomicCounterBuffersExt; + var _MaxTessEvaluationAtomicCounterBuffersExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationAtomicCounterBuffersExt; + var _MaxGeometryAtomicCounterBuffersExt = OpenTK.Graphics.ES20.All.MaxGeometryAtomicCounterBuffersExt; + var _MaxTessControlAtomicCountersExt = OpenTK.Graphics.ES20.All.MaxTessControlAtomicCountersExt; + var _MaxTessEvaluationAtomicCountersExt = OpenTK.Graphics.ES20.All.MaxTessEvaluationAtomicCountersExt; + var _MaxGeometryAtomicCountersExt = OpenTK.Graphics.ES20.All.MaxGeometryAtomicCountersExt; + var _DebugOutput = OpenTK.Graphics.ES20.All.DebugOutput; + var _DebugOutputKhr = OpenTK.Graphics.ES20.All.DebugOutputKhr; + var _IsPerPatchExt = OpenTK.Graphics.ES20.All.IsPerPatchExt; + var _ReferencedByTessControlShaderExt = OpenTK.Graphics.ES20.All.ReferencedByTessControlShaderExt; + var _ReferencedByTessEvaluationShaderExt = OpenTK.Graphics.ES20.All.ReferencedByTessEvaluationShaderExt; + var _ReferencedByGeometryShaderExt = OpenTK.Graphics.ES20.All.ReferencedByGeometryShaderExt; + var _FramebufferDefaultLayersExt = OpenTK.Graphics.ES20.All.FramebufferDefaultLayersExt; + var _MaxFramebufferLayersExt = OpenTK.Graphics.ES20.All.MaxFramebufferLayersExt; + var _TranslatedShaderSourceLengthAngle = OpenTK.Graphics.ES20.All.TranslatedShaderSourceLengthAngle; + var _Bgra8Ext = OpenTK.Graphics.ES20.All.Bgra8Ext; + var _TextureUsageAngle = OpenTK.Graphics.ES20.All.TextureUsageAngle; + var _FramebufferAttachmentAngle = OpenTK.Graphics.ES20.All.FramebufferAttachmentAngle; + var _PackReverseRowOrderAngle = OpenTK.Graphics.ES20.All.PackReverseRowOrderAngle; + var _ProgramBinaryAngle = OpenTK.Graphics.ES20.All.ProgramBinaryAngle; + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.ES20.All.CompressedRgbaAstc12X12Khr; + var _CompressedRgbaAstc3X3x3Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc3X3x3Oes; + var _CompressedRgbaAstc4X3x3Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc4X3x3Oes; + var _CompressedRgbaAstc4X4x3Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc4X4x3Oes; + var _CompressedRgbaAstc4X4x4Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc4X4x4Oes; + var _CompressedRgbaAstc5X4x4Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc5X4x4Oes; + var _CompressedRgbaAstc5X5x4Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc5X5x4Oes; + var _CompressedRgbaAstc5X5x5Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc5X5x5Oes; + var _CompressedRgbaAstc6X5x5Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc6X5x5Oes; + var _CompressedRgbaAstc6X6x5Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc6X6x5Oes; + var _CompressedRgbaAstc6X6x6Oes = OpenTK.Graphics.ES20.All.CompressedRgbaAstc6X6x6Oes; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc12X12Khr; + var _CompressedSrgb8Alpha8Astc3X3x3Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc3X3x3Oes; + var _CompressedSrgb8Alpha8Astc4X3x3Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc4X3x3Oes; + var _CompressedSrgb8Alpha8Astc4X4x3Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc4X4x3Oes; + var _CompressedSrgb8Alpha8Astc4X4x4Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc4X4x4Oes; + var _CompressedSrgb8Alpha8Astc5X4x4Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc5X4x4Oes; + var _CompressedSrgb8Alpha8Astc5X5x4Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc5X5x4Oes; + var _CompressedSrgb8Alpha8Astc5X5x5Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc5X5x5Oes; + var _CompressedSrgb8Alpha8Astc6X5x5Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc6X5x5Oes; + var _CompressedSrgb8Alpha8Astc6X6x5Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc6X6x5Oes; + var _CompressedSrgb8Alpha8Astc6X6x6Oes = OpenTK.Graphics.ES20.All.CompressedSrgb8Alpha8Astc6X6x6Oes; + var _CompressedSrgbAlphaPvrtc2Bppv2Img = OpenTK.Graphics.ES20.All.CompressedSrgbAlphaPvrtc2Bppv2Img; + var _CompressedSrgbAlphaPvrtc4Bppv2Img = OpenTK.Graphics.ES20.All.CompressedSrgbAlphaPvrtc4Bppv2Img; + var _PerfqueryCounterEventIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterEventIntel; + var _PerfqueryCounterDurationNormIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterDurationNormIntel; + var _PerfqueryCounterDurationRawIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterDurationRawIntel; + var _PerfqueryCounterThroughputIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterThroughputIntel; + var _PerfqueryCounterRawIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterRawIntel; + var _PerfqueryCounterTimestampIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterTimestampIntel; + var _PerfqueryCounterDataUint32Intel = OpenTK.Graphics.ES20.All.PerfqueryCounterDataUint32Intel; + var _PerfqueryCounterDataUint64Intel = OpenTK.Graphics.ES20.All.PerfqueryCounterDataUint64Intel; + var _PerfqueryCounterDataFloatIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterDataFloatIntel; + var _PerfqueryCounterDataDoubleIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterDataDoubleIntel; + var _PerfqueryCounterDataBool32Intel = OpenTK.Graphics.ES20.All.PerfqueryCounterDataBool32Intel; + var _PerfqueryQueryNameLengthMaxIntel = OpenTK.Graphics.ES20.All.PerfqueryQueryNameLengthMaxIntel; + var _PerfqueryCounterNameLengthMaxIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterNameLengthMaxIntel; + var _PerfqueryCounterDescLengthMaxIntel = OpenTK.Graphics.ES20.All.PerfqueryCounterDescLengthMaxIntel; + var _PerfqueryGpaExtendedCountersIntel = OpenTK.Graphics.ES20.All.PerfqueryGpaExtendedCountersIntel; + var _AllAttribBits = OpenTK.Graphics.ES20.All.AllAttribBits; + var _AllBarrierBits = OpenTK.Graphics.ES20.All.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.ES20.All.AllBarrierBitsExt; + var _AllShaderBits = OpenTK.Graphics.ES20.All.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.ES20.All.AllShaderBitsExt; + var _ClientAllAttribBits = OpenTK.Graphics.ES20.All.ClientAllAttribBits; + var _QueryAllEventBitsAmd = OpenTK.Graphics.ES20.All.QueryAllEventBitsAmd; + var _TimeoutIgnoredApple = OpenTK.Graphics.ES20.All.TimeoutIgnoredApple; + var _LayoutLinearIntel = OpenTK.Graphics.ES20.All.LayoutLinearIntel; + var _One = OpenTK.Graphics.ES20.All.One; + var _True = OpenTK.Graphics.ES20.All.True; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.ES20.All.LayoutLinearCpuCachedIntel; +} +static void Test_AlphaFunction_19929() { + var _Never = OpenTK.Graphics.ES20.AlphaFunction.Never; + var _Less = OpenTK.Graphics.ES20.AlphaFunction.Less; + var _Equal = OpenTK.Graphics.ES20.AlphaFunction.Equal; + var _Lequal = OpenTK.Graphics.ES20.AlphaFunction.Lequal; + var _Greater = OpenTK.Graphics.ES20.AlphaFunction.Greater; + var _Notequal = OpenTK.Graphics.ES20.AlphaFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES20.AlphaFunction.Gequal; + var _Always = OpenTK.Graphics.ES20.AlphaFunction.Always; +} +static void Test_AmdCompressed3DcTexture_19930() { + var _Gl3DcXAmd = OpenTK.Graphics.ES20.AmdCompressed3DcTexture.Gl3DcXAmd; + var _Gl3DcXyAmd = OpenTK.Graphics.ES20.AmdCompressed3DcTexture.Gl3DcXyAmd; +} +static void Test_AmdCompressedAtcTexture_19931() { + var _AtcRgbaInterpolatedAlphaAmd = OpenTK.Graphics.ES20.AmdCompressedAtcTexture.AtcRgbaInterpolatedAlphaAmd; + var _AtcRgbAmd = OpenTK.Graphics.ES20.AmdCompressedAtcTexture.AtcRgbAmd; + var _AtcRgbaExplicitAlphaAmd = OpenTK.Graphics.ES20.AmdCompressedAtcTexture.AtcRgbaExplicitAlphaAmd; +} +static void Test_AmdPerformanceMonitor_19932() { + var _CounterTypeAmd = OpenTK.Graphics.ES20.AmdPerformanceMonitor.CounterTypeAmd; + var _CounterRangeAmd = OpenTK.Graphics.ES20.AmdPerformanceMonitor.CounterRangeAmd; + var _UnsignedInt64Amd = OpenTK.Graphics.ES20.AmdPerformanceMonitor.UnsignedInt64Amd; + var _PercentageAmd = OpenTK.Graphics.ES20.AmdPerformanceMonitor.PercentageAmd; + var _PerfmonResultAvailableAmd = OpenTK.Graphics.ES20.AmdPerformanceMonitor.PerfmonResultAvailableAmd; + var _PerfmonResultSizeAmd = OpenTK.Graphics.ES20.AmdPerformanceMonitor.PerfmonResultSizeAmd; + var _PerfmonResultAmd = OpenTK.Graphics.ES20.AmdPerformanceMonitor.PerfmonResultAmd; +} +static void Test_AmdProgramBinaryZ400_19933() { + var _Z400BinaryAmd = OpenTK.Graphics.ES20.AmdProgramBinaryZ400.Z400BinaryAmd; +} +static void Test_AngleDepthTexture_19934() { + var _UnsignedShort = OpenTK.Graphics.ES20.AngleDepthTexture.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.ES20.AngleDepthTexture.UnsignedInt; + var _DepthComponent = OpenTK.Graphics.ES20.AngleDepthTexture.DepthComponent; + var _DepthComponent16 = OpenTK.Graphics.ES20.AngleDepthTexture.DepthComponent16; + var _DepthComponent32Oes = OpenTK.Graphics.ES20.AngleDepthTexture.DepthComponent32Oes; + var _DepthStencilOes = OpenTK.Graphics.ES20.AngleDepthTexture.DepthStencilOes; + var _UnsignedInt248Oes = OpenTK.Graphics.ES20.AngleDepthTexture.UnsignedInt248Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES20.AngleDepthTexture.Depth24Stencil8Oes; +} +static void Test_AngleFramebufferBlit_19935() { + var _DrawFramebufferBindingAngle = OpenTK.Graphics.ES20.AngleFramebufferBlit.DrawFramebufferBindingAngle; + var _ReadFramebufferAngle = OpenTK.Graphics.ES20.AngleFramebufferBlit.ReadFramebufferAngle; + var _DrawFramebufferAngle = OpenTK.Graphics.ES20.AngleFramebufferBlit.DrawFramebufferAngle; + var _ReadFramebufferBindingAngle = OpenTK.Graphics.ES20.AngleFramebufferBlit.ReadFramebufferBindingAngle; +} +static void Test_AngleFramebufferMultisample_19936() { + var _RenderbufferSamplesAngle = OpenTK.Graphics.ES20.AngleFramebufferMultisample.RenderbufferSamplesAngle; + var _FramebufferIncompleteMultisampleAngle = OpenTK.Graphics.ES20.AngleFramebufferMultisample.FramebufferIncompleteMultisampleAngle; + var _MaxSamplesAngle = OpenTK.Graphics.ES20.AngleFramebufferMultisample.MaxSamplesAngle; +} +static void Test_AngleInstancedArrays_19937() { + var _VertexAttribArrayDivisorAngle = OpenTK.Graphics.ES20.AngleInstancedArrays.VertexAttribArrayDivisorAngle; +} +static void Test_AnglePackReverseRowOrder_19938() { + var _PackReverseRowOrderAngle = OpenTK.Graphics.ES20.AnglePackReverseRowOrder.PackReverseRowOrderAngle; +} +static void Test_AngleProgramBinary_19939() { + var _ProgramBinaryAngle = OpenTK.Graphics.ES20.AngleProgramBinary.ProgramBinaryAngle; +} +static void Test_AngleTextureCompressionDxt3_19940() { + var _CompressedRgbaS3tcDxt3Angle = OpenTK.Graphics.ES20.AngleTextureCompressionDxt3.CompressedRgbaS3tcDxt3Angle; +} +static void Test_AngleTextureCompressionDxt5_19941() { + var _CompressedRgbaS3tcDxt5Angle = OpenTK.Graphics.ES20.AngleTextureCompressionDxt5.CompressedRgbaS3tcDxt5Angle; +} +static void Test_AngleTextureUsage_19942() { + var _TextureUsageAngle = OpenTK.Graphics.ES20.AngleTextureUsage.TextureUsageAngle; + var _FramebufferAttachmentAngle = OpenTK.Graphics.ES20.AngleTextureUsage.FramebufferAttachmentAngle; +} +static void Test_AngleTranslatedShaderSource_19943() { + var _TranslatedShaderSourceLengthAngle = OpenTK.Graphics.ES20.AngleTranslatedShaderSource.TranslatedShaderSourceLengthAngle; +} +static void Test_AppleCopyTextureLevels_19944() { +} +static void Test_AppleFramebufferMultisample_19945() { + var _DrawFramebufferBindingApple = OpenTK.Graphics.ES20.AppleFramebufferMultisample.DrawFramebufferBindingApple; + var _ReadFramebufferApple = OpenTK.Graphics.ES20.AppleFramebufferMultisample.ReadFramebufferApple; + var _DrawFramebufferApple = OpenTK.Graphics.ES20.AppleFramebufferMultisample.DrawFramebufferApple; + var _ReadFramebufferBindingApple = OpenTK.Graphics.ES20.AppleFramebufferMultisample.ReadFramebufferBindingApple; + var _RenderbufferSamplesApple = OpenTK.Graphics.ES20.AppleFramebufferMultisample.RenderbufferSamplesApple; + var _FramebufferIncompleteMultisampleApple = OpenTK.Graphics.ES20.AppleFramebufferMultisample.FramebufferIncompleteMultisampleApple; + var _MaxSamplesApple = OpenTK.Graphics.ES20.AppleFramebufferMultisample.MaxSamplesApple; +} +static void Test_AppleRgb422_19946() { + var _UnsignedShort88Apple = OpenTK.Graphics.ES20.AppleRgb422.UnsignedShort88Apple; + var _UnsignedShort88RevApple = OpenTK.Graphics.ES20.AppleRgb422.UnsignedShort88RevApple; + var _Rgb422Apple = OpenTK.Graphics.ES20.AppleRgb422.Rgb422Apple; + var _RgbRaw422Apple = OpenTK.Graphics.ES20.AppleRgb422.RgbRaw422Apple; +} +static void Test_AppleSync_19947() { + var _SyncFlushCommandsBitApple = OpenTK.Graphics.ES20.AppleSync.SyncFlushCommandsBitApple; + var _SyncObjectApple = OpenTK.Graphics.ES20.AppleSync.SyncObjectApple; + var _MaxServerWaitTimeoutApple = OpenTK.Graphics.ES20.AppleSync.MaxServerWaitTimeoutApple; + var _ObjectTypeApple = OpenTK.Graphics.ES20.AppleSync.ObjectTypeApple; + var _SyncConditionApple = OpenTK.Graphics.ES20.AppleSync.SyncConditionApple; + var _SyncStatusApple = OpenTK.Graphics.ES20.AppleSync.SyncStatusApple; + var _SyncFlagsApple = OpenTK.Graphics.ES20.AppleSync.SyncFlagsApple; + var _SyncFenceApple = OpenTK.Graphics.ES20.AppleSync.SyncFenceApple; + var _SyncGpuCommandsCompleteApple = OpenTK.Graphics.ES20.AppleSync.SyncGpuCommandsCompleteApple; + var _UnsignaledApple = OpenTK.Graphics.ES20.AppleSync.UnsignaledApple; + var _SignaledApple = OpenTK.Graphics.ES20.AppleSync.SignaledApple; + var _AlreadySignaledApple = OpenTK.Graphics.ES20.AppleSync.AlreadySignaledApple; + var _TimeoutExpiredApple = OpenTK.Graphics.ES20.AppleSync.TimeoutExpiredApple; + var _ConditionSatisfiedApple = OpenTK.Graphics.ES20.AppleSync.ConditionSatisfiedApple; + var _WaitFailedApple = OpenTK.Graphics.ES20.AppleSync.WaitFailedApple; + var _TimeoutIgnoredApple = OpenTK.Graphics.ES20.AppleSync.TimeoutIgnoredApple; +} +static void Test_AppleTextureFormatBgra8888_19948() { + var _BgraExt = OpenTK.Graphics.ES20.AppleTextureFormatBgra8888.BgraExt; + var _Bgra8Ext = OpenTK.Graphics.ES20.AppleTextureFormatBgra8888.Bgra8Ext; +} +static void Test_AppleTextureMaxLevel_19949() { + var _TextureMaxLevelApple = OpenTK.Graphics.ES20.AppleTextureMaxLevel.TextureMaxLevelApple; +} +static void Test_ArmMaliProgramBinary_19950() { + var _MaliProgramBinaryArm = OpenTK.Graphics.ES20.ArmMaliProgramBinary.MaliProgramBinaryArm; +} +static void Test_ArmMaliShaderBinary_19951() { + var _MaliShaderBinaryArm = OpenTK.Graphics.ES20.ArmMaliShaderBinary.MaliShaderBinaryArm; +} +static void Test_ArmRgba8_19952() { +} +static void Test_ArmShaderFramebufferFetch_19953() { + var _FetchPerSampleArm = OpenTK.Graphics.ES20.ArmShaderFramebufferFetch.FetchPerSampleArm; + var _FragmentShaderFramebufferFetchMrtArm = OpenTK.Graphics.ES20.ArmShaderFramebufferFetch.FragmentShaderFramebufferFetchMrtArm; +} +static void Test_ArmShaderFramebufferFetchDepthStencil_19954() { +} +static void Test_AttribMask_19955() { + var _CurrentBit = OpenTK.Graphics.ES20.AttribMask.CurrentBit; + var _PointBit = OpenTK.Graphics.ES20.AttribMask.PointBit; + var _LineBit = OpenTK.Graphics.ES20.AttribMask.LineBit; + var _PolygonBit = OpenTK.Graphics.ES20.AttribMask.PolygonBit; + var _PolygonStippleBit = OpenTK.Graphics.ES20.AttribMask.PolygonStippleBit; + var _PixelModeBit = OpenTK.Graphics.ES20.AttribMask.PixelModeBit; + var _LightingBit = OpenTK.Graphics.ES20.AttribMask.LightingBit; + var _FogBit = OpenTK.Graphics.ES20.AttribMask.FogBit; + var _DepthBufferBit = OpenTK.Graphics.ES20.AttribMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.ES20.AttribMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES20.AttribMask.StencilBufferBit; + var _ViewportBit = OpenTK.Graphics.ES20.AttribMask.ViewportBit; + var _TransformBit = OpenTK.Graphics.ES20.AttribMask.TransformBit; + var _EnableBit = OpenTK.Graphics.ES20.AttribMask.EnableBit; + var _ColorBufferBit = OpenTK.Graphics.ES20.AttribMask.ColorBufferBit; + var _HintBit = OpenTK.Graphics.ES20.AttribMask.HintBit; + var _EvalBit = OpenTK.Graphics.ES20.AttribMask.EvalBit; + var _ListBit = OpenTK.Graphics.ES20.AttribMask.ListBit; + var _TextureBit = OpenTK.Graphics.ES20.AttribMask.TextureBit; + var _ScissorBit = OpenTK.Graphics.ES20.AttribMask.ScissorBit; + var _MultisampleBit = OpenTK.Graphics.ES20.AttribMask.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.ES20.AttribMask.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.ES20.AttribMask.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.ES20.AttribMask.MultisampleBitExt; + var _AllAttribBits = OpenTK.Graphics.ES20.AttribMask.AllAttribBits; +} +static void Test_BeginMode_19956() { + var _Points = OpenTK.Graphics.ES20.BeginMode.Points; + var _Lines = OpenTK.Graphics.ES20.BeginMode.Lines; + var _LineLoop = OpenTK.Graphics.ES20.BeginMode.LineLoop; + var _LineStrip = OpenTK.Graphics.ES20.BeginMode.LineStrip; + var _Triangles = OpenTK.Graphics.ES20.BeginMode.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES20.BeginMode.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES20.BeginMode.TriangleFan; +} +static void Test_BlendEquationMode_19957() { + var _FuncAdd = OpenTK.Graphics.ES20.BlendEquationMode.FuncAdd; + var _FuncSubtract = OpenTK.Graphics.ES20.BlendEquationMode.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.ES20.BlendEquationMode.FuncReverseSubtract; +} +static void Test_BlendEquationModeExt_19958() { + var _LogicOp = OpenTK.Graphics.ES20.BlendEquationModeExt.LogicOp; + var _FuncAddExt = OpenTK.Graphics.ES20.BlendEquationModeExt.FuncAddExt; + var _MinExt = OpenTK.Graphics.ES20.BlendEquationModeExt.MinExt; + var _MaxExt = OpenTK.Graphics.ES20.BlendEquationModeExt.MaxExt; + var _FuncSubtractExt = OpenTK.Graphics.ES20.BlendEquationModeExt.FuncSubtractExt; + var _FuncReverseSubtractExt = OpenTK.Graphics.ES20.BlendEquationModeExt.FuncReverseSubtractExt; + var _AlphaMinSgix = OpenTK.Graphics.ES20.BlendEquationModeExt.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.ES20.BlendEquationModeExt.AlphaMaxSgix; +} +static void Test_BlendingFactorDest_19959() { + var _Zero = OpenTK.Graphics.ES20.BlendingFactorDest.Zero; + var _SrcColor = OpenTK.Graphics.ES20.BlendingFactorDest.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES20.BlendingFactorDest.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES20.BlendingFactorDest.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES20.BlendingFactorDest.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES20.BlendingFactorDest.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES20.BlendingFactorDest.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES20.BlendingFactorDest.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES20.BlendingFactorDest.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES20.BlendingFactorDest.SrcAlphaSaturate; + var _ConstantColorExt = OpenTK.Graphics.ES20.BlendingFactorDest.ConstantColorExt; + var _ConstantColor = OpenTK.Graphics.ES20.BlendingFactorDest.ConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES20.BlendingFactorDest.OneMinusConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.ES20.BlendingFactorDest.OneMinusConstantColor; + var _ConstantAlphaExt = OpenTK.Graphics.ES20.BlendingFactorDest.ConstantAlphaExt; + var _ConstantAlpha = OpenTK.Graphics.ES20.BlendingFactorDest.ConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES20.BlendingFactorDest.OneMinusConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES20.BlendingFactorDest.OneMinusConstantAlpha; + var _One = OpenTK.Graphics.ES20.BlendingFactorDest.One; +} +static void Test_BlendingFactorSrc_19960() { + var _Zero = OpenTK.Graphics.ES20.BlendingFactorSrc.Zero; + var _SrcColor = OpenTK.Graphics.ES20.BlendingFactorSrc.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES20.BlendingFactorSrc.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES20.BlendingFactorSrc.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES20.BlendingFactorSrc.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES20.BlendingFactorSrc.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES20.BlendingFactorSrc.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES20.BlendingFactorSrc.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES20.BlendingFactorSrc.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES20.BlendingFactorSrc.SrcAlphaSaturate; + var _ConstantColorExt = OpenTK.Graphics.ES20.BlendingFactorSrc.ConstantColorExt; + var _ConstantColor = OpenTK.Graphics.ES20.BlendingFactorSrc.ConstantColor; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES20.BlendingFactorSrc.OneMinusConstantColorExt; + var _OneMinusConstantColor = OpenTK.Graphics.ES20.BlendingFactorSrc.OneMinusConstantColor; + var _ConstantAlphaExt = OpenTK.Graphics.ES20.BlendingFactorSrc.ConstantAlphaExt; + var _ConstantAlpha = OpenTK.Graphics.ES20.BlendingFactorSrc.ConstantAlpha; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES20.BlendingFactorSrc.OneMinusConstantAlphaExt; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES20.BlendingFactorSrc.OneMinusConstantAlpha; + var _One = OpenTK.Graphics.ES20.BlendingFactorSrc.One; +} +static void Test_BlitFramebufferFilter_19961() { + var _Nearest = OpenTK.Graphics.ES20.BlitFramebufferFilter.Nearest; + var _Linear = OpenTK.Graphics.ES20.BlitFramebufferFilter.Linear; +} +static void Test_Boolean_19962() { + var _False = OpenTK.Graphics.ES20.Boolean.False; + var _True = OpenTK.Graphics.ES20.Boolean.True; +} +static void Test_BufferParameterName_19963() { + var _BufferSize = OpenTK.Graphics.ES20.BufferParameterName.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES20.BufferParameterName.BufferUsage; +} +static void Test_BufferPointer_19964() { + var _BufferMapPointerOes = OpenTK.Graphics.ES20.BufferPointer.BufferMapPointerOes; +} +static void Test_BufferTarget_19965() { + var _ArrayBuffer = OpenTK.Graphics.ES20.BufferTarget.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES20.BufferTarget.ElementArrayBuffer; +} +static void Test_BufferUsage_19966() { + var _StreamDraw = OpenTK.Graphics.ES20.BufferUsage.StreamDraw; + var _StaticDraw = OpenTK.Graphics.ES20.BufferUsage.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES20.BufferUsage.DynamicDraw; +} +static void Test_BufferUsageHint_19967() { + var _StreamDraw = OpenTK.Graphics.ES20.BufferUsageHint.StreamDraw; + var _StaticDraw = OpenTK.Graphics.ES20.BufferUsageHint.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES20.BufferUsageHint.DynamicDraw; +} +static void Test_ClearBufferMask_19968() { + var _DepthBufferBit = OpenTK.Graphics.ES20.ClearBufferMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.ES20.ClearBufferMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES20.ClearBufferMask.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.ES20.ClearBufferMask.ColorBufferBit; + var _CoverageBufferBitNv = OpenTK.Graphics.ES20.ClearBufferMask.CoverageBufferBitNv; +} +static void Test_ClientAttribMask_19969() { + var _ClientPixelStoreBit = OpenTK.Graphics.ES20.ClientAttribMask.ClientPixelStoreBit; + var _ClientVertexArrayBit = OpenTK.Graphics.ES20.ClientAttribMask.ClientVertexArrayBit; + var _ClientAllAttribBits = OpenTK.Graphics.ES20.ClientAttribMask.ClientAllAttribBits; +} +static void Test_ClientWaitSyncFlags_19970() { + var _None = OpenTK.Graphics.ES20.ClientWaitSyncFlags.None; + var _SyncFlushCommandsBitApple = OpenTK.Graphics.ES20.ClientWaitSyncFlags.SyncFlushCommandsBitApple; +} +static void Test_ClipPlaneName_19971() { + var _ClipDistance0 = OpenTK.Graphics.ES20.ClipPlaneName.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.ES20.ClipPlaneName.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.ES20.ClipPlaneName.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.ES20.ClipPlaneName.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.ES20.ClipPlaneName.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.ES20.ClipPlaneName.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.ES20.ClipPlaneName.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.ES20.ClipPlaneName.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.ES20.ClipPlaneName.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.ES20.ClipPlaneName.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.ES20.ClipPlaneName.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.ES20.ClipPlaneName.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.ES20.ClipPlaneName.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.ES20.ClipPlaneName.ClipDistance7; +} +static void Test_ColorMaterialFace_19972() { + var _Front = OpenTK.Graphics.ES20.ColorMaterialFace.Front; + var _Back = OpenTK.Graphics.ES20.ColorMaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.ES20.ColorMaterialFace.FrontAndBack; +} +static void Test_ColorMaterialParameter_19973() { + var _Ambient = OpenTK.Graphics.ES20.ColorMaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES20.ColorMaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES20.ColorMaterialParameter.Specular; + var _Emission = OpenTK.Graphics.ES20.ColorMaterialParameter.Emission; + var _AmbientAndDiffuse = OpenTK.Graphics.ES20.ColorMaterialParameter.AmbientAndDiffuse; +} +static void Test_ColorPointerType_19974() { + var _Byte = OpenTK.Graphics.ES20.ColorPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES20.ColorPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.ES20.ColorPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.ES20.ColorPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.ES20.ColorPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.ES20.ColorPointerType.UnsignedInt; + var _Float = OpenTK.Graphics.ES20.ColorPointerType.Float; + var _Double = OpenTK.Graphics.ES20.ColorPointerType.Double; +} +static void Test_ColorTableParameterPNameSgi_19975() { + var _ColorTableScale = OpenTK.Graphics.ES20.ColorTableParameterPNameSgi.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.ES20.ColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.ES20.ColorTableParameterPNameSgi.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.ES20.ColorTableParameterPNameSgi.ColorTableBiasSgi; +} +static void Test_ColorTableTargetSgi_19976() { + var _TextureColorTableSgi = OpenTK.Graphics.ES20.ColorTableTargetSgi.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.ES20.ColorTableTargetSgi.ProxyTextureColorTableSgi; + var _ColorTable = OpenTK.Graphics.ES20.ColorTableTargetSgi.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.ES20.ColorTableTargetSgi.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.ES20.ColorTableTargetSgi.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES20.ColorTableTargetSgi.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.ES20.ColorTableTargetSgi.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES20.ColorTableTargetSgi.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.ES20.ColorTableTargetSgi.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.ES20.ColorTableTargetSgi.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.ES20.ColorTableTargetSgi.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.ES20.ColorTableTargetSgi.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.ES20.ColorTableTargetSgi.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.ES20.ColorTableTargetSgi.ProxyPostColorMatrixColorTableSgi; +} +static void Test_CompressedInternalFormat_19977() { + var _Etc1Rgb8Oes = OpenTK.Graphics.ES20.CompressedInternalFormat.Etc1Rgb8Oes; +} +static void Test_ContextFlagMask_19978() { + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.ES20.ContextFlagMask.ContextFlagForwardCompatibleBit; + var _ContextFlagDebugBit = OpenTK.Graphics.ES20.ContextFlagMask.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.ES20.ContextFlagMask.ContextFlagDebugBitKhr; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.ES20.ContextFlagMask.ContextFlagRobustAccessBitArb; +} +static void Test_ContextProfileMask_19979() { + var _ContextCoreProfileBit = OpenTK.Graphics.ES20.ContextProfileMask.ContextCoreProfileBit; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.ES20.ContextProfileMask.ContextCompatibilityProfileBit; +} +static void Test_ConvolutionBorderModeExt_19980() { + var _Reduce = OpenTK.Graphics.ES20.ConvolutionBorderModeExt.Reduce; + var _ReduceExt = OpenTK.Graphics.ES20.ConvolutionBorderModeExt.ReduceExt; +} +static void Test_ConvolutionParameterExt_19981() { + var _ConvolutionBorderMode = OpenTK.Graphics.ES20.ConvolutionParameterExt.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES20.ConvolutionParameterExt.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.ES20.ConvolutionParameterExt.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES20.ConvolutionParameterExt.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.ES20.ConvolutionParameterExt.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES20.ConvolutionParameterExt.ConvolutionFilterBiasExt; +} +static void Test_ConvolutionTargetExt_19982() { + var _Convolution1D = OpenTK.Graphics.ES20.ConvolutionTargetExt.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.ES20.ConvolutionTargetExt.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.ES20.ConvolutionTargetExt.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.ES20.ConvolutionTargetExt.Convolution2DExt; +} +static void Test_CullFaceMode_19983() { + var _Front = OpenTK.Graphics.ES20.CullFaceMode.Front; + var _Back = OpenTK.Graphics.ES20.CullFaceMode.Back; + var _FrontAndBack = OpenTK.Graphics.ES20.CullFaceMode.FrontAndBack; +} +static void Test_DataType_19984() { +} +static void Test_DebugSeverity_19985() { + var _DebugSeverityNotification = OpenTK.Graphics.ES20.DebugSeverity.DebugSeverityNotification; + var _DebugSeverityHigh = OpenTK.Graphics.ES20.DebugSeverity.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.ES20.DebugSeverity.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.ES20.DebugSeverity.DebugSeverityLow; +} +static void Test_DebugSeverityControl_19986() { + var _DontCare = OpenTK.Graphics.ES20.DebugSeverityControl.DontCare; + var _DebugSeverityNotification = OpenTK.Graphics.ES20.DebugSeverityControl.DebugSeverityNotification; + var _DebugSeverityHigh = OpenTK.Graphics.ES20.DebugSeverityControl.DebugSeverityHigh; + var _DebugSeverityMedium = OpenTK.Graphics.ES20.DebugSeverityControl.DebugSeverityMedium; + var _DebugSeverityLow = OpenTK.Graphics.ES20.DebugSeverityControl.DebugSeverityLow; +} +static void Test_DebugSource_19987() { + var _DebugSourceApi = OpenTK.Graphics.ES20.DebugSource.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.ES20.DebugSource.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.ES20.DebugSource.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.ES20.DebugSource.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.ES20.DebugSource.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.ES20.DebugSource.DebugSourceOther; +} +static void Test_DebugSourceControl_19988() { + var _DontCare = OpenTK.Graphics.ES20.DebugSourceControl.DontCare; + var _DebugSourceApi = OpenTK.Graphics.ES20.DebugSourceControl.DebugSourceApi; + var _DebugSourceWindowSystem = OpenTK.Graphics.ES20.DebugSourceControl.DebugSourceWindowSystem; + var _DebugSourceShaderCompiler = OpenTK.Graphics.ES20.DebugSourceControl.DebugSourceShaderCompiler; + var _DebugSourceThirdParty = OpenTK.Graphics.ES20.DebugSourceControl.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.ES20.DebugSourceControl.DebugSourceApplication; + var _DebugSourceOther = OpenTK.Graphics.ES20.DebugSourceControl.DebugSourceOther; +} +static void Test_DebugSourceExternal_19989() { + var _DebugSourceThirdParty = OpenTK.Graphics.ES20.DebugSourceExternal.DebugSourceThirdParty; + var _DebugSourceApplication = OpenTK.Graphics.ES20.DebugSourceExternal.DebugSourceApplication; +} +static void Test_DebugType_19990() { + var _DebugTypeError = OpenTK.Graphics.ES20.DebugType.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.ES20.DebugType.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.ES20.DebugType.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.ES20.DebugType.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.ES20.DebugType.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.ES20.DebugType.DebugTypeOther; + var _DebugTypeMarker = OpenTK.Graphics.ES20.DebugType.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.ES20.DebugType.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.ES20.DebugType.DebugTypePopGroup; +} +static void Test_DebugTypeControl_19991() { + var _DontCare = OpenTK.Graphics.ES20.DebugTypeControl.DontCare; + var _DebugTypeError = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypeError; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypeDeprecatedBehavior; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypeUndefinedBehavior; + var _DebugTypePortability = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypePortability; + var _DebugTypePerformance = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypePerformance; + var _DebugTypeOther = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypeOther; + var _DebugTypeMarker = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypeMarker; + var _DebugTypePushGroup = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypePushGroup; + var _DebugTypePopGroup = OpenTK.Graphics.ES20.DebugTypeControl.DebugTypePopGroup; +} +static void Test_DepthFunction_19992() { + var _Never = OpenTK.Graphics.ES20.DepthFunction.Never; + var _Less = OpenTK.Graphics.ES20.DepthFunction.Less; + var _Equal = OpenTK.Graphics.ES20.DepthFunction.Equal; + var _Lequal = OpenTK.Graphics.ES20.DepthFunction.Lequal; + var _Greater = OpenTK.Graphics.ES20.DepthFunction.Greater; + var _Notequal = OpenTK.Graphics.ES20.DepthFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES20.DepthFunction.Gequal; + var _Always = OpenTK.Graphics.ES20.DepthFunction.Always; +} +static void Test_DmpShaderBinary_19993() { + var _ShaderBinaryDmp = OpenTK.Graphics.ES20.DmpShaderBinary.ShaderBinaryDmp; +} +static void Test_DrawBufferMode_19994() { + var _None = OpenTK.Graphics.ES20.DrawBufferMode.None; + var _NoneOes = OpenTK.Graphics.ES20.DrawBufferMode.NoneOes; + var _FrontLeft = OpenTK.Graphics.ES20.DrawBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.ES20.DrawBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.ES20.DrawBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.ES20.DrawBufferMode.BackRight; + var _Front = OpenTK.Graphics.ES20.DrawBufferMode.Front; + var _Back = OpenTK.Graphics.ES20.DrawBufferMode.Back; + var _Left = OpenTK.Graphics.ES20.DrawBufferMode.Left; + var _Right = OpenTK.Graphics.ES20.DrawBufferMode.Right; + var _FrontAndBack = OpenTK.Graphics.ES20.DrawBufferMode.FrontAndBack; + var _Aux0 = OpenTK.Graphics.ES20.DrawBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.ES20.DrawBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.ES20.DrawBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.ES20.DrawBufferMode.Aux3; +} +static void Test_DrawElementsType_19995() { + var _UnsignedByte = OpenTK.Graphics.ES20.DrawElementsType.UnsignedByte; + var _UnsignedShort = OpenTK.Graphics.ES20.DrawElementsType.UnsignedShort; +} +static void Test_EnableCap_19996() { + var _PointSmooth = OpenTK.Graphics.ES20.EnableCap.PointSmooth; + var _LineSmooth = OpenTK.Graphics.ES20.EnableCap.LineSmooth; + var _LineStipple = OpenTK.Graphics.ES20.EnableCap.LineStipple; + var _PolygonSmooth = OpenTK.Graphics.ES20.EnableCap.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES20.EnableCap.PolygonStipple; + var _CullFace = OpenTK.Graphics.ES20.EnableCap.CullFace; + var _Lighting = OpenTK.Graphics.ES20.EnableCap.Lighting; + var _ColorMaterial = OpenTK.Graphics.ES20.EnableCap.ColorMaterial; + var _Fog = OpenTK.Graphics.ES20.EnableCap.Fog; + var _DepthTest = OpenTK.Graphics.ES20.EnableCap.DepthTest; + var _StencilTest = OpenTK.Graphics.ES20.EnableCap.StencilTest; + var _Normalize = OpenTK.Graphics.ES20.EnableCap.Normalize; + var _AlphaTest = OpenTK.Graphics.ES20.EnableCap.AlphaTest; + var _Dither = OpenTK.Graphics.ES20.EnableCap.Dither; + var _Blend = OpenTK.Graphics.ES20.EnableCap.Blend; + var _IndexLogicOp = OpenTK.Graphics.ES20.EnableCap.IndexLogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES20.EnableCap.ColorLogicOp; + var _ScissorTest = OpenTK.Graphics.ES20.EnableCap.ScissorTest; + var _TextureGenS = OpenTK.Graphics.ES20.EnableCap.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES20.EnableCap.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES20.EnableCap.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES20.EnableCap.TextureGenQ; + var _AutoNormal = OpenTK.Graphics.ES20.EnableCap.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES20.EnableCap.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES20.EnableCap.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES20.EnableCap.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES20.EnableCap.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES20.EnableCap.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES20.EnableCap.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES20.EnableCap.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES20.EnableCap.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES20.EnableCap.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES20.EnableCap.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES20.EnableCap.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES20.EnableCap.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES20.EnableCap.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES20.EnableCap.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES20.EnableCap.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES20.EnableCap.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES20.EnableCap.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES20.EnableCap.Map2Vertex4; + var _Texture1D = OpenTK.Graphics.ES20.EnableCap.Texture1D; + var _Texture2D = OpenTK.Graphics.ES20.EnableCap.Texture2D; + var _PolygonOffsetPoint = OpenTK.Graphics.ES20.EnableCap.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES20.EnableCap.PolygonOffsetLine; + var _ClipPlane0 = OpenTK.Graphics.ES20.EnableCap.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.ES20.EnableCap.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.ES20.EnableCap.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.ES20.EnableCap.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.ES20.EnableCap.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.ES20.EnableCap.ClipPlane5; + var _Light0 = OpenTK.Graphics.ES20.EnableCap.Light0; + var _Light1 = OpenTK.Graphics.ES20.EnableCap.Light1; + var _Light2 = OpenTK.Graphics.ES20.EnableCap.Light2; + var _Light3 = OpenTK.Graphics.ES20.EnableCap.Light3; + var _Light4 = OpenTK.Graphics.ES20.EnableCap.Light4; + var _Light5 = OpenTK.Graphics.ES20.EnableCap.Light5; + var _Light6 = OpenTK.Graphics.ES20.EnableCap.Light6; + var _Light7 = OpenTK.Graphics.ES20.EnableCap.Light7; + var _Convolution1DExt = OpenTK.Graphics.ES20.EnableCap.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.ES20.EnableCap.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.ES20.EnableCap.Separable2DExt; + var _HistogramExt = OpenTK.Graphics.ES20.EnableCap.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.ES20.EnableCap.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.ES20.EnableCap.PolygonOffsetFill; + var _RescaleNormalExt = OpenTK.Graphics.ES20.EnableCap.RescaleNormalExt; + var _Texture3DExt = OpenTK.Graphics.ES20.EnableCap.Texture3DExt; + var _VertexArray = OpenTK.Graphics.ES20.EnableCap.VertexArray; + var _NormalArray = OpenTK.Graphics.ES20.EnableCap.NormalArray; + var _ColorArray = OpenTK.Graphics.ES20.EnableCap.ColorArray; + var _IndexArray = OpenTK.Graphics.ES20.EnableCap.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES20.EnableCap.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES20.EnableCap.EdgeFlagArray; + var _InterlaceSgix = OpenTK.Graphics.ES20.EnableCap.InterlaceSgix; + var _MultisampleSgis = OpenTK.Graphics.ES20.EnableCap.MultisampleSgis; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES20.EnableCap.SampleAlphaToMaskSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES20.EnableCap.SampleAlphaToCoverage; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES20.EnableCap.SampleAlphaToOneSgis; + var _SampleMaskSgis = OpenTK.Graphics.ES20.EnableCap.SampleMaskSgis; + var _SampleCoverage = OpenTK.Graphics.ES20.EnableCap.SampleCoverage; + var _TextureColorTableSgi = OpenTK.Graphics.ES20.EnableCap.TextureColorTableSgi; + var _ColorTableSgi = OpenTK.Graphics.ES20.EnableCap.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES20.EnableCap.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES20.EnableCap.PostColorMatrixColorTableSgi; + var _Texture4DSgis = OpenTK.Graphics.ES20.EnableCap.Texture4DSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES20.EnableCap.PixelTexGenSgix; + var _SpriteSgix = OpenTK.Graphics.ES20.EnableCap.SpriteSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES20.EnableCap.ReferencePlaneSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES20.EnableCap.IrInstrument1Sgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES20.EnableCap.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.ES20.EnableCap.FramezoomSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES20.EnableCap.FogOffsetSgix; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES20.EnableCap.SharedTexturePaletteExt; + var _AsyncHistogramSgix = OpenTK.Graphics.ES20.EnableCap.AsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES20.EnableCap.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.ES20.EnableCap.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES20.EnableCap.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES20.EnableCap.AsyncReadPixelsSgix; + var _FragmentLightingSgix = OpenTK.Graphics.ES20.EnableCap.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES20.EnableCap.FragmentColorMaterialSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES20.EnableCap.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES20.EnableCap.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES20.EnableCap.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES20.EnableCap.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES20.EnableCap.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES20.EnableCap.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES20.EnableCap.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES20.EnableCap.FragmentLight7Sgix; +} +static void Test_ErrorCode_19997() { + var _NoError = OpenTK.Graphics.ES20.ErrorCode.NoError; + var _InvalidEnum = OpenTK.Graphics.ES20.ErrorCode.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES20.ErrorCode.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES20.ErrorCode.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES20.ErrorCode.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.ES20.ErrorCode.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.ES20.ErrorCode.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.ES20.ErrorCode.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.ES20.ErrorCode.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.ES20.ErrorCode.InvalidFramebufferOperationOes; + var _TableTooLarge = OpenTK.Graphics.ES20.ErrorCode.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.ES20.ErrorCode.TableTooLargeExt; + var _TextureTooLargeExt = OpenTK.Graphics.ES20.ErrorCode.TextureTooLargeExt; +} +static void Test_EsVersion20_19998() { + var _False = OpenTK.Graphics.ES20.EsVersion20.False; + var _NoError = OpenTK.Graphics.ES20.EsVersion20.NoError; + var _None = OpenTK.Graphics.ES20.EsVersion20.None; + var _Zero = OpenTK.Graphics.ES20.EsVersion20.Zero; + var _Points = OpenTK.Graphics.ES20.EsVersion20.Points; + var _DepthBufferBit = OpenTK.Graphics.ES20.EsVersion20.DepthBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES20.EsVersion20.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.ES20.EsVersion20.ColorBufferBit; + var _Lines = OpenTK.Graphics.ES20.EsVersion20.Lines; + var _LineLoop = OpenTK.Graphics.ES20.EsVersion20.LineLoop; + var _LineStrip = OpenTK.Graphics.ES20.EsVersion20.LineStrip; + var _Triangles = OpenTK.Graphics.ES20.EsVersion20.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES20.EsVersion20.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES20.EsVersion20.TriangleFan; + var _Never = OpenTK.Graphics.ES20.EsVersion20.Never; + var _Less = OpenTK.Graphics.ES20.EsVersion20.Less; + var _Equal = OpenTK.Graphics.ES20.EsVersion20.Equal; + var _Lequal = OpenTK.Graphics.ES20.EsVersion20.Lequal; + var _Greater = OpenTK.Graphics.ES20.EsVersion20.Greater; + var _Notequal = OpenTK.Graphics.ES20.EsVersion20.Notequal; + var _Gequal = OpenTK.Graphics.ES20.EsVersion20.Gequal; + var _Always = OpenTK.Graphics.ES20.EsVersion20.Always; + var _SrcColor = OpenTK.Graphics.ES20.EsVersion20.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES20.EsVersion20.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES20.EsVersion20.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES20.EsVersion20.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES20.EsVersion20.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES20.EsVersion20.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES20.EsVersion20.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES20.EsVersion20.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES20.EsVersion20.SrcAlphaSaturate; + var _Front = OpenTK.Graphics.ES20.EsVersion20.Front; + var _Back = OpenTK.Graphics.ES20.EsVersion20.Back; + var _FrontAndBack = OpenTK.Graphics.ES20.EsVersion20.FrontAndBack; + var _InvalidEnum = OpenTK.Graphics.ES20.EsVersion20.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES20.EsVersion20.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES20.EsVersion20.InvalidOperation; + var _OutOfMemory = OpenTK.Graphics.ES20.EsVersion20.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.ES20.EsVersion20.InvalidFramebufferOperation; + var _Cw = OpenTK.Graphics.ES20.EsVersion20.Cw; + var _Ccw = OpenTK.Graphics.ES20.EsVersion20.Ccw; + var _LineWidth = OpenTK.Graphics.ES20.EsVersion20.LineWidth; + var _CullFace = OpenTK.Graphics.ES20.EsVersion20.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES20.EsVersion20.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES20.EsVersion20.FrontFace; + var _DepthRange = OpenTK.Graphics.ES20.EsVersion20.DepthRange; + var _DepthTest = OpenTK.Graphics.ES20.EsVersion20.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES20.EsVersion20.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES20.EsVersion20.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES20.EsVersion20.DepthFunc; + var _StencilTest = OpenTK.Graphics.ES20.EsVersion20.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES20.EsVersion20.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES20.EsVersion20.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES20.EsVersion20.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES20.EsVersion20.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES20.EsVersion20.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES20.EsVersion20.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES20.EsVersion20.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES20.EsVersion20.StencilWritemask; + var _Viewport = OpenTK.Graphics.ES20.EsVersion20.Viewport; + var _Dither = OpenTK.Graphics.ES20.EsVersion20.Dither; + var _Blend = OpenTK.Graphics.ES20.EsVersion20.Blend; + var _ScissorBox = OpenTK.Graphics.ES20.EsVersion20.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES20.EsVersion20.ScissorTest; + var _ColorClearValue = OpenTK.Graphics.ES20.EsVersion20.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES20.EsVersion20.ColorWritemask; + var _UnpackAlignment = OpenTK.Graphics.ES20.EsVersion20.UnpackAlignment; + var _PackAlignment = OpenTK.Graphics.ES20.EsVersion20.PackAlignment; + var _MaxTextureSize = OpenTK.Graphics.ES20.EsVersion20.MaxTextureSize; + var _MaxViewportDims = OpenTK.Graphics.ES20.EsVersion20.MaxViewportDims; + var _SubpixelBits = OpenTK.Graphics.ES20.EsVersion20.SubpixelBits; + var _RedBits = OpenTK.Graphics.ES20.EsVersion20.RedBits; + var _GreenBits = OpenTK.Graphics.ES20.EsVersion20.GreenBits; + var _BlueBits = OpenTK.Graphics.ES20.EsVersion20.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES20.EsVersion20.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES20.EsVersion20.DepthBits; + var _StencilBits = OpenTK.Graphics.ES20.EsVersion20.StencilBits; + var _Texture2D = OpenTK.Graphics.ES20.EsVersion20.Texture2D; + var _DontCare = OpenTK.Graphics.ES20.EsVersion20.DontCare; + var _Fastest = OpenTK.Graphics.ES20.EsVersion20.Fastest; + var _Nicest = OpenTK.Graphics.ES20.EsVersion20.Nicest; + var _Byte = OpenTK.Graphics.ES20.EsVersion20.Byte; + var _UnsignedByte = OpenTK.Graphics.ES20.EsVersion20.UnsignedByte; + var _Short = OpenTK.Graphics.ES20.EsVersion20.Short; + var _UnsignedShort = OpenTK.Graphics.ES20.EsVersion20.UnsignedShort; + var _Int = OpenTK.Graphics.ES20.EsVersion20.Int; + var _UnsignedInt = OpenTK.Graphics.ES20.EsVersion20.UnsignedInt; + var _Float = OpenTK.Graphics.ES20.EsVersion20.Float; + var _Fixed = OpenTK.Graphics.ES20.EsVersion20.Fixed; + var _Invert = OpenTK.Graphics.ES20.EsVersion20.Invert; + var _Texture = OpenTK.Graphics.ES20.EsVersion20.Texture; + var _DepthComponent = OpenTK.Graphics.ES20.EsVersion20.DepthComponent; + var _Alpha = OpenTK.Graphics.ES20.EsVersion20.Alpha; + var _Rgb = OpenTK.Graphics.ES20.EsVersion20.Rgb; + var _Rgba = OpenTK.Graphics.ES20.EsVersion20.Rgba; + var _Luminance = OpenTK.Graphics.ES20.EsVersion20.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES20.EsVersion20.LuminanceAlpha; + var _Keep = OpenTK.Graphics.ES20.EsVersion20.Keep; + var _Replace = OpenTK.Graphics.ES20.EsVersion20.Replace; + var _Incr = OpenTK.Graphics.ES20.EsVersion20.Incr; + var _Decr = OpenTK.Graphics.ES20.EsVersion20.Decr; + var _Vendor = OpenTK.Graphics.ES20.EsVersion20.Vendor; + var _Renderer = OpenTK.Graphics.ES20.EsVersion20.Renderer; + var _Version = OpenTK.Graphics.ES20.EsVersion20.Version; + var _Extensions = OpenTK.Graphics.ES20.EsVersion20.Extensions; + var _Nearest = OpenTK.Graphics.ES20.EsVersion20.Nearest; + var _Linear = OpenTK.Graphics.ES20.EsVersion20.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES20.EsVersion20.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES20.EsVersion20.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES20.EsVersion20.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES20.EsVersion20.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.ES20.EsVersion20.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES20.EsVersion20.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES20.EsVersion20.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES20.EsVersion20.TextureWrapT; + var _Repeat = OpenTK.Graphics.ES20.EsVersion20.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.ES20.EsVersion20.PolygonOffsetUnits; + var _ConstantColor = OpenTK.Graphics.ES20.EsVersion20.ConstantColor; + var _OneMinusConstantColor = OpenTK.Graphics.ES20.EsVersion20.OneMinusConstantColor; + var _ConstantAlpha = OpenTK.Graphics.ES20.EsVersion20.ConstantAlpha; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES20.EsVersion20.OneMinusConstantAlpha; + var _BlendColor = OpenTK.Graphics.ES20.EsVersion20.BlendColor; + var _FuncAdd = OpenTK.Graphics.ES20.EsVersion20.FuncAdd; + var _BlendEquation = OpenTK.Graphics.ES20.EsVersion20.BlendEquation; + var _BlendEquationRgb = OpenTK.Graphics.ES20.EsVersion20.BlendEquationRgb; + var _FuncSubtract = OpenTK.Graphics.ES20.EsVersion20.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.ES20.EsVersion20.FuncReverseSubtract; + var _UnsignedShort4444 = OpenTK.Graphics.ES20.EsVersion20.UnsignedShort4444; + var _UnsignedShort5551 = OpenTK.Graphics.ES20.EsVersion20.UnsignedShort5551; + var _PolygonOffsetFill = OpenTK.Graphics.ES20.EsVersion20.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES20.EsVersion20.PolygonOffsetFactor; + var _Rgba4 = OpenTK.Graphics.ES20.EsVersion20.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES20.EsVersion20.Rgb5A1; + var _TextureBinding2D = OpenTK.Graphics.ES20.EsVersion20.TextureBinding2D; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES20.EsVersion20.SampleAlphaToCoverage; + var _SampleCoverage = OpenTK.Graphics.ES20.EsVersion20.SampleCoverage; + var _SampleBuffers = OpenTK.Graphics.ES20.EsVersion20.SampleBuffers; + var _Samples = OpenTK.Graphics.ES20.EsVersion20.Samples; + var _SampleCoverageValue = OpenTK.Graphics.ES20.EsVersion20.SampleCoverageValue; + var _SampleCoverageInvert = OpenTK.Graphics.ES20.EsVersion20.SampleCoverageInvert; + var _BlendDstRgb = OpenTK.Graphics.ES20.EsVersion20.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.ES20.EsVersion20.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.ES20.EsVersion20.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.ES20.EsVersion20.BlendSrcAlpha; + var _ClampToEdge = OpenTK.Graphics.ES20.EsVersion20.ClampToEdge; + var _GenerateMipmapHint = OpenTK.Graphics.ES20.EsVersion20.GenerateMipmapHint; + var _DepthComponent16 = OpenTK.Graphics.ES20.EsVersion20.DepthComponent16; + var _UnsignedShort565 = OpenTK.Graphics.ES20.EsVersion20.UnsignedShort565; + var _MirroredRepeat = OpenTK.Graphics.ES20.EsVersion20.MirroredRepeat; + var _AliasedPointSizeRange = OpenTK.Graphics.ES20.EsVersion20.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES20.EsVersion20.AliasedLineWidthRange; + var _Texture0 = OpenTK.Graphics.ES20.EsVersion20.Texture0; + var _Texture1 = OpenTK.Graphics.ES20.EsVersion20.Texture1; + var _Texture2 = OpenTK.Graphics.ES20.EsVersion20.Texture2; + var _Texture3 = OpenTK.Graphics.ES20.EsVersion20.Texture3; + var _Texture4 = OpenTK.Graphics.ES20.EsVersion20.Texture4; + var _Texture5 = OpenTK.Graphics.ES20.EsVersion20.Texture5; + var _Texture6 = OpenTK.Graphics.ES20.EsVersion20.Texture6; + var _Texture7 = OpenTK.Graphics.ES20.EsVersion20.Texture7; + var _Texture8 = OpenTK.Graphics.ES20.EsVersion20.Texture8; + var _Texture9 = OpenTK.Graphics.ES20.EsVersion20.Texture9; + var _Texture10 = OpenTK.Graphics.ES20.EsVersion20.Texture10; + var _Texture11 = OpenTK.Graphics.ES20.EsVersion20.Texture11; + var _Texture12 = OpenTK.Graphics.ES20.EsVersion20.Texture12; + var _Texture13 = OpenTK.Graphics.ES20.EsVersion20.Texture13; + var _Texture14 = OpenTK.Graphics.ES20.EsVersion20.Texture14; + var _Texture15 = OpenTK.Graphics.ES20.EsVersion20.Texture15; + var _Texture16 = OpenTK.Graphics.ES20.EsVersion20.Texture16; + var _Texture17 = OpenTK.Graphics.ES20.EsVersion20.Texture17; + var _Texture18 = OpenTK.Graphics.ES20.EsVersion20.Texture18; + var _Texture19 = OpenTK.Graphics.ES20.EsVersion20.Texture19; + var _Texture20 = OpenTK.Graphics.ES20.EsVersion20.Texture20; + var _Texture21 = OpenTK.Graphics.ES20.EsVersion20.Texture21; + var _Texture22 = OpenTK.Graphics.ES20.EsVersion20.Texture22; + var _Texture23 = OpenTK.Graphics.ES20.EsVersion20.Texture23; + var _Texture24 = OpenTK.Graphics.ES20.EsVersion20.Texture24; + var _Texture25 = OpenTK.Graphics.ES20.EsVersion20.Texture25; + var _Texture26 = OpenTK.Graphics.ES20.EsVersion20.Texture26; + var _Texture27 = OpenTK.Graphics.ES20.EsVersion20.Texture27; + var _Texture28 = OpenTK.Graphics.ES20.EsVersion20.Texture28; + var _Texture29 = OpenTK.Graphics.ES20.EsVersion20.Texture29; + var _Texture30 = OpenTK.Graphics.ES20.EsVersion20.Texture30; + var _Texture31 = OpenTK.Graphics.ES20.EsVersion20.Texture31; + var _ActiveTexture = OpenTK.Graphics.ES20.EsVersion20.ActiveTexture; + var _MaxRenderbufferSize = OpenTK.Graphics.ES20.EsVersion20.MaxRenderbufferSize; + var _IncrWrap = OpenTK.Graphics.ES20.EsVersion20.IncrWrap; + var _DecrWrap = OpenTK.Graphics.ES20.EsVersion20.DecrWrap; + var _TextureCubeMap = OpenTK.Graphics.ES20.EsVersion20.TextureCubeMap; + var _TextureBindingCubeMap = OpenTK.Graphics.ES20.EsVersion20.TextureBindingCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.ES20.EsVersion20.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.ES20.EsVersion20.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.ES20.EsVersion20.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.ES20.EsVersion20.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.ES20.EsVersion20.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.ES20.EsVersion20.TextureCubeMapNegativeZ; + var _MaxCubeMapTextureSize = OpenTK.Graphics.ES20.EsVersion20.MaxCubeMapTextureSize; + var _VertexAttribArrayEnabled = OpenTK.Graphics.ES20.EsVersion20.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.ES20.EsVersion20.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.ES20.EsVersion20.VertexAttribArrayStride; + var _VertexAttribArrayType = OpenTK.Graphics.ES20.EsVersion20.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.ES20.EsVersion20.CurrentVertexAttrib; + var _VertexAttribArrayPointer = OpenTK.Graphics.ES20.EsVersion20.VertexAttribArrayPointer; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES20.EsVersion20.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES20.EsVersion20.CompressedTextureFormats; + var _BufferSize = OpenTK.Graphics.ES20.EsVersion20.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES20.EsVersion20.BufferUsage; + var _StencilBackFunc = OpenTK.Graphics.ES20.EsVersion20.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.ES20.EsVersion20.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.ES20.EsVersion20.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.ES20.EsVersion20.StencilBackPassDepthPass; + var _BlendEquationAlpha = OpenTK.Graphics.ES20.EsVersion20.BlendEquationAlpha; + var _MaxVertexAttribs = OpenTK.Graphics.ES20.EsVersion20.MaxVertexAttribs; + var _VertexAttribArrayNormalized = OpenTK.Graphics.ES20.EsVersion20.VertexAttribArrayNormalized; + var _MaxTextureImageUnits = OpenTK.Graphics.ES20.EsVersion20.MaxTextureImageUnits; + var _ArrayBuffer = OpenTK.Graphics.ES20.EsVersion20.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES20.EsVersion20.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.ES20.EsVersion20.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES20.EsVersion20.ElementArrayBufferBinding; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.ES20.EsVersion20.VertexAttribArrayBufferBinding; + var _StreamDraw = OpenTK.Graphics.ES20.EsVersion20.StreamDraw; + var _StaticDraw = OpenTK.Graphics.ES20.EsVersion20.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES20.EsVersion20.DynamicDraw; + var _FragmentShader = OpenTK.Graphics.ES20.EsVersion20.FragmentShader; + var _VertexShader = OpenTK.Graphics.ES20.EsVersion20.VertexShader; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.ES20.EsVersion20.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.ES20.EsVersion20.MaxCombinedTextureImageUnits; + var _ShaderType = OpenTK.Graphics.ES20.EsVersion20.ShaderType; + var _FloatVec2 = OpenTK.Graphics.ES20.EsVersion20.FloatVec2; + var _FloatVec3 = OpenTK.Graphics.ES20.EsVersion20.FloatVec3; + var _FloatVec4 = OpenTK.Graphics.ES20.EsVersion20.FloatVec4; + var _IntVec2 = OpenTK.Graphics.ES20.EsVersion20.IntVec2; + var _IntVec3 = OpenTK.Graphics.ES20.EsVersion20.IntVec3; + var _IntVec4 = OpenTK.Graphics.ES20.EsVersion20.IntVec4; + var _Bool = OpenTK.Graphics.ES20.EsVersion20.Bool; + var _BoolVec2 = OpenTK.Graphics.ES20.EsVersion20.BoolVec2; + var _BoolVec3 = OpenTK.Graphics.ES20.EsVersion20.BoolVec3; + var _BoolVec4 = OpenTK.Graphics.ES20.EsVersion20.BoolVec4; + var _FloatMat2 = OpenTK.Graphics.ES20.EsVersion20.FloatMat2; + var _FloatMat3 = OpenTK.Graphics.ES20.EsVersion20.FloatMat3; + var _FloatMat4 = OpenTK.Graphics.ES20.EsVersion20.FloatMat4; + var _Sampler2D = OpenTK.Graphics.ES20.EsVersion20.Sampler2D; + var _SamplerCube = OpenTK.Graphics.ES20.EsVersion20.SamplerCube; + var _DeleteStatus = OpenTK.Graphics.ES20.EsVersion20.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.ES20.EsVersion20.CompileStatus; + var _LinkStatus = OpenTK.Graphics.ES20.EsVersion20.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES20.EsVersion20.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES20.EsVersion20.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES20.EsVersion20.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES20.EsVersion20.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES20.EsVersion20.ActiveUniformMaxLength; + var _ShaderSourceLength = OpenTK.Graphics.ES20.EsVersion20.ShaderSourceLength; + var _ActiveAttributes = OpenTK.Graphics.ES20.EsVersion20.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES20.EsVersion20.ActiveAttributeMaxLength; + var _ShadingLanguageVersion = OpenTK.Graphics.ES20.EsVersion20.ShadingLanguageVersion; + var _CurrentProgram = OpenTK.Graphics.ES20.EsVersion20.CurrentProgram; + var _ImplementationColorReadType = OpenTK.Graphics.ES20.EsVersion20.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.ES20.EsVersion20.ImplementationColorReadFormat; + var _StencilBackRef = OpenTK.Graphics.ES20.EsVersion20.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.ES20.EsVersion20.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.ES20.EsVersion20.StencilBackWritemask; + var _FramebufferBinding = OpenTK.Graphics.ES20.EsVersion20.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.ES20.EsVersion20.RenderbufferBinding; + var _FramebufferAttachmentObjectType = OpenTK.Graphics.ES20.EsVersion20.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.ES20.EsVersion20.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.ES20.EsVersion20.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.ES20.EsVersion20.FramebufferAttachmentTextureCubeMapFace; + var _FramebufferComplete = OpenTK.Graphics.ES20.EsVersion20.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.ES20.EsVersion20.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.ES20.EsVersion20.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDimensions = OpenTK.Graphics.ES20.EsVersion20.FramebufferIncompleteDimensions; + var _FramebufferUnsupported = OpenTK.Graphics.ES20.EsVersion20.FramebufferUnsupported; + var _ColorAttachment0 = OpenTK.Graphics.ES20.EsVersion20.ColorAttachment0; + var _DepthAttachment = OpenTK.Graphics.ES20.EsVersion20.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.ES20.EsVersion20.StencilAttachment; + var _Framebuffer = OpenTK.Graphics.ES20.EsVersion20.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.ES20.EsVersion20.Renderbuffer; + var _RenderbufferWidth = OpenTK.Graphics.ES20.EsVersion20.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.ES20.EsVersion20.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.ES20.EsVersion20.RenderbufferInternalFormat; + var _StencilIndex8 = OpenTK.Graphics.ES20.EsVersion20.StencilIndex8; + var _RenderbufferRedSize = OpenTK.Graphics.ES20.EsVersion20.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.ES20.EsVersion20.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.ES20.EsVersion20.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.ES20.EsVersion20.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.ES20.EsVersion20.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.ES20.EsVersion20.RenderbufferStencilSize; + var _Rgb565 = OpenTK.Graphics.ES20.EsVersion20.Rgb565; + var _LowFloat = OpenTK.Graphics.ES20.EsVersion20.LowFloat; + var _MediumFloat = OpenTK.Graphics.ES20.EsVersion20.MediumFloat; + var _HighFloat = OpenTK.Graphics.ES20.EsVersion20.HighFloat; + var _LowInt = OpenTK.Graphics.ES20.EsVersion20.LowInt; + var _MediumInt = OpenTK.Graphics.ES20.EsVersion20.MediumInt; + var _HighInt = OpenTK.Graphics.ES20.EsVersion20.HighInt; + var _ShaderBinaryFormats = OpenTK.Graphics.ES20.EsVersion20.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.ES20.EsVersion20.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.ES20.EsVersion20.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.ES20.EsVersion20.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.ES20.EsVersion20.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.ES20.EsVersion20.MaxFragmentUniformVectors; + var _One = OpenTK.Graphics.ES20.EsVersion20.One; + var _True = OpenTK.Graphics.ES20.EsVersion20.True; +} +static void Test_ExtBlendMinmax_19999() { + var _FuncAddExt = OpenTK.Graphics.ES20.ExtBlendMinmax.FuncAddExt; + var _MinExt = OpenTK.Graphics.ES20.ExtBlendMinmax.MinExt; + var _MaxExt = OpenTK.Graphics.ES20.ExtBlendMinmax.MaxExt; + var _BlendEquationExt = OpenTK.Graphics.ES20.ExtBlendMinmax.BlendEquationExt; +} +static void Test_ExtColorBufferHalfFloat_20000() { + var _FramebufferAttachmentComponentTypeExt = OpenTK.Graphics.ES20.ExtColorBufferHalfFloat.FramebufferAttachmentComponentTypeExt; + var _R16fExt = OpenTK.Graphics.ES20.ExtColorBufferHalfFloat.R16fExt; + var _Rg16fExt = OpenTK.Graphics.ES20.ExtColorBufferHalfFloat.Rg16fExt; + var _Rgba16fExt = OpenTK.Graphics.ES20.ExtColorBufferHalfFloat.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES20.ExtColorBufferHalfFloat.Rgb16fExt; + var _UnsignedNormalizedExt = OpenTK.Graphics.ES20.ExtColorBufferHalfFloat.UnsignedNormalizedExt; +} +static void Test_ExtCopyImage_20001() { +} +static void Test_ExtDebugLabel_20002() { + var _Sampler = OpenTK.Graphics.ES20.ExtDebugLabel.Sampler; + var _ProgramPipelineObjectExt = OpenTK.Graphics.ES20.ExtDebugLabel.ProgramPipelineObjectExt; + var _ProgramObjectExt = OpenTK.Graphics.ES20.ExtDebugLabel.ProgramObjectExt; + var _ShaderObjectExt = OpenTK.Graphics.ES20.ExtDebugLabel.ShaderObjectExt; + var _TransformFeedback = OpenTK.Graphics.ES20.ExtDebugLabel.TransformFeedback; + var _BufferObjectExt = OpenTK.Graphics.ES20.ExtDebugLabel.BufferObjectExt; + var _QueryObjectExt = OpenTK.Graphics.ES20.ExtDebugLabel.QueryObjectExt; + var _VertexArrayObjectExt = OpenTK.Graphics.ES20.ExtDebugLabel.VertexArrayObjectExt; +} +static void Test_ExtDebugMarker_20003() { +} +static void Test_ExtDiscardFramebuffer_20004() { + var _ColorExt = OpenTK.Graphics.ES20.ExtDiscardFramebuffer.ColorExt; + var _DepthExt = OpenTK.Graphics.ES20.ExtDiscardFramebuffer.DepthExt; + var _StencilExt = OpenTK.Graphics.ES20.ExtDiscardFramebuffer.StencilExt; +} +static void Test_ExtDisjointTimerQuery_20005() { + var _QueryCounterBitsExt = OpenTK.Graphics.ES20.ExtDisjointTimerQuery.QueryCounterBitsExt; + var _CurrentQueryExt = OpenTK.Graphics.ES20.ExtDisjointTimerQuery.CurrentQueryExt; + var _QueryResultExt = OpenTK.Graphics.ES20.ExtDisjointTimerQuery.QueryResultExt; + var _QueryResultAvailableExt = OpenTK.Graphics.ES20.ExtDisjointTimerQuery.QueryResultAvailableExt; + var _TimeElapsedExt = OpenTK.Graphics.ES20.ExtDisjointTimerQuery.TimeElapsedExt; + var _TimestampExt = OpenTK.Graphics.ES20.ExtDisjointTimerQuery.TimestampExt; + var _GpuDisjointExt = OpenTK.Graphics.ES20.ExtDisjointTimerQuery.GpuDisjointExt; +} +static void Test_ExtDrawBuffers_20006() { + var _MaxDrawBuffersExt = OpenTK.Graphics.ES20.ExtDrawBuffers.MaxDrawBuffersExt; + var _DrawBuffer0Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer0Ext; + var _DrawBuffer1Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer1Ext; + var _DrawBuffer2Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer2Ext; + var _DrawBuffer3Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer3Ext; + var _DrawBuffer4Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer4Ext; + var _DrawBuffer5Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer5Ext; + var _DrawBuffer6Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer6Ext; + var _DrawBuffer7Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer7Ext; + var _DrawBuffer8Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer8Ext; + var _DrawBuffer9Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer9Ext; + var _DrawBuffer10Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer10Ext; + var _DrawBuffer11Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer11Ext; + var _DrawBuffer12Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer12Ext; + var _DrawBuffer13Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer13Ext; + var _DrawBuffer14Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer14Ext; + var _DrawBuffer15Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.DrawBuffer15Ext; + var _MaxColorAttachmentsExt = OpenTK.Graphics.ES20.ExtDrawBuffers.MaxColorAttachmentsExt; + var _ColorAttachment0Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment0Ext; + var _ColorAttachment1Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment1Ext; + var _ColorAttachment2Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment2Ext; + var _ColorAttachment3Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment3Ext; + var _ColorAttachment4Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment4Ext; + var _ColorAttachment5Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment5Ext; + var _ColorAttachment6Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment6Ext; + var _ColorAttachment7Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment7Ext; + var _ColorAttachment8Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment8Ext; + var _ColorAttachment9Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment9Ext; + var _ColorAttachment10Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment10Ext; + var _ColorAttachment11Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment11Ext; + var _ColorAttachment12Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment12Ext; + var _ColorAttachment13Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment13Ext; + var _ColorAttachment14Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment14Ext; + var _ColorAttachment15Ext = OpenTK.Graphics.ES20.ExtDrawBuffers.ColorAttachment15Ext; +} +static void Test_ExtDrawBuffersIndexed_20007() { + var _Zero = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.Zero; + var _SrcColor = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.SrcAlphaSaturate; + var _Blend = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.Blend; + var _ColorWritemask = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.ColorWritemask; + var _ConstantColor = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.ConstantColor; + var _OneMinusConstantColor = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.OneMinusConstantColor; + var _ConstantAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.ConstantAlpha; + var _OneMinusConstantAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.OneMinusConstantAlpha; + var _FuncAdd = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.FuncAdd; + var _Min = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.Min; + var _Max = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.Max; + var _BlendEquationRgb = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.BlendEquationRgb; + var _FuncSubtract = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.FuncSubtract; + var _FuncReverseSubtract = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.FuncReverseSubtract; + var _BlendDstRgb = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.BlendSrcAlpha; + var _BlendEquationAlpha = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.BlendEquationAlpha; + var _One = OpenTK.Graphics.ES20.ExtDrawBuffersIndexed.One; +} +static void Test_ExtDrawInstanced_20008() { +} +static void Test_ExtGeometryShader_20009() { + var _GeometryShaderBitExt = OpenTK.Graphics.ES20.ExtGeometryShader.GeometryShaderBitExt; + var _LinesAdjacencyExt = OpenTK.Graphics.ES20.ExtGeometryShader.LinesAdjacencyExt; + var _LineStripAdjacencyExt = OpenTK.Graphics.ES20.ExtGeometryShader.LineStripAdjacencyExt; + var _TrianglesAdjacencyExt = OpenTK.Graphics.ES20.ExtGeometryShader.TrianglesAdjacencyExt; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.ES20.ExtGeometryShader.TriangleStripAdjacencyExt; + var _LayerProvokingVertexExt = OpenTK.Graphics.ES20.ExtGeometryShader.LayerProvokingVertexExt; + var _UndefinedVertexExt = OpenTK.Graphics.ES20.ExtGeometryShader.UndefinedVertexExt; + var _GeometryShaderInvocationsExt = OpenTK.Graphics.ES20.ExtGeometryShader.GeometryShaderInvocationsExt; + var _GeometryLinkedVerticesOutExt = OpenTK.Graphics.ES20.ExtGeometryShader.GeometryLinkedVerticesOutExt; + var _GeometryLinkedInputTypeExt = OpenTK.Graphics.ES20.ExtGeometryShader.GeometryLinkedInputTypeExt; + var _GeometryLinkedOutputTypeExt = OpenTK.Graphics.ES20.ExtGeometryShader.GeometryLinkedOutputTypeExt; + var _MaxGeometryUniformBlocksExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryUniformBlocksExt; + var _MaxCombinedGeometryUniformComponentsExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxCombinedGeometryUniformComponentsExt; + var _MaxGeometryTextureImageUnitsExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryTextureImageUnitsExt; + var _PrimitivesGeneratedExt = OpenTK.Graphics.ES20.ExtGeometryShader.PrimitivesGeneratedExt; + var _FramebufferAttachmentLayeredExt = OpenTK.Graphics.ES20.ExtGeometryShader.FramebufferAttachmentLayeredExt; + var _FramebufferIncompleteLayerTargetsExt = OpenTK.Graphics.ES20.ExtGeometryShader.FramebufferIncompleteLayerTargetsExt; + var _GeometryShaderExt = OpenTK.Graphics.ES20.ExtGeometryShader.GeometryShaderExt; + var _MaxGeometryUniformComponentsExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryUniformComponentsExt; + var _MaxGeometryOutputVerticesExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryOutputVerticesExt; + var _MaxGeometryTotalOutputComponentsExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryTotalOutputComponentsExt; + var _FirstVertexConventionExt = OpenTK.Graphics.ES20.ExtGeometryShader.FirstVertexConventionExt; + var _LastVertexConventionExt = OpenTK.Graphics.ES20.ExtGeometryShader.LastVertexConventionExt; + var _MaxGeometryShaderInvocationsExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryShaderInvocationsExt; + var _MaxGeometryImageUniformsExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryImageUniformsExt; + var _MaxGeometryShaderStorageBlocksExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryShaderStorageBlocksExt; + var _MaxGeometryInputComponentsExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryInputComponentsExt; + var _MaxGeometryOutputComponentsExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryOutputComponentsExt; + var _MaxGeometryAtomicCounterBuffersExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryAtomicCounterBuffersExt; + var _MaxGeometryAtomicCountersExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxGeometryAtomicCountersExt; + var _ReferencedByGeometryShaderExt = OpenTK.Graphics.ES20.ExtGeometryShader.ReferencedByGeometryShaderExt; + var _FramebufferDefaultLayersExt = OpenTK.Graphics.ES20.ExtGeometryShader.FramebufferDefaultLayersExt; + var _MaxFramebufferLayersExt = OpenTK.Graphics.ES20.ExtGeometryShader.MaxFramebufferLayersExt; +} +static void Test_ExtGpuShader5_20010() { +} +static void Test_ExtInstancedArrays_20011() { + var _VertexAttribArrayDivisorExt = OpenTK.Graphics.ES20.ExtInstancedArrays.VertexAttribArrayDivisorExt; +} +static void Test_ExtMapBufferRange_20012() { + var _MapReadBitExt = OpenTK.Graphics.ES20.ExtMapBufferRange.MapReadBitExt; + var _MapWriteBitExt = OpenTK.Graphics.ES20.ExtMapBufferRange.MapWriteBitExt; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES20.ExtMapBufferRange.MapInvalidateRangeBitExt; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES20.ExtMapBufferRange.MapInvalidateBufferBitExt; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES20.ExtMapBufferRange.MapFlushExplicitBitExt; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES20.ExtMapBufferRange.MapUnsynchronizedBitExt; +} +static void Test_ExtMultiDrawArrays_20013() { +} +static void Test_ExtMultisampledRenderToTexture_20014() { + var _RenderbufferSamplesExt = OpenTK.Graphics.ES20.ExtMultisampledRenderToTexture.RenderbufferSamplesExt; + var _FramebufferIncompleteMultisampleExt = OpenTK.Graphics.ES20.ExtMultisampledRenderToTexture.FramebufferIncompleteMultisampleExt; + var _MaxSamplesExt = OpenTK.Graphics.ES20.ExtMultisampledRenderToTexture.MaxSamplesExt; + var _FramebufferAttachmentTextureSamplesExt = OpenTK.Graphics.ES20.ExtMultisampledRenderToTexture.FramebufferAttachmentTextureSamplesExt; +} +static void Test_ExtMultiviewDrawBuffers_20015() { + var _DrawBufferExt = OpenTK.Graphics.ES20.ExtMultiviewDrawBuffers.DrawBufferExt; + var _ReadBufferExt = OpenTK.Graphics.ES20.ExtMultiviewDrawBuffers.ReadBufferExt; + var _ColorAttachmentExt = OpenTK.Graphics.ES20.ExtMultiviewDrawBuffers.ColorAttachmentExt; + var _MultiviewExt = OpenTK.Graphics.ES20.ExtMultiviewDrawBuffers.MultiviewExt; + var _MaxMultiviewBuffersExt = OpenTK.Graphics.ES20.ExtMultiviewDrawBuffers.MaxMultiviewBuffersExt; +} +static void Test_ExtOcclusionQueryBoolean_20016() { + var _CurrentQueryExt = OpenTK.Graphics.ES20.ExtOcclusionQueryBoolean.CurrentQueryExt; + var _QueryResultExt = OpenTK.Graphics.ES20.ExtOcclusionQueryBoolean.QueryResultExt; + var _QueryResultAvailableExt = OpenTK.Graphics.ES20.ExtOcclusionQueryBoolean.QueryResultAvailableExt; + var _AnySamplesPassedExt = OpenTK.Graphics.ES20.ExtOcclusionQueryBoolean.AnySamplesPassedExt; + var _AnySamplesPassedConservativeExt = OpenTK.Graphics.ES20.ExtOcclusionQueryBoolean.AnySamplesPassedConservativeExt; +} +static void Test_ExtPvrtcSrgb_20017() { + var _CompressedSrgbPvrtc2Bppv1Ext = OpenTK.Graphics.ES20.ExtPvrtcSrgb.CompressedSrgbPvrtc2Bppv1Ext; + var _CompressedSrgbPvrtc4Bppv1Ext = OpenTK.Graphics.ES20.ExtPvrtcSrgb.CompressedSrgbPvrtc4Bppv1Ext; + var _CompressedSrgbAlphaPvrtc2Bppv1Ext = OpenTK.Graphics.ES20.ExtPvrtcSrgb.CompressedSrgbAlphaPvrtc2Bppv1Ext; + var _CompressedSrgbAlphaPvrtc4Bppv1Ext = OpenTK.Graphics.ES20.ExtPvrtcSrgb.CompressedSrgbAlphaPvrtc4Bppv1Ext; + var _CompressedSrgbAlphaPvrtc2Bppv2Img = OpenTK.Graphics.ES20.ExtPvrtcSrgb.CompressedSrgbAlphaPvrtc2Bppv2Img; + var _CompressedSrgbAlphaPvrtc4Bppv2Img = OpenTK.Graphics.ES20.ExtPvrtcSrgb.CompressedSrgbAlphaPvrtc4Bppv2Img; +} +static void Test_ExtReadFormatBgra_20018() { + var _BgraExt = OpenTK.Graphics.ES20.ExtReadFormatBgra.BgraExt; + var _UnsignedShort4444RevExt = OpenTK.Graphics.ES20.ExtReadFormatBgra.UnsignedShort4444RevExt; + var _UnsignedShort1555RevExt = OpenTK.Graphics.ES20.ExtReadFormatBgra.UnsignedShort1555RevExt; +} +static void Test_ExtRobustness_20019() { + var _NoError = OpenTK.Graphics.ES20.ExtRobustness.NoError; + var _LoseContextOnResetExt = OpenTK.Graphics.ES20.ExtRobustness.LoseContextOnResetExt; + var _GuiltyContextResetExt = OpenTK.Graphics.ES20.ExtRobustness.GuiltyContextResetExt; + var _InnocentContextResetExt = OpenTK.Graphics.ES20.ExtRobustness.InnocentContextResetExt; + var _UnknownContextResetExt = OpenTK.Graphics.ES20.ExtRobustness.UnknownContextResetExt; + var _ResetNotificationStrategyExt = OpenTK.Graphics.ES20.ExtRobustness.ResetNotificationStrategyExt; + var _NoResetNotificationExt = OpenTK.Graphics.ES20.ExtRobustness.NoResetNotificationExt; + var _ContextRobustAccessExt = OpenTK.Graphics.ES20.ExtRobustness.ContextRobustAccessExt; +} +static void Test_ExtSeparateShaderObjects_20020() { + var _VertexShaderBitExt = OpenTK.Graphics.ES20.ExtSeparateShaderObjects.VertexShaderBitExt; + var _FragmentShaderBitExt = OpenTK.Graphics.ES20.ExtSeparateShaderObjects.FragmentShaderBitExt; + var _ProgramSeparableExt = OpenTK.Graphics.ES20.ExtSeparateShaderObjects.ProgramSeparableExt; + var _ActiveProgramExt = OpenTK.Graphics.ES20.ExtSeparateShaderObjects.ActiveProgramExt; + var _ProgramPipelineBindingExt = OpenTK.Graphics.ES20.ExtSeparateShaderObjects.ProgramPipelineBindingExt; + var _AllShaderBitsExt = OpenTK.Graphics.ES20.ExtSeparateShaderObjects.AllShaderBitsExt; +} +static void Test_ExtShaderFramebufferFetch_20021() { + var _FragmentShaderDiscardsSamplesExt = OpenTK.Graphics.ES20.ExtShaderFramebufferFetch.FragmentShaderDiscardsSamplesExt; +} +static void Test_ExtShaderImplicitConversions_20022() { +} +static void Test_ExtShaderIntegerMix_20023() { +} +static void Test_ExtShaderIoBlocks_20024() { +} +static void Test_ExtShaderPixelLocalStorage_20025() { + var _MaxShaderPixelLocalStorageFastSizeExt = OpenTK.Graphics.ES20.ExtShaderPixelLocalStorage.MaxShaderPixelLocalStorageFastSizeExt; + var _ShaderPixelLocalStorageExt = OpenTK.Graphics.ES20.ExtShaderPixelLocalStorage.ShaderPixelLocalStorageExt; + var _MaxShaderPixelLocalStorageSizeExt = OpenTK.Graphics.ES20.ExtShaderPixelLocalStorage.MaxShaderPixelLocalStorageSizeExt; +} +static void Test_ExtShaderTextureLod_20026() { +} +static void Test_ExtShadowSamplers_20027() { + var _TextureCompareModeExt = OpenTK.Graphics.ES20.ExtShadowSamplers.TextureCompareModeExt; + var _TextureCompareFuncExt = OpenTK.Graphics.ES20.ExtShadowSamplers.TextureCompareFuncExt; + var _CompareRefToTextureExt = OpenTK.Graphics.ES20.ExtShadowSamplers.CompareRefToTextureExt; + var _Sampler2DShadowExt = OpenTK.Graphics.ES20.ExtShadowSamplers.Sampler2DShadowExt; +} +static void Test_ExtSrgb_20028() { + var _FramebufferAttachmentColorEncodingExt = OpenTK.Graphics.ES20.ExtSrgb.FramebufferAttachmentColorEncodingExt; + var _SrgbExt = OpenTK.Graphics.ES20.ExtSrgb.SrgbExt; + var _SrgbAlphaExt = OpenTK.Graphics.ES20.ExtSrgb.SrgbAlphaExt; + var _Srgb8Alpha8Ext = OpenTK.Graphics.ES20.ExtSrgb.Srgb8Alpha8Ext; +} +static void Test_ExtSrgbWriteControl_20029() { + var _FramebufferSrgbExt = OpenTK.Graphics.ES20.ExtSrgbWriteControl.FramebufferSrgbExt; +} +static void Test_ExtTessellationShader_20030() { + var _TessControlShaderBitExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessControlShaderBitExt; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessEvaluationShaderBitExt; + var _Triangles = OpenTK.Graphics.ES20.ExtTessellationShader.Triangles; + var _QuadsExt = OpenTK.Graphics.ES20.ExtTessellationShader.QuadsExt; + var _PatchesExt = OpenTK.Graphics.ES20.ExtTessellationShader.PatchesExt; + var _Equal = OpenTK.Graphics.ES20.ExtTessellationShader.Equal; + var _Cw = OpenTK.Graphics.ES20.ExtTessellationShader.Cw; + var _Ccw = OpenTK.Graphics.ES20.ExtTessellationShader.Ccw; + var _PrimitiveRestartForPatchesSupported = OpenTK.Graphics.ES20.ExtTessellationShader.PrimitiveRestartForPatchesSupported; + var _MaxTessControlInputComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlInputComponentsExt; + var _MaxTessEvaluationInputComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationInputComponentsExt; + var _MaxCombinedTessControlUniformComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxCombinedTessControlUniformComponentsExt; + var _MaxCombinedTessEvaluationUniformComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxCombinedTessEvaluationUniformComponentsExt; + var _PatchVerticesExt = OpenTK.Graphics.ES20.ExtTessellationShader.PatchVerticesExt; + var _TessControlOutputVerticesExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessControlOutputVerticesExt; + var _TessGenModeExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessGenModeExt; + var _TessGenSpacingExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessGenSpacingExt; + var _TessGenVertexOrderExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessGenVertexOrderExt; + var _TessGenPointModeExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessGenPointModeExt; + var _IsolinesExt = OpenTK.Graphics.ES20.ExtTessellationShader.IsolinesExt; + var _FractionalOddExt = OpenTK.Graphics.ES20.ExtTessellationShader.FractionalOddExt; + var _FractionalEvenExt = OpenTK.Graphics.ES20.ExtTessellationShader.FractionalEvenExt; + var _MaxPatchVerticesExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxPatchVerticesExt; + var _MaxTessGenLevelExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessGenLevelExt; + var _MaxTessControlUniformComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlUniformComponentsExt; + var _MaxTessEvaluationUniformComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationUniformComponentsExt; + var _MaxTessControlTextureImageUnitsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlTextureImageUnitsExt; + var _MaxTessEvaluationTextureImageUnitsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationTextureImageUnitsExt; + var _MaxTessControlOutputComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlOutputComponentsExt; + var _MaxTessPatchComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessPatchComponentsExt; + var _MaxTessControlTotalOutputComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlTotalOutputComponentsExt; + var _MaxTessEvaluationOutputComponentsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationOutputComponentsExt; + var _TessEvaluationShaderExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessEvaluationShaderExt; + var _TessControlShaderExt = OpenTK.Graphics.ES20.ExtTessellationShader.TessControlShaderExt; + var _MaxTessControlUniformBlocksExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlUniformBlocksExt; + var _MaxTessEvaluationUniformBlocksExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationUniformBlocksExt; + var _MaxTessControlImageUniformsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlImageUniformsExt; + var _MaxTessEvaluationImageUniformsExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationImageUniformsExt; + var _MaxTessControlShaderStorageBlocksExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlShaderStorageBlocksExt; + var _MaxTessEvaluationShaderStorageBlocksExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationShaderStorageBlocksExt; + var _MaxTessControlAtomicCounterBuffersExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlAtomicCounterBuffersExt; + var _MaxTessEvaluationAtomicCounterBuffersExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationAtomicCounterBuffersExt; + var _MaxTessControlAtomicCountersExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessControlAtomicCountersExt; + var _MaxTessEvaluationAtomicCountersExt = OpenTK.Graphics.ES20.ExtTessellationShader.MaxTessEvaluationAtomicCountersExt; + var _IsPerPatchExt = OpenTK.Graphics.ES20.ExtTessellationShader.IsPerPatchExt; + var _ReferencedByTessControlShaderExt = OpenTK.Graphics.ES20.ExtTessellationShader.ReferencedByTessControlShaderExt; + var _ReferencedByTessEvaluationShaderExt = OpenTK.Graphics.ES20.ExtTessellationShader.ReferencedByTessEvaluationShaderExt; +} +static void Test_ExtTextureBorderClamp_20031() { + var _TextureBorderColorExt = OpenTK.Graphics.ES20.ExtTextureBorderClamp.TextureBorderColorExt; + var _ClampToBorderExt = OpenTK.Graphics.ES20.ExtTextureBorderClamp.ClampToBorderExt; +} +static void Test_ExtTextureBuffer_20032() { + var _TextureBufferBindingExt = OpenTK.Graphics.ES20.ExtTextureBuffer.TextureBufferBindingExt; + var _TextureBufferExt = OpenTK.Graphics.ES20.ExtTextureBuffer.TextureBufferExt; + var _MaxTextureBufferSizeExt = OpenTK.Graphics.ES20.ExtTextureBuffer.MaxTextureBufferSizeExt; + var _TextureBindingBufferExt = OpenTK.Graphics.ES20.ExtTextureBuffer.TextureBindingBufferExt; + var _TextureBufferDataStoreBindingExt = OpenTK.Graphics.ES20.ExtTextureBuffer.TextureBufferDataStoreBindingExt; + var _SamplerBufferExt = OpenTK.Graphics.ES20.ExtTextureBuffer.SamplerBufferExt; + var _IntSamplerBufferExt = OpenTK.Graphics.ES20.ExtTextureBuffer.IntSamplerBufferExt; + var _UnsignedIntSamplerBufferExt = OpenTK.Graphics.ES20.ExtTextureBuffer.UnsignedIntSamplerBufferExt; + var _ImageBufferExt = OpenTK.Graphics.ES20.ExtTextureBuffer.ImageBufferExt; + var _IntImageBufferExt = OpenTK.Graphics.ES20.ExtTextureBuffer.IntImageBufferExt; + var _UnsignedIntImageBufferExt = OpenTK.Graphics.ES20.ExtTextureBuffer.UnsignedIntImageBufferExt; + var _TextureBufferOffsetExt = OpenTK.Graphics.ES20.ExtTextureBuffer.TextureBufferOffsetExt; + var _TextureBufferSizeExt = OpenTK.Graphics.ES20.ExtTextureBuffer.TextureBufferSizeExt; + var _TextureBufferOffsetAlignmentExt = OpenTK.Graphics.ES20.ExtTextureBuffer.TextureBufferOffsetAlignmentExt; +} +static void Test_ExtTextureCompressionDxt1_20033() { + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.ES20.ExtTextureCompressionDxt1.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.ES20.ExtTextureCompressionDxt1.CompressedRgbaS3tcDxt1Ext; +} +static void Test_ExtTextureCompressionS3tc_20034() { + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.ES20.ExtTextureCompressionS3tc.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.ES20.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt3Ext = OpenTK.Graphics.ES20.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt3Ext; + var _CompressedRgbaS3tcDxt5Ext = OpenTK.Graphics.ES20.ExtTextureCompressionS3tc.CompressedRgbaS3tcDxt5Ext; +} +static void Test_ExtTextureCubeMapArray_20035() { + var _TextureCubeMapArrayExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.TextureCubeMapArrayExt; + var _TextureBindingCubeMapArrayExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.TextureBindingCubeMapArrayExt; + var _SamplerCubeMapArrayExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.SamplerCubeMapArrayExt; + var _SamplerCubeMapArrayShadowExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.SamplerCubeMapArrayShadowExt; + var _IntSamplerCubeMapArrayExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.IntSamplerCubeMapArrayExt; + var _UnsignedIntSamplerCubeMapArrayExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.UnsignedIntSamplerCubeMapArrayExt; + var _ImageCubeMapArrayExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.ImageCubeMapArrayExt; + var _IntImageCubeMapArrayExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.IntImageCubeMapArrayExt; + var _UnsignedIntImageCubeMapArrayExt = OpenTK.Graphics.ES20.ExtTextureCubeMapArray.UnsignedIntImageCubeMapArrayExt; +} +static void Test_ExtTextureFilterAnisotropic_20036() { + var _TextureMaxAnisotropyExt = OpenTK.Graphics.ES20.ExtTextureFilterAnisotropic.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.ES20.ExtTextureFilterAnisotropic.MaxTextureMaxAnisotropyExt; +} +static void Test_ExtTextureFormatBgra8888_20037() { + var _BgraExt = OpenTK.Graphics.ES20.ExtTextureFormatBgra8888.BgraExt; +} +static void Test_ExtTextureRg_20038() { + var _RedExt = OpenTK.Graphics.ES20.ExtTextureRg.RedExt; + var _RgExt = OpenTK.Graphics.ES20.ExtTextureRg.RgExt; + var _R8Ext = OpenTK.Graphics.ES20.ExtTextureRg.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES20.ExtTextureRg.Rg8Ext; +} +static void Test_ExtTextureSrgbDecode_20039() { + var _TextureSrgbDecodeExt = OpenTK.Graphics.ES20.ExtTextureSrgbDecode.TextureSrgbDecodeExt; + var _DecodeExt = OpenTK.Graphics.ES20.ExtTextureSrgbDecode.DecodeExt; + var _SkipDecodeExt = OpenTK.Graphics.ES20.ExtTextureSrgbDecode.SkipDecodeExt; +} +static void Test_ExtTextureStorage_20040() { + var _Alpha8Ext = OpenTK.Graphics.ES20.ExtTextureStorage.Alpha8Ext; + var _Luminance8Ext = OpenTK.Graphics.ES20.ExtTextureStorage.Luminance8Ext; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES20.ExtTextureStorage.Luminance8Alpha8Ext; + var _Rgb10Ext = OpenTK.Graphics.ES20.ExtTextureStorage.Rgb10Ext; + var _Rgb10A2Ext = OpenTK.Graphics.ES20.ExtTextureStorage.Rgb10A2Ext; + var _R8Ext = OpenTK.Graphics.ES20.ExtTextureStorage.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES20.ExtTextureStorage.Rg8Ext; + var _R16fExt = OpenTK.Graphics.ES20.ExtTextureStorage.R16fExt; + var _R32fExt = OpenTK.Graphics.ES20.ExtTextureStorage.R32fExt; + var _Rg16fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Rg16fExt; + var _Rg32fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Rg32fExt; + var _Rgba32fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Rgba32fExt; + var _Rgb32fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES20.ExtTextureStorage.LuminanceAlpha32fExt; + var _Rgba16fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES20.ExtTextureStorage.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES20.ExtTextureStorage.LuminanceAlpha16fExt; + var _TextureImmutableFormatExt = OpenTK.Graphics.ES20.ExtTextureStorage.TextureImmutableFormatExt; + var _Bgra8Ext = OpenTK.Graphics.ES20.ExtTextureStorage.Bgra8Ext; +} +static void Test_ExtTextureType2101010Rev_20041() { + var _UnsignedInt2101010RevExt = OpenTK.Graphics.ES20.ExtTextureType2101010Rev.UnsignedInt2101010RevExt; +} +static void Test_ExtTextureView_20042() { + var _TextureViewMinLevelExt = OpenTK.Graphics.ES20.ExtTextureView.TextureViewMinLevelExt; + var _TextureViewNumLevelsExt = OpenTK.Graphics.ES20.ExtTextureView.TextureViewNumLevelsExt; + var _TextureViewMinLayerExt = OpenTK.Graphics.ES20.ExtTextureView.TextureViewMinLayerExt; + var _TextureViewNumLayersExt = OpenTK.Graphics.ES20.ExtTextureView.TextureViewNumLayersExt; + var _TextureImmutableLevels = OpenTK.Graphics.ES20.ExtTextureView.TextureImmutableLevels; +} +static void Test_ExtUnpackSubimage_20043() { + var _UnpackRowLengthExt = OpenTK.Graphics.ES20.ExtUnpackSubimage.UnpackRowLengthExt; + var _UnpackSkipRowsExt = OpenTK.Graphics.ES20.ExtUnpackSubimage.UnpackSkipRowsExt; + var _UnpackSkipPixelsExt = OpenTK.Graphics.ES20.ExtUnpackSubimage.UnpackSkipPixelsExt; +} +static void Test_FeedBackToken_20044() { + var _PassThroughToken = OpenTK.Graphics.ES20.FeedBackToken.PassThroughToken; + var _PointToken = OpenTK.Graphics.ES20.FeedBackToken.PointToken; + var _LineToken = OpenTK.Graphics.ES20.FeedBackToken.LineToken; + var _PolygonToken = OpenTK.Graphics.ES20.FeedBackToken.PolygonToken; + var _BitmapToken = OpenTK.Graphics.ES20.FeedBackToken.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.ES20.FeedBackToken.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.ES20.FeedBackToken.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.ES20.FeedBackToken.LineResetToken; +} +static void Test_FeedbackType_20045() { + var _Gl2D = OpenTK.Graphics.ES20.FeedbackType.Gl2D; + var _Gl3D = OpenTK.Graphics.ES20.FeedbackType.Gl3D; + var _Gl3DColor = OpenTK.Graphics.ES20.FeedbackType.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.ES20.FeedbackType.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.ES20.FeedbackType.Gl4DColorTexture; +} +static void Test_FfdMaskSgix_20046() { +} +static void Test_FfdTargetSgix_20047() { + var _GeometryDeformationSgix = OpenTK.Graphics.ES20.FfdTargetSgix.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES20.FfdTargetSgix.TextureDeformationSgix; +} +static void Test_FjShaderBinaryGccso_20048() { + var _GccsoShaderBinaryFj = OpenTK.Graphics.ES20.FjShaderBinaryGccso.GccsoShaderBinaryFj; +} +static void Test_FogCoordinatePointerType_20049() { + var _Float = OpenTK.Graphics.ES20.FogCoordinatePointerType.Float; + var _Double = OpenTK.Graphics.ES20.FogCoordinatePointerType.Double; +} +static void Test_FogMode_20050() { + var _Exp = OpenTK.Graphics.ES20.FogMode.Exp; + var _Exp2 = OpenTK.Graphics.ES20.FogMode.Exp2; + var _Linear = OpenTK.Graphics.ES20.FogMode.Linear; + var _FogFuncSgis = OpenTK.Graphics.ES20.FogMode.FogFuncSgis; +} +static void Test_FogParameter_20051() { + var _FogIndex = OpenTK.Graphics.ES20.FogParameter.FogIndex; + var _FogDensity = OpenTK.Graphics.ES20.FogParameter.FogDensity; + var _FogStart = OpenTK.Graphics.ES20.FogParameter.FogStart; + var _FogEnd = OpenTK.Graphics.ES20.FogParameter.FogEnd; + var _FogMode = OpenTK.Graphics.ES20.FogParameter.FogMode; + var _FogColor = OpenTK.Graphics.ES20.FogParameter.FogColor; + var _FogOffsetValueSgix = OpenTK.Graphics.ES20.FogParameter.FogOffsetValueSgix; +} +static void Test_FogPointerTypeExt_20052() { + var _Float = OpenTK.Graphics.ES20.FogPointerTypeExt.Float; + var _Double = OpenTK.Graphics.ES20.FogPointerTypeExt.Double; +} +static void Test_FogPointerTypeIbm_20053() { + var _Float = OpenTK.Graphics.ES20.FogPointerTypeIbm.Float; + var _Double = OpenTK.Graphics.ES20.FogPointerTypeIbm.Double; +} +static void Test_FragmentLightModelParameterSgix_20054() { + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES20.FragmentLightModelParameterSgix.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES20.FragmentLightModelParameterSgix.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES20.FragmentLightModelParameterSgix.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES20.FragmentLightModelParameterSgix.FragmentLightModelNormalInterpolationSgix; +} +static void Test_FramebufferErrorCode_20055() { + var _FramebufferComplete = OpenTK.Graphics.ES20.FramebufferErrorCode.FramebufferComplete; + var _FramebufferIncompleteAttachment = OpenTK.Graphics.ES20.FramebufferErrorCode.FramebufferIncompleteAttachment; + var _FramebufferIncompleteMissingAttachment = OpenTK.Graphics.ES20.FramebufferErrorCode.FramebufferIncompleteMissingAttachment; + var _FramebufferIncompleteDimensions = OpenTK.Graphics.ES20.FramebufferErrorCode.FramebufferIncompleteDimensions; + var _FramebufferUnsupported = OpenTK.Graphics.ES20.FramebufferErrorCode.FramebufferUnsupported; +} +static void Test_FramebufferParameterName_20056() { + var _FramebufferAttachmentObjectType = OpenTK.Graphics.ES20.FramebufferParameterName.FramebufferAttachmentObjectType; + var _FramebufferAttachmentObjectName = OpenTK.Graphics.ES20.FramebufferParameterName.FramebufferAttachmentObjectName; + var _FramebufferAttachmentTextureLevel = OpenTK.Graphics.ES20.FramebufferParameterName.FramebufferAttachmentTextureLevel; + var _FramebufferAttachmentTextureCubeMapFace = OpenTK.Graphics.ES20.FramebufferParameterName.FramebufferAttachmentTextureCubeMapFace; +} +static void Test_FramebufferSlot_20057() { + var _ColorAttachment0 = OpenTK.Graphics.ES20.FramebufferSlot.ColorAttachment0; + var _DepthAttachment = OpenTK.Graphics.ES20.FramebufferSlot.DepthAttachment; + var _StencilAttachment = OpenTK.Graphics.ES20.FramebufferSlot.StencilAttachment; +} +static void Test_FramebufferTarget_20058() { + var _Framebuffer = OpenTK.Graphics.ES20.FramebufferTarget.Framebuffer; +} +static void Test_FrontFaceDirection_20059() { + var _Cw = OpenTK.Graphics.ES20.FrontFaceDirection.Cw; + var _Ccw = OpenTK.Graphics.ES20.FrontFaceDirection.Ccw; +} +static void Test_GetColorTableParameterPNameSgi_20060() { + var _ColorTableScaleSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBiasSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.ES20.GetColorTableParameterPNameSgi.ColorTableIntensitySizeSgi; +} +static void Test_GetConvolutionParameter_20061() { + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES20.GetConvolutionParameter.ConvolutionBorderModeExt; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES20.GetConvolutionParameter.ConvolutionFilterScaleExt; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES20.GetConvolutionParameter.ConvolutionFilterBiasExt; + var _ConvolutionFormatExt = OpenTK.Graphics.ES20.GetConvolutionParameter.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.ES20.GetConvolutionParameter.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.ES20.GetConvolutionParameter.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.ES20.GetConvolutionParameter.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.ES20.GetConvolutionParameter.MaxConvolutionHeightExt; +} +static void Test_GetHistogramParameterPNameExt_20062() { + var _HistogramWidthExt = OpenTK.Graphics.ES20.GetHistogramParameterPNameExt.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.ES20.GetHistogramParameterPNameExt.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.ES20.GetHistogramParameterPNameExt.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.ES20.GetHistogramParameterPNameExt.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.ES20.GetHistogramParameterPNameExt.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.ES20.GetHistogramParameterPNameExt.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.ES20.GetHistogramParameterPNameExt.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.ES20.GetHistogramParameterPNameExt.HistogramSinkExt; +} +static void Test_GetIndexedPName_20063() { + var _DrawBufferExt = OpenTK.Graphics.ES20.GetIndexedPName.DrawBufferExt; + var _ReadBufferExt = OpenTK.Graphics.ES20.GetIndexedPName.ReadBufferExt; +} +static void Test_GetMapQuery_20064() { + var _Coeff = OpenTK.Graphics.ES20.GetMapQuery.Coeff; + var _Order = OpenTK.Graphics.ES20.GetMapQuery.Order; + var _Domain = OpenTK.Graphics.ES20.GetMapQuery.Domain; +} +static void Test_GetMinmaxParameterPNameExt_20065() { + var _MinmaxFormat = OpenTK.Graphics.ES20.GetMinmaxParameterPNameExt.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.ES20.GetMinmaxParameterPNameExt.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.ES20.GetMinmaxParameterPNameExt.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.ES20.GetMinmaxParameterPNameExt.MinmaxSinkExt; +} +static void Test_GetPixelMap_20066() { + var _PixelMapIToI = OpenTK.Graphics.ES20.GetPixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES20.GetPixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES20.GetPixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES20.GetPixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES20.GetPixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES20.GetPixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES20.GetPixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES20.GetPixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES20.GetPixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES20.GetPixelMap.PixelMapAToA; +} +static void Test_GetPName_20067() { + var _CurrentColor = OpenTK.Graphics.ES20.GetPName.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.ES20.GetPName.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.ES20.GetPName.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.ES20.GetPName.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.ES20.GetPName.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.ES20.GetPName.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.ES20.GetPName.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.ES20.GetPName.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.ES20.GetPName.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.ES20.GetPName.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.ES20.GetPName.PointSmooth; + var _PointSize = OpenTK.Graphics.ES20.GetPName.PointSize; + var _PointSizeRange = OpenTK.Graphics.ES20.GetPName.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.ES20.GetPName.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.ES20.GetPName.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.ES20.GetPName.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.ES20.GetPName.LineSmooth; + var _LineWidth = OpenTK.Graphics.ES20.GetPName.LineWidth; + var _LineWidthRange = OpenTK.Graphics.ES20.GetPName.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.ES20.GetPName.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.ES20.GetPName.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.ES20.GetPName.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.ES20.GetPName.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.ES20.GetPName.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.ES20.GetPName.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.ES20.GetPName.ListMode; + var _MaxListNesting = OpenTK.Graphics.ES20.GetPName.MaxListNesting; + var _ListBase = OpenTK.Graphics.ES20.GetPName.ListBase; + var _ListIndex = OpenTK.Graphics.ES20.GetPName.ListIndex; + var _PolygonMode = OpenTK.Graphics.ES20.GetPName.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.ES20.GetPName.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES20.GetPName.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.ES20.GetPName.EdgeFlag; + var _CullFace = OpenTK.Graphics.ES20.GetPName.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES20.GetPName.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES20.GetPName.FrontFace; + var _Lighting = OpenTK.Graphics.ES20.GetPName.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.ES20.GetPName.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES20.GetPName.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES20.GetPName.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.ES20.GetPName.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.ES20.GetPName.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.ES20.GetPName.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.ES20.GetPName.ColorMaterial; + var _Fog = OpenTK.Graphics.ES20.GetPName.Fog; + var _FogIndex = OpenTK.Graphics.ES20.GetPName.FogIndex; + var _FogDensity = OpenTK.Graphics.ES20.GetPName.FogDensity; + var _FogStart = OpenTK.Graphics.ES20.GetPName.FogStart; + var _FogEnd = OpenTK.Graphics.ES20.GetPName.FogEnd; + var _FogMode = OpenTK.Graphics.ES20.GetPName.FogMode; + var _FogColor = OpenTK.Graphics.ES20.GetPName.FogColor; + var _DepthRange = OpenTK.Graphics.ES20.GetPName.DepthRange; + var _DepthTest = OpenTK.Graphics.ES20.GetPName.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES20.GetPName.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES20.GetPName.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES20.GetPName.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.ES20.GetPName.AccumClearValue; + var _StencilTest = OpenTK.Graphics.ES20.GetPName.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES20.GetPName.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES20.GetPName.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES20.GetPName.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES20.GetPName.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES20.GetPName.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES20.GetPName.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES20.GetPName.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES20.GetPName.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.ES20.GetPName.MatrixMode; + var _Normalize = OpenTK.Graphics.ES20.GetPName.Normalize; + var _Viewport = OpenTK.Graphics.ES20.GetPName.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.ES20.GetPName.Modelview0StackDepthExt; + var _ModelviewStackDepth = OpenTK.Graphics.ES20.GetPName.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.ES20.GetPName.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.ES20.GetPName.TextureStackDepth; + var _Modelview0MatrixExt = OpenTK.Graphics.ES20.GetPName.Modelview0MatrixExt; + var _ModelviewMatrix = OpenTK.Graphics.ES20.GetPName.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.ES20.GetPName.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.ES20.GetPName.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.ES20.GetPName.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.ES20.GetPName.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.ES20.GetPName.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.ES20.GetPName.AlphaTestQcom; + var _AlphaTestFunc = OpenTK.Graphics.ES20.GetPName.AlphaTestFunc; + var _AlphaTestFuncQcom = OpenTK.Graphics.ES20.GetPName.AlphaTestFuncQcom; + var _AlphaTestRef = OpenTK.Graphics.ES20.GetPName.AlphaTestRef; + var _AlphaTestRefQcom = OpenTK.Graphics.ES20.GetPName.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.ES20.GetPName.Dither; + var _BlendDst = OpenTK.Graphics.ES20.GetPName.BlendDst; + var _BlendSrc = OpenTK.Graphics.ES20.GetPName.BlendSrc; + var _Blend = OpenTK.Graphics.ES20.GetPName.Blend; + var _LogicOpMode = OpenTK.Graphics.ES20.GetPName.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.ES20.GetPName.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.ES20.GetPName.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES20.GetPName.ColorLogicOp; + var _AuxBuffers = OpenTK.Graphics.ES20.GetPName.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.ES20.GetPName.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.ES20.GetPName.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.ES20.GetPName.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.ES20.GetPName.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.ES20.GetPName.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.ES20.GetPName.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES20.GetPName.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.ES20.GetPName.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.ES20.GetPName.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.ES20.GetPName.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES20.GetPName.ColorWritemask; + var _IndexMode = OpenTK.Graphics.ES20.GetPName.IndexMode; + var _RgbaMode = OpenTK.Graphics.ES20.GetPName.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.ES20.GetPName.Doublebuffer; + var _Stereo = OpenTK.Graphics.ES20.GetPName.Stereo; + var _RenderMode = OpenTK.Graphics.ES20.GetPName.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES20.GetPName.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES20.GetPName.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES20.GetPName.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES20.GetPName.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES20.GetPName.FogHint; + var _TextureGenS = OpenTK.Graphics.ES20.GetPName.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES20.GetPName.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES20.GetPName.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES20.GetPName.TextureGenQ; + var _PixelMapIToISize = OpenTK.Graphics.ES20.GetPName.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.ES20.GetPName.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.ES20.GetPName.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.ES20.GetPName.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.ES20.GetPName.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.ES20.GetPName.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.ES20.GetPName.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.ES20.GetPName.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.ES20.GetPName.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.ES20.GetPName.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.ES20.GetPName.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES20.GetPName.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES20.GetPName.UnpackRowLength; + var _UnpackSkipRows = OpenTK.Graphics.ES20.GetPName.UnpackSkipRows; + var _UnpackSkipPixels = OpenTK.Graphics.ES20.GetPName.UnpackSkipPixels; + var _UnpackAlignment = OpenTK.Graphics.ES20.GetPName.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES20.GetPName.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES20.GetPName.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES20.GetPName.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES20.GetPName.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES20.GetPName.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES20.GetPName.PackAlignment; + var _MapColor = OpenTK.Graphics.ES20.GetPName.MapColor; + var _MapStencil = OpenTK.Graphics.ES20.GetPName.MapStencil; + var _IndexShift = OpenTK.Graphics.ES20.GetPName.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES20.GetPName.IndexOffset; + var _RedScale = OpenTK.Graphics.ES20.GetPName.RedScale; + var _RedBias = OpenTK.Graphics.ES20.GetPName.RedBias; + var _ZoomX = OpenTK.Graphics.ES20.GetPName.ZoomX; + var _ZoomY = OpenTK.Graphics.ES20.GetPName.ZoomY; + var _GreenScale = OpenTK.Graphics.ES20.GetPName.GreenScale; + var _GreenBias = OpenTK.Graphics.ES20.GetPName.GreenBias; + var _BlueScale = OpenTK.Graphics.ES20.GetPName.BlueScale; + var _BlueBias = OpenTK.Graphics.ES20.GetPName.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES20.GetPName.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES20.GetPName.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES20.GetPName.DepthScale; + var _DepthBias = OpenTK.Graphics.ES20.GetPName.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.ES20.GetPName.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.ES20.GetPName.MaxLights; + var _MaxClipDistances = OpenTK.Graphics.ES20.GetPName.MaxClipDistances; + var _MaxClipPlanes = OpenTK.Graphics.ES20.GetPName.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.ES20.GetPName.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.ES20.GetPName.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.ES20.GetPName.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES20.GetPName.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.ES20.GetPName.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES20.GetPName.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES20.GetPName.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES20.GetPName.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.ES20.GetPName.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.ES20.GetPName.SubpixelBits; + var _IndexBits = OpenTK.Graphics.ES20.GetPName.IndexBits; + var _RedBits = OpenTK.Graphics.ES20.GetPName.RedBits; + var _GreenBits = OpenTK.Graphics.ES20.GetPName.GreenBits; + var _BlueBits = OpenTK.Graphics.ES20.GetPName.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES20.GetPName.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES20.GetPName.DepthBits; + var _StencilBits = OpenTK.Graphics.ES20.GetPName.StencilBits; + var _AccumRedBits = OpenTK.Graphics.ES20.GetPName.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.ES20.GetPName.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.ES20.GetPName.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.ES20.GetPName.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.ES20.GetPName.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.ES20.GetPName.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES20.GetPName.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES20.GetPName.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES20.GetPName.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES20.GetPName.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES20.GetPName.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES20.GetPName.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES20.GetPName.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES20.GetPName.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES20.GetPName.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES20.GetPName.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES20.GetPName.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES20.GetPName.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES20.GetPName.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES20.GetPName.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES20.GetPName.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES20.GetPName.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES20.GetPName.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES20.GetPName.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.ES20.GetPName.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.ES20.GetPName.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.ES20.GetPName.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.ES20.GetPName.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.ES20.GetPName.Texture1D; + var _Texture2D = OpenTK.Graphics.ES20.GetPName.Texture2D; + var _FeedbackBufferSize = OpenTK.Graphics.ES20.GetPName.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.ES20.GetPName.FeedbackBufferType; + var _SelectionBufferSize = OpenTK.Graphics.ES20.GetPName.SelectionBufferSize; + var _PolygonOffsetUnits = OpenTK.Graphics.ES20.GetPName.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.ES20.GetPName.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES20.GetPName.PolygonOffsetLine; + var _ClipPlane0 = OpenTK.Graphics.ES20.GetPName.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.ES20.GetPName.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.ES20.GetPName.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.ES20.GetPName.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.ES20.GetPName.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.ES20.GetPName.ClipPlane5; + var _Light0 = OpenTK.Graphics.ES20.GetPName.Light0; + var _Light1 = OpenTK.Graphics.ES20.GetPName.Light1; + var _Light2 = OpenTK.Graphics.ES20.GetPName.Light2; + var _Light3 = OpenTK.Graphics.ES20.GetPName.Light3; + var _Light4 = OpenTK.Graphics.ES20.GetPName.Light4; + var _Light5 = OpenTK.Graphics.ES20.GetPName.Light5; + var _Light6 = OpenTK.Graphics.ES20.GetPName.Light6; + var _Light7 = OpenTK.Graphics.ES20.GetPName.Light7; + var _BlendColorExt = OpenTK.Graphics.ES20.GetPName.BlendColorExt; + var _BlendColor = OpenTK.Graphics.ES20.GetPName.BlendColor; + var _BlendEquationExt = OpenTK.Graphics.ES20.GetPName.BlendEquationExt; + var _BlendEquation = OpenTK.Graphics.ES20.GetPName.BlendEquation; + var _BlendEquationRgb = OpenTK.Graphics.ES20.GetPName.BlendEquationRgb; + var _PackCmykHintExt = OpenTK.Graphics.ES20.GetPName.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES20.GetPName.UnpackCmykHintExt; + var _Convolution1DExt = OpenTK.Graphics.ES20.GetPName.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.ES20.GetPName.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.ES20.GetPName.Separable2DExt; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES20.GetPName.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES20.GetPName.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES20.GetPName.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES20.GetPName.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES20.GetPName.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES20.GetPName.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES20.GetPName.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES20.GetPName.PostConvolutionAlphaBiasExt; + var _HistogramExt = OpenTK.Graphics.ES20.GetPName.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.ES20.GetPName.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.ES20.GetPName.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES20.GetPName.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.ES20.GetPName.PolygonOffsetBiasExt; + var _RescaleNormalExt = OpenTK.Graphics.ES20.GetPName.RescaleNormalExt; + var _TextureBinding1D = OpenTK.Graphics.ES20.GetPName.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.ES20.GetPName.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.ES20.GetPName.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.ES20.GetPName.TextureBinding3D; + var _TextureBinding3DOes = OpenTK.Graphics.ES20.GetPName.TextureBinding3DOes; + var _PackSkipImagesExt = OpenTK.Graphics.ES20.GetPName.PackSkipImagesExt; + var _PackImageHeightExt = OpenTK.Graphics.ES20.GetPName.PackImageHeightExt; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES20.GetPName.UnpackSkipImagesExt; + var _UnpackImageHeightExt = OpenTK.Graphics.ES20.GetPName.UnpackImageHeightExt; + var _Texture3DExt = OpenTK.Graphics.ES20.GetPName.Texture3DExt; + var _Max3DTextureSizeExt = OpenTK.Graphics.ES20.GetPName.Max3DTextureSizeExt; + var _Max3DTextureSizeOes = OpenTK.Graphics.ES20.GetPName.Max3DTextureSizeOes; + var _VertexArray = OpenTK.Graphics.ES20.GetPName.VertexArray; + var _NormalArray = OpenTK.Graphics.ES20.GetPName.NormalArray; + var _ColorArray = OpenTK.Graphics.ES20.GetPName.ColorArray; + var _IndexArray = OpenTK.Graphics.ES20.GetPName.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES20.GetPName.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES20.GetPName.EdgeFlagArray; + var _VertexArraySize = OpenTK.Graphics.ES20.GetPName.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.ES20.GetPName.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.ES20.GetPName.VertexArrayStride; + var _VertexArrayCountExt = OpenTK.Graphics.ES20.GetPName.VertexArrayCountExt; + var _NormalArrayType = OpenTK.Graphics.ES20.GetPName.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.ES20.GetPName.NormalArrayStride; + var _NormalArrayCountExt = OpenTK.Graphics.ES20.GetPName.NormalArrayCountExt; + var _ColorArraySize = OpenTK.Graphics.ES20.GetPName.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.ES20.GetPName.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.ES20.GetPName.ColorArrayStride; + var _ColorArrayCountExt = OpenTK.Graphics.ES20.GetPName.ColorArrayCountExt; + var _IndexArrayType = OpenTK.Graphics.ES20.GetPName.IndexArrayType; + var _IndexArrayStride = OpenTK.Graphics.ES20.GetPName.IndexArrayStride; + var _IndexArrayCountExt = OpenTK.Graphics.ES20.GetPName.IndexArrayCountExt; + var _TextureCoordArraySize = OpenTK.Graphics.ES20.GetPName.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.ES20.GetPName.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.ES20.GetPName.TextureCoordArrayStride; + var _TextureCoordArrayCountExt = OpenTK.Graphics.ES20.GetPName.TextureCoordArrayCountExt; + var _EdgeFlagArrayStride = OpenTK.Graphics.ES20.GetPName.EdgeFlagArrayStride; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.ES20.GetPName.EdgeFlagArrayCountExt; + var _InterlaceSgix = OpenTK.Graphics.ES20.GetPName.InterlaceSgix; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.ES20.GetPName.DetailTexture2DBindingSgis; + var _MultisampleSgis = OpenTK.Graphics.ES20.GetPName.MultisampleSgis; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES20.GetPName.SampleAlphaToMaskSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES20.GetPName.SampleAlphaToCoverage; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES20.GetPName.SampleAlphaToOneSgis; + var _SampleMaskSgis = OpenTK.Graphics.ES20.GetPName.SampleMaskSgis; + var _SampleCoverage = OpenTK.Graphics.ES20.GetPName.SampleCoverage; + var _SampleBuffersSgis = OpenTK.Graphics.ES20.GetPName.SampleBuffersSgis; + var _SampleBuffers = OpenTK.Graphics.ES20.GetPName.SampleBuffers; + var _SamplesSgis = OpenTK.Graphics.ES20.GetPName.SamplesSgis; + var _Samples = OpenTK.Graphics.ES20.GetPName.Samples; + var _SampleMaskValueSgis = OpenTK.Graphics.ES20.GetPName.SampleMaskValueSgis; + var _SampleCoverageValue = OpenTK.Graphics.ES20.GetPName.SampleCoverageValue; + var _SampleMaskInvertSgis = OpenTK.Graphics.ES20.GetPName.SampleMaskInvertSgis; + var _SampleCoverageInvert = OpenTK.Graphics.ES20.GetPName.SampleCoverageInvert; + var _SamplePatternSgis = OpenTK.Graphics.ES20.GetPName.SamplePatternSgis; + var _ColorMatrixSgi = OpenTK.Graphics.ES20.GetPName.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.ES20.GetPName.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.ES20.GetPName.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.ES20.GetPName.TextureColorTableSgi; + var _BlendDstRgb = OpenTK.Graphics.ES20.GetPName.BlendDstRgb; + var _BlendSrcRgb = OpenTK.Graphics.ES20.GetPName.BlendSrcRgb; + var _BlendDstAlpha = OpenTK.Graphics.ES20.GetPName.BlendDstAlpha; + var _BlendSrcAlpha = OpenTK.Graphics.ES20.GetPName.BlendSrcAlpha; + var _ColorTableSgi = OpenTK.Graphics.ES20.GetPName.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES20.GetPName.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES20.GetPName.PostColorMatrixColorTableSgi; + var _PointSizeMinSgis = OpenTK.Graphics.ES20.GetPName.PointSizeMinSgis; + var _PointSizeMaxSgis = OpenTK.Graphics.ES20.GetPName.PointSizeMaxSgis; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES20.GetPName.PointFadeThresholdSizeSgis; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES20.GetPName.DistanceAttenuationSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.ES20.GetPName.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.ES20.GetPName.MaxFogFuncPointsSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES20.GetPName.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES20.GetPName.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES20.GetPName.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES20.GetPName.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.ES20.GetPName.Texture4DSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.ES20.GetPName.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES20.GetPName.PixelTexGenSgix; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.ES20.GetPName.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.ES20.GetPName.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.ES20.GetPName.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES20.GetPName.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES20.GetPName.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES20.GetPName.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES20.GetPName.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES20.GetPName.PixelTileCacheSizeSgix; + var _SpriteSgix = OpenTK.Graphics.ES20.GetPName.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.ES20.GetPName.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.ES20.GetPName.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.ES20.GetPName.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.ES20.GetPName.Texture4DBindingSgis; + var _MaxClipmapDepthSgix = OpenTK.Graphics.ES20.GetPName.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.ES20.GetPName.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.ES20.GetPName.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.ES20.GetPName.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES20.GetPName.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.ES20.GetPName.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES20.GetPName.IrInstrument1Sgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.ES20.GetPName.InstrumentMeasurementsSgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES20.GetPName.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.ES20.GetPName.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.ES20.GetPName.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.ES20.GetPName.MaxFramezoomFactorSgix; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES20.GetPName.GenerateMipmapHintSgis; + var _GenerateMipmapHint = OpenTK.Graphics.ES20.GetPName.GenerateMipmapHint; + var _DeformationsMaskSgix = OpenTK.Graphics.ES20.GetPName.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES20.GetPName.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.ES20.GetPName.FogOffsetValueSgix; + var _LightModelColorControl = OpenTK.Graphics.ES20.GetPName.LightModelColorControl; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES20.GetPName.SharedTexturePaletteExt; + var _ConvolutionHintSgix = OpenTK.Graphics.ES20.GetPName.ConvolutionHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.ES20.GetPName.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.ES20.GetPName.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.ES20.GetPName.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.ES20.GetPName.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES20.GetPName.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.ES20.GetPName.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES20.GetPName.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES20.GetPName.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.ES20.GetPName.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.ES20.GetPName.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.ES20.GetPName.MaxAsyncReadPixelsSgix; + var _VertexPreclipSgix = OpenTK.Graphics.ES20.GetPName.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES20.GetPName.VertexPreclipHintSgix; + var _FragmentLightingSgix = OpenTK.Graphics.ES20.GetPName.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES20.GetPName.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.ES20.GetPName.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.ES20.GetPName.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.ES20.GetPName.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.ES20.GetPName.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.ES20.GetPName.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES20.GetPName.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES20.GetPName.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES20.GetPName.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES20.GetPName.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES20.GetPName.FragmentLight0Sgix; + var _PackResampleSgix = OpenTK.Graphics.ES20.GetPName.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES20.GetPName.UnpackResampleSgix; + var _AliasedPointSizeRange = OpenTK.Graphics.ES20.GetPName.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES20.GetPName.AliasedLineWidthRange; + var _ActiveTexture = OpenTK.Graphics.ES20.GetPName.ActiveTexture; + var _MaxRenderbufferSize = OpenTK.Graphics.ES20.GetPName.MaxRenderbufferSize; + var _TextureBindingCubeMap = OpenTK.Graphics.ES20.GetPName.TextureBindingCubeMap; + var _MaxCubeMapTextureSize = OpenTK.Graphics.ES20.GetPName.MaxCubeMapTextureSize; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES20.GetPName.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES20.GetPName.UnpackSubsampleRateSgix; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES20.GetPName.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES20.GetPName.CompressedTextureFormats; + var _StencilBackFunc = OpenTK.Graphics.ES20.GetPName.StencilBackFunc; + var _StencilBackFail = OpenTK.Graphics.ES20.GetPName.StencilBackFail; + var _StencilBackPassDepthFail = OpenTK.Graphics.ES20.GetPName.StencilBackPassDepthFail; + var _StencilBackPassDepthPass = OpenTK.Graphics.ES20.GetPName.StencilBackPassDepthPass; + var _BlendEquationAlpha = OpenTK.Graphics.ES20.GetPName.BlendEquationAlpha; + var _MaxVertexAttribs = OpenTK.Graphics.ES20.GetPName.MaxVertexAttribs; + var _MaxTextureImageUnits = OpenTK.Graphics.ES20.GetPName.MaxTextureImageUnits; + var _ArrayBufferBinding = OpenTK.Graphics.ES20.GetPName.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES20.GetPName.ElementArrayBufferBinding; + var _MaxVertexTextureImageUnits = OpenTK.Graphics.ES20.GetPName.MaxVertexTextureImageUnits; + var _MaxCombinedTextureImageUnits = OpenTK.Graphics.ES20.GetPName.MaxCombinedTextureImageUnits; + var _CurrentProgram = OpenTK.Graphics.ES20.GetPName.CurrentProgram; + var _ImplementationColorReadType = OpenTK.Graphics.ES20.GetPName.ImplementationColorReadType; + var _ImplementationColorReadFormat = OpenTK.Graphics.ES20.GetPName.ImplementationColorReadFormat; + var _StencilBackRef = OpenTK.Graphics.ES20.GetPName.StencilBackRef; + var _StencilBackValueMask = OpenTK.Graphics.ES20.GetPName.StencilBackValueMask; + var _StencilBackWritemask = OpenTK.Graphics.ES20.GetPName.StencilBackWritemask; + var _FramebufferBinding = OpenTK.Graphics.ES20.GetPName.FramebufferBinding; + var _RenderbufferBinding = OpenTK.Graphics.ES20.GetPName.RenderbufferBinding; + var _ShaderBinaryFormats = OpenTK.Graphics.ES20.GetPName.ShaderBinaryFormats; + var _NumShaderBinaryFormats = OpenTK.Graphics.ES20.GetPName.NumShaderBinaryFormats; + var _ShaderCompiler = OpenTK.Graphics.ES20.GetPName.ShaderCompiler; + var _MaxVertexUniformVectors = OpenTK.Graphics.ES20.GetPName.MaxVertexUniformVectors; + var _MaxVaryingVectors = OpenTK.Graphics.ES20.GetPName.MaxVaryingVectors; + var _MaxFragmentUniformVectors = OpenTK.Graphics.ES20.GetPName.MaxFragmentUniformVectors; + var _TimestampExt = OpenTK.Graphics.ES20.GetPName.TimestampExt; + var _GpuDisjointExt = OpenTK.Graphics.ES20.GetPName.GpuDisjointExt; + var _MaxMultiviewBuffersExt = OpenTK.Graphics.ES20.GetPName.MaxMultiviewBuffersExt; +} +static void Test_GetPointervPName_20068() { + var _FeedbackBufferPointer = OpenTK.Graphics.ES20.GetPointervPName.FeedbackBufferPointer; + var _SelectionBufferPointer = OpenTK.Graphics.ES20.GetPointervPName.SelectionBufferPointer; + var _VertexArrayPointer = OpenTK.Graphics.ES20.GetPointervPName.VertexArrayPointer; + var _VertexArrayPointerExt = OpenTK.Graphics.ES20.GetPointervPName.VertexArrayPointerExt; + var _NormalArrayPointer = OpenTK.Graphics.ES20.GetPointervPName.NormalArrayPointer; + var _NormalArrayPointerExt = OpenTK.Graphics.ES20.GetPointervPName.NormalArrayPointerExt; + var _ColorArrayPointer = OpenTK.Graphics.ES20.GetPointervPName.ColorArrayPointer; + var _ColorArrayPointerExt = OpenTK.Graphics.ES20.GetPointervPName.ColorArrayPointerExt; + var _IndexArrayPointer = OpenTK.Graphics.ES20.GetPointervPName.IndexArrayPointer; + var _IndexArrayPointerExt = OpenTK.Graphics.ES20.GetPointervPName.IndexArrayPointerExt; + var _TextureCoordArrayPointer = OpenTK.Graphics.ES20.GetPointervPName.TextureCoordArrayPointer; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.ES20.GetPointervPName.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointer = OpenTK.Graphics.ES20.GetPointervPName.EdgeFlagArrayPointer; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.ES20.GetPointervPName.EdgeFlagArrayPointerExt; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.ES20.GetPointervPName.InstrumentBufferPointerSgix; +} +static void Test_GetProgramParameterName_20069() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES20.GetProgramParameterName.ProgramBinaryRetrievableHint; + var _DeleteStatus = OpenTK.Graphics.ES20.GetProgramParameterName.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.ES20.GetProgramParameterName.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES20.GetProgramParameterName.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES20.GetProgramParameterName.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES20.GetProgramParameterName.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES20.GetProgramParameterName.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES20.GetProgramParameterName.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.ES20.GetProgramParameterName.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES20.GetProgramParameterName.ActiveAttributeMaxLength; +} +static void Test_GetQueryObjectParam_20070() { + var _QueryResultExt = OpenTK.Graphics.ES20.GetQueryObjectParam.QueryResultExt; + var _QueryResultAvailableExt = OpenTK.Graphics.ES20.GetQueryObjectParam.QueryResultAvailableExt; +} +static void Test_GetQueryParam_20071() { + var _QueryCounterBitsExt = OpenTK.Graphics.ES20.GetQueryParam.QueryCounterBitsExt; + var _CurrentQueryExt = OpenTK.Graphics.ES20.GetQueryParam.CurrentQueryExt; +} +static void Test_GetTextureParameter_20072() { + var _TextureWidth = OpenTK.Graphics.ES20.GetTextureParameter.TextureWidth; + var _TextureHeight = OpenTK.Graphics.ES20.GetTextureParameter.TextureHeight; + var _TextureComponents = OpenTK.Graphics.ES20.GetTextureParameter.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.ES20.GetTextureParameter.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.ES20.GetTextureParameter.TextureBorderColor; + var _TextureBorderColorNv = OpenTK.Graphics.ES20.GetTextureParameter.TextureBorderColorNv; + var _TextureBorder = OpenTK.Graphics.ES20.GetTextureParameter.TextureBorder; + var _TextureMagFilter = OpenTK.Graphics.ES20.GetTextureParameter.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES20.GetTextureParameter.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES20.GetTextureParameter.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES20.GetTextureParameter.TextureWrapT; + var _TextureRedSize = OpenTK.Graphics.ES20.GetTextureParameter.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.ES20.GetTextureParameter.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.ES20.GetTextureParameter.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.ES20.GetTextureParameter.TextureAlphaSize; + var _TextureLuminanceSize = OpenTK.Graphics.ES20.GetTextureParameter.TextureLuminanceSize; + var _TextureIntensitySize = OpenTK.Graphics.ES20.GetTextureParameter.TextureIntensitySize; + var _TexturePriority = OpenTK.Graphics.ES20.GetTextureParameter.TexturePriority; + var _TextureResident = OpenTK.Graphics.ES20.GetTextureParameter.TextureResident; + var _TextureDepthExt = OpenTK.Graphics.ES20.GetTextureParameter.TextureDepthExt; + var _TextureWrapRExt = OpenTK.Graphics.ES20.GetTextureParameter.TextureWrapRExt; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES20.GetTextureParameter.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES20.GetTextureParameter.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.ES20.GetTextureParameter.DetailTextureFuncPointsSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.ES20.GetTextureParameter.SharpenTextureFuncPointsSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.ES20.GetTextureParameter.ShadowAmbientSgix; + var _DualTextureSelectSgis = OpenTK.Graphics.ES20.GetTextureParameter.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES20.GetTextureParameter.QuadTextureSelectSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.ES20.GetTextureParameter.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES20.GetTextureParameter.TextureWrapQSgis; + var _TextureMinLodSgis = OpenTK.Graphics.ES20.GetTextureParameter.TextureMinLodSgis; + var _TextureMaxLodSgis = OpenTK.Graphics.ES20.GetTextureParameter.TextureMaxLodSgis; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES20.GetTextureParameter.TextureBaseLevelSgis; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES20.GetTextureParameter.TextureMaxLevelSgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.ES20.GetTextureParameter.TextureFilter4SizeSgis; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES20.GetTextureParameter.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES20.GetTextureParameter.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureLodBiasRSgix; + var _GenerateMipmapSgis = OpenTK.Graphics.ES20.GetTextureParameter.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureGequalRSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES20.GetTextureParameter.TextureMaxClampRSgix; +} +static void Test_GetTextureParameterName_20073() { + var _TextureMagFilter = OpenTK.Graphics.ES20.GetTextureParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES20.GetTextureParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES20.GetTextureParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES20.GetTextureParameterName.TextureWrapT; + var _TextureWrapROes = OpenTK.Graphics.ES20.GetTextureParameterName.TextureWrapROes; + var _TextureImmutableFormatExt = OpenTK.Graphics.ES20.GetTextureParameterName.TextureImmutableFormatExt; +} +static void Test_HintMode_20074() { + var _DontCare = OpenTK.Graphics.ES20.HintMode.DontCare; + var _Fastest = OpenTK.Graphics.ES20.HintMode.Fastest; + var _Nicest = OpenTK.Graphics.ES20.HintMode.Nicest; +} +static void Test_HintTarget_20075() { + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES20.HintTarget.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES20.HintTarget.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES20.HintTarget.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES20.HintTarget.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES20.HintTarget.FogHint; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.ES20.HintTarget.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.ES20.HintTarget.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.ES20.HintTarget.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.ES20.HintTarget.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.ES20.HintTarget.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.ES20.HintTarget.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.ES20.HintTarget.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.ES20.HintTarget.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.ES20.HintTarget.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.ES20.HintTarget.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.ES20.HintTarget.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.ES20.HintTarget.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.ES20.HintTarget.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.ES20.HintTarget.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.ES20.HintTarget.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.ES20.HintTarget.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.ES20.HintTarget.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.ES20.HintTarget.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.ES20.HintTarget.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.ES20.HintTarget.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.ES20.HintTarget.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.ES20.HintTarget.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.ES20.HintTarget.MaxVertexHintPgi; + var _PackCmykHintExt = OpenTK.Graphics.ES20.HintTarget.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES20.HintTarget.UnpackCmykHintExt; + var _PhongHintWin = OpenTK.Graphics.ES20.HintTarget.PhongHintWin; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.ES20.HintTarget.ClipVolumeClippingHintExt; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.ES20.HintTarget.TextureMultiBufferHintSgix; + var _GenerateMipmapHint = OpenTK.Graphics.ES20.HintTarget.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES20.HintTarget.GenerateMipmapHintSgis; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES20.HintTarget.ProgramBinaryRetrievableHint; + var _ConvolutionHintSgix = OpenTK.Graphics.ES20.HintTarget.ConvolutionHintSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.ES20.HintTarget.ScalebiasHintSgix; + var _LineQualityHintSgix = OpenTK.Graphics.ES20.HintTarget.LineQualityHintSgix; + var _VertexPreclipSgix = OpenTK.Graphics.ES20.HintTarget.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES20.HintTarget.VertexPreclipHintSgix; + var _TextureCompressionHint = OpenTK.Graphics.ES20.HintTarget.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.ES20.HintTarget.TextureCompressionHintArb; + var _VertexArrayStorageHintApple = OpenTK.Graphics.ES20.HintTarget.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.ES20.HintTarget.MultisampleFilterHintNv; + var _TransformHintApple = OpenTK.Graphics.ES20.HintTarget.TransformHintApple; + var _TextureStorageHintApple = OpenTK.Graphics.ES20.HintTarget.TextureStorageHintApple; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.ES20.HintTarget.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.ES20.HintTarget.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.ES20.HintTarget.FragmentShaderDerivativeHintOes; + var _BinningControlHintQcom = OpenTK.Graphics.ES20.HintTarget.BinningControlHintQcom; +} +static void Test_HistogramTargetExt_20076() { + var _Histogram = OpenTK.Graphics.ES20.HistogramTargetExt.Histogram; + var _HistogramExt = OpenTK.Graphics.ES20.HistogramTargetExt.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.ES20.HistogramTargetExt.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.ES20.HistogramTargetExt.ProxyHistogramExt; +} +static void Test_ImgMultisampledRenderToTexture_20077() { + var _RenderbufferSamplesImg = OpenTK.Graphics.ES20.ImgMultisampledRenderToTexture.RenderbufferSamplesImg; + var _FramebufferIncompleteMultisampleImg = OpenTK.Graphics.ES20.ImgMultisampledRenderToTexture.FramebufferIncompleteMultisampleImg; + var _MaxSamplesImg = OpenTK.Graphics.ES20.ImgMultisampledRenderToTexture.MaxSamplesImg; + var _TextureSamplesImg = OpenTK.Graphics.ES20.ImgMultisampledRenderToTexture.TextureSamplesImg; +} +static void Test_ImgProgramBinary_20078() { + var _SgxProgramBinaryImg = OpenTK.Graphics.ES20.ImgProgramBinary.SgxProgramBinaryImg; +} +static void Test_ImgReadFormat_20079() { + var _BgraImg = OpenTK.Graphics.ES20.ImgReadFormat.BgraImg; + var _UnsignedShort4444RevImg = OpenTK.Graphics.ES20.ImgReadFormat.UnsignedShort4444RevImg; +} +static void Test_ImgShaderBinary_20080() { + var _SgxBinaryImg = OpenTK.Graphics.ES20.ImgShaderBinary.SgxBinaryImg; +} +static void Test_ImgTextureCompressionPvrtc_20081() { + var _CompressedRgbPvrtc4Bppv1Img = OpenTK.Graphics.ES20.ImgTextureCompressionPvrtc.CompressedRgbPvrtc4Bppv1Img; + var _CompressedRgbPvrtc2Bppv1Img = OpenTK.Graphics.ES20.ImgTextureCompressionPvrtc.CompressedRgbPvrtc2Bppv1Img; + var _CompressedRgbaPvrtc4Bppv1Img = OpenTK.Graphics.ES20.ImgTextureCompressionPvrtc.CompressedRgbaPvrtc4Bppv1Img; + var _CompressedRgbaPvrtc2Bppv1Img = OpenTK.Graphics.ES20.ImgTextureCompressionPvrtc.CompressedRgbaPvrtc2Bppv1Img; +} +static void Test_ImgTextureCompressionPvrtc2_20082() { + var _CompressedRgbaPvrtc2Bppv2Img = OpenTK.Graphics.ES20.ImgTextureCompressionPvrtc2.CompressedRgbaPvrtc2Bppv2Img; + var _CompressedRgbaPvrtc4Bppv2Img = OpenTK.Graphics.ES20.ImgTextureCompressionPvrtc2.CompressedRgbaPvrtc4Bppv2Img; +} +static void Test_IndexPointerType_20083() { + var _Short = OpenTK.Graphics.ES20.IndexPointerType.Short; + var _Int = OpenTK.Graphics.ES20.IndexPointerType.Int; + var _Float = OpenTK.Graphics.ES20.IndexPointerType.Float; + var _Double = OpenTK.Graphics.ES20.IndexPointerType.Double; +} +static void Test_IntelPerformanceQuery_20084() { + var _PerfquerySingleContextIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfquerySingleContextIntel; + var _PerfqueryGlobalContextIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryGlobalContextIntel; + var _PerfqueryDonotFlushIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryDonotFlushIntel; + var _PerfqueryFlushIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryFlushIntel; + var _PerfqueryWaitIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryWaitIntel; + var _PerfqueryCounterEventIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterEventIntel; + var _PerfqueryCounterDurationNormIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterDurationNormIntel; + var _PerfqueryCounterDurationRawIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterDurationRawIntel; + var _PerfqueryCounterThroughputIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterThroughputIntel; + var _PerfqueryCounterRawIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterRawIntel; + var _PerfqueryCounterTimestampIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterTimestampIntel; + var _PerfqueryCounterDataUint32Intel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterDataUint32Intel; + var _PerfqueryCounterDataUint64Intel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterDataUint64Intel; + var _PerfqueryCounterDataFloatIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterDataFloatIntel; + var _PerfqueryCounterDataDoubleIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterDataDoubleIntel; + var _PerfqueryCounterDataBool32Intel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterDataBool32Intel; + var _PerfqueryQueryNameLengthMaxIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryQueryNameLengthMaxIntel; + var _PerfqueryCounterNameLengthMaxIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterNameLengthMaxIntel; + var _PerfqueryCounterDescLengthMaxIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryCounterDescLengthMaxIntel; + var _PerfqueryGpaExtendedCountersIntel = OpenTK.Graphics.ES20.IntelPerformanceQuery.PerfqueryGpaExtendedCountersIntel; +} +static void Test_InterleavedArrayFormat_20085() { + var _V2f = OpenTK.Graphics.ES20.InterleavedArrayFormat.V2f; + var _V3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.V3f; + var _C4ubV2f = OpenTK.Graphics.ES20.InterleavedArrayFormat.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.C3fV3f; + var _N3fV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.T2fV3f; + var _T4fV4f = OpenTK.Graphics.ES20.InterleavedArrayFormat.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.ES20.InterleavedArrayFormat.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.ES20.InterleavedArrayFormat.T4fC4fN3fV4f; +} +static void Test_InternalFormat_20086() { + var _R3G3B2 = OpenTK.Graphics.ES20.InternalFormat.R3G3B2; + var _Alpha4 = OpenTK.Graphics.ES20.InternalFormat.Alpha4; + var _Alpha8 = OpenTK.Graphics.ES20.InternalFormat.Alpha8; + var _Alpha12 = OpenTK.Graphics.ES20.InternalFormat.Alpha12; + var _Alpha16 = OpenTK.Graphics.ES20.InternalFormat.Alpha16; + var _Luminance4 = OpenTK.Graphics.ES20.InternalFormat.Luminance4; + var _Luminance8 = OpenTK.Graphics.ES20.InternalFormat.Luminance8; + var _Luminance12 = OpenTK.Graphics.ES20.InternalFormat.Luminance12; + var _Luminance16 = OpenTK.Graphics.ES20.InternalFormat.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.ES20.InternalFormat.Luminance4Alpha4; + var _Luminance6Alpha2 = OpenTK.Graphics.ES20.InternalFormat.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.ES20.InternalFormat.Luminance8Alpha8; + var _Luminance12Alpha4 = OpenTK.Graphics.ES20.InternalFormat.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.ES20.InternalFormat.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.ES20.InternalFormat.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.ES20.InternalFormat.Intensity; + var _Intensity4 = OpenTK.Graphics.ES20.InternalFormat.Intensity4; + var _Intensity8 = OpenTK.Graphics.ES20.InternalFormat.Intensity8; + var _Intensity12 = OpenTK.Graphics.ES20.InternalFormat.Intensity12; + var _Intensity16 = OpenTK.Graphics.ES20.InternalFormat.Intensity16; + var _Rgb2Ext = OpenTK.Graphics.ES20.InternalFormat.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.ES20.InternalFormat.Rgb4; + var _Rgb5 = OpenTK.Graphics.ES20.InternalFormat.Rgb5; + var _Rgb8 = OpenTK.Graphics.ES20.InternalFormat.Rgb8; + var _Rgb10 = OpenTK.Graphics.ES20.InternalFormat.Rgb10; + var _Rgb12 = OpenTK.Graphics.ES20.InternalFormat.Rgb12; + var _Rgb16 = OpenTK.Graphics.ES20.InternalFormat.Rgb16; + var _Rgba2 = OpenTK.Graphics.ES20.InternalFormat.Rgba2; + var _Rgba4 = OpenTK.Graphics.ES20.InternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES20.InternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.ES20.InternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES20.InternalFormat.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.ES20.InternalFormat.Rgba12; + var _Rgba16 = OpenTK.Graphics.ES20.InternalFormat.Rgba16; + var _DualAlpha4Sgis = OpenTK.Graphics.ES20.InternalFormat.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.ES20.InternalFormat.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.ES20.InternalFormat.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.ES20.InternalFormat.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.ES20.InternalFormat.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.ES20.InternalFormat.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.ES20.InternalFormat.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.ES20.InternalFormat.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.ES20.InternalFormat.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.ES20.InternalFormat.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.ES20.InternalFormat.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.ES20.InternalFormat.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.ES20.InternalFormat.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.ES20.InternalFormat.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.ES20.InternalFormat.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.ES20.InternalFormat.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.ES20.InternalFormat.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.ES20.InternalFormat.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.ES20.InternalFormat.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.ES20.InternalFormat.QuadIntensity8Sgis; + var _DepthComponent16Sgix = OpenTK.Graphics.ES20.InternalFormat.DepthComponent16Sgix; + var _DepthComponent24Sgix = OpenTK.Graphics.ES20.InternalFormat.DepthComponent24Sgix; + var _DepthComponent32Sgix = OpenTK.Graphics.ES20.InternalFormat.DepthComponent32Sgix; +} +static void Test_KhrBlendEquationAdvanced_20087() { + var _BlendAdvancedCoherentKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.BlendAdvancedCoherentKhr; + var _MultiplyKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.MultiplyKhr; + var _ScreenKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.ScreenKhr; + var _OverlayKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.OverlayKhr; + var _DarkenKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.DarkenKhr; + var _LightenKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.LightenKhr; + var _ColordodgeKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.ColordodgeKhr; + var _ColorburnKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.ColorburnKhr; + var _HardlightKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.HardlightKhr; + var _SoftlightKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.SoftlightKhr; + var _DifferenceKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.DifferenceKhr; + var _ExclusionKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.ExclusionKhr; + var _HslHueKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.HslHueKhr; + var _HslSaturationKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.HslSaturationKhr; + var _HslColorKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.HslColorKhr; + var _HslLuminosityKhr = OpenTK.Graphics.ES20.KhrBlendEquationAdvanced.HslLuminosityKhr; +} +static void Test_KhrDebug_20088() { + var _ContextFlagDebugBit = OpenTK.Graphics.ES20.KhrDebug.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.ES20.KhrDebug.ContextFlagDebugBitKhr; + var _StackOverflow = OpenTK.Graphics.ES20.KhrDebug.StackOverflow; + var _StackOverflowKhr = OpenTK.Graphics.ES20.KhrDebug.StackOverflowKhr; + var _StackUnderflow = OpenTK.Graphics.ES20.KhrDebug.StackUnderflow; + var _StackUnderflowKhr = OpenTK.Graphics.ES20.KhrDebug.StackUnderflowKhr; + var _VertexArray = OpenTK.Graphics.ES20.KhrDebug.VertexArray; + var _VertexArrayKhr = OpenTK.Graphics.ES20.KhrDebug.VertexArrayKhr; + var _DebugOutputSynchronous = OpenTK.Graphics.ES20.KhrDebug.DebugOutputSynchronous; + var _DebugOutputSynchronousKhr = OpenTK.Graphics.ES20.KhrDebug.DebugOutputSynchronousKhr; + var _DebugNextLoggedMessageLength = OpenTK.Graphics.ES20.KhrDebug.DebugNextLoggedMessageLength; + var _DebugNextLoggedMessageLengthKhr = OpenTK.Graphics.ES20.KhrDebug.DebugNextLoggedMessageLengthKhr; + var _DebugCallbackFunction = OpenTK.Graphics.ES20.KhrDebug.DebugCallbackFunction; + var _DebugCallbackFunctionKhr = OpenTK.Graphics.ES20.KhrDebug.DebugCallbackFunctionKhr; + var _DebugCallbackUserParam = OpenTK.Graphics.ES20.KhrDebug.DebugCallbackUserParam; + var _DebugCallbackUserParamKhr = OpenTK.Graphics.ES20.KhrDebug.DebugCallbackUserParamKhr; + var _DebugSourceApi = OpenTK.Graphics.ES20.KhrDebug.DebugSourceApi; + var _DebugSourceApiKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSourceApiKhr; + var _DebugSourceWindowSystem = OpenTK.Graphics.ES20.KhrDebug.DebugSourceWindowSystem; + var _DebugSourceWindowSystemKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSourceWindowSystemKhr; + var _DebugSourceShaderCompiler = OpenTK.Graphics.ES20.KhrDebug.DebugSourceShaderCompiler; + var _DebugSourceShaderCompilerKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSourceShaderCompilerKhr; + var _DebugSourceThirdParty = OpenTK.Graphics.ES20.KhrDebug.DebugSourceThirdParty; + var _DebugSourceThirdPartyKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSourceThirdPartyKhr; + var _DebugSourceApplication = OpenTK.Graphics.ES20.KhrDebug.DebugSourceApplication; + var _DebugSourceApplicationKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSourceApplicationKhr; + var _DebugSourceOther = OpenTK.Graphics.ES20.KhrDebug.DebugSourceOther; + var _DebugSourceOtherKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSourceOtherKhr; + var _DebugTypeError = OpenTK.Graphics.ES20.KhrDebug.DebugTypeError; + var _DebugTypeErrorKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypeErrorKhr; + var _DebugTypeDeprecatedBehavior = OpenTK.Graphics.ES20.KhrDebug.DebugTypeDeprecatedBehavior; + var _DebugTypeDeprecatedBehaviorKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypeDeprecatedBehaviorKhr; + var _DebugTypeUndefinedBehavior = OpenTK.Graphics.ES20.KhrDebug.DebugTypeUndefinedBehavior; + var _DebugTypeUndefinedBehaviorKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypeUndefinedBehaviorKhr; + var _DebugTypePortability = OpenTK.Graphics.ES20.KhrDebug.DebugTypePortability; + var _DebugTypePortabilityKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypePortabilityKhr; + var _DebugTypePerformance = OpenTK.Graphics.ES20.KhrDebug.DebugTypePerformance; + var _DebugTypePerformanceKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypePerformanceKhr; + var _DebugTypeOther = OpenTK.Graphics.ES20.KhrDebug.DebugTypeOther; + var _DebugTypeOtherKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypeOtherKhr; + var _DebugTypeMarker = OpenTK.Graphics.ES20.KhrDebug.DebugTypeMarker; + var _DebugTypeMarkerKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypeMarkerKhr; + var _DebugTypePushGroup = OpenTK.Graphics.ES20.KhrDebug.DebugTypePushGroup; + var _DebugTypePushGroupKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypePushGroupKhr; + var _DebugTypePopGroup = OpenTK.Graphics.ES20.KhrDebug.DebugTypePopGroup; + var _DebugTypePopGroupKhr = OpenTK.Graphics.ES20.KhrDebug.DebugTypePopGroupKhr; + var _DebugSeverityNotification = OpenTK.Graphics.ES20.KhrDebug.DebugSeverityNotification; + var _DebugSeverityNotificationKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSeverityNotificationKhr; + var _MaxDebugGroupStackDepth = OpenTK.Graphics.ES20.KhrDebug.MaxDebugGroupStackDepth; + var _MaxDebugGroupStackDepthKhr = OpenTK.Graphics.ES20.KhrDebug.MaxDebugGroupStackDepthKhr; + var _DebugGroupStackDepth = OpenTK.Graphics.ES20.KhrDebug.DebugGroupStackDepth; + var _DebugGroupStackDepthKhr = OpenTK.Graphics.ES20.KhrDebug.DebugGroupStackDepthKhr; + var _Buffer = OpenTK.Graphics.ES20.KhrDebug.Buffer; + var _BufferKhr = OpenTK.Graphics.ES20.KhrDebug.BufferKhr; + var _Shader = OpenTK.Graphics.ES20.KhrDebug.Shader; + var _ShaderKhr = OpenTK.Graphics.ES20.KhrDebug.ShaderKhr; + var _Program = OpenTK.Graphics.ES20.KhrDebug.Program; + var _ProgramKhr = OpenTK.Graphics.ES20.KhrDebug.ProgramKhr; + var _Query = OpenTK.Graphics.ES20.KhrDebug.Query; + var _QueryKhr = OpenTK.Graphics.ES20.KhrDebug.QueryKhr; + var _ProgramPipeline = OpenTK.Graphics.ES20.KhrDebug.ProgramPipeline; + var _Sampler = OpenTK.Graphics.ES20.KhrDebug.Sampler; + var _SamplerKhr = OpenTK.Graphics.ES20.KhrDebug.SamplerKhr; + var _DisplayList = OpenTK.Graphics.ES20.KhrDebug.DisplayList; + var _MaxLabelLength = OpenTK.Graphics.ES20.KhrDebug.MaxLabelLength; + var _MaxLabelLengthKhr = OpenTK.Graphics.ES20.KhrDebug.MaxLabelLengthKhr; + var _MaxDebugMessageLength = OpenTK.Graphics.ES20.KhrDebug.MaxDebugMessageLength; + var _MaxDebugMessageLengthKhr = OpenTK.Graphics.ES20.KhrDebug.MaxDebugMessageLengthKhr; + var _MaxDebugLoggedMessages = OpenTK.Graphics.ES20.KhrDebug.MaxDebugLoggedMessages; + var _MaxDebugLoggedMessagesKhr = OpenTK.Graphics.ES20.KhrDebug.MaxDebugLoggedMessagesKhr; + var _DebugLoggedMessages = OpenTK.Graphics.ES20.KhrDebug.DebugLoggedMessages; + var _DebugLoggedMessagesKhr = OpenTK.Graphics.ES20.KhrDebug.DebugLoggedMessagesKhr; + var _DebugSeverityHigh = OpenTK.Graphics.ES20.KhrDebug.DebugSeverityHigh; + var _DebugSeverityHighKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSeverityHighKhr; + var _DebugSeverityMedium = OpenTK.Graphics.ES20.KhrDebug.DebugSeverityMedium; + var _DebugSeverityMediumKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSeverityMediumKhr; + var _DebugSeverityLow = OpenTK.Graphics.ES20.KhrDebug.DebugSeverityLow; + var _DebugSeverityLowKhr = OpenTK.Graphics.ES20.KhrDebug.DebugSeverityLowKhr; + var _DebugOutput = OpenTK.Graphics.ES20.KhrDebug.DebugOutput; + var _DebugOutputKhr = OpenTK.Graphics.ES20.KhrDebug.DebugOutputKhr; +} +static void Test_KhrTextureCompressionAstcHdr_20089() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcHdr.CompressedSrgb8Alpha8Astc12X12Khr; +} +static void Test_KhrTextureCompressionAstcLdr_20090() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedRgbaAstc12X12Khr; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.ES20.KhrTextureCompressionAstcLdr.CompressedSrgb8Alpha8Astc12X12Khr; +} +static void Test_LightEnvModeSgix_20091() { + var _Add = OpenTK.Graphics.ES20.LightEnvModeSgix.Add; + var _Replace = OpenTK.Graphics.ES20.LightEnvModeSgix.Replace; + var _Modulate = OpenTK.Graphics.ES20.LightEnvModeSgix.Modulate; +} +static void Test_LightEnvParameterSgix_20092() { + var _LightEnvModeSgix = OpenTK.Graphics.ES20.LightEnvParameterSgix.LightEnvModeSgix; +} +static void Test_LightModelColorControl_20093() { + var _SingleColor = OpenTK.Graphics.ES20.LightModelColorControl.SingleColor; + var _SingleColorExt = OpenTK.Graphics.ES20.LightModelColorControl.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.ES20.LightModelColorControl.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.ES20.LightModelColorControl.SeparateSpecularColorExt; +} +static void Test_LightModelParameter_20094() { + var _LightModelLocalViewer = OpenTK.Graphics.ES20.LightModelParameter.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES20.LightModelParameter.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES20.LightModelParameter.LightModelAmbient; + var _LightModelColorControl = OpenTK.Graphics.ES20.LightModelParameter.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.ES20.LightModelParameter.LightModelColorControlExt; +} +static void Test_LightName_20095() { + var _Light0 = OpenTK.Graphics.ES20.LightName.Light0; + var _Light1 = OpenTK.Graphics.ES20.LightName.Light1; + var _Light2 = OpenTK.Graphics.ES20.LightName.Light2; + var _Light3 = OpenTK.Graphics.ES20.LightName.Light3; + var _Light4 = OpenTK.Graphics.ES20.LightName.Light4; + var _Light5 = OpenTK.Graphics.ES20.LightName.Light5; + var _Light6 = OpenTK.Graphics.ES20.LightName.Light6; + var _Light7 = OpenTK.Graphics.ES20.LightName.Light7; + var _FragmentLight0Sgix = OpenTK.Graphics.ES20.LightName.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES20.LightName.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES20.LightName.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES20.LightName.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES20.LightName.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES20.LightName.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES20.LightName.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES20.LightName.FragmentLight7Sgix; +} +static void Test_LightParameter_20096() { + var _Ambient = OpenTK.Graphics.ES20.LightParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES20.LightParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES20.LightParameter.Specular; + var _Position = OpenTK.Graphics.ES20.LightParameter.Position; + var _SpotDirection = OpenTK.Graphics.ES20.LightParameter.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES20.LightParameter.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES20.LightParameter.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES20.LightParameter.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES20.LightParameter.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES20.LightParameter.QuadraticAttenuation; +} +static void Test_ListMode_20097() { + var _Compile = OpenTK.Graphics.ES20.ListMode.Compile; + var _CompileAndExecute = OpenTK.Graphics.ES20.ListMode.CompileAndExecute; +} +static void Test_ListNameType_20098() { + var _Byte = OpenTK.Graphics.ES20.ListNameType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES20.ListNameType.UnsignedByte; + var _Short = OpenTK.Graphics.ES20.ListNameType.Short; + var _UnsignedShort = OpenTK.Graphics.ES20.ListNameType.UnsignedShort; + var _Int = OpenTK.Graphics.ES20.ListNameType.Int; + var _UnsignedInt = OpenTK.Graphics.ES20.ListNameType.UnsignedInt; + var _Float = OpenTK.Graphics.ES20.ListNameType.Float; + var _Gl2Bytes = OpenTK.Graphics.ES20.ListNameType.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.ES20.ListNameType.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.ES20.ListNameType.Gl4Bytes; +} +static void Test_ListParameterName_20099() { + var _ListPrioritySgix = OpenTK.Graphics.ES20.ListParameterName.ListPrioritySgix; +} +static void Test_LogicOp_20100() { + var _Clear = OpenTK.Graphics.ES20.LogicOp.Clear; + var _And = OpenTK.Graphics.ES20.LogicOp.And; + var _AndReverse = OpenTK.Graphics.ES20.LogicOp.AndReverse; + var _Copy = OpenTK.Graphics.ES20.LogicOp.Copy; + var _AndInverted = OpenTK.Graphics.ES20.LogicOp.AndInverted; + var _Noop = OpenTK.Graphics.ES20.LogicOp.Noop; + var _Xor = OpenTK.Graphics.ES20.LogicOp.Xor; + var _Or = OpenTK.Graphics.ES20.LogicOp.Or; + var _Nor = OpenTK.Graphics.ES20.LogicOp.Nor; + var _Equiv = OpenTK.Graphics.ES20.LogicOp.Equiv; + var _Invert = OpenTK.Graphics.ES20.LogicOp.Invert; + var _OrReverse = OpenTK.Graphics.ES20.LogicOp.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES20.LogicOp.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES20.LogicOp.OrInverted; + var _Nand = OpenTK.Graphics.ES20.LogicOp.Nand; + var _Set = OpenTK.Graphics.ES20.LogicOp.Set; +} +static void Test_MapBufferUsageMask_20101() { + var _MapReadBit = OpenTK.Graphics.ES20.MapBufferUsageMask.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.ES20.MapBufferUsageMask.MapReadBitExt; + var _MapWriteBit = OpenTK.Graphics.ES20.MapBufferUsageMask.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.ES20.MapBufferUsageMask.MapWriteBitExt; + var _MapInvalidateRangeBit = OpenTK.Graphics.ES20.MapBufferUsageMask.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES20.MapBufferUsageMask.MapInvalidateRangeBitExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.ES20.MapBufferUsageMask.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES20.MapBufferUsageMask.MapInvalidateBufferBitExt; + var _MapFlushExplicitBit = OpenTK.Graphics.ES20.MapBufferUsageMask.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES20.MapBufferUsageMask.MapFlushExplicitBitExt; + var _MapUnsynchronizedBit = OpenTK.Graphics.ES20.MapBufferUsageMask.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES20.MapBufferUsageMask.MapUnsynchronizedBitExt; + var _MapPersistentBit = OpenTK.Graphics.ES20.MapBufferUsageMask.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.ES20.MapBufferUsageMask.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.ES20.MapBufferUsageMask.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.ES20.MapBufferUsageMask.ClientStorageBit; +} +static void Test_MapTarget_20102() { + var _Map1Color4 = OpenTK.Graphics.ES20.MapTarget.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES20.MapTarget.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES20.MapTarget.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES20.MapTarget.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES20.MapTarget.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES20.MapTarget.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES20.MapTarget.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES20.MapTarget.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES20.MapTarget.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES20.MapTarget.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES20.MapTarget.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES20.MapTarget.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES20.MapTarget.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES20.MapTarget.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES20.MapTarget.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES20.MapTarget.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES20.MapTarget.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES20.MapTarget.Map2Vertex4; + var _GeometryDeformationSgix = OpenTK.Graphics.ES20.MapTarget.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES20.MapTarget.TextureDeformationSgix; +} +static void Test_MapTextureFormatIntel_20103() { + var _LayoutDefaultIntel = OpenTK.Graphics.ES20.MapTextureFormatIntel.LayoutDefaultIntel; + var _LayoutLinearIntel = OpenTK.Graphics.ES20.MapTextureFormatIntel.LayoutLinearIntel; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.ES20.MapTextureFormatIntel.LayoutLinearCpuCachedIntel; +} +static void Test_MaterialFace_20104() { + var _Front = OpenTK.Graphics.ES20.MaterialFace.Front; + var _Back = OpenTK.Graphics.ES20.MaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.ES20.MaterialFace.FrontAndBack; +} +static void Test_MaterialParameter_20105() { + var _Ambient = OpenTK.Graphics.ES20.MaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES20.MaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES20.MaterialParameter.Specular; + var _Emission = OpenTK.Graphics.ES20.MaterialParameter.Emission; + var _Shininess = OpenTK.Graphics.ES20.MaterialParameter.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES20.MaterialParameter.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.ES20.MaterialParameter.ColorIndexes; +} +static void Test_MatrixMode_20106() { + var _Modelview = OpenTK.Graphics.ES20.MatrixMode.Modelview; + var _Modelview0Ext = OpenTK.Graphics.ES20.MatrixMode.Modelview0Ext; + var _Projection = OpenTK.Graphics.ES20.MatrixMode.Projection; + var _Texture = OpenTK.Graphics.ES20.MatrixMode.Texture; +} +static void Test_MemoryBarrierMask_20107() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.VertexAttribArrayBarrierBitExt; + var _ElementArrayBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.ElementArrayBarrierBitExt; + var _UniformBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.UniformBarrierBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.TextureFetchBarrierBitExt; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.ES20.MemoryBarrierMask.ShaderGlobalAccessBarrierBitNv; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.ShaderImageAccessBarrierBitExt; + var _CommandBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.CommandBarrierBitExt; + var _PixelBufferBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.PixelBufferBarrierBitExt; + var _TextureUpdateBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.TextureUpdateBarrierBitExt; + var _BufferUpdateBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.BufferUpdateBarrierBitExt; + var _FramebufferBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.FramebufferBarrierBitExt; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.TransformFeedbackBarrierBitExt; + var _AtomicCounterBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.ES20.MemoryBarrierMask.AtomicCounterBarrierBitExt; + var _ShaderStorageBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.ES20.MemoryBarrierMask.QueryBufferBarrierBit; + var _AllBarrierBits = OpenTK.Graphics.ES20.MemoryBarrierMask.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.ES20.MemoryBarrierMask.AllBarrierBitsExt; +} +static void Test_MeshMode1_20108() { + var _Point = OpenTK.Graphics.ES20.MeshMode1.Point; + var _Line = OpenTK.Graphics.ES20.MeshMode1.Line; +} +static void Test_MeshMode2_20109() { + var _Point = OpenTK.Graphics.ES20.MeshMode2.Point; + var _Line = OpenTK.Graphics.ES20.MeshMode2.Line; + var _Fill = OpenTK.Graphics.ES20.MeshMode2.Fill; +} +static void Test_MinmaxTargetExt_20110() { + var _Minmax = OpenTK.Graphics.ES20.MinmaxTargetExt.Minmax; + var _MinmaxExt = OpenTK.Graphics.ES20.MinmaxTargetExt.MinmaxExt; +} +static void Test_NormalPointerType_20111() { + var _Byte = OpenTK.Graphics.ES20.NormalPointerType.Byte; + var _Short = OpenTK.Graphics.ES20.NormalPointerType.Short; + var _Int = OpenTK.Graphics.ES20.NormalPointerType.Int; + var _Float = OpenTK.Graphics.ES20.NormalPointerType.Float; + var _Double = OpenTK.Graphics.ES20.NormalPointerType.Double; +} +static void Test_NvBlendEquationAdvanced_20112() { + var _Zero = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.Zero; + var _XorNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.XorNv; + var _Invert = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.Invert; + var _RedNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.RedNv; + var _GreenNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.GreenNv; + var _BlueNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.BlueNv; + var _BlendPremultipliedSrcNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.BlendPremultipliedSrcNv; + var _BlendOverlapNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.BlendOverlapNv; + var _UncorrelatedNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.UncorrelatedNv; + var _DisjointNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.DisjointNv; + var _ConjointNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.ConjointNv; + var _SrcNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.SrcNv; + var _DstNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.DstNv; + var _SrcOverNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.SrcOverNv; + var _DstOverNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.DstOverNv; + var _SrcInNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.SrcInNv; + var _DstInNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.DstInNv; + var _SrcOutNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.SrcOutNv; + var _DstOutNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.DstOutNv; + var _SrcAtopNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.SrcAtopNv; + var _DstAtopNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.DstAtopNv; + var _PlusNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.PlusNv; + var _PlusDarkerNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.PlusDarkerNv; + var _MultiplyNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.MultiplyNv; + var _ScreenNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.ScreenNv; + var _OverlayNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.OverlayNv; + var _DarkenNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.DarkenNv; + var _LightenNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.LightenNv; + var _ColordodgeNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.ColordodgeNv; + var _ColorburnNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.ColorburnNv; + var _HardlightNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.HardlightNv; + var _SoftlightNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.SoftlightNv; + var _DifferenceNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.DifferenceNv; + var _MinusNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.MinusNv; + var _ExclusionNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.ExclusionNv; + var _ContrastNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.ContrastNv; + var _InvertRgbNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.InvertRgbNv; + var _LineardodgeNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.LineardodgeNv; + var _LinearburnNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.LinearburnNv; + var _VividlightNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.VividlightNv; + var _LinearlightNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.LinearlightNv; + var _PinlightNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.PinlightNv; + var _HardmixNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.HardmixNv; + var _HslHueNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.HslHueNv; + var _HslSaturationNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.HslSaturationNv; + var _HslColorNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.HslColorNv; + var _HslLuminosityNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.HslLuminosityNv; + var _PlusClampedNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.PlusClampedNv; + var _PlusClampedAlphaNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.PlusClampedAlphaNv; + var _MinusClampedNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.MinusClampedNv; + var _InvertOvgNv = OpenTK.Graphics.ES20.NvBlendEquationAdvanced.InvertOvgNv; +} +static void Test_NvBlendEquationAdvancedCoherent_20113() { + var _BlendAdvancedCoherentNv = OpenTK.Graphics.ES20.NvBlendEquationAdvancedCoherent.BlendAdvancedCoherentNv; +} +static void Test_NvCopyBuffer_20114() { + var _CopyReadBufferNv = OpenTK.Graphics.ES20.NvCopyBuffer.CopyReadBufferNv; + var _CopyWriteBufferNv = OpenTK.Graphics.ES20.NvCopyBuffer.CopyWriteBufferNv; +} +static void Test_NvCoverageSample_20115() { + var _CoverageBufferBitNv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageBufferBitNv; + var _CoverageComponentNv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageComponentNv; + var _CoverageComponent4Nv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageComponent4Nv; + var _CoverageAttachmentNv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageAttachmentNv; + var _CoverageBuffersNv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageBuffersNv; + var _CoverageSamplesNv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageSamplesNv; + var _CoverageAllFragmentsNv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageAllFragmentsNv; + var _CoverageEdgeFragmentsNv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageEdgeFragmentsNv; + var _CoverageAutomaticNv = OpenTK.Graphics.ES20.NvCoverageSample.CoverageAutomaticNv; +} +static void Test_NvDepthNonlinear_20116() { + var _DepthComponent16NonlinearNv = OpenTK.Graphics.ES20.NvDepthNonlinear.DepthComponent16NonlinearNv; +} +static void Test_NvDrawBuffers_20117() { + var _MaxDrawBuffersNv = OpenTK.Graphics.ES20.NvDrawBuffers.MaxDrawBuffersNv; + var _DrawBuffer0Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer0Nv; + var _DrawBuffer1Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer1Nv; + var _DrawBuffer2Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer2Nv; + var _DrawBuffer3Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer3Nv; + var _DrawBuffer4Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer4Nv; + var _DrawBuffer5Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer5Nv; + var _DrawBuffer6Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer6Nv; + var _DrawBuffer7Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer7Nv; + var _DrawBuffer8Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer8Nv; + var _DrawBuffer9Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer9Nv; + var _DrawBuffer10Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer10Nv; + var _DrawBuffer11Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer11Nv; + var _DrawBuffer12Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer12Nv; + var _DrawBuffer13Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer13Nv; + var _DrawBuffer14Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer14Nv; + var _DrawBuffer15Nv = OpenTK.Graphics.ES20.NvDrawBuffers.DrawBuffer15Nv; + var _ColorAttachment0Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment0Nv; + var _ColorAttachment1Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment1Nv; + var _ColorAttachment2Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment2Nv; + var _ColorAttachment3Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment3Nv; + var _ColorAttachment4Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment4Nv; + var _ColorAttachment5Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment5Nv; + var _ColorAttachment6Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment6Nv; + var _ColorAttachment7Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment7Nv; + var _ColorAttachment8Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment8Nv; + var _ColorAttachment9Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment9Nv; + var _ColorAttachment10Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment10Nv; + var _ColorAttachment11Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment11Nv; + var _ColorAttachment12Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment12Nv; + var _ColorAttachment13Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment13Nv; + var _ColorAttachment14Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment14Nv; + var _ColorAttachment15Nv = OpenTK.Graphics.ES20.NvDrawBuffers.ColorAttachment15Nv; +} +static void Test_NvDrawInstanced_20118() { +} +static void Test_NvExplicitAttribLocation_20119() { +} +static void Test_NvFboColorAttachments_20120() { + var _MaxColorAttachmentsNv = OpenTK.Graphics.ES20.NvFboColorAttachments.MaxColorAttachmentsNv; + var _ColorAttachment0Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment0Nv; + var _ColorAttachment1Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment1Nv; + var _ColorAttachment2Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment2Nv; + var _ColorAttachment3Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment3Nv; + var _ColorAttachment4Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment4Nv; + var _ColorAttachment5Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment5Nv; + var _ColorAttachment6Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment6Nv; + var _ColorAttachment7Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment7Nv; + var _ColorAttachment8Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment8Nv; + var _ColorAttachment9Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment9Nv; + var _ColorAttachment10Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment10Nv; + var _ColorAttachment11Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment11Nv; + var _ColorAttachment12Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment12Nv; + var _ColorAttachment13Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment13Nv; + var _ColorAttachment14Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment14Nv; + var _ColorAttachment15Nv = OpenTK.Graphics.ES20.NvFboColorAttachments.ColorAttachment15Nv; +} +static void Test_NvFence_20121() { + var _AllCompletedNv = OpenTK.Graphics.ES20.NvFence.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.ES20.NvFence.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.ES20.NvFence.FenceConditionNv; +} +static void Test_NvFramebufferBlit_20122() { + var _DrawFramebufferBindingNv = OpenTK.Graphics.ES20.NvFramebufferBlit.DrawFramebufferBindingNv; + var _ReadFramebufferNv = OpenTK.Graphics.ES20.NvFramebufferBlit.ReadFramebufferNv; + var _DrawFramebufferNv = OpenTK.Graphics.ES20.NvFramebufferBlit.DrawFramebufferNv; + var _ReadFramebufferBindingNv = OpenTK.Graphics.ES20.NvFramebufferBlit.ReadFramebufferBindingNv; +} +static void Test_NvFramebufferMultisample_20123() { + var _RenderbufferSamplesNv = OpenTK.Graphics.ES20.NvFramebufferMultisample.RenderbufferSamplesNv; + var _FramebufferIncompleteMultisampleNv = OpenTK.Graphics.ES20.NvFramebufferMultisample.FramebufferIncompleteMultisampleNv; + var _MaxSamplesNv = OpenTK.Graphics.ES20.NvFramebufferMultisample.MaxSamplesNv; +} +static void Test_NvGenerateMipmapSrgb_20124() { +} +static void Test_NvInstancedArrays_20125() { + var _VertexAttribArrayDivisorNv = OpenTK.Graphics.ES20.NvInstancedArrays.VertexAttribArrayDivisorNv; +} +static void Test_NvNonSquareMatrices_20126() { + var _FloatMat2x3Nv = OpenTK.Graphics.ES20.NvNonSquareMatrices.FloatMat2x3Nv; + var _FloatMat2x4Nv = OpenTK.Graphics.ES20.NvNonSquareMatrices.FloatMat2x4Nv; + var _FloatMat3x2Nv = OpenTK.Graphics.ES20.NvNonSquareMatrices.FloatMat3x2Nv; + var _FloatMat3x4Nv = OpenTK.Graphics.ES20.NvNonSquareMatrices.FloatMat3x4Nv; + var _FloatMat4x2Nv = OpenTK.Graphics.ES20.NvNonSquareMatrices.FloatMat4x2Nv; + var _FloatMat4x3Nv = OpenTK.Graphics.ES20.NvNonSquareMatrices.FloatMat4x3Nv; +} +static void Test_NvReadBuffer_20127() { + var _ReadBufferNv = OpenTK.Graphics.ES20.NvReadBuffer.ReadBufferNv; +} +static void Test_NvReadBufferFront_20128() { +} +static void Test_NvReadDepth_20129() { +} +static void Test_NvReadDepthStencil_20130() { +} +static void Test_NvReadStencil_20131() { +} +static void Test_NvShadowSamplersArray_20132() { + var _Sampler2DArrayShadowNv = OpenTK.Graphics.ES20.NvShadowSamplersArray.Sampler2DArrayShadowNv; +} +static void Test_NvShadowSamplersCube_20133() { + var _SamplerCubeShadowNv = OpenTK.Graphics.ES20.NvShadowSamplersCube.SamplerCubeShadowNv; +} +static void Test_NvSrgbFormats_20134() { + var _Etc1Srgb8Nv = OpenTK.Graphics.ES20.NvSrgbFormats.Etc1Srgb8Nv; + var _Srgb8Nv = OpenTK.Graphics.ES20.NvSrgbFormats.Srgb8Nv; + var _SluminanceAlphaNv = OpenTK.Graphics.ES20.NvSrgbFormats.SluminanceAlphaNv; + var _Sluminance8Alpha8Nv = OpenTK.Graphics.ES20.NvSrgbFormats.Sluminance8Alpha8Nv; + var _SluminanceNv = OpenTK.Graphics.ES20.NvSrgbFormats.SluminanceNv; + var _Sluminance8Nv = OpenTK.Graphics.ES20.NvSrgbFormats.Sluminance8Nv; + var _CompressedSrgbS3tcDxt1Nv = OpenTK.Graphics.ES20.NvSrgbFormats.CompressedSrgbS3tcDxt1Nv; + var _CompressedSrgbAlphaS3tcDxt1Nv = OpenTK.Graphics.ES20.NvSrgbFormats.CompressedSrgbAlphaS3tcDxt1Nv; + var _CompressedSrgbAlphaS3tcDxt3Nv = OpenTK.Graphics.ES20.NvSrgbFormats.CompressedSrgbAlphaS3tcDxt3Nv; + var _CompressedSrgbAlphaS3tcDxt5Nv = OpenTK.Graphics.ES20.NvSrgbFormats.CompressedSrgbAlphaS3tcDxt5Nv; +} +static void Test_NvTextureBorderClamp_20135() { + var _TextureBorderColorNv = OpenTK.Graphics.ES20.NvTextureBorderClamp.TextureBorderColorNv; + var _ClampToBorderNv = OpenTK.Graphics.ES20.NvTextureBorderClamp.ClampToBorderNv; +} +static void Test_NvTextureCompressionS3tcUpdate_20136() { +} +static void Test_NvTextureNpot2DMipmap_20137() { +} +static void Test_ObjectLabelIdentifier_20138() { + var _Texture = OpenTK.Graphics.ES20.ObjectLabelIdentifier.Texture; + var _VertexArray = OpenTK.Graphics.ES20.ObjectLabelIdentifier.VertexArray; + var _Buffer = OpenTK.Graphics.ES20.ObjectLabelIdentifier.Buffer; + var _Shader = OpenTK.Graphics.ES20.ObjectLabelIdentifier.Shader; + var _Program = OpenTK.Graphics.ES20.ObjectLabelIdentifier.Program; + var _Query = OpenTK.Graphics.ES20.ObjectLabelIdentifier.Query; + var _ProgramPipeline = OpenTK.Graphics.ES20.ObjectLabelIdentifier.ProgramPipeline; + var _Sampler = OpenTK.Graphics.ES20.ObjectLabelIdentifier.Sampler; + var _Framebuffer = OpenTK.Graphics.ES20.ObjectLabelIdentifier.Framebuffer; + var _Renderbuffer = OpenTK.Graphics.ES20.ObjectLabelIdentifier.Renderbuffer; +} +static void Test_OcclusionQueryEventMaskAmd_20139() { + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.ES20.OcclusionQueryEventMaskAmd.QueryDepthPassEventBitAmd; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.ES20.OcclusionQueryEventMaskAmd.QueryDepthFailEventBitAmd; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.ES20.OcclusionQueryEventMaskAmd.QueryStencilFailEventBitAmd; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.ES20.OcclusionQueryEventMaskAmd.QueryDepthBoundsFailEventBitAmd; + var _QueryAllEventBitsAmd = OpenTK.Graphics.ES20.OcclusionQueryEventMaskAmd.QueryAllEventBitsAmd; +} +static void Test_OesCompressedEtc1Rgb8Texture_20140() { + var _Etc1Rgb8Oes = OpenTK.Graphics.ES20.OesCompressedEtc1Rgb8Texture.Etc1Rgb8Oes; +} +static void Test_OesCompressedPalettedTexture_20141() { + var _Palette4Rgb8Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES20.OesCompressedPalettedTexture.Palette8Rgb5A1Oes; +} +static void Test_OesDepth24_20142() { + var _DepthComponent24Oes = OpenTK.Graphics.ES20.OesDepth24.DepthComponent24Oes; +} +static void Test_OesDepth32_20143() { + var _DepthComponent32Oes = OpenTK.Graphics.ES20.OesDepth32.DepthComponent32Oes; +} +static void Test_OesDepthTexture_20144() { + var _UnsignedShort = OpenTK.Graphics.ES20.OesDepthTexture.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.ES20.OesDepthTexture.UnsignedInt; + var _DepthComponent = OpenTK.Graphics.ES20.OesDepthTexture.DepthComponent; +} +static void Test_OesEglImage_20145() { +} +static void Test_OesEglImageExternal_20146() { + var _TextureExternalOes = OpenTK.Graphics.ES20.OesEglImageExternal.TextureExternalOes; + var _SamplerExternalOes = OpenTK.Graphics.ES20.OesEglImageExternal.SamplerExternalOes; + var _TextureBindingExternalOes = OpenTK.Graphics.ES20.OesEglImageExternal.TextureBindingExternalOes; + var _RequiredTextureImageUnitsOes = OpenTK.Graphics.ES20.OesEglImageExternal.RequiredTextureImageUnitsOes; +} +static void Test_OesElementIndexUint_20147() { + var _UnsignedInt = OpenTK.Graphics.ES20.OesElementIndexUint.UnsignedInt; +} +static void Test_OesFboRenderMipmap_20148() { +} +static void Test_OesFragmentPrecisionHigh_20149() { +} +static void Test_OesGetProgramBinary_20150() { + var _ProgramBinaryLengthOes = OpenTK.Graphics.ES20.OesGetProgramBinary.ProgramBinaryLengthOes; + var _NumProgramBinaryFormatsOes = OpenTK.Graphics.ES20.OesGetProgramBinary.NumProgramBinaryFormatsOes; + var _ProgramBinaryFormatsOes = OpenTK.Graphics.ES20.OesGetProgramBinary.ProgramBinaryFormatsOes; +} +static void Test_OesMapbuffer_20151() { + var _WriteOnlyOes = OpenTK.Graphics.ES20.OesMapbuffer.WriteOnlyOes; + var _BufferAccessOes = OpenTK.Graphics.ES20.OesMapbuffer.BufferAccessOes; + var _BufferMappedOes = OpenTK.Graphics.ES20.OesMapbuffer.BufferMappedOes; + var _BufferMapPointerOes = OpenTK.Graphics.ES20.OesMapbuffer.BufferMapPointerOes; +} +static void Test_OesPackedDepthStencil_20152() { + var _DepthStencilOes = OpenTK.Graphics.ES20.OesPackedDepthStencil.DepthStencilOes; + var _UnsignedInt248Oes = OpenTK.Graphics.ES20.OesPackedDepthStencil.UnsignedInt248Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES20.OesPackedDepthStencil.Depth24Stencil8Oes; +} +static void Test_OesRequiredInternalformat_20153() { + var _Alpha8Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Alpha8Oes; + var _Luminance8Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Luminance8Oes; + var _Luminance4Alpha4Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Luminance4Alpha4Oes; + var _Luminance8Alpha8Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Luminance8Alpha8Oes; + var _Rgb8Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Rgb8Oes; + var _Rgb10Ext = OpenTK.Graphics.ES20.OesRequiredInternalformat.Rgb10Ext; + var _Rgba4Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Rgba4Oes; + var _Rgb5A1Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Rgb5A1Oes; + var _Rgba8Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Rgba8Oes; + var _Rgb10A2Ext = OpenTK.Graphics.ES20.OesRequiredInternalformat.Rgb10A2Ext; + var _DepthComponent16Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.DepthComponent16Oes; + var _DepthComponent24Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.DepthComponent24Oes; + var _DepthComponent32Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.DepthComponent32Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Depth24Stencil8Oes; + var _Rgb565Oes = OpenTK.Graphics.ES20.OesRequiredInternalformat.Rgb565Oes; +} +static void Test_OesRgb8Rgba8_20154() { + var _Rgb8Oes = OpenTK.Graphics.ES20.OesRgb8Rgba8.Rgb8Oes; + var _Rgba8Oes = OpenTK.Graphics.ES20.OesRgb8Rgba8.Rgba8Oes; +} +static void Test_OesSampleShading_20155() { + var _SampleShadingOes = OpenTK.Graphics.ES20.OesSampleShading.SampleShadingOes; + var _MinSampleShadingValueOes = OpenTK.Graphics.ES20.OesSampleShading.MinSampleShadingValueOes; +} +static void Test_OesSampleVariables_20156() { +} +static void Test_OesShaderImageAtomic_20157() { +} +static void Test_OesShaderMultisampleInterpolation_20158() { + var _MinFragmentInterpolationOffsetOes = OpenTK.Graphics.ES20.OesShaderMultisampleInterpolation.MinFragmentInterpolationOffsetOes; + var _MaxFragmentInterpolationOffsetOes = OpenTK.Graphics.ES20.OesShaderMultisampleInterpolation.MaxFragmentInterpolationOffsetOes; + var _FragmentInterpolationOffsetBitsOes = OpenTK.Graphics.ES20.OesShaderMultisampleInterpolation.FragmentInterpolationOffsetBitsOes; +} +static void Test_OesStandardDerivatives_20159() { + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.ES20.OesStandardDerivatives.FragmentShaderDerivativeHintOes; +} +static void Test_OesStencil1_20160() { + var _StencilIndex1Oes = OpenTK.Graphics.ES20.OesStencil1.StencilIndex1Oes; +} +static void Test_OesStencil4_20161() { + var _StencilIndex4Oes = OpenTK.Graphics.ES20.OesStencil4.StencilIndex4Oes; +} +static void Test_OesSurfacelessContext_20162() { + var _FramebufferUndefinedOes = OpenTK.Graphics.ES20.OesSurfacelessContext.FramebufferUndefinedOes; +} +static void Test_OesTexture3D_20163() { + var _TextureBinding3DOes = OpenTK.Graphics.ES20.OesTexture3D.TextureBinding3DOes; + var _Texture3DOes = OpenTK.Graphics.ES20.OesTexture3D.Texture3DOes; + var _TextureWrapROes = OpenTK.Graphics.ES20.OesTexture3D.TextureWrapROes; + var _Max3DTextureSizeOes = OpenTK.Graphics.ES20.OesTexture3D.Max3DTextureSizeOes; + var _Sampler3DOes = OpenTK.Graphics.ES20.OesTexture3D.Sampler3DOes; + var _FramebufferAttachmentTexture3DZoffsetOes = OpenTK.Graphics.ES20.OesTexture3D.FramebufferAttachmentTexture3DZoffsetOes; +} +static void Test_OesTextureCompressionAstc_20164() { + var _CompressedRgbaAstc4X4Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc4X4Khr; + var _CompressedRgbaAstc5X4Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc5X4Khr; + var _CompressedRgbaAstc5X5Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc5X5Khr; + var _CompressedRgbaAstc6X5Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc6X5Khr; + var _CompressedRgbaAstc6X6Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc6X6Khr; + var _CompressedRgbaAstc8X5Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc8X5Khr; + var _CompressedRgbaAstc8X6Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc8X6Khr; + var _CompressedRgbaAstc8X8Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc8X8Khr; + var _CompressedRgbaAstc10X5Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc10X5Khr; + var _CompressedRgbaAstc10X6Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc10X6Khr; + var _CompressedRgbaAstc10X8Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc10X8Khr; + var _CompressedRgbaAstc10X10Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc10X10Khr; + var _CompressedRgbaAstc12X10Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc12X10Khr; + var _CompressedRgbaAstc12X12Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc12X12Khr; + var _CompressedRgbaAstc3X3x3Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc3X3x3Oes; + var _CompressedRgbaAstc4X3x3Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc4X3x3Oes; + var _CompressedRgbaAstc4X4x3Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc4X4x3Oes; + var _CompressedRgbaAstc4X4x4Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc4X4x4Oes; + var _CompressedRgbaAstc5X4x4Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc5X4x4Oes; + var _CompressedRgbaAstc5X5x4Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc5X5x4Oes; + var _CompressedRgbaAstc5X5x5Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc5X5x5Oes; + var _CompressedRgbaAstc6X5x5Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc6X5x5Oes; + var _CompressedRgbaAstc6X6x5Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc6X6x5Oes; + var _CompressedRgbaAstc6X6x6Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedRgbaAstc6X6x6Oes; + var _CompressedSrgb8Alpha8Astc4X4Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc4X4Khr; + var _CompressedSrgb8Alpha8Astc5X4Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X4Khr; + var _CompressedSrgb8Alpha8Astc5X5Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X5Khr; + var _CompressedSrgb8Alpha8Astc6X5Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X5Khr; + var _CompressedSrgb8Alpha8Astc6X6Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X6Khr; + var _CompressedSrgb8Alpha8Astc8X5Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc8X5Khr; + var _CompressedSrgb8Alpha8Astc8X6Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc8X6Khr; + var _CompressedSrgb8Alpha8Astc8X8Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc8X8Khr; + var _CompressedSrgb8Alpha8Astc10X5Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc10X5Khr; + var _CompressedSrgb8Alpha8Astc10X6Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc10X6Khr; + var _CompressedSrgb8Alpha8Astc10X8Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc10X8Khr; + var _CompressedSrgb8Alpha8Astc10X10Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc10X10Khr; + var _CompressedSrgb8Alpha8Astc12X10Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc12X10Khr; + var _CompressedSrgb8Alpha8Astc12X12Khr = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc12X12Khr; + var _CompressedSrgb8Alpha8Astc3X3x3Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc3X3x3Oes; + var _CompressedSrgb8Alpha8Astc4X3x3Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc4X3x3Oes; + var _CompressedSrgb8Alpha8Astc4X4x3Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc4X4x3Oes; + var _CompressedSrgb8Alpha8Astc4X4x4Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc4X4x4Oes; + var _CompressedSrgb8Alpha8Astc5X4x4Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X4x4Oes; + var _CompressedSrgb8Alpha8Astc5X5x4Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X5x4Oes; + var _CompressedSrgb8Alpha8Astc5X5x5Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc5X5x5Oes; + var _CompressedSrgb8Alpha8Astc6X5x5Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X5x5Oes; + var _CompressedSrgb8Alpha8Astc6X6x5Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X6x5Oes; + var _CompressedSrgb8Alpha8Astc6X6x6Oes = OpenTK.Graphics.ES20.OesTextureCompressionAstc.CompressedSrgb8Alpha8Astc6X6x6Oes; +} +static void Test_OesTextureFloat_20165() { + var _Float = OpenTK.Graphics.ES20.OesTextureFloat.Float; +} +static void Test_OesTextureFloatLinear_20166() { +} +static void Test_OesTextureHalfFloat_20167() { + var _HalfFloatOes = OpenTK.Graphics.ES20.OesTextureHalfFloat.HalfFloatOes; +} +static void Test_OesTextureHalfFloatLinear_20168() { +} +static void Test_OesTextureNpot_20169() { +} +static void Test_OesTextureStencil8_20170() { + var _StencilIndexOes = OpenTK.Graphics.ES20.OesTextureStencil8.StencilIndexOes; + var _StencilIndex8Oes = OpenTK.Graphics.ES20.OesTextureStencil8.StencilIndex8Oes; +} +static void Test_OesTextureStorageMultisample2dArray_20171() { + var _Texture2DMultisampleArrayOes = OpenTK.Graphics.ES20.OesTextureStorageMultisample2dArray.Texture2DMultisampleArrayOes; + var _TextureBinding2DMultisampleArrayOes = OpenTK.Graphics.ES20.OesTextureStorageMultisample2dArray.TextureBinding2DMultisampleArrayOes; + var _Sampler2DMultisampleArrayOes = OpenTK.Graphics.ES20.OesTextureStorageMultisample2dArray.Sampler2DMultisampleArrayOes; + var _IntSampler2DMultisampleArrayOes = OpenTK.Graphics.ES20.OesTextureStorageMultisample2dArray.IntSampler2DMultisampleArrayOes; + var _UnsignedIntSampler2DMultisampleArrayOes = OpenTK.Graphics.ES20.OesTextureStorageMultisample2dArray.UnsignedIntSampler2DMultisampleArrayOes; +} +static void Test_OesVertexArrayObject_20172() { + var _VertexArrayBindingOes = OpenTK.Graphics.ES20.OesVertexArrayObject.VertexArrayBindingOes; +} +static void Test_OesVertexHalfFloat_20173() { + var _HalfFloatOes = OpenTK.Graphics.ES20.OesVertexHalfFloat.HalfFloatOes; +} +static void Test_OesVertexType1010102_20174() { + var _UnsignedInt1010102Oes = OpenTK.Graphics.ES20.OesVertexType1010102.UnsignedInt1010102Oes; + var _Int1010102Oes = OpenTK.Graphics.ES20.OesVertexType1010102.Int1010102Oes; +} +static void Test_PixelCopyType_20175() { + var _Color = OpenTK.Graphics.ES20.PixelCopyType.Color; + var _ColorExt = OpenTK.Graphics.ES20.PixelCopyType.ColorExt; + var _Depth = OpenTK.Graphics.ES20.PixelCopyType.Depth; + var _DepthExt = OpenTK.Graphics.ES20.PixelCopyType.DepthExt; + var _Stencil = OpenTK.Graphics.ES20.PixelCopyType.Stencil; + var _StencilExt = OpenTK.Graphics.ES20.PixelCopyType.StencilExt; +} +static void Test_PixelFormat_20176() { + var _UnsignedShort = OpenTK.Graphics.ES20.PixelFormat.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.ES20.PixelFormat.UnsignedInt; + var _ColorIndex = OpenTK.Graphics.ES20.PixelFormat.ColorIndex; + var _StencilIndex = OpenTK.Graphics.ES20.PixelFormat.StencilIndex; + var _DepthComponent = OpenTK.Graphics.ES20.PixelFormat.DepthComponent; + var _Red = OpenTK.Graphics.ES20.PixelFormat.Red; + var _RedExt = OpenTK.Graphics.ES20.PixelFormat.RedExt; + var _Green = OpenTK.Graphics.ES20.PixelFormat.Green; + var _Blue = OpenTK.Graphics.ES20.PixelFormat.Blue; + var _Alpha = OpenTK.Graphics.ES20.PixelFormat.Alpha; + var _Rgb = OpenTK.Graphics.ES20.PixelFormat.Rgb; + var _Rgba = OpenTK.Graphics.ES20.PixelFormat.Rgba; + var _Luminance = OpenTK.Graphics.ES20.PixelFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES20.PixelFormat.LuminanceAlpha; + var _AbgrExt = OpenTK.Graphics.ES20.PixelFormat.AbgrExt; + var _CmykExt = OpenTK.Graphics.ES20.PixelFormat.CmykExt; + var _CmykaExt = OpenTK.Graphics.ES20.PixelFormat.CmykaExt; + var _Ycrcb422Sgix = OpenTK.Graphics.ES20.PixelFormat.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.ES20.PixelFormat.Ycrcb444Sgix; +} +static void Test_PixelInternalFormat_20177() { + var _Alpha = OpenTK.Graphics.ES20.PixelInternalFormat.Alpha; + var _Rgb = OpenTK.Graphics.ES20.PixelInternalFormat.Rgb; + var _Rgba = OpenTK.Graphics.ES20.PixelInternalFormat.Rgba; + var _Luminance = OpenTK.Graphics.ES20.PixelInternalFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES20.PixelInternalFormat.LuminanceAlpha; +} +static void Test_PixelMap_20178() { + var _PixelMapIToI = OpenTK.Graphics.ES20.PixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES20.PixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES20.PixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES20.PixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES20.PixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES20.PixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES20.PixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES20.PixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES20.PixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES20.PixelMap.PixelMapAToA; +} +static void Test_PixelStoreParameter_20179() { + var _UnpackSwapBytes = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES20.PixelStoreParameter.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES20.PixelStoreParameter.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES20.PixelStoreParameter.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES20.PixelStoreParameter.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES20.PixelStoreParameter.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES20.PixelStoreParameter.PackAlignment; + var _PackSkipImages = OpenTK.Graphics.ES20.PixelStoreParameter.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.ES20.PixelStoreParameter.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.ES20.PixelStoreParameter.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.ES20.PixelStoreParameter.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackImageHeightExt; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES20.PixelStoreParameter.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES20.PixelStoreParameter.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackImageDepthSgis; + var _PixelTileWidthSgix = OpenTK.Graphics.ES20.PixelStoreParameter.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES20.PixelStoreParameter.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES20.PixelStoreParameter.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES20.PixelStoreParameter.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES20.PixelStoreParameter.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES20.PixelStoreParameter.PixelTileCacheSizeSgix; + var _PackResampleSgix = OpenTK.Graphics.ES20.PixelStoreParameter.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackResampleSgix; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES20.PixelStoreParameter.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackSubsampleRateSgix; + var _PackResampleOml = OpenTK.Graphics.ES20.PixelStoreParameter.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.ES20.PixelStoreParameter.UnpackResampleOml; +} +static void Test_PixelStoreResampleMode_20180() { + var _ResampleReplicateSgix = OpenTK.Graphics.ES20.PixelStoreResampleMode.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.ES20.PixelStoreResampleMode.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.ES20.PixelStoreResampleMode.ResampleDecimateSgix; +} +static void Test_PixelStoreSubsampleRate_20181() { + var _PixelSubsample4444Sgix = OpenTK.Graphics.ES20.PixelStoreSubsampleRate.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.ES20.PixelStoreSubsampleRate.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.ES20.PixelStoreSubsampleRate.PixelSubsample4242Sgix; +} +static void Test_PixelTexGenMode_20182() { + var _None = OpenTK.Graphics.ES20.PixelTexGenMode.None; + var _Rgb = OpenTK.Graphics.ES20.PixelTexGenMode.Rgb; + var _Rgba = OpenTK.Graphics.ES20.PixelTexGenMode.Rgba; + var _Luminance = OpenTK.Graphics.ES20.PixelTexGenMode.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES20.PixelTexGenMode.LuminanceAlpha; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.ES20.PixelTexGenMode.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.ES20.PixelTexGenMode.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.ES20.PixelTexGenMode.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.ES20.PixelTexGenMode.PixelTexGenAlphaMsSgix; +} +static void Test_PixelTexGenParameterNameSgis_20183() { + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.ES20.PixelTexGenParameterNameSgis.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.ES20.PixelTexGenParameterNameSgis.PixelFragmentAlphaSourceSgis; +} +static void Test_PixelTransferParameter_20184() { + var _MapColor = OpenTK.Graphics.ES20.PixelTransferParameter.MapColor; + var _MapStencil = OpenTK.Graphics.ES20.PixelTransferParameter.MapStencil; + var _IndexShift = OpenTK.Graphics.ES20.PixelTransferParameter.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES20.PixelTransferParameter.IndexOffset; + var _RedScale = OpenTK.Graphics.ES20.PixelTransferParameter.RedScale; + var _RedBias = OpenTK.Graphics.ES20.PixelTransferParameter.RedBias; + var _GreenScale = OpenTK.Graphics.ES20.PixelTransferParameter.GreenScale; + var _GreenBias = OpenTK.Graphics.ES20.PixelTransferParameter.GreenBias; + var _BlueScale = OpenTK.Graphics.ES20.PixelTransferParameter.BlueScale; + var _BlueBias = OpenTK.Graphics.ES20.PixelTransferParameter.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES20.PixelTransferParameter.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES20.PixelTransferParameter.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES20.PixelTransferParameter.DepthScale; + var _DepthBias = OpenTK.Graphics.ES20.PixelTransferParameter.DepthBias; + var _PostConvolutionRedScale = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES20.PixelTransferParameter.PostConvolutionAlphaBiasExt; + var _PostColorMatrixRedScale = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES20.PixelTransferParameter.PostColorMatrixAlphaBiasSgi; +} +static void Test_PixelType_20185() { + var _Byte = OpenTK.Graphics.ES20.PixelType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES20.PixelType.UnsignedByte; + var _Short = OpenTK.Graphics.ES20.PixelType.Short; + var _UnsignedShort = OpenTK.Graphics.ES20.PixelType.UnsignedShort; + var _Int = OpenTK.Graphics.ES20.PixelType.Int; + var _UnsignedInt = OpenTK.Graphics.ES20.PixelType.UnsignedInt; + var _Float = OpenTK.Graphics.ES20.PixelType.Float; + var _Bitmap = OpenTK.Graphics.ES20.PixelType.Bitmap; + var _UnsignedByte332 = OpenTK.Graphics.ES20.PixelType.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.ES20.PixelType.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.ES20.PixelType.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.ES20.PixelType.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.ES20.PixelType.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.ES20.PixelType.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.ES20.PixelType.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.ES20.PixelType.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.ES20.PixelType.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.ES20.PixelType.UnsignedInt1010102Ext; + var _UnsignedShort565 = OpenTK.Graphics.ES20.PixelType.UnsignedShort565; +} +static void Test_PointParameterNameSgis_20186() { + var _PointSizeMin = OpenTK.Graphics.ES20.PointParameterNameSgis.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.ES20.PointParameterNameSgis.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.ES20.PointParameterNameSgis.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.ES20.PointParameterNameSgis.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.ES20.PointParameterNameSgis.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.ES20.PointParameterNameSgis.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.ES20.PointParameterNameSgis.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.ES20.PointParameterNameSgis.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.ES20.PointParameterNameSgis.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.ES20.PointParameterNameSgis.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.ES20.PointParameterNameSgis.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES20.PointParameterNameSgis.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.ES20.PointParameterNameSgis.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES20.PointParameterNameSgis.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.ES20.PointParameterNameSgis.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.ES20.PointParameterNameSgis.PointDistanceAttenuationArb; +} +static void Test_PolygonMode_20187() { + var _Point = OpenTK.Graphics.ES20.PolygonMode.Point; + var _Line = OpenTK.Graphics.ES20.PolygonMode.Line; + var _Fill = OpenTK.Graphics.ES20.PolygonMode.Fill; +} +static void Test_PrimitiveType_20188() { + var _Points = OpenTK.Graphics.ES20.PrimitiveType.Points; + var _Lines = OpenTK.Graphics.ES20.PrimitiveType.Lines; + var _LineLoop = OpenTK.Graphics.ES20.PrimitiveType.LineLoop; + var _LineStrip = OpenTK.Graphics.ES20.PrimitiveType.LineStrip; + var _Triangles = OpenTK.Graphics.ES20.PrimitiveType.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES20.PrimitiveType.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES20.PrimitiveType.TriangleFan; + var _Quads = OpenTK.Graphics.ES20.PrimitiveType.Quads; + var _QuadsExt = OpenTK.Graphics.ES20.PrimitiveType.QuadsExt; + var _QuadStrip = OpenTK.Graphics.ES20.PrimitiveType.QuadStrip; + var _Polygon = OpenTK.Graphics.ES20.PrimitiveType.Polygon; + var _LinesAdjacency = OpenTK.Graphics.ES20.PrimitiveType.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.ES20.PrimitiveType.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.ES20.PrimitiveType.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.ES20.PrimitiveType.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.ES20.PrimitiveType.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.ES20.PrimitiveType.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.ES20.PrimitiveType.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.ES20.PrimitiveType.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.ES20.PrimitiveType.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.ES20.PrimitiveType.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.ES20.PrimitiveType.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.ES20.PrimitiveType.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.ES20.PrimitiveType.Patches; + var _PatchesExt = OpenTK.Graphics.ES20.PrimitiveType.PatchesExt; +} +static void Test_ProgramParameter_20189() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES20.ProgramParameter.ProgramBinaryRetrievableHint; + var _DeleteStatus = OpenTK.Graphics.ES20.ProgramParameter.DeleteStatus; + var _LinkStatus = OpenTK.Graphics.ES20.ProgramParameter.LinkStatus; + var _ValidateStatus = OpenTK.Graphics.ES20.ProgramParameter.ValidateStatus; + var _InfoLogLength = OpenTK.Graphics.ES20.ProgramParameter.InfoLogLength; + var _AttachedShaders = OpenTK.Graphics.ES20.ProgramParameter.AttachedShaders; + var _ActiveUniforms = OpenTK.Graphics.ES20.ProgramParameter.ActiveUniforms; + var _ActiveUniformMaxLength = OpenTK.Graphics.ES20.ProgramParameter.ActiveUniformMaxLength; + var _ActiveAttributes = OpenTK.Graphics.ES20.ProgramParameter.ActiveAttributes; + var _ActiveAttributeMaxLength = OpenTK.Graphics.ES20.ProgramParameter.ActiveAttributeMaxLength; +} +static void Test_ProgramParameterName_20190() { + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES20.ProgramParameterName.ProgramBinaryRetrievableHint; +} +static void Test_QcomAlphaTest_20191() { + var _AlphaTestQcom = OpenTK.Graphics.ES20.QcomAlphaTest.AlphaTestQcom; + var _AlphaTestFuncQcom = OpenTK.Graphics.ES20.QcomAlphaTest.AlphaTestFuncQcom; + var _AlphaTestRefQcom = OpenTK.Graphics.ES20.QcomAlphaTest.AlphaTestRefQcom; +} +static void Test_QcomBinningControl_20192() { + var _BinningControlHintQcom = OpenTK.Graphics.ES20.QcomBinningControl.BinningControlHintQcom; + var _CpuOptimizedQcom = OpenTK.Graphics.ES20.QcomBinningControl.CpuOptimizedQcom; + var _GpuOptimizedQcom = OpenTK.Graphics.ES20.QcomBinningControl.GpuOptimizedQcom; + var _RenderDirectToFramebufferQcom = OpenTK.Graphics.ES20.QcomBinningControl.RenderDirectToFramebufferQcom; +} +static void Test_QcomDriverControl_20193() { +} +static void Test_QcomExtendedGet_20194() { + var _TextureWidthQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureWidthQcom; + var _TextureHeightQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureHeightQcom; + var _TextureDepthQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureDepthQcom; + var _TextureInternalFormatQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureInternalFormatQcom; + var _TextureFormatQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureFormatQcom; + var _TextureTypeQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureTypeQcom; + var _TextureImageValidQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureImageValidQcom; + var _TextureNumLevelsQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureNumLevelsQcom; + var _TextureTargetQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureTargetQcom; + var _TextureObjectValidQcom = OpenTK.Graphics.ES20.QcomExtendedGet.TextureObjectValidQcom; + var _StateRestore = OpenTK.Graphics.ES20.QcomExtendedGet.StateRestore; +} +static void Test_QcomExtendedGet2_20195() { +} +static void Test_QcomPerfmonGlobalMode_20196() { + var _PerfmonGlobalModeQcom = OpenTK.Graphics.ES20.QcomPerfmonGlobalMode.PerfmonGlobalModeQcom; +} +static void Test_QcomTiledRendering_20197() { + var _ColorBufferBit0Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.ColorBufferBit0Qcom; + var _ColorBufferBit1Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.ColorBufferBit1Qcom; + var _ColorBufferBit2Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.ColorBufferBit2Qcom; + var _ColorBufferBit3Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.ColorBufferBit3Qcom; + var _ColorBufferBit4Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.ColorBufferBit4Qcom; + var _ColorBufferBit5Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.ColorBufferBit5Qcom; + var _ColorBufferBit6Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.ColorBufferBit6Qcom; + var _ColorBufferBit7Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.ColorBufferBit7Qcom; + var _DepthBufferBit0Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.DepthBufferBit0Qcom; + var _DepthBufferBit1Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.DepthBufferBit1Qcom; + var _DepthBufferBit2Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.DepthBufferBit2Qcom; + var _DepthBufferBit3Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.DepthBufferBit3Qcom; + var _DepthBufferBit4Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.DepthBufferBit4Qcom; + var _DepthBufferBit5Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.DepthBufferBit5Qcom; + var _DepthBufferBit6Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.DepthBufferBit6Qcom; + var _DepthBufferBit7Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.DepthBufferBit7Qcom; + var _StencilBufferBit0Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.StencilBufferBit0Qcom; + var _StencilBufferBit1Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.StencilBufferBit1Qcom; + var _StencilBufferBit2Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.StencilBufferBit2Qcom; + var _StencilBufferBit3Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.StencilBufferBit3Qcom; + var _StencilBufferBit4Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.StencilBufferBit4Qcom; + var _StencilBufferBit5Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.StencilBufferBit5Qcom; + var _StencilBufferBit6Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.StencilBufferBit6Qcom; + var _StencilBufferBit7Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.StencilBufferBit7Qcom; + var _MultisampleBufferBit0Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.MultisampleBufferBit0Qcom; + var _MultisampleBufferBit1Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.MultisampleBufferBit1Qcom; + var _MultisampleBufferBit2Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.MultisampleBufferBit2Qcom; + var _MultisampleBufferBit3Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.MultisampleBufferBit3Qcom; + var _MultisampleBufferBit4Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.MultisampleBufferBit4Qcom; + var _MultisampleBufferBit5Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.MultisampleBufferBit5Qcom; + var _MultisampleBufferBit6Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.MultisampleBufferBit6Qcom; + var _MultisampleBufferBit7Qcom = OpenTK.Graphics.ES20.QcomTiledRendering.MultisampleBufferBit7Qcom; +} +static void Test_QcomWriteonlyRendering_20198() { + var _WriteonlyRenderingQcom = OpenTK.Graphics.ES20.QcomWriteonlyRendering.WriteonlyRenderingQcom; +} +static void Test_QueryCounterTarget_20199() { + var _TimestampExt = OpenTK.Graphics.ES20.QueryCounterTarget.TimestampExt; +} +static void Test_QueryTarget_20200() { + var _TimeElapsedExt = OpenTK.Graphics.ES20.QueryTarget.TimeElapsedExt; + var _AnySamplesPassedExt = OpenTK.Graphics.ES20.QueryTarget.AnySamplesPassedExt; + var _AnySamplesPassedConservativeExt = OpenTK.Graphics.ES20.QueryTarget.AnySamplesPassedConservativeExt; +} +static void Test_ReadBufferMode_20201() { + var _FrontLeft = OpenTK.Graphics.ES20.ReadBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.ES20.ReadBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.ES20.ReadBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.ES20.ReadBufferMode.BackRight; + var _Front = OpenTK.Graphics.ES20.ReadBufferMode.Front; + var _Back = OpenTK.Graphics.ES20.ReadBufferMode.Back; + var _Left = OpenTK.Graphics.ES20.ReadBufferMode.Left; + var _Right = OpenTK.Graphics.ES20.ReadBufferMode.Right; + var _Aux0 = OpenTK.Graphics.ES20.ReadBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.ES20.ReadBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.ES20.ReadBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.ES20.ReadBufferMode.Aux3; +} +static void Test_RenderbufferInternalFormat_20202() { + var _Rgba4 = OpenTK.Graphics.ES20.RenderbufferInternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES20.RenderbufferInternalFormat.Rgb5A1; + var _DepthComponent16 = OpenTK.Graphics.ES20.RenderbufferInternalFormat.DepthComponent16; + var _StencilIndex8 = OpenTK.Graphics.ES20.RenderbufferInternalFormat.StencilIndex8; + var _Rgb565 = OpenTK.Graphics.ES20.RenderbufferInternalFormat.Rgb565; +} +static void Test_RenderbufferParameterName_20203() { + var _RenderbufferWidth = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferWidth; + var _RenderbufferHeight = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferHeight; + var _RenderbufferInternalFormat = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferInternalFormat; + var _RenderbufferRedSize = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferRedSize; + var _RenderbufferGreenSize = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferGreenSize; + var _RenderbufferBlueSize = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferBlueSize; + var _RenderbufferAlphaSize = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferAlphaSize; + var _RenderbufferDepthSize = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferDepthSize; + var _RenderbufferStencilSize = OpenTK.Graphics.ES20.RenderbufferParameterName.RenderbufferStencilSize; +} +static void Test_RenderbufferTarget_20204() { + var _Renderbuffer = OpenTK.Graphics.ES20.RenderbufferTarget.Renderbuffer; +} +static void Test_RenderingMode_20205() { + var _Render = OpenTK.Graphics.ES20.RenderingMode.Render; + var _Feedback = OpenTK.Graphics.ES20.RenderingMode.Feedback; + var _Select = OpenTK.Graphics.ES20.RenderingMode.Select; +} +static void Test_SamplePatternSgis_20206() { + var _Gl1PassExt = OpenTK.Graphics.ES20.SamplePatternSgis.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.ES20.SamplePatternSgis.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.ES20.SamplePatternSgis.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.ES20.SamplePatternSgis.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.ES20.SamplePatternSgis.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.ES20.SamplePatternSgis.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.ES20.SamplePatternSgis.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.ES20.SamplePatternSgis.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.ES20.SamplePatternSgis.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.ES20.SamplePatternSgis.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.ES20.SamplePatternSgis.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.ES20.SamplePatternSgis.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.ES20.SamplePatternSgis.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.ES20.SamplePatternSgis.Gl4Pass3Sgis; +} +static void Test_SeparableTargetExt_20207() { + var _Separable2D = OpenTK.Graphics.ES20.SeparableTargetExt.Separable2D; + var _Separable2DExt = OpenTK.Graphics.ES20.SeparableTargetExt.Separable2DExt; +} +static void Test_ShaderBinaryFormat_20208() { +} +static void Test_ShaderParameter_20209() { + var _ShaderType = OpenTK.Graphics.ES20.ShaderParameter.ShaderType; + var _DeleteStatus = OpenTK.Graphics.ES20.ShaderParameter.DeleteStatus; + var _CompileStatus = OpenTK.Graphics.ES20.ShaderParameter.CompileStatus; + var _InfoLogLength = OpenTK.Graphics.ES20.ShaderParameter.InfoLogLength; + var _ShaderSourceLength = OpenTK.Graphics.ES20.ShaderParameter.ShaderSourceLength; +} +static void Test_ShaderPrecision_20210() { + var _LowFloat = OpenTK.Graphics.ES20.ShaderPrecision.LowFloat; + var _MediumFloat = OpenTK.Graphics.ES20.ShaderPrecision.MediumFloat; + var _HighFloat = OpenTK.Graphics.ES20.ShaderPrecision.HighFloat; + var _LowInt = OpenTK.Graphics.ES20.ShaderPrecision.LowInt; + var _MediumInt = OpenTK.Graphics.ES20.ShaderPrecision.MediumInt; + var _HighInt = OpenTK.Graphics.ES20.ShaderPrecision.HighInt; +} +static void Test_ShaderType_20211() { + var _FragmentShader = OpenTK.Graphics.ES20.ShaderType.FragmentShader; + var _VertexShader = OpenTK.Graphics.ES20.ShaderType.VertexShader; +} +static void Test_ShadingModel_20212() { + var _Flat = OpenTK.Graphics.ES20.ShadingModel.Flat; + var _Smooth = OpenTK.Graphics.ES20.ShadingModel.Smooth; +} +static void Test_SizedInternalFormat_20213() { + var _Alpha8Ext = OpenTK.Graphics.ES20.SizedInternalFormat.Alpha8Ext; + var _Luminance8Ext = OpenTK.Graphics.ES20.SizedInternalFormat.Luminance8Ext; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES20.SizedInternalFormat.Luminance8Alpha8Ext; + var _Rgb10Ext = OpenTK.Graphics.ES20.SizedInternalFormat.Rgb10Ext; + var _Rgb10A2Ext = OpenTK.Graphics.ES20.SizedInternalFormat.Rgb10A2Ext; + var _R8Ext = OpenTK.Graphics.ES20.SizedInternalFormat.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES20.SizedInternalFormat.Rg8Ext; + var _R16fExt = OpenTK.Graphics.ES20.SizedInternalFormat.R16fExt; + var _R32fExt = OpenTK.Graphics.ES20.SizedInternalFormat.R32fExt; + var _Rg16fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Rg16fExt; + var _Rg32fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Rg32fExt; + var _Rgba32fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Rgba32fExt; + var _Rgb32fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES20.SizedInternalFormat.LuminanceAlpha32fExt; + var _Rgba16fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES20.SizedInternalFormat.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES20.SizedInternalFormat.LuminanceAlpha16fExt; + var _RgbRaw422Apple = OpenTK.Graphics.ES20.SizedInternalFormat.RgbRaw422Apple; + var _Bgra8Ext = OpenTK.Graphics.ES20.SizedInternalFormat.Bgra8Ext; +} +static void Test_StencilFace_20214() { + var _Front = OpenTK.Graphics.ES20.StencilFace.Front; + var _Back = OpenTK.Graphics.ES20.StencilFace.Back; + var _FrontAndBack = OpenTK.Graphics.ES20.StencilFace.FrontAndBack; +} +static void Test_StencilFunction_20215() { + var _Never = OpenTK.Graphics.ES20.StencilFunction.Never; + var _Less = OpenTK.Graphics.ES20.StencilFunction.Less; + var _Equal = OpenTK.Graphics.ES20.StencilFunction.Equal; + var _Lequal = OpenTK.Graphics.ES20.StencilFunction.Lequal; + var _Greater = OpenTK.Graphics.ES20.StencilFunction.Greater; + var _Notequal = OpenTK.Graphics.ES20.StencilFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES20.StencilFunction.Gequal; + var _Always = OpenTK.Graphics.ES20.StencilFunction.Always; +} +static void Test_StencilOp_20216() { + var _Zero = OpenTK.Graphics.ES20.StencilOp.Zero; + var _Invert = OpenTK.Graphics.ES20.StencilOp.Invert; + var _Keep = OpenTK.Graphics.ES20.StencilOp.Keep; + var _Replace = OpenTK.Graphics.ES20.StencilOp.Replace; + var _Incr = OpenTK.Graphics.ES20.StencilOp.Incr; + var _Decr = OpenTK.Graphics.ES20.StencilOp.Decr; + var _IncrWrap = OpenTK.Graphics.ES20.StencilOp.IncrWrap; + var _DecrWrap = OpenTK.Graphics.ES20.StencilOp.DecrWrap; +} +static void Test_StringName_20217() { + var _Vendor = OpenTK.Graphics.ES20.StringName.Vendor; + var _Renderer = OpenTK.Graphics.ES20.StringName.Renderer; + var _Version = OpenTK.Graphics.ES20.StringName.Version; + var _Extensions = OpenTK.Graphics.ES20.StringName.Extensions; + var _ShadingLanguageVersion = OpenTK.Graphics.ES20.StringName.ShadingLanguageVersion; +} +static void Test_SyncCondition_20218() { + var _SyncGpuCommandsCompleteApple = OpenTK.Graphics.ES20.SyncCondition.SyncGpuCommandsCompleteApple; +} +static void Test_SyncParameterName_20219() { + var _ObjectTypeApple = OpenTK.Graphics.ES20.SyncParameterName.ObjectTypeApple; + var _SyncConditionApple = OpenTK.Graphics.ES20.SyncParameterName.SyncConditionApple; + var _SyncStatusApple = OpenTK.Graphics.ES20.SyncParameterName.SyncStatusApple; + var _SyncFlagsApple = OpenTK.Graphics.ES20.SyncParameterName.SyncFlagsApple; +} +static void Test_TexCoordPointerType_20220() { + var _Short = OpenTK.Graphics.ES20.TexCoordPointerType.Short; + var _Int = OpenTK.Graphics.ES20.TexCoordPointerType.Int; + var _Float = OpenTK.Graphics.ES20.TexCoordPointerType.Float; + var _Double = OpenTK.Graphics.ES20.TexCoordPointerType.Double; +} +static void Test_TextureComponentCount_20221() { + var _Alpha = OpenTK.Graphics.ES20.TextureComponentCount.Alpha; + var _Rgb = OpenTK.Graphics.ES20.TextureComponentCount.Rgb; + var _Rgba = OpenTK.Graphics.ES20.TextureComponentCount.Rgba; + var _Luminance = OpenTK.Graphics.ES20.TextureComponentCount.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES20.TextureComponentCount.LuminanceAlpha; + var _Alpha8Ext = OpenTK.Graphics.ES20.TextureComponentCount.Alpha8Ext; + var _Luminance8Ext = OpenTK.Graphics.ES20.TextureComponentCount.Luminance8Ext; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES20.TextureComponentCount.Luminance8Alpha8Ext; + var _Rgb10Ext = OpenTK.Graphics.ES20.TextureComponentCount.Rgb10Ext; + var _Rgb10A2Ext = OpenTK.Graphics.ES20.TextureComponentCount.Rgb10A2Ext; + var _R8Ext = OpenTK.Graphics.ES20.TextureComponentCount.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES20.TextureComponentCount.Rg8Ext; + var _R16fExt = OpenTK.Graphics.ES20.TextureComponentCount.R16fExt; + var _R32fExt = OpenTK.Graphics.ES20.TextureComponentCount.R32fExt; + var _Rg16fExt = OpenTK.Graphics.ES20.TextureComponentCount.Rg16fExt; + var _Rg32fExt = OpenTK.Graphics.ES20.TextureComponentCount.Rg32fExt; + var _Rgba32fExt = OpenTK.Graphics.ES20.TextureComponentCount.Rgba32fExt; + var _Rgb32fExt = OpenTK.Graphics.ES20.TextureComponentCount.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES20.TextureComponentCount.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES20.TextureComponentCount.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES20.TextureComponentCount.LuminanceAlpha32fExt; + var _Rgba16fExt = OpenTK.Graphics.ES20.TextureComponentCount.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES20.TextureComponentCount.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES20.TextureComponentCount.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES20.TextureComponentCount.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES20.TextureComponentCount.LuminanceAlpha16fExt; + var _RgbRaw422Apple = OpenTK.Graphics.ES20.TextureComponentCount.RgbRaw422Apple; + var _Bgra8Ext = OpenTK.Graphics.ES20.TextureComponentCount.Bgra8Ext; +} +static void Test_TextureCoordName_20222() { + var _S = OpenTK.Graphics.ES20.TextureCoordName.S; + var _T = OpenTK.Graphics.ES20.TextureCoordName.T; + var _R = OpenTK.Graphics.ES20.TextureCoordName.R; + var _Q = OpenTK.Graphics.ES20.TextureCoordName.Q; +} +static void Test_TextureCopyComponentCount_20223() { + var _Alpha = OpenTK.Graphics.ES20.TextureCopyComponentCount.Alpha; + var _Rgb = OpenTK.Graphics.ES20.TextureCopyComponentCount.Rgb; + var _Rgba = OpenTK.Graphics.ES20.TextureCopyComponentCount.Rgba; + var _Luminance = OpenTK.Graphics.ES20.TextureCopyComponentCount.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES20.TextureCopyComponentCount.LuminanceAlpha; +} +static void Test_TextureEnvMode_20224() { + var _Add = OpenTK.Graphics.ES20.TextureEnvMode.Add; + var _Blend = OpenTK.Graphics.ES20.TextureEnvMode.Blend; + var _Modulate = OpenTK.Graphics.ES20.TextureEnvMode.Modulate; + var _Decal = OpenTK.Graphics.ES20.TextureEnvMode.Decal; + var _ReplaceExt = OpenTK.Graphics.ES20.TextureEnvMode.ReplaceExt; + var _TextureEnvBiasSgix = OpenTK.Graphics.ES20.TextureEnvMode.TextureEnvBiasSgix; +} +static void Test_TextureEnvParameter_20225() { + var _TextureEnvMode = OpenTK.Graphics.ES20.TextureEnvParameter.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES20.TextureEnvParameter.TextureEnvColor; +} +static void Test_TextureEnvTarget_20226() { + var _TextureEnv = OpenTK.Graphics.ES20.TextureEnvTarget.TextureEnv; +} +static void Test_TextureFilterFuncSgis_20227() { + var _Filter4Sgis = OpenTK.Graphics.ES20.TextureFilterFuncSgis.Filter4Sgis; +} +static void Test_TextureGenMode_20228() { + var _EyeLinear = OpenTK.Graphics.ES20.TextureGenMode.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.ES20.TextureGenMode.ObjectLinear; + var _SphereMap = OpenTK.Graphics.ES20.TextureGenMode.SphereMap; + var _EyeDistanceToPointSgis = OpenTK.Graphics.ES20.TextureGenMode.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.ES20.TextureGenMode.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.ES20.TextureGenMode.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.ES20.TextureGenMode.ObjectDistanceToLineSgis; +} +static void Test_TextureGenParameter_20229() { + var _TextureGenMode = OpenTK.Graphics.ES20.TextureGenParameter.TextureGenMode; + var _ObjectPlane = OpenTK.Graphics.ES20.TextureGenParameter.ObjectPlane; + var _EyePlane = OpenTK.Graphics.ES20.TextureGenParameter.EyePlane; + var _EyePointSgis = OpenTK.Graphics.ES20.TextureGenParameter.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.ES20.TextureGenParameter.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.ES20.TextureGenParameter.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.ES20.TextureGenParameter.ObjectLineSgis; +} +static void Test_TextureMagFilter_20230() { + var _Nearest = OpenTK.Graphics.ES20.TextureMagFilter.Nearest; + var _Linear = OpenTK.Graphics.ES20.TextureMagFilter.Linear; + var _LinearDetailSgis = OpenTK.Graphics.ES20.TextureMagFilter.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.ES20.TextureMagFilter.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.ES20.TextureMagFilter.LinearDetailColorSgis; + var _LinearSharpenSgis = OpenTK.Graphics.ES20.TextureMagFilter.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.ES20.TextureMagFilter.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.ES20.TextureMagFilter.LinearSharpenColorSgis; + var _Filter4Sgis = OpenTK.Graphics.ES20.TextureMagFilter.Filter4Sgis; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES20.TextureMagFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES20.TextureMagFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES20.TextureMagFilter.PixelTexGenQFloorSgix; +} +static void Test_TextureMinFilter_20231() { + var _Nearest = OpenTK.Graphics.ES20.TextureMinFilter.Nearest; + var _Linear = OpenTK.Graphics.ES20.TextureMinFilter.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES20.TextureMinFilter.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES20.TextureMinFilter.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES20.TextureMinFilter.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES20.TextureMinFilter.LinearMipmapLinear; + var _Filter4Sgis = OpenTK.Graphics.ES20.TextureMinFilter.Filter4Sgis; + var _LinearClipmapLinearSgix = OpenTK.Graphics.ES20.TextureMinFilter.LinearClipmapLinearSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES20.TextureMinFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES20.TextureMinFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES20.TextureMinFilter.PixelTexGenQFloorSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.ES20.TextureMinFilter.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.ES20.TextureMinFilter.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.ES20.TextureMinFilter.LinearClipmapNearestSgix; +} +static void Test_TextureParameterName_20232() { + var _TextureBorderColor = OpenTK.Graphics.ES20.TextureParameterName.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.ES20.TextureParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES20.TextureParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES20.TextureParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES20.TextureParameterName.TextureWrapT; + var _TexturePriority = OpenTK.Graphics.ES20.TextureParameterName.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.ES20.TextureParameterName.TexturePriorityExt; + var _TextureWrapR = OpenTK.Graphics.ES20.TextureParameterName.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.ES20.TextureParameterName.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.ES20.TextureParameterName.TextureWrapROes; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES20.TextureParameterName.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES20.TextureParameterName.DetailTextureModeSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.ES20.TextureParameterName.ShadowAmbientSgix; + var _DualTextureSelectSgis = OpenTK.Graphics.ES20.TextureParameterName.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES20.TextureParameterName.QuadTextureSelectSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES20.TextureParameterName.TextureWrapQSgis; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES20.TextureParameterName.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES20.TextureParameterName.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.ES20.TextureParameterName.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.ES20.TextureParameterName.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureCompareSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES20.TextureParameterName.TextureMaxClampRSgix; +} +static void Test_TextureTarget_20233() { + var _Texture1D = OpenTK.Graphics.ES20.TextureTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.ES20.TextureTarget.Texture2D; + var _ProxyTexture1D = OpenTK.Graphics.ES20.TextureTarget.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.ES20.TextureTarget.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.ES20.TextureTarget.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.ES20.TextureTarget.ProxyTexture2DExt; + var _Texture3D = OpenTK.Graphics.ES20.TextureTarget.Texture3D; + var _Texture3DExt = OpenTK.Graphics.ES20.TextureTarget.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.ES20.TextureTarget.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.ES20.TextureTarget.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.ES20.TextureTarget.ProxyTexture3DExt; + var _DetailTexture2DSgis = OpenTK.Graphics.ES20.TextureTarget.DetailTexture2DSgis; + var _Texture4DSgis = OpenTK.Graphics.ES20.TextureTarget.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.ES20.TextureTarget.ProxyTexture4DSgis; + var _TextureMinLod = OpenTK.Graphics.ES20.TextureTarget.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.ES20.TextureTarget.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.ES20.TextureTarget.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.ES20.TextureTarget.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.ES20.TextureTarget.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES20.TextureTarget.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.ES20.TextureTarget.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES20.TextureTarget.TextureMaxLevelSgis; + var _TextureCubeMap = OpenTK.Graphics.ES20.TextureTarget.TextureCubeMap; + var _TextureCubeMapPositiveX = OpenTK.Graphics.ES20.TextureTarget.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.ES20.TextureTarget.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.ES20.TextureTarget.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.ES20.TextureTarget.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.ES20.TextureTarget.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.ES20.TextureTarget.TextureCubeMapNegativeZ; +} +static void Test_TextureTarget2d_20234() { + var _Texture2D = OpenTK.Graphics.ES20.TextureTarget2d.Texture2D; + var _TextureCubeMapPositiveX = OpenTK.Graphics.ES20.TextureTarget2d.TextureCubeMapPositiveX; + var _TextureCubeMapNegativeX = OpenTK.Graphics.ES20.TextureTarget2d.TextureCubeMapNegativeX; + var _TextureCubeMapPositiveY = OpenTK.Graphics.ES20.TextureTarget2d.TextureCubeMapPositiveY; + var _TextureCubeMapNegativeY = OpenTK.Graphics.ES20.TextureTarget2d.TextureCubeMapNegativeY; + var _TextureCubeMapPositiveZ = OpenTK.Graphics.ES20.TextureTarget2d.TextureCubeMapPositiveZ; + var _TextureCubeMapNegativeZ = OpenTK.Graphics.ES20.TextureTarget2d.TextureCubeMapNegativeZ; +} +static void Test_TextureTarget3d_20235() { + var _Texture3DOes = OpenTK.Graphics.ES20.TextureTarget3d.Texture3DOes; +} +static void Test_TextureUnit_20236() { + var _Texture0 = OpenTK.Graphics.ES20.TextureUnit.Texture0; + var _Texture1 = OpenTK.Graphics.ES20.TextureUnit.Texture1; + var _Texture2 = OpenTK.Graphics.ES20.TextureUnit.Texture2; + var _Texture3 = OpenTK.Graphics.ES20.TextureUnit.Texture3; + var _Texture4 = OpenTK.Graphics.ES20.TextureUnit.Texture4; + var _Texture5 = OpenTK.Graphics.ES20.TextureUnit.Texture5; + var _Texture6 = OpenTK.Graphics.ES20.TextureUnit.Texture6; + var _Texture7 = OpenTK.Graphics.ES20.TextureUnit.Texture7; + var _Texture8 = OpenTK.Graphics.ES20.TextureUnit.Texture8; + var _Texture9 = OpenTK.Graphics.ES20.TextureUnit.Texture9; + var _Texture10 = OpenTK.Graphics.ES20.TextureUnit.Texture10; + var _Texture11 = OpenTK.Graphics.ES20.TextureUnit.Texture11; + var _Texture12 = OpenTK.Graphics.ES20.TextureUnit.Texture12; + var _Texture13 = OpenTK.Graphics.ES20.TextureUnit.Texture13; + var _Texture14 = OpenTK.Graphics.ES20.TextureUnit.Texture14; + var _Texture15 = OpenTK.Graphics.ES20.TextureUnit.Texture15; + var _Texture16 = OpenTK.Graphics.ES20.TextureUnit.Texture16; + var _Texture17 = OpenTK.Graphics.ES20.TextureUnit.Texture17; + var _Texture18 = OpenTK.Graphics.ES20.TextureUnit.Texture18; + var _Texture19 = OpenTK.Graphics.ES20.TextureUnit.Texture19; + var _Texture20 = OpenTK.Graphics.ES20.TextureUnit.Texture20; + var _Texture21 = OpenTK.Graphics.ES20.TextureUnit.Texture21; + var _Texture22 = OpenTK.Graphics.ES20.TextureUnit.Texture22; + var _Texture23 = OpenTK.Graphics.ES20.TextureUnit.Texture23; + var _Texture24 = OpenTK.Graphics.ES20.TextureUnit.Texture24; + var _Texture25 = OpenTK.Graphics.ES20.TextureUnit.Texture25; + var _Texture26 = OpenTK.Graphics.ES20.TextureUnit.Texture26; + var _Texture27 = OpenTK.Graphics.ES20.TextureUnit.Texture27; + var _Texture28 = OpenTK.Graphics.ES20.TextureUnit.Texture28; + var _Texture29 = OpenTK.Graphics.ES20.TextureUnit.Texture29; + var _Texture30 = OpenTK.Graphics.ES20.TextureUnit.Texture30; + var _Texture31 = OpenTK.Graphics.ES20.TextureUnit.Texture31; +} +static void Test_TextureWrapMode_20237() { + var _Clamp = OpenTK.Graphics.ES20.TextureWrapMode.Clamp; + var _Repeat = OpenTK.Graphics.ES20.TextureWrapMode.Repeat; + var _ClampToBorder = OpenTK.Graphics.ES20.TextureWrapMode.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.ES20.TextureWrapMode.ClampToBorderArb; + var _ClampToBorderNv = OpenTK.Graphics.ES20.TextureWrapMode.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.ES20.TextureWrapMode.ClampToBorderSgis; + var _ClampToEdge = OpenTK.Graphics.ES20.TextureWrapMode.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.ES20.TextureWrapMode.ClampToEdgeSgis; +} +static void Test_UseProgramStageMask_20238() { + var _VertexShaderBit = OpenTK.Graphics.ES20.UseProgramStageMask.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.ES20.UseProgramStageMask.VertexShaderBitExt; + var _FragmentShaderBit = OpenTK.Graphics.ES20.UseProgramStageMask.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.ES20.UseProgramStageMask.FragmentShaderBitExt; + var _GeometryShaderBit = OpenTK.Graphics.ES20.UseProgramStageMask.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.ES20.UseProgramStageMask.GeometryShaderBitExt; + var _TessControlShaderBit = OpenTK.Graphics.ES20.UseProgramStageMask.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.ES20.UseProgramStageMask.TessControlShaderBitExt; + var _TessEvaluationShaderBit = OpenTK.Graphics.ES20.UseProgramStageMask.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.ES20.UseProgramStageMask.TessEvaluationShaderBitExt; + var _ComputeShaderBit = OpenTK.Graphics.ES20.UseProgramStageMask.ComputeShaderBit; + var _AllShaderBits = OpenTK.Graphics.ES20.UseProgramStageMask.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.ES20.UseProgramStageMask.AllShaderBitsExt; +} +static void Test_VertexAttribParameter_20239() { + var _VertexAttribArrayEnabled = OpenTK.Graphics.ES20.VertexAttribParameter.VertexAttribArrayEnabled; + var _VertexAttribArraySize = OpenTK.Graphics.ES20.VertexAttribParameter.VertexAttribArraySize; + var _VertexAttribArrayStride = OpenTK.Graphics.ES20.VertexAttribParameter.VertexAttribArrayStride; + var _VertexAttribArrayType = OpenTK.Graphics.ES20.VertexAttribParameter.VertexAttribArrayType; + var _CurrentVertexAttrib = OpenTK.Graphics.ES20.VertexAttribParameter.CurrentVertexAttrib; + var _VertexAttribArrayNormalized = OpenTK.Graphics.ES20.VertexAttribParameter.VertexAttribArrayNormalized; + var _VertexAttribArrayBufferBinding = OpenTK.Graphics.ES20.VertexAttribParameter.VertexAttribArrayBufferBinding; +} +static void Test_VertexAttribPointerParameter_20240() { + var _VertexAttribArrayPointer = OpenTK.Graphics.ES20.VertexAttribPointerParameter.VertexAttribArrayPointer; +} +static void Test_VertexAttribPointerType_20241() { + var _Byte = OpenTK.Graphics.ES20.VertexAttribPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES20.VertexAttribPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.ES20.VertexAttribPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.ES20.VertexAttribPointerType.UnsignedShort; + var _Float = OpenTK.Graphics.ES20.VertexAttribPointerType.Float; + var _Fixed = OpenTK.Graphics.ES20.VertexAttribPointerType.Fixed; +} +static void Test_VertexPointerType_20242() { + var _Short = OpenTK.Graphics.ES20.VertexPointerType.Short; + var _Int = OpenTK.Graphics.ES20.VertexPointerType.Int; + var _Float = OpenTK.Graphics.ES20.VertexPointerType.Float; + var _Double = OpenTK.Graphics.ES20.VertexPointerType.Double; +} +static void Test_VivShaderBinary_20243() { + var _ShaderBinaryViv = OpenTK.Graphics.ES20.VivShaderBinary.ShaderBinaryViv; +} +static void Test_WaitSyncFlags_20244() { + var _None = OpenTK.Graphics.ES20.WaitSyncFlags.None; +} +static void Test_WaitSyncStatus_20245() { + var _AlreadySignaledApple = OpenTK.Graphics.ES20.WaitSyncStatus.AlreadySignaledApple; + var _TimeoutExpiredApple = OpenTK.Graphics.ES20.WaitSyncStatus.TimeoutExpiredApple; + var _ConditionSatisfiedApple = OpenTK.Graphics.ES20.WaitSyncStatus.ConditionSatisfiedApple; + var _WaitFailedApple = OpenTK.Graphics.ES20.WaitSyncStatus.WaitFailedApple; +} +static void Test_AccumOp_20246() { + var _Accum = OpenTK.Graphics.ES11.AccumOp.Accum; + var _Load = OpenTK.Graphics.ES11.AccumOp.Load; + var _Return = OpenTK.Graphics.ES11.AccumOp.Return; + var _Mult = OpenTK.Graphics.ES11.AccumOp.Mult; + var _Add = OpenTK.Graphics.ES11.AccumOp.Add; +} +static void Test_All_20247() { + var _False = OpenTK.Graphics.ES11.All.False; + var _LayoutDefaultIntel = OpenTK.Graphics.ES11.All.LayoutDefaultIntel; + var _NoError = OpenTK.Graphics.ES11.All.NoError; + var _None = OpenTK.Graphics.ES11.All.None; + var _NoneOes = OpenTK.Graphics.ES11.All.NoneOes; + var _Zero = OpenTK.Graphics.ES11.All.Zero; + var _Points = OpenTK.Graphics.ES11.All.Points; + var _ClientPixelStoreBit = OpenTK.Graphics.ES11.All.ClientPixelStoreBit; + var _ColorBufferBit0Qcom = OpenTK.Graphics.ES11.All.ColorBufferBit0Qcom; + var _ContextCoreProfileBit = OpenTK.Graphics.ES11.All.ContextCoreProfileBit; + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.ES11.All.ContextFlagForwardCompatibleBit; + var _CurrentBit = OpenTK.Graphics.ES11.All.CurrentBit; + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.ES11.All.QueryDepthPassEventBitAmd; + var _SyncFlushCommandsBitApple = OpenTK.Graphics.ES11.All.SyncFlushCommandsBitApple; + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.ES11.All.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.ES11.All.VertexAttribArrayBarrierBitExt; + var _VertexShaderBit = OpenTK.Graphics.ES11.All.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.ES11.All.VertexShaderBitExt; + var _ClientVertexArrayBit = OpenTK.Graphics.ES11.All.ClientVertexArrayBit; + var _ColorBufferBit1Qcom = OpenTK.Graphics.ES11.All.ColorBufferBit1Qcom; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.ES11.All.ContextCompatibilityProfileBit; + var _ContextFlagDebugBit = OpenTK.Graphics.ES11.All.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.ES11.All.ContextFlagDebugBitKhr; + var _ElementArrayBarrierBit = OpenTK.Graphics.ES11.All.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.ES11.All.ElementArrayBarrierBitExt; + var _FragmentShaderBit = OpenTK.Graphics.ES11.All.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.ES11.All.FragmentShaderBitExt; + var _PointBit = OpenTK.Graphics.ES11.All.PointBit; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.ES11.All.QueryDepthFailEventBitAmd; + var _ColorBufferBit2Qcom = OpenTK.Graphics.ES11.All.ColorBufferBit2Qcom; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.ES11.All.ContextFlagRobustAccessBitArb; + var _GeometryShaderBit = OpenTK.Graphics.ES11.All.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.ES11.All.GeometryShaderBitExt; + var _LineBit = OpenTK.Graphics.ES11.All.LineBit; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.ES11.All.QueryStencilFailEventBitAmd; + var _UniformBarrierBit = OpenTK.Graphics.ES11.All.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.ES11.All.UniformBarrierBitExt; + var _ColorBufferBit3Qcom = OpenTK.Graphics.ES11.All.ColorBufferBit3Qcom; + var _PolygonBit = OpenTK.Graphics.ES11.All.PolygonBit; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.ES11.All.QueryDepthBoundsFailEventBitAmd; + var _TessControlShaderBit = OpenTK.Graphics.ES11.All.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.ES11.All.TessControlShaderBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.ES11.All.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.ES11.All.TextureFetchBarrierBitExt; + var _ColorBufferBit4Qcom = OpenTK.Graphics.ES11.All.ColorBufferBit4Qcom; + var _PolygonStippleBit = OpenTK.Graphics.ES11.All.PolygonStippleBit; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.ES11.All.ShaderGlobalAccessBarrierBitNv; + var _TessEvaluationShaderBit = OpenTK.Graphics.ES11.All.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.ES11.All.TessEvaluationShaderBitExt; + var _ColorBufferBit5Qcom = OpenTK.Graphics.ES11.All.ColorBufferBit5Qcom; + var _ComputeShaderBit = OpenTK.Graphics.ES11.All.ComputeShaderBit; + var _PixelModeBit = OpenTK.Graphics.ES11.All.PixelModeBit; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.ES11.All.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.ES11.All.ShaderImageAccessBarrierBitExt; + var _ColorBufferBit6Qcom = OpenTK.Graphics.ES11.All.ColorBufferBit6Qcom; + var _CommandBarrierBit = OpenTK.Graphics.ES11.All.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.ES11.All.CommandBarrierBitExt; + var _LightingBit = OpenTK.Graphics.ES11.All.LightingBit; + var _ColorBufferBit7Qcom = OpenTK.Graphics.ES11.All.ColorBufferBit7Qcom; + var _FogBit = OpenTK.Graphics.ES11.All.FogBit; + var _PixelBufferBarrierBit = OpenTK.Graphics.ES11.All.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.ES11.All.PixelBufferBarrierBitExt; + var _DepthBufferBit = OpenTK.Graphics.ES11.All.DepthBufferBit; + var _DepthBufferBit0Qcom = OpenTK.Graphics.ES11.All.DepthBufferBit0Qcom; + var _TextureUpdateBarrierBit = OpenTK.Graphics.ES11.All.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.ES11.All.TextureUpdateBarrierBitExt; + var _AccumBufferBit = OpenTK.Graphics.ES11.All.AccumBufferBit; + var _BufferUpdateBarrierBit = OpenTK.Graphics.ES11.All.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.ES11.All.BufferUpdateBarrierBitExt; + var _DepthBufferBit1Qcom = OpenTK.Graphics.ES11.All.DepthBufferBit1Qcom; + var _DepthBufferBit2Qcom = OpenTK.Graphics.ES11.All.DepthBufferBit2Qcom; + var _FramebufferBarrierBit = OpenTK.Graphics.ES11.All.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.ES11.All.FramebufferBarrierBitExt; + var _StencilBufferBit = OpenTK.Graphics.ES11.All.StencilBufferBit; + var _DepthBufferBit3Qcom = OpenTK.Graphics.ES11.All.DepthBufferBit3Qcom; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.ES11.All.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.ES11.All.TransformFeedbackBarrierBitExt; + var _ViewportBit = OpenTK.Graphics.ES11.All.ViewportBit; + var _AtomicCounterBarrierBit = OpenTK.Graphics.ES11.All.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.ES11.All.AtomicCounterBarrierBitExt; + var _DepthBufferBit4Qcom = OpenTK.Graphics.ES11.All.DepthBufferBit4Qcom; + var _TransformBit = OpenTK.Graphics.ES11.All.TransformBit; + var _DepthBufferBit5Qcom = OpenTK.Graphics.ES11.All.DepthBufferBit5Qcom; + var _EnableBit = OpenTK.Graphics.ES11.All.EnableBit; + var _ShaderStorageBarrierBit = OpenTK.Graphics.ES11.All.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.ES11.All.ClientMappedBufferBarrierBit; + var _ColorBufferBit = OpenTK.Graphics.ES11.All.ColorBufferBit; + var _DepthBufferBit6Qcom = OpenTK.Graphics.ES11.All.DepthBufferBit6Qcom; + var _CoverageBufferBitNv = OpenTK.Graphics.ES11.All.CoverageBufferBitNv; + var _DepthBufferBit7Qcom = OpenTK.Graphics.ES11.All.DepthBufferBit7Qcom; + var _HintBit = OpenTK.Graphics.ES11.All.HintBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.ES11.All.QueryBufferBarrierBit; + var _MapReadBit = OpenTK.Graphics.ES11.All.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.ES11.All.MapReadBitExt; + var _Lines = OpenTK.Graphics.ES11.All.Lines; + var _EvalBit = OpenTK.Graphics.ES11.All.EvalBit; + var _StencilBufferBit0Qcom = OpenTK.Graphics.ES11.All.StencilBufferBit0Qcom; + var _LineLoop = OpenTK.Graphics.ES11.All.LineLoop; + var _MapWriteBit = OpenTK.Graphics.ES11.All.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.ES11.All.MapWriteBitExt; + var _ListBit = OpenTK.Graphics.ES11.All.ListBit; + var _StencilBufferBit1Qcom = OpenTK.Graphics.ES11.All.StencilBufferBit1Qcom; + var _LineStrip = OpenTK.Graphics.ES11.All.LineStrip; + var _MapInvalidateRangeBit = OpenTK.Graphics.ES11.All.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES11.All.MapInvalidateRangeBitExt; + var _Triangles = OpenTK.Graphics.ES11.All.Triangles; + var _StencilBufferBit2Qcom = OpenTK.Graphics.ES11.All.StencilBufferBit2Qcom; + var _TextureBit = OpenTK.Graphics.ES11.All.TextureBit; + var _TriangleStrip = OpenTK.Graphics.ES11.All.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES11.All.TriangleFan; + var _Quads = OpenTK.Graphics.ES11.All.Quads; + var _QuadsExt = OpenTK.Graphics.ES11.All.QuadsExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.ES11.All.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES11.All.MapInvalidateBufferBitExt; + var _QuadStrip = OpenTK.Graphics.ES11.All.QuadStrip; + var _ScissorBit = OpenTK.Graphics.ES11.All.ScissorBit; + var _StencilBufferBit3Qcom = OpenTK.Graphics.ES11.All.StencilBufferBit3Qcom; + var _Polygon = OpenTK.Graphics.ES11.All.Polygon; + var _LinesAdjacency = OpenTK.Graphics.ES11.All.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.ES11.All.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.ES11.All.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.ES11.All.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.ES11.All.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.ES11.All.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.ES11.All.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.ES11.All.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.ES11.All.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.ES11.All.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.ES11.All.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.ES11.All.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.ES11.All.Patches; + var _PatchesExt = OpenTK.Graphics.ES11.All.PatchesExt; + var _MapFlushExplicitBit = OpenTK.Graphics.ES11.All.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES11.All.MapFlushExplicitBitExt; + var _StencilBufferBit4Qcom = OpenTK.Graphics.ES11.All.StencilBufferBit4Qcom; + var _MapUnsynchronizedBit = OpenTK.Graphics.ES11.All.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES11.All.MapUnsynchronizedBitExt; + var _StencilBufferBit5Qcom = OpenTK.Graphics.ES11.All.StencilBufferBit5Qcom; + var _MapPersistentBit = OpenTK.Graphics.ES11.All.MapPersistentBit; + var _StencilBufferBit6Qcom = OpenTK.Graphics.ES11.All.StencilBufferBit6Qcom; + var _MapCoherentBit = OpenTK.Graphics.ES11.All.MapCoherentBit; + var _StencilBufferBit7Qcom = OpenTK.Graphics.ES11.All.StencilBufferBit7Qcom; + var _Accum = OpenTK.Graphics.ES11.All.Accum; + var _DynamicStorageBit = OpenTK.Graphics.ES11.All.DynamicStorageBit; + var _MultisampleBufferBit0Qcom = OpenTK.Graphics.ES11.All.MultisampleBufferBit0Qcom; + var _Load = OpenTK.Graphics.ES11.All.Load; + var _Return = OpenTK.Graphics.ES11.All.Return; + var _Mult = OpenTK.Graphics.ES11.All.Mult; + var _Add = OpenTK.Graphics.ES11.All.Add; + var _ClientStorageBit = OpenTK.Graphics.ES11.All.ClientStorageBit; + var _Never = OpenTK.Graphics.ES11.All.Never; + var _MultisampleBufferBit1Qcom = OpenTK.Graphics.ES11.All.MultisampleBufferBit1Qcom; + var _Less = OpenTK.Graphics.ES11.All.Less; + var _Equal = OpenTK.Graphics.ES11.All.Equal; + var _Lequal = OpenTK.Graphics.ES11.All.Lequal; + var _Greater = OpenTK.Graphics.ES11.All.Greater; + var _Notequal = OpenTK.Graphics.ES11.All.Notequal; + var _Gequal = OpenTK.Graphics.ES11.All.Gequal; + var _Always = OpenTK.Graphics.ES11.All.Always; + var _SrcColor = OpenTK.Graphics.ES11.All.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES11.All.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES11.All.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES11.All.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES11.All.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES11.All.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES11.All.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES11.All.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES11.All.SrcAlphaSaturate; + var _FrontLeft = OpenTK.Graphics.ES11.All.FrontLeft; + var _MultisampleBufferBit2Qcom = OpenTK.Graphics.ES11.All.MultisampleBufferBit2Qcom; + var _FrontRight = OpenTK.Graphics.ES11.All.FrontRight; + var _BackLeft = OpenTK.Graphics.ES11.All.BackLeft; + var _BackRight = OpenTK.Graphics.ES11.All.BackRight; + var _Front = OpenTK.Graphics.ES11.All.Front; + var _Back = OpenTK.Graphics.ES11.All.Back; + var _Left = OpenTK.Graphics.ES11.All.Left; + var _Right = OpenTK.Graphics.ES11.All.Right; + var _FrontAndBack = OpenTK.Graphics.ES11.All.FrontAndBack; + var _Aux0 = OpenTK.Graphics.ES11.All.Aux0; + var _Aux1 = OpenTK.Graphics.ES11.All.Aux1; + var _Aux2 = OpenTK.Graphics.ES11.All.Aux2; + var _Aux3 = OpenTK.Graphics.ES11.All.Aux3; + var _InvalidEnum = OpenTK.Graphics.ES11.All.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES11.All.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES11.All.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES11.All.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.ES11.All.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.ES11.All.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.ES11.All.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.ES11.All.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.ES11.All.InvalidFramebufferOperationOes; + var _Gl2D = OpenTK.Graphics.ES11.All.Gl2D; + var _Gl3D = OpenTK.Graphics.ES11.All.Gl3D; + var _Gl3DColor = OpenTK.Graphics.ES11.All.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.ES11.All.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.ES11.All.Gl4DColorTexture; + var _PassThroughToken = OpenTK.Graphics.ES11.All.PassThroughToken; + var _PointToken = OpenTK.Graphics.ES11.All.PointToken; + var _LineToken = OpenTK.Graphics.ES11.All.LineToken; + var _PolygonToken = OpenTK.Graphics.ES11.All.PolygonToken; + var _BitmapToken = OpenTK.Graphics.ES11.All.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.ES11.All.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.ES11.All.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.ES11.All.LineResetToken; + var _Exp = OpenTK.Graphics.ES11.All.Exp; + var _MultisampleBufferBit3Qcom = OpenTK.Graphics.ES11.All.MultisampleBufferBit3Qcom; + var _Exp2 = OpenTK.Graphics.ES11.All.Exp2; + var _Cw = OpenTK.Graphics.ES11.All.Cw; + var _Ccw = OpenTK.Graphics.ES11.All.Ccw; + var _Coeff = OpenTK.Graphics.ES11.All.Coeff; + var _Order = OpenTK.Graphics.ES11.All.Order; + var _Domain = OpenTK.Graphics.ES11.All.Domain; + var _CurrentColor = OpenTK.Graphics.ES11.All.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.ES11.All.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.ES11.All.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.ES11.All.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.ES11.All.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.ES11.All.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.ES11.All.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.ES11.All.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.ES11.All.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.ES11.All.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.ES11.All.PointSmooth; + var _PointSize = OpenTK.Graphics.ES11.All.PointSize; + var _PointSizeRange = OpenTK.Graphics.ES11.All.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.ES11.All.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.ES11.All.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.ES11.All.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.ES11.All.LineSmooth; + var _LineWidth = OpenTK.Graphics.ES11.All.LineWidth; + var _LineWidthRange = OpenTK.Graphics.ES11.All.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.ES11.All.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.ES11.All.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.ES11.All.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.ES11.All.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.ES11.All.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.ES11.All.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.ES11.All.ListMode; + var _MaxListNesting = OpenTK.Graphics.ES11.All.MaxListNesting; + var _ListBase = OpenTK.Graphics.ES11.All.ListBase; + var _ListIndex = OpenTK.Graphics.ES11.All.ListIndex; + var _PolygonMode = OpenTK.Graphics.ES11.All.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.ES11.All.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES11.All.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.ES11.All.EdgeFlag; + var _CullFace = OpenTK.Graphics.ES11.All.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES11.All.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES11.All.FrontFace; + var _Lighting = OpenTK.Graphics.ES11.All.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.ES11.All.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES11.All.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES11.All.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.ES11.All.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.ES11.All.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.ES11.All.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.ES11.All.ColorMaterial; + var _Fog = OpenTK.Graphics.ES11.All.Fog; + var _FogIndex = OpenTK.Graphics.ES11.All.FogIndex; + var _FogDensity = OpenTK.Graphics.ES11.All.FogDensity; + var _FogStart = OpenTK.Graphics.ES11.All.FogStart; + var _FogEnd = OpenTK.Graphics.ES11.All.FogEnd; + var _FogMode = OpenTK.Graphics.ES11.All.FogMode; + var _FogColor = OpenTK.Graphics.ES11.All.FogColor; + var _DepthRange = OpenTK.Graphics.ES11.All.DepthRange; + var _DepthTest = OpenTK.Graphics.ES11.All.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES11.All.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES11.All.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES11.All.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.ES11.All.AccumClearValue; + var _StencilTest = OpenTK.Graphics.ES11.All.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES11.All.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES11.All.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES11.All.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES11.All.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES11.All.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES11.All.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES11.All.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES11.All.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.ES11.All.MatrixMode; + var _Normalize = OpenTK.Graphics.ES11.All.Normalize; + var _Viewport = OpenTK.Graphics.ES11.All.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.ES11.All.Modelview0StackDepthExt; + var _ModelviewStackDepth = OpenTK.Graphics.ES11.All.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.ES11.All.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.ES11.All.TextureStackDepth; + var _Modelview0MatrixExt = OpenTK.Graphics.ES11.All.Modelview0MatrixExt; + var _ModelviewMatrix = OpenTK.Graphics.ES11.All.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.ES11.All.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.ES11.All.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.ES11.All.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.ES11.All.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.ES11.All.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.ES11.All.AlphaTestQcom; + var _AlphaTestFunc = OpenTK.Graphics.ES11.All.AlphaTestFunc; + var _AlphaTestFuncQcom = OpenTK.Graphics.ES11.All.AlphaTestFuncQcom; + var _AlphaTestRef = OpenTK.Graphics.ES11.All.AlphaTestRef; + var _AlphaTestRefQcom = OpenTK.Graphics.ES11.All.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.ES11.All.Dither; + var _BlendDst = OpenTK.Graphics.ES11.All.BlendDst; + var _BlendSrc = OpenTK.Graphics.ES11.All.BlendSrc; + var _Blend = OpenTK.Graphics.ES11.All.Blend; + var _LogicOpMode = OpenTK.Graphics.ES11.All.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.ES11.All.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.ES11.All.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES11.All.ColorLogicOp; + var _AuxBuffers = OpenTK.Graphics.ES11.All.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.ES11.All.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.ES11.All.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.ES11.All.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.ES11.All.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.ES11.All.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.ES11.All.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES11.All.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.ES11.All.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.ES11.All.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.ES11.All.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES11.All.ColorWritemask; + var _IndexMode = OpenTK.Graphics.ES11.All.IndexMode; + var _RgbaMode = OpenTK.Graphics.ES11.All.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.ES11.All.Doublebuffer; + var _Stereo = OpenTK.Graphics.ES11.All.Stereo; + var _RenderMode = OpenTK.Graphics.ES11.All.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES11.All.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES11.All.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES11.All.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES11.All.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES11.All.FogHint; + var _TextureGenS = OpenTK.Graphics.ES11.All.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES11.All.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES11.All.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES11.All.TextureGenQ; + var _PixelMapIToI = OpenTK.Graphics.ES11.All.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES11.All.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES11.All.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES11.All.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES11.All.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES11.All.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES11.All.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES11.All.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES11.All.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES11.All.PixelMapAToA; + var _PixelMapIToISize = OpenTK.Graphics.ES11.All.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.ES11.All.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.ES11.All.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.ES11.All.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.ES11.All.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.ES11.All.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.ES11.All.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.ES11.All.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.ES11.All.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.ES11.All.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.ES11.All.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES11.All.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES11.All.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.ES11.All.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.ES11.All.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.ES11.All.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.ES11.All.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.ES11.All.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.ES11.All.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES11.All.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES11.All.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES11.All.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES11.All.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES11.All.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES11.All.PackAlignment; + var _MapColor = OpenTK.Graphics.ES11.All.MapColor; + var _MapStencil = OpenTK.Graphics.ES11.All.MapStencil; + var _IndexShift = OpenTK.Graphics.ES11.All.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES11.All.IndexOffset; + var _RedScale = OpenTK.Graphics.ES11.All.RedScale; + var _RedBias = OpenTK.Graphics.ES11.All.RedBias; + var _ZoomX = OpenTK.Graphics.ES11.All.ZoomX; + var _ZoomY = OpenTK.Graphics.ES11.All.ZoomY; + var _GreenScale = OpenTK.Graphics.ES11.All.GreenScale; + var _GreenBias = OpenTK.Graphics.ES11.All.GreenBias; + var _BlueScale = OpenTK.Graphics.ES11.All.BlueScale; + var _BlueBias = OpenTK.Graphics.ES11.All.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES11.All.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES11.All.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES11.All.DepthScale; + var _DepthBias = OpenTK.Graphics.ES11.All.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.ES11.All.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.ES11.All.MaxLights; + var _MaxClipDistances = OpenTK.Graphics.ES11.All.MaxClipDistances; + var _MaxClipPlanes = OpenTK.Graphics.ES11.All.MaxClipPlanes; + var _MaxClipPlanesImg = OpenTK.Graphics.ES11.All.MaxClipPlanesImg; + var _MaxTextureSize = OpenTK.Graphics.ES11.All.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.ES11.All.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.ES11.All.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES11.All.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.ES11.All.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES11.All.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES11.All.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES11.All.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.ES11.All.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.ES11.All.SubpixelBits; + var _IndexBits = OpenTK.Graphics.ES11.All.IndexBits; + var _RedBits = OpenTK.Graphics.ES11.All.RedBits; + var _GreenBits = OpenTK.Graphics.ES11.All.GreenBits; + var _BlueBits = OpenTK.Graphics.ES11.All.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES11.All.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES11.All.DepthBits; + var _StencilBits = OpenTK.Graphics.ES11.All.StencilBits; + var _AccumRedBits = OpenTK.Graphics.ES11.All.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.ES11.All.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.ES11.All.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.ES11.All.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.ES11.All.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.ES11.All.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES11.All.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES11.All.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES11.All.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES11.All.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES11.All.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES11.All.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES11.All.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES11.All.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES11.All.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES11.All.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES11.All.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES11.All.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES11.All.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES11.All.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES11.All.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES11.All.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES11.All.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES11.All.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.ES11.All.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.ES11.All.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.ES11.All.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.ES11.All.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.ES11.All.Texture1D; + var _Texture2D = OpenTK.Graphics.ES11.All.Texture2D; + var _FeedbackBufferPointer = OpenTK.Graphics.ES11.All.FeedbackBufferPointer; + var _FeedbackBufferSize = OpenTK.Graphics.ES11.All.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.ES11.All.FeedbackBufferType; + var _SelectionBufferPointer = OpenTK.Graphics.ES11.All.SelectionBufferPointer; + var _SelectionBufferSize = OpenTK.Graphics.ES11.All.SelectionBufferSize; + var _TextureWidth = OpenTK.Graphics.ES11.All.TextureWidth; + var _MultisampleBufferBit4Qcom = OpenTK.Graphics.ES11.All.MultisampleBufferBit4Qcom; + var _TextureHeight = OpenTK.Graphics.ES11.All.TextureHeight; + var _TextureComponents = OpenTK.Graphics.ES11.All.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.ES11.All.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.ES11.All.TextureBorderColor; + var _TextureBorderColorNv = OpenTK.Graphics.ES11.All.TextureBorderColorNv; + var _TextureBorder = OpenTK.Graphics.ES11.All.TextureBorder; + var _DontCare = OpenTK.Graphics.ES11.All.DontCare; + var _Fastest = OpenTK.Graphics.ES11.All.Fastest; + var _Nicest = OpenTK.Graphics.ES11.All.Nicest; + var _Ambient = OpenTK.Graphics.ES11.All.Ambient; + var _Diffuse = OpenTK.Graphics.ES11.All.Diffuse; + var _Specular = OpenTK.Graphics.ES11.All.Specular; + var _Position = OpenTK.Graphics.ES11.All.Position; + var _SpotDirection = OpenTK.Graphics.ES11.All.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES11.All.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES11.All.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES11.All.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES11.All.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES11.All.QuadraticAttenuation; + var _Compile = OpenTK.Graphics.ES11.All.Compile; + var _CompileAndExecute = OpenTK.Graphics.ES11.All.CompileAndExecute; + var _Byte = OpenTK.Graphics.ES11.All.Byte; + var _UnsignedByte = OpenTK.Graphics.ES11.All.UnsignedByte; + var _Short = OpenTK.Graphics.ES11.All.Short; + var _UnsignedShort = OpenTK.Graphics.ES11.All.UnsignedShort; + var _Int = OpenTK.Graphics.ES11.All.Int; + var _UnsignedInt = OpenTK.Graphics.ES11.All.UnsignedInt; + var _Float = OpenTK.Graphics.ES11.All.Float; + var _Gl2Bytes = OpenTK.Graphics.ES11.All.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.ES11.All.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.ES11.All.Gl4Bytes; + var _Double = OpenTK.Graphics.ES11.All.Double; + var _Fixed = OpenTK.Graphics.ES11.All.Fixed; + var _FixedOes = OpenTK.Graphics.ES11.All.FixedOes; + var _Clear = OpenTK.Graphics.ES11.All.Clear; + var _And = OpenTK.Graphics.ES11.All.And; + var _AndReverse = OpenTK.Graphics.ES11.All.AndReverse; + var _Copy = OpenTK.Graphics.ES11.All.Copy; + var _AndInverted = OpenTK.Graphics.ES11.All.AndInverted; + var _Noop = OpenTK.Graphics.ES11.All.Noop; + var _Xor = OpenTK.Graphics.ES11.All.Xor; + var _Or = OpenTK.Graphics.ES11.All.Or; + var _Nor = OpenTK.Graphics.ES11.All.Nor; + var _Equiv = OpenTK.Graphics.ES11.All.Equiv; + var _Invert = OpenTK.Graphics.ES11.All.Invert; + var _OrReverse = OpenTK.Graphics.ES11.All.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES11.All.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES11.All.OrInverted; + var _Nand = OpenTK.Graphics.ES11.All.Nand; + var _Set = OpenTK.Graphics.ES11.All.Set; + var _Emission = OpenTK.Graphics.ES11.All.Emission; + var _Shininess = OpenTK.Graphics.ES11.All.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES11.All.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.ES11.All.ColorIndexes; + var _Modelview = OpenTK.Graphics.ES11.All.Modelview; + var _Modelview0Ext = OpenTK.Graphics.ES11.All.Modelview0Ext; + var _Projection = OpenTK.Graphics.ES11.All.Projection; + var _Texture = OpenTK.Graphics.ES11.All.Texture; + var _Color = OpenTK.Graphics.ES11.All.Color; + var _ColorExt = OpenTK.Graphics.ES11.All.ColorExt; + var _Depth = OpenTK.Graphics.ES11.All.Depth; + var _DepthExt = OpenTK.Graphics.ES11.All.DepthExt; + var _Stencil = OpenTK.Graphics.ES11.All.Stencil; + var _StencilExt = OpenTK.Graphics.ES11.All.StencilExt; + var _ColorIndex = OpenTK.Graphics.ES11.All.ColorIndex; + var _StencilIndex = OpenTK.Graphics.ES11.All.StencilIndex; + var _DepthComponent = OpenTK.Graphics.ES11.All.DepthComponent; + var _Red = OpenTK.Graphics.ES11.All.Red; + var _RedExt = OpenTK.Graphics.ES11.All.RedExt; + var _Green = OpenTK.Graphics.ES11.All.Green; + var _Blue = OpenTK.Graphics.ES11.All.Blue; + var _Alpha = OpenTK.Graphics.ES11.All.Alpha; + var _Rgb = OpenTK.Graphics.ES11.All.Rgb; + var _Rgba = OpenTK.Graphics.ES11.All.Rgba; + var _Luminance = OpenTK.Graphics.ES11.All.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES11.All.LuminanceAlpha; + var _Bitmap = OpenTK.Graphics.ES11.All.Bitmap; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.ES11.All.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.ES11.All.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.ES11.All.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.ES11.All.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.ES11.All.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.ES11.All.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.ES11.All.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.ES11.All.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.ES11.All.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.ES11.All.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.ES11.All.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.ES11.All.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.ES11.All.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.ES11.All.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.ES11.All.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.ES11.All.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.ES11.All.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.ES11.All.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.ES11.All.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.ES11.All.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.ES11.All.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.ES11.All.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.ES11.All.MaxVertexHintPgi; + var _Point = OpenTK.Graphics.ES11.All.Point; + var _Line = OpenTK.Graphics.ES11.All.Line; + var _Fill = OpenTK.Graphics.ES11.All.Fill; + var _Render = OpenTK.Graphics.ES11.All.Render; + var _Feedback = OpenTK.Graphics.ES11.All.Feedback; + var _Select = OpenTK.Graphics.ES11.All.Select; + var _Flat = OpenTK.Graphics.ES11.All.Flat; + var _Smooth = OpenTK.Graphics.ES11.All.Smooth; + var _Keep = OpenTK.Graphics.ES11.All.Keep; + var _Replace = OpenTK.Graphics.ES11.All.Replace; + var _Incr = OpenTK.Graphics.ES11.All.Incr; + var _Decr = OpenTK.Graphics.ES11.All.Decr; + var _Vendor = OpenTK.Graphics.ES11.All.Vendor; + var _Renderer = OpenTK.Graphics.ES11.All.Renderer; + var _Version = OpenTK.Graphics.ES11.All.Version; + var _Extensions = OpenTK.Graphics.ES11.All.Extensions; + var _S = OpenTK.Graphics.ES11.All.S; + var _MultisampleBit = OpenTK.Graphics.ES11.All.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.ES11.All.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.ES11.All.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.ES11.All.MultisampleBitExt; + var _MultisampleBufferBit5Qcom = OpenTK.Graphics.ES11.All.MultisampleBufferBit5Qcom; + var _T = OpenTK.Graphics.ES11.All.T; + var _R = OpenTK.Graphics.ES11.All.R; + var _Q = OpenTK.Graphics.ES11.All.Q; + var _Modulate = OpenTK.Graphics.ES11.All.Modulate; + var _Decal = OpenTK.Graphics.ES11.All.Decal; + var _TextureEnvMode = OpenTK.Graphics.ES11.All.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES11.All.TextureEnvColor; + var _TextureEnv = OpenTK.Graphics.ES11.All.TextureEnv; + var _EyeLinear = OpenTK.Graphics.ES11.All.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.ES11.All.ObjectLinear; + var _SphereMap = OpenTK.Graphics.ES11.All.SphereMap; + var _TextureGenMode = OpenTK.Graphics.ES11.All.TextureGenMode; + var _TextureGenModeOes = OpenTK.Graphics.ES11.All.TextureGenModeOes; + var _ObjectPlane = OpenTK.Graphics.ES11.All.ObjectPlane; + var _EyePlane = OpenTK.Graphics.ES11.All.EyePlane; + var _Nearest = OpenTK.Graphics.ES11.All.Nearest; + var _Linear = OpenTK.Graphics.ES11.All.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES11.All.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES11.All.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES11.All.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES11.All.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.ES11.All.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES11.All.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES11.All.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES11.All.TextureWrapT; + var _Clamp = OpenTK.Graphics.ES11.All.Clamp; + var _Repeat = OpenTK.Graphics.ES11.All.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.ES11.All.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.ES11.All.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES11.All.PolygonOffsetLine; + var _R3G3B2 = OpenTK.Graphics.ES11.All.R3G3B2; + var _V2f = OpenTK.Graphics.ES11.All.V2f; + var _V3f = OpenTK.Graphics.ES11.All.V3f; + var _C4ubV2f = OpenTK.Graphics.ES11.All.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.ES11.All.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.ES11.All.C3fV3f; + var _N3fV3f = OpenTK.Graphics.ES11.All.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.ES11.All.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.ES11.All.T2fV3f; + var _T4fV4f = OpenTK.Graphics.ES11.All.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.ES11.All.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.ES11.All.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.ES11.All.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.ES11.All.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.ES11.All.T4fC4fN3fV4f; + var _ClipDistance0 = OpenTK.Graphics.ES11.All.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.ES11.All.ClipPlane0; + var _ClipPlane0Img = OpenTK.Graphics.ES11.All.ClipPlane0Img; + var _ClipDistance1 = OpenTK.Graphics.ES11.All.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.ES11.All.ClipPlane1; + var _ClipPlane1Img = OpenTK.Graphics.ES11.All.ClipPlane1Img; + var _ClipDistance2 = OpenTK.Graphics.ES11.All.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.ES11.All.ClipPlane2; + var _ClipPlane2Img = OpenTK.Graphics.ES11.All.ClipPlane2Img; + var _ClipDistance3 = OpenTK.Graphics.ES11.All.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.ES11.All.ClipPlane3; + var _ClipPlane3Img = OpenTK.Graphics.ES11.All.ClipPlane3Img; + var _ClipDistance4 = OpenTK.Graphics.ES11.All.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.ES11.All.ClipPlane4; + var _ClipPlane4Img = OpenTK.Graphics.ES11.All.ClipPlane4Img; + var _ClipDistance5 = OpenTK.Graphics.ES11.All.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.ES11.All.ClipPlane5; + var _ClipPlane5Img = OpenTK.Graphics.ES11.All.ClipPlane5Img; + var _ClipDistance6 = OpenTK.Graphics.ES11.All.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.ES11.All.ClipDistance7; + var _Light0 = OpenTK.Graphics.ES11.All.Light0; + var _MultisampleBufferBit6Qcom = OpenTK.Graphics.ES11.All.MultisampleBufferBit6Qcom; + var _Light1 = OpenTK.Graphics.ES11.All.Light1; + var _Light2 = OpenTK.Graphics.ES11.All.Light2; + var _Light3 = OpenTK.Graphics.ES11.All.Light3; + var _Light4 = OpenTK.Graphics.ES11.All.Light4; + var _Light5 = OpenTK.Graphics.ES11.All.Light5; + var _Light6 = OpenTK.Graphics.ES11.All.Light6; + var _Light7 = OpenTK.Graphics.ES11.All.Light7; + var _AbgrExt = OpenTK.Graphics.ES11.All.AbgrExt; + var _MultisampleBufferBit7Qcom = OpenTK.Graphics.ES11.All.MultisampleBufferBit7Qcom; + var _ConstantColorExt = OpenTK.Graphics.ES11.All.ConstantColorExt; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES11.All.OneMinusConstantColorExt; + var _ConstantAlphaExt = OpenTK.Graphics.ES11.All.ConstantAlphaExt; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES11.All.OneMinusConstantAlphaExt; + var _BlendColorExt = OpenTK.Graphics.ES11.All.BlendColorExt; + var _FuncAddExt = OpenTK.Graphics.ES11.All.FuncAddExt; + var _FuncAddOes = OpenTK.Graphics.ES11.All.FuncAddOes; + var _MinExt = OpenTK.Graphics.ES11.All.MinExt; + var _MaxExt = OpenTK.Graphics.ES11.All.MaxExt; + var _BlendEquationExt = OpenTK.Graphics.ES11.All.BlendEquationExt; + var _BlendEquationOes = OpenTK.Graphics.ES11.All.BlendEquationOes; + var _BlendEquationRgbOes = OpenTK.Graphics.ES11.All.BlendEquationRgbOes; + var _FuncSubtractExt = OpenTK.Graphics.ES11.All.FuncSubtractExt; + var _FuncSubtractOes = OpenTK.Graphics.ES11.All.FuncSubtractOes; + var _FuncReverseSubtractExt = OpenTK.Graphics.ES11.All.FuncReverseSubtractExt; + var _FuncReverseSubtractOes = OpenTK.Graphics.ES11.All.FuncReverseSubtractOes; + var _CmykExt = OpenTK.Graphics.ES11.All.CmykExt; + var _CmykaExt = OpenTK.Graphics.ES11.All.CmykaExt; + var _PackCmykHintExt = OpenTK.Graphics.ES11.All.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES11.All.UnpackCmykHintExt; + var _Convolution1D = OpenTK.Graphics.ES11.All.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.ES11.All.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.ES11.All.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.ES11.All.Convolution2DExt; + var _Separable2D = OpenTK.Graphics.ES11.All.Separable2D; + var _Separable2DExt = OpenTK.Graphics.ES11.All.Separable2DExt; + var _ConvolutionBorderMode = OpenTK.Graphics.ES11.All.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES11.All.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.ES11.All.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES11.All.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.ES11.All.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES11.All.ConvolutionFilterBiasExt; + var _Reduce = OpenTK.Graphics.ES11.All.Reduce; + var _ReduceExt = OpenTK.Graphics.ES11.All.ReduceExt; + var _ConvolutionFormatExt = OpenTK.Graphics.ES11.All.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.ES11.All.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.ES11.All.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.ES11.All.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.ES11.All.MaxConvolutionHeightExt; + var _PostConvolutionRedScale = OpenTK.Graphics.ES11.All.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES11.All.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.ES11.All.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES11.All.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.ES11.All.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES11.All.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.ES11.All.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES11.All.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.ES11.All.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES11.All.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.ES11.All.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES11.All.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.ES11.All.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES11.All.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.ES11.All.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES11.All.PostConvolutionAlphaBiasExt; + var _Histogram = OpenTK.Graphics.ES11.All.Histogram; + var _HistogramExt = OpenTK.Graphics.ES11.All.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.ES11.All.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.ES11.All.ProxyHistogramExt; + var _HistogramWidthExt = OpenTK.Graphics.ES11.All.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.ES11.All.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.ES11.All.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.ES11.All.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.ES11.All.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.ES11.All.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.ES11.All.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.ES11.All.HistogramSinkExt; + var _Minmax = OpenTK.Graphics.ES11.All.Minmax; + var _MinmaxExt = OpenTK.Graphics.ES11.All.MinmaxExt; + var _MinmaxFormat = OpenTK.Graphics.ES11.All.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.ES11.All.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.ES11.All.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.ES11.All.MinmaxSinkExt; + var _TableTooLarge = OpenTK.Graphics.ES11.All.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.ES11.All.TableTooLargeExt; + var _UnsignedByte332 = OpenTK.Graphics.ES11.All.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.ES11.All.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.ES11.All.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.ES11.All.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.ES11.All.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.ES11.All.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.ES11.All.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.ES11.All.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.ES11.All.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.ES11.All.UnsignedInt1010102Ext; + var _PolygonOffsetFill = OpenTK.Graphics.ES11.All.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES11.All.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.ES11.All.PolygonOffsetBiasExt; + var _RescaleNormal = OpenTK.Graphics.ES11.All.RescaleNormal; + var _RescaleNormalExt = OpenTK.Graphics.ES11.All.RescaleNormalExt; + var _Alpha4 = OpenTK.Graphics.ES11.All.Alpha4; + var _Alpha8 = OpenTK.Graphics.ES11.All.Alpha8; + var _Alpha8Ext = OpenTK.Graphics.ES11.All.Alpha8Ext; + var _Alpha8Oes = OpenTK.Graphics.ES11.All.Alpha8Oes; + var _Alpha12 = OpenTK.Graphics.ES11.All.Alpha12; + var _Alpha16 = OpenTK.Graphics.ES11.All.Alpha16; + var _Luminance4 = OpenTK.Graphics.ES11.All.Luminance4; + var _Luminance8 = OpenTK.Graphics.ES11.All.Luminance8; + var _Luminance8Ext = OpenTK.Graphics.ES11.All.Luminance8Ext; + var _Luminance8Oes = OpenTK.Graphics.ES11.All.Luminance8Oes; + var _Luminance12 = OpenTK.Graphics.ES11.All.Luminance12; + var _Luminance16 = OpenTK.Graphics.ES11.All.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.ES11.All.Luminance4Alpha4; + var _Luminance4Alpha4Oes = OpenTK.Graphics.ES11.All.Luminance4Alpha4Oes; + var _Luminance6Alpha2 = OpenTK.Graphics.ES11.All.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.ES11.All.Luminance8Alpha8; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES11.All.Luminance8Alpha8Ext; + var _Luminance8Alpha8Oes = OpenTK.Graphics.ES11.All.Luminance8Alpha8Oes; + var _Luminance12Alpha4 = OpenTK.Graphics.ES11.All.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.ES11.All.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.ES11.All.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.ES11.All.Intensity; + var _Intensity4 = OpenTK.Graphics.ES11.All.Intensity4; + var _Intensity8 = OpenTK.Graphics.ES11.All.Intensity8; + var _Intensity12 = OpenTK.Graphics.ES11.All.Intensity12; + var _Intensity16 = OpenTK.Graphics.ES11.All.Intensity16; + var _Rgb2Ext = OpenTK.Graphics.ES11.All.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.ES11.All.Rgb4; + var _Rgb5 = OpenTK.Graphics.ES11.All.Rgb5; + var _Rgb8 = OpenTK.Graphics.ES11.All.Rgb8; + var _Rgb8Oes = OpenTK.Graphics.ES11.All.Rgb8Oes; + var _Rgb10 = OpenTK.Graphics.ES11.All.Rgb10; + var _Rgb10Ext = OpenTK.Graphics.ES11.All.Rgb10Ext; + var _Rgb12 = OpenTK.Graphics.ES11.All.Rgb12; + var _Rgb16 = OpenTK.Graphics.ES11.All.Rgb16; + var _Rgba2 = OpenTK.Graphics.ES11.All.Rgba2; + var _Rgba4 = OpenTK.Graphics.ES11.All.Rgba4; + var _Rgba4Oes = OpenTK.Graphics.ES11.All.Rgba4Oes; + var _Rgb5A1 = OpenTK.Graphics.ES11.All.Rgb5A1; + var _Rgb5A1Oes = OpenTK.Graphics.ES11.All.Rgb5A1Oes; + var _Rgba8 = OpenTK.Graphics.ES11.All.Rgba8; + var _Rgba8Oes = OpenTK.Graphics.ES11.All.Rgba8Oes; + var _Rgb10A2 = OpenTK.Graphics.ES11.All.Rgb10A2; + var _Rgb10A2Ext = OpenTK.Graphics.ES11.All.Rgb10A2Ext; + var _Rgba12 = OpenTK.Graphics.ES11.All.Rgba12; + var _Rgba16 = OpenTK.Graphics.ES11.All.Rgba16; + var _TextureRedSize = OpenTK.Graphics.ES11.All.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.ES11.All.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.ES11.All.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.ES11.All.TextureAlphaSize; + var _TextureLuminanceSize = OpenTK.Graphics.ES11.All.TextureLuminanceSize; + var _TextureIntensitySize = OpenTK.Graphics.ES11.All.TextureIntensitySize; + var _ReplaceExt = OpenTK.Graphics.ES11.All.ReplaceExt; + var _ProxyTexture1D = OpenTK.Graphics.ES11.All.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.ES11.All.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.ES11.All.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.ES11.All.ProxyTexture2DExt; + var _TextureTooLargeExt = OpenTK.Graphics.ES11.All.TextureTooLargeExt; + var _TexturePriority = OpenTK.Graphics.ES11.All.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.ES11.All.TexturePriorityExt; + var _TextureResident = OpenTK.Graphics.ES11.All.TextureResident; + var _TextureBinding1D = OpenTK.Graphics.ES11.All.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.ES11.All.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.ES11.All.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.ES11.All.TextureBinding3D; + var _PackSkipImages = OpenTK.Graphics.ES11.All.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.ES11.All.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.ES11.All.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.ES11.All.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.ES11.All.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES11.All.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.ES11.All.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.ES11.All.UnpackImageHeightExt; + var _Texture3D = OpenTK.Graphics.ES11.All.Texture3D; + var _Texture3DExt = OpenTK.Graphics.ES11.All.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.ES11.All.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.ES11.All.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.ES11.All.ProxyTexture3DExt; + var _TextureDepthExt = OpenTK.Graphics.ES11.All.TextureDepthExt; + var _TextureWrapR = OpenTK.Graphics.ES11.All.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.ES11.All.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.ES11.All.TextureWrapROes; + var _Max3DTextureSizeExt = OpenTK.Graphics.ES11.All.Max3DTextureSizeExt; + var _VertexArray = OpenTK.Graphics.ES11.All.VertexArray; + var _NormalArray = OpenTK.Graphics.ES11.All.NormalArray; + var _ColorArray = OpenTK.Graphics.ES11.All.ColorArray; + var _IndexArray = OpenTK.Graphics.ES11.All.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES11.All.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES11.All.EdgeFlagArray; + var _VertexArraySize = OpenTK.Graphics.ES11.All.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.ES11.All.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.ES11.All.VertexArrayStride; + var _VertexArrayCountExt = OpenTK.Graphics.ES11.All.VertexArrayCountExt; + var _NormalArrayType = OpenTK.Graphics.ES11.All.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.ES11.All.NormalArrayStride; + var _NormalArrayCountExt = OpenTK.Graphics.ES11.All.NormalArrayCountExt; + var _ColorArraySize = OpenTK.Graphics.ES11.All.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.ES11.All.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.ES11.All.ColorArrayStride; + var _ColorArrayCountExt = OpenTK.Graphics.ES11.All.ColorArrayCountExt; + var _IndexArrayType = OpenTK.Graphics.ES11.All.IndexArrayType; + var _IndexArrayStride = OpenTK.Graphics.ES11.All.IndexArrayStride; + var _IndexArrayCountExt = OpenTK.Graphics.ES11.All.IndexArrayCountExt; + var _TextureCoordArraySize = OpenTK.Graphics.ES11.All.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.ES11.All.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.ES11.All.TextureCoordArrayStride; + var _TextureCoordArrayCountExt = OpenTK.Graphics.ES11.All.TextureCoordArrayCountExt; + var _EdgeFlagArrayStride = OpenTK.Graphics.ES11.All.EdgeFlagArrayStride; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.ES11.All.EdgeFlagArrayCountExt; + var _VertexArrayPointer = OpenTK.Graphics.ES11.All.VertexArrayPointer; + var _VertexArrayPointerExt = OpenTK.Graphics.ES11.All.VertexArrayPointerExt; + var _NormalArrayPointer = OpenTK.Graphics.ES11.All.NormalArrayPointer; + var _NormalArrayPointerExt = OpenTK.Graphics.ES11.All.NormalArrayPointerExt; + var _ColorArrayPointer = OpenTK.Graphics.ES11.All.ColorArrayPointer; + var _ColorArrayPointerExt = OpenTK.Graphics.ES11.All.ColorArrayPointerExt; + var _IndexArrayPointer = OpenTK.Graphics.ES11.All.IndexArrayPointer; + var _IndexArrayPointerExt = OpenTK.Graphics.ES11.All.IndexArrayPointerExt; + var _TextureCoordArrayPointer = OpenTK.Graphics.ES11.All.TextureCoordArrayPointer; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.ES11.All.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointer = OpenTK.Graphics.ES11.All.EdgeFlagArrayPointer; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.ES11.All.EdgeFlagArrayPointerExt; + var _InterlaceSgix = OpenTK.Graphics.ES11.All.InterlaceSgix; + var _DetailTexture2DSgis = OpenTK.Graphics.ES11.All.DetailTexture2DSgis; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.ES11.All.DetailTexture2DBindingSgis; + var _LinearDetailSgis = OpenTK.Graphics.ES11.All.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.ES11.All.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.ES11.All.LinearDetailColorSgis; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES11.All.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES11.All.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.ES11.All.DetailTextureFuncPointsSgis; + var _Multisample = OpenTK.Graphics.ES11.All.Multisample; + var _MultisampleSgis = OpenTK.Graphics.ES11.All.MultisampleSgis; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES11.All.SampleAlphaToCoverage; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES11.All.SampleAlphaToMaskSgis; + var _SampleAlphaToOne = OpenTK.Graphics.ES11.All.SampleAlphaToOne; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES11.All.SampleAlphaToOneSgis; + var _SampleCoverage = OpenTK.Graphics.ES11.All.SampleCoverage; + var _SampleMaskSgis = OpenTK.Graphics.ES11.All.SampleMaskSgis; + var _Gl1PassExt = OpenTK.Graphics.ES11.All.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.ES11.All.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.ES11.All.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.ES11.All.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.ES11.All.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.ES11.All.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.ES11.All.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.ES11.All.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.ES11.All.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.ES11.All.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.ES11.All.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.ES11.All.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.ES11.All.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.ES11.All.Gl4Pass3Sgis; + var _SampleBuffers = OpenTK.Graphics.ES11.All.SampleBuffers; + var _SampleBuffersSgis = OpenTK.Graphics.ES11.All.SampleBuffersSgis; + var _Samples = OpenTK.Graphics.ES11.All.Samples; + var _SamplesSgis = OpenTK.Graphics.ES11.All.SamplesSgis; + var _SampleCoverageValue = OpenTK.Graphics.ES11.All.SampleCoverageValue; + var _SampleMaskValueSgis = OpenTK.Graphics.ES11.All.SampleMaskValueSgis; + var _SampleCoverageInvert = OpenTK.Graphics.ES11.All.SampleCoverageInvert; + var _SampleMaskInvertSgis = OpenTK.Graphics.ES11.All.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.ES11.All.SamplePatternSgis; + var _LinearSharpenSgis = OpenTK.Graphics.ES11.All.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.ES11.All.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.ES11.All.LinearSharpenColorSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.ES11.All.SharpenTextureFuncPointsSgis; + var _ColorMatrixSgi = OpenTK.Graphics.ES11.All.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.ES11.All.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.ES11.All.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScale = OpenTK.Graphics.ES11.All.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES11.All.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.ES11.All.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES11.All.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.ES11.All.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES11.All.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.ES11.All.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES11.All.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.ES11.All.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES11.All.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.ES11.All.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES11.All.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.ES11.All.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES11.All.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.ES11.All.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES11.All.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.ES11.All.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.ES11.All.ProxyTextureColorTableSgi; + var _TextureEnvBiasSgix = OpenTK.Graphics.ES11.All.TextureEnvBiasSgix; + var _ShadowAmbientSgix = OpenTK.Graphics.ES11.All.ShadowAmbientSgix; + var _BlendDstRgbOes = OpenTK.Graphics.ES11.All.BlendDstRgbOes; + var _BlendSrcRgbOes = OpenTK.Graphics.ES11.All.BlendSrcRgbOes; + var _BlendDstAlphaOes = OpenTK.Graphics.ES11.All.BlendDstAlphaOes; + var _BlendSrcAlphaOes = OpenTK.Graphics.ES11.All.BlendSrcAlphaOes; + var _ColorTable = OpenTK.Graphics.ES11.All.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.ES11.All.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.ES11.All.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES11.All.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.ES11.All.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES11.All.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.ES11.All.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.ES11.All.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.ES11.All.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.ES11.All.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.ES11.All.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.ES11.All.ProxyPostColorMatrixColorTableSgi; + var _ColorTableScale = OpenTK.Graphics.ES11.All.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.ES11.All.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.ES11.All.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.ES11.All.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.ES11.All.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.ES11.All.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.ES11.All.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.ES11.All.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.ES11.All.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.ES11.All.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.ES11.All.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.ES11.All.ColorTableIntensitySizeSgi; + var _Bgra = OpenTK.Graphics.ES11.All.Bgra; + var _BgraExt = OpenTK.Graphics.ES11.All.BgraExt; + var _BgraImg = OpenTK.Graphics.ES11.All.BgraImg; + var _PhongHintWin = OpenTK.Graphics.ES11.All.PhongHintWin; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.ES11.All.ClipVolumeClippingHintExt; + var _DualAlpha4Sgis = OpenTK.Graphics.ES11.All.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.ES11.All.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.ES11.All.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.ES11.All.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.ES11.All.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.ES11.All.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.ES11.All.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.ES11.All.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.ES11.All.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.ES11.All.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.ES11.All.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.ES11.All.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.ES11.All.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.ES11.All.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.ES11.All.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.ES11.All.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.ES11.All.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.ES11.All.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.ES11.All.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.ES11.All.QuadIntensity8Sgis; + var _DualTextureSelectSgis = OpenTK.Graphics.ES11.All.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES11.All.QuadTextureSelectSgis; + var _PointSizeMin = OpenTK.Graphics.ES11.All.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.ES11.All.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.ES11.All.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.ES11.All.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.ES11.All.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.ES11.All.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.ES11.All.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.ES11.All.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.ES11.All.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.ES11.All.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.ES11.All.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES11.All.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.ES11.All.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES11.All.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.ES11.All.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.ES11.All.PointDistanceAttenuationArb; + var _FogFuncSgis = OpenTK.Graphics.ES11.All.FogFuncSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.ES11.All.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.ES11.All.MaxFogFuncPointsSgis; + var _ClampToBorder = OpenTK.Graphics.ES11.All.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.ES11.All.ClampToBorderArb; + var _ClampToBorderNv = OpenTK.Graphics.ES11.All.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.ES11.All.ClampToBorderSgis; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.ES11.All.TextureMultiBufferHintSgix; + var _ClampToEdge = OpenTK.Graphics.ES11.All.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.ES11.All.ClampToEdgeSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES11.All.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES11.All.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES11.All.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES11.All.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.ES11.All.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.ES11.All.ProxyTexture4DSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.ES11.All.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES11.All.TextureWrapQSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.ES11.All.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES11.All.PixelTexGenSgix; + var _TextureMinLod = OpenTK.Graphics.ES11.All.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.ES11.All.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.ES11.All.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.ES11.All.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.ES11.All.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES11.All.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.ES11.All.TextureMaxLevel; + var _TextureMaxLevelApple = OpenTK.Graphics.ES11.All.TextureMaxLevelApple; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES11.All.TextureMaxLevelSgis; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.ES11.All.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.ES11.All.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.ES11.All.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES11.All.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES11.All.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES11.All.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES11.All.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES11.All.PixelTileCacheSizeSgix; + var _Filter4Sgis = OpenTK.Graphics.ES11.All.Filter4Sgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.ES11.All.TextureFilter4SizeSgis; + var _SpriteSgix = OpenTK.Graphics.ES11.All.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.ES11.All.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.ES11.All.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.ES11.All.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.ES11.All.Texture4DBindingSgis; + var _LinearClipmapLinearSgix = OpenTK.Graphics.ES11.All.LinearClipmapLinearSgix; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES11.All.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES11.All.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES11.All.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES11.All.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES11.All.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES11.All.TextureClipmapDepthSgix; + var _MaxClipmapDepthSgix = OpenTK.Graphics.ES11.All.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.ES11.All.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES11.All.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES11.All.PostTextureFilterScaleSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.ES11.All.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.ES11.All.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES11.All.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.ES11.All.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES11.All.IrInstrument1Sgix; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.ES11.All.InstrumentBufferPointerSgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.ES11.All.InstrumentMeasurementsSgix; + var _ListPrioritySgix = OpenTK.Graphics.ES11.All.ListPrioritySgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES11.All.CalligraphicFragmentSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES11.All.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES11.All.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES11.All.PixelTexGenQFloorSgix; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.ES11.All.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.ES11.All.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.ES11.All.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.ES11.All.PixelTexGenAlphaMsSgix; + var _FramezoomSgix = OpenTK.Graphics.ES11.All.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.ES11.All.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.ES11.All.MaxFramezoomFactorSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES11.All.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES11.All.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES11.All.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.ES11.All.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.ES11.All.GenerateMipmapSgis; + var _GenerateMipmapHint = OpenTK.Graphics.ES11.All.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES11.All.GenerateMipmapHintSgis; + var _GeometryDeformationSgix = OpenTK.Graphics.ES11.All.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES11.All.TextureDeformationSgix; + var _DeformationsMaskSgix = OpenTK.Graphics.ES11.All.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES11.All.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.ES11.All.FogOffsetValueSgix; + var _TextureCompareSgix = OpenTK.Graphics.ES11.All.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.ES11.All.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.ES11.All.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.ES11.All.TextureGequalRSgix; + var _DepthComponent16Oes = OpenTK.Graphics.ES11.All.DepthComponent16Oes; + var _DepthComponent16Sgix = OpenTK.Graphics.ES11.All.DepthComponent16Sgix; + var _DepthComponent24Oes = OpenTK.Graphics.ES11.All.DepthComponent24Oes; + var _DepthComponent24Sgix = OpenTK.Graphics.ES11.All.DepthComponent24Sgix; + var _DepthComponent32Oes = OpenTK.Graphics.ES11.All.DepthComponent32Oes; + var _DepthComponent32Sgix = OpenTK.Graphics.ES11.All.DepthComponent32Sgix; + var _Ycrcb422Sgix = OpenTK.Graphics.ES11.All.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.ES11.All.Ycrcb444Sgix; + var _EyeDistanceToPointSgis = OpenTK.Graphics.ES11.All.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.ES11.All.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.ES11.All.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.ES11.All.ObjectDistanceToLineSgis; + var _EyePointSgis = OpenTK.Graphics.ES11.All.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.ES11.All.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.ES11.All.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.ES11.All.ObjectLineSgis; + var _LightModelColorControl = OpenTK.Graphics.ES11.All.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.ES11.All.LightModelColorControlExt; + var _SingleColor = OpenTK.Graphics.ES11.All.SingleColor; + var _SingleColorExt = OpenTK.Graphics.ES11.All.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.ES11.All.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.ES11.All.SeparateSpecularColorExt; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES11.All.SharedTexturePaletteExt; + var _FramebufferAttachmentColorEncodingExt = OpenTK.Graphics.ES11.All.FramebufferAttachmentColorEncodingExt; + var _R8Ext = OpenTK.Graphics.ES11.All.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES11.All.Rg8Ext; + var _R16fExt = OpenTK.Graphics.ES11.All.R16fExt; + var _R32fExt = OpenTK.Graphics.ES11.All.R32fExt; + var _Rg16fExt = OpenTK.Graphics.ES11.All.Rg16fExt; + var _Rg32fExt = OpenTK.Graphics.ES11.All.Rg32fExt; + var _LoseContextOnResetExt = OpenTK.Graphics.ES11.All.LoseContextOnResetExt; + var _GuiltyContextResetExt = OpenTK.Graphics.ES11.All.GuiltyContextResetExt; + var _InnocentContextResetExt = OpenTK.Graphics.ES11.All.InnocentContextResetExt; + var _UnknownContextResetExt = OpenTK.Graphics.ES11.All.UnknownContextResetExt; + var _ResetNotificationStrategyExt = OpenTK.Graphics.ES11.All.ResetNotificationStrategyExt; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES11.All.ProgramBinaryRetrievableHint; + var _NoResetNotificationExt = OpenTK.Graphics.ES11.All.NoResetNotificationExt; + var _ConvolutionHintSgix = OpenTK.Graphics.ES11.All.ConvolutionHintSgix; + var _AlphaMinSgix = OpenTK.Graphics.ES11.All.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.ES11.All.AlphaMaxSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.ES11.All.ScalebiasHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.ES11.All.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.ES11.All.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.ES11.All.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.ES11.All.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES11.All.PixelTextureSgis; + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.ES11.All.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.ES11.All.PixelFragmentAlphaSourceSgis; + var _LineQualityHintSgix = OpenTK.Graphics.ES11.All.LineQualityHintSgix; + var _AsyncTexImageSgix = OpenTK.Graphics.ES11.All.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES11.All.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES11.All.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.ES11.All.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.ES11.All.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.ES11.All.MaxAsyncReadPixelsSgix; + var _UnsignedShort565 = OpenTK.Graphics.ES11.All.UnsignedShort565; + var _UnsignedShort4444Rev = OpenTK.Graphics.ES11.All.UnsignedShort4444Rev; + var _UnsignedShort4444RevExt = OpenTK.Graphics.ES11.All.UnsignedShort4444RevExt; + var _UnsignedShort4444RevImg = OpenTK.Graphics.ES11.All.UnsignedShort4444RevImg; + var _UnsignedShort1555Rev = OpenTK.Graphics.ES11.All.UnsignedShort1555Rev; + var _UnsignedShort1555RevExt = OpenTK.Graphics.ES11.All.UnsignedShort1555RevExt; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES11.All.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES11.All.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES11.All.TextureMaxClampRSgix; + var _MirroredRepeatOes = OpenTK.Graphics.ES11.All.MirroredRepeatOes; + var _VertexPreclipSgix = OpenTK.Graphics.ES11.All.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES11.All.VertexPreclipHintSgix; + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.ES11.All.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.ES11.All.CompressedRgbaS3tcDxt1Ext; + var _FragmentLightingSgix = OpenTK.Graphics.ES11.All.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES11.All.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.ES11.All.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.ES11.All.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.ES11.All.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.ES11.All.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.ES11.All.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES11.All.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES11.All.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES11.All.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES11.All.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES11.All.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES11.All.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES11.All.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES11.All.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES11.All.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES11.All.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES11.All.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES11.All.FragmentLight7Sgix; + var _PackResampleSgix = OpenTK.Graphics.ES11.All.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES11.All.UnpackResampleSgix; + var _ResampleReplicateSgix = OpenTK.Graphics.ES11.All.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.ES11.All.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.ES11.All.ResampleDecimateSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.ES11.All.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.ES11.All.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.ES11.All.LinearClipmapNearestSgix; + var _AliasedPointSizeRange = OpenTK.Graphics.ES11.All.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES11.All.AliasedLineWidthRange; + var _Texture0 = OpenTK.Graphics.ES11.All.Texture0; + var _Texture1 = OpenTK.Graphics.ES11.All.Texture1; + var _Texture2 = OpenTK.Graphics.ES11.All.Texture2; + var _Texture3 = OpenTK.Graphics.ES11.All.Texture3; + var _Texture4 = OpenTK.Graphics.ES11.All.Texture4; + var _Texture5 = OpenTK.Graphics.ES11.All.Texture5; + var _Texture6 = OpenTK.Graphics.ES11.All.Texture6; + var _Texture7 = OpenTK.Graphics.ES11.All.Texture7; + var _Texture8 = OpenTK.Graphics.ES11.All.Texture8; + var _Texture9 = OpenTK.Graphics.ES11.All.Texture9; + var _Texture10 = OpenTK.Graphics.ES11.All.Texture10; + var _Texture11 = OpenTK.Graphics.ES11.All.Texture11; + var _Texture12 = OpenTK.Graphics.ES11.All.Texture12; + var _Texture13 = OpenTK.Graphics.ES11.All.Texture13; + var _Texture14 = OpenTK.Graphics.ES11.All.Texture14; + var _Texture15 = OpenTK.Graphics.ES11.All.Texture15; + var _Texture16 = OpenTK.Graphics.ES11.All.Texture16; + var _Texture17 = OpenTK.Graphics.ES11.All.Texture17; + var _Texture18 = OpenTK.Graphics.ES11.All.Texture18; + var _Texture19 = OpenTK.Graphics.ES11.All.Texture19; + var _Texture20 = OpenTK.Graphics.ES11.All.Texture20; + var _Texture21 = OpenTK.Graphics.ES11.All.Texture21; + var _Texture22 = OpenTK.Graphics.ES11.All.Texture22; + var _Texture23 = OpenTK.Graphics.ES11.All.Texture23; + var _Texture24 = OpenTK.Graphics.ES11.All.Texture24; + var _Texture25 = OpenTK.Graphics.ES11.All.Texture25; + var _Texture26 = OpenTK.Graphics.ES11.All.Texture26; + var _Texture27 = OpenTK.Graphics.ES11.All.Texture27; + var _Texture28 = OpenTK.Graphics.ES11.All.Texture28; + var _Texture29 = OpenTK.Graphics.ES11.All.Texture29; + var _Texture30 = OpenTK.Graphics.ES11.All.Texture30; + var _Texture31 = OpenTK.Graphics.ES11.All.Texture31; + var _ActiveTexture = OpenTK.Graphics.ES11.All.ActiveTexture; + var _ClientActiveTexture = OpenTK.Graphics.ES11.All.ClientActiveTexture; + var _MaxTextureUnits = OpenTK.Graphics.ES11.All.MaxTextureUnits; + var _Subtract = OpenTK.Graphics.ES11.All.Subtract; + var _MaxRenderbufferSizeOes = OpenTK.Graphics.ES11.All.MaxRenderbufferSizeOes; + var _TextureCompressionHint = OpenTK.Graphics.ES11.All.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.ES11.All.TextureCompressionHintArb; + var _AllCompletedNv = OpenTK.Graphics.ES11.All.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.ES11.All.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.ES11.All.FenceConditionNv; + var _DepthStencilOes = OpenTK.Graphics.ES11.All.DepthStencilOes; + var _UnsignedInt248Oes = OpenTK.Graphics.ES11.All.UnsignedInt248Oes; + var _MaxTextureLodBiasExt = OpenTK.Graphics.ES11.All.MaxTextureLodBiasExt; + var _TextureMaxAnisotropyExt = OpenTK.Graphics.ES11.All.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.ES11.All.MaxTextureMaxAnisotropyExt; + var _TextureFilterControlExt = OpenTK.Graphics.ES11.All.TextureFilterControlExt; + var _TextureLodBiasExt = OpenTK.Graphics.ES11.All.TextureLodBiasExt; + var _IncrWrapOes = OpenTK.Graphics.ES11.All.IncrWrapOes; + var _DecrWrapOes = OpenTK.Graphics.ES11.All.DecrWrapOes; + var _NormalMapOes = OpenTK.Graphics.ES11.All.NormalMapOes; + var _ReflectionMapOes = OpenTK.Graphics.ES11.All.ReflectionMapOes; + var _TextureCubeMapOes = OpenTK.Graphics.ES11.All.TextureCubeMapOes; + var _TextureBindingCubeMapOes = OpenTK.Graphics.ES11.All.TextureBindingCubeMapOes; + var _TextureCubeMapPositiveXOes = OpenTK.Graphics.ES11.All.TextureCubeMapPositiveXOes; + var _TextureCubeMapNegativeXOes = OpenTK.Graphics.ES11.All.TextureCubeMapNegativeXOes; + var _TextureCubeMapPositiveYOes = OpenTK.Graphics.ES11.All.TextureCubeMapPositiveYOes; + var _TextureCubeMapNegativeYOes = OpenTK.Graphics.ES11.All.TextureCubeMapNegativeYOes; + var _TextureCubeMapPositiveZOes = OpenTK.Graphics.ES11.All.TextureCubeMapPositiveZOes; + var _TextureCubeMapNegativeZOes = OpenTK.Graphics.ES11.All.TextureCubeMapNegativeZOes; + var _MaxCubeMapTextureSizeOes = OpenTK.Graphics.ES11.All.MaxCubeMapTextureSizeOes; + var _VertexArrayStorageHintApple = OpenTK.Graphics.ES11.All.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.ES11.All.MultisampleFilterHintNv; + var _Combine = OpenTK.Graphics.ES11.All.Combine; + var _CombineRgb = OpenTK.Graphics.ES11.All.CombineRgb; + var _CombineAlpha = OpenTK.Graphics.ES11.All.CombineAlpha; + var _RgbScale = OpenTK.Graphics.ES11.All.RgbScale; + var _AddSigned = OpenTK.Graphics.ES11.All.AddSigned; + var _Interpolate = OpenTK.Graphics.ES11.All.Interpolate; + var _Constant = OpenTK.Graphics.ES11.All.Constant; + var _PrimaryColor = OpenTK.Graphics.ES11.All.PrimaryColor; + var _Previous = OpenTK.Graphics.ES11.All.Previous; + var _Src0Rgb = OpenTK.Graphics.ES11.All.Src0Rgb; + var _Src1Rgb = OpenTK.Graphics.ES11.All.Src1Rgb; + var _Src2Rgb = OpenTK.Graphics.ES11.All.Src2Rgb; + var _Src0Alpha = OpenTK.Graphics.ES11.All.Src0Alpha; + var _Src1Alpha = OpenTK.Graphics.ES11.All.Src1Alpha; + var _Src2Alpha = OpenTK.Graphics.ES11.All.Src2Alpha; + var _Operand0Rgb = OpenTK.Graphics.ES11.All.Operand0Rgb; + var _Operand1Rgb = OpenTK.Graphics.ES11.All.Operand1Rgb; + var _Operand2Rgb = OpenTK.Graphics.ES11.All.Operand2Rgb; + var _Operand0Alpha = OpenTK.Graphics.ES11.All.Operand0Alpha; + var _Operand1Alpha = OpenTK.Graphics.ES11.All.Operand1Alpha; + var _Operand2Alpha = OpenTK.Graphics.ES11.All.Operand2Alpha; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES11.All.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES11.All.UnpackSubsampleRateSgix; + var _PixelSubsample4444Sgix = OpenTK.Graphics.ES11.All.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.ES11.All.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.ES11.All.PixelSubsample4242Sgix; + var _TransformHintApple = OpenTK.Graphics.ES11.All.TransformHintApple; + var _VertexArrayBindingOes = OpenTK.Graphics.ES11.All.VertexArrayBindingOes; + var _TextureStorageHintApple = OpenTK.Graphics.ES11.All.TextureStorageHintApple; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES11.All.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES11.All.CompressedTextureFormats; + var _MaxVertexUnitsOes = OpenTK.Graphics.ES11.All.MaxVertexUnitsOes; + var _WeightArrayTypeOes = OpenTK.Graphics.ES11.All.WeightArrayTypeOes; + var _WeightArrayStrideOes = OpenTK.Graphics.ES11.All.WeightArrayStrideOes; + var _WeightArraySizeOes = OpenTK.Graphics.ES11.All.WeightArraySizeOes; + var _WeightArrayPointerOes = OpenTK.Graphics.ES11.All.WeightArrayPointerOes; + var _WeightArrayOes = OpenTK.Graphics.ES11.All.WeightArrayOes; + var _Dot3Rgb = OpenTK.Graphics.ES11.All.Dot3Rgb; + var _Dot3Rgba = OpenTK.Graphics.ES11.All.Dot3Rgba; + var _Dot3RgbaImg = OpenTK.Graphics.ES11.All.Dot3RgbaImg; + var _BufferSize = OpenTK.Graphics.ES11.All.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES11.All.BufferUsage; + var _AtcRgbaInterpolatedAlphaAmd = OpenTK.Graphics.ES11.All.AtcRgbaInterpolatedAlphaAmd; + var _Gl3DcXAmd = OpenTK.Graphics.ES11.All.Gl3DcXAmd; + var _Gl3DcXyAmd = OpenTK.Graphics.ES11.All.Gl3DcXyAmd; + var _Rgba32fExt = OpenTK.Graphics.ES11.All.Rgba32fExt; + var _Rgb32fExt = OpenTK.Graphics.ES11.All.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES11.All.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES11.All.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES11.All.LuminanceAlpha32fExt; + var _Rgba16fExt = OpenTK.Graphics.ES11.All.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES11.All.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES11.All.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES11.All.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES11.All.LuminanceAlpha16fExt; + var _WriteonlyRenderingQcom = OpenTK.Graphics.ES11.All.WriteonlyRenderingQcom; + var _BlendEquationAlphaOes = OpenTK.Graphics.ES11.All.BlendEquationAlphaOes; + var _MatrixPaletteOes = OpenTK.Graphics.ES11.All.MatrixPaletteOes; + var _MaxPaletteMatricesOes = OpenTK.Graphics.ES11.All.MaxPaletteMatricesOes; + var _CurrentPaletteMatrixOes = OpenTK.Graphics.ES11.All.CurrentPaletteMatrixOes; + var _MatrixIndexArrayOes = OpenTK.Graphics.ES11.All.MatrixIndexArrayOes; + var _MatrixIndexArraySizeOes = OpenTK.Graphics.ES11.All.MatrixIndexArraySizeOes; + var _MatrixIndexArrayTypeOes = OpenTK.Graphics.ES11.All.MatrixIndexArrayTypeOes; + var _MatrixIndexArrayStrideOes = OpenTK.Graphics.ES11.All.MatrixIndexArrayStrideOes; + var _MatrixIndexArrayPointerOes = OpenTK.Graphics.ES11.All.MatrixIndexArrayPointerOes; + var _PointSpriteOes = OpenTK.Graphics.ES11.All.PointSpriteOes; + var _CoordReplaceOes = OpenTK.Graphics.ES11.All.CoordReplaceOes; + var _ArrayBuffer = OpenTK.Graphics.ES11.All.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES11.All.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.ES11.All.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES11.All.ElementArrayBufferBinding; + var _VertexArrayBufferBinding = OpenTK.Graphics.ES11.All.VertexArrayBufferBinding; + var _NormalArrayBufferBinding = OpenTK.Graphics.ES11.All.NormalArrayBufferBinding; + var _ColorArrayBufferBinding = OpenTK.Graphics.ES11.All.ColorArrayBufferBinding; + var _TextureCoordArrayBufferBinding = OpenTK.Graphics.ES11.All.TextureCoordArrayBufferBinding; + var _WeightArrayBufferBindingOes = OpenTK.Graphics.ES11.All.WeightArrayBufferBindingOes; + var _WriteOnlyOes = OpenTK.Graphics.ES11.All.WriteOnlyOes; + var _BufferAccessOes = OpenTK.Graphics.ES11.All.BufferAccessOes; + var _BufferMappedOes = OpenTK.Graphics.ES11.All.BufferMappedOes; + var _BufferMapPointerOes = OpenTK.Graphics.ES11.All.BufferMapPointerOes; + var _StaticDraw = OpenTK.Graphics.ES11.All.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES11.All.DynamicDraw; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES11.All.Depth24Stencil8Oes; + var _PackResampleOml = OpenTK.Graphics.ES11.All.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.ES11.All.UnpackResampleOml; + var _PointSizeArrayTypeOes = OpenTK.Graphics.ES11.All.PointSizeArrayTypeOes; + var _PointSizeArrayStrideOes = OpenTK.Graphics.ES11.All.PointSizeArrayStrideOes; + var _PointSizeArrayPointerOes = OpenTK.Graphics.ES11.All.PointSizeArrayPointerOes; + var _ModelviewMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.All.ModelviewMatrixFloatAsIntBitsOes; + var _ProjectionMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.All.ProjectionMatrixFloatAsIntBitsOes; + var _TextureMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.All.TextureMatrixFloatAsIntBitsOes; + var _SyncObjectApple = OpenTK.Graphics.ES11.All.SyncObjectApple; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.ES11.All.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.ES11.All.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.ES11.All.FragmentShaderDerivativeHintOes; + var _Palette4Rgb8Oes = OpenTK.Graphics.ES11.All.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES11.All.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES11.All.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES11.All.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES11.All.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES11.All.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES11.All.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES11.All.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES11.All.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES11.All.Palette8Rgb5A1Oes; + var _ImplementationColorReadTypeOes = OpenTK.Graphics.ES11.All.ImplementationColorReadTypeOes; + var _ImplementationColorReadFormatOes = OpenTK.Graphics.ES11.All.ImplementationColorReadFormatOes; + var _PointSizeArrayOes = OpenTK.Graphics.ES11.All.PointSizeArrayOes; + var _TextureCropRectOes = OpenTK.Graphics.ES11.All.TextureCropRectOes; + var _MatrixIndexArrayBufferBindingOes = OpenTK.Graphics.ES11.All.MatrixIndexArrayBufferBindingOes; + var _PointSizeArrayBufferBindingOes = OpenTK.Graphics.ES11.All.PointSizeArrayBufferBindingOes; + var _TextureWidthQcom = OpenTK.Graphics.ES11.All.TextureWidthQcom; + var _TextureHeightQcom = OpenTK.Graphics.ES11.All.TextureHeightQcom; + var _TextureDepthQcom = OpenTK.Graphics.ES11.All.TextureDepthQcom; + var _TextureInternalFormatQcom = OpenTK.Graphics.ES11.All.TextureInternalFormatQcom; + var _TextureFormatQcom = OpenTK.Graphics.ES11.All.TextureFormatQcom; + var _TextureTypeQcom = OpenTK.Graphics.ES11.All.TextureTypeQcom; + var _TextureImageValidQcom = OpenTK.Graphics.ES11.All.TextureImageValidQcom; + var _TextureNumLevelsQcom = OpenTK.Graphics.ES11.All.TextureNumLevelsQcom; + var _TextureTargetQcom = OpenTK.Graphics.ES11.All.TextureTargetQcom; + var _TextureObjectValidQcom = OpenTK.Graphics.ES11.All.TextureObjectValidQcom; + var _StateRestore = OpenTK.Graphics.ES11.All.StateRestore; + var _CompressedRgbPvrtc4Bppv1Img = OpenTK.Graphics.ES11.All.CompressedRgbPvrtc4Bppv1Img; + var _CompressedRgbPvrtc2Bppv1Img = OpenTK.Graphics.ES11.All.CompressedRgbPvrtc2Bppv1Img; + var _CompressedRgbaPvrtc4Bppv1Img = OpenTK.Graphics.ES11.All.CompressedRgbaPvrtc4Bppv1Img; + var _CompressedRgbaPvrtc2Bppv1Img = OpenTK.Graphics.ES11.All.CompressedRgbaPvrtc2Bppv1Img; + var _ModulateColorImg = OpenTK.Graphics.ES11.All.ModulateColorImg; + var _RecipAddSignedAlphaImg = OpenTK.Graphics.ES11.All.RecipAddSignedAlphaImg; + var _TextureAlphaModulateImg = OpenTK.Graphics.ES11.All.TextureAlphaModulateImg; + var _FactorAlphaModulateImg = OpenTK.Graphics.ES11.All.FactorAlphaModulateImg; + var _FragmentAlphaModulateImg = OpenTK.Graphics.ES11.All.FragmentAlphaModulateImg; + var _AddBlendImg = OpenTK.Graphics.ES11.All.AddBlendImg; + var _SrgbExt = OpenTK.Graphics.ES11.All.SrgbExt; + var _SrgbAlphaExt = OpenTK.Graphics.ES11.All.SrgbAlphaExt; + var _Srgb8Alpha8Ext = OpenTK.Graphics.ES11.All.Srgb8Alpha8Ext; + var _AtcRgbAmd = OpenTK.Graphics.ES11.All.AtcRgbAmd; + var _AtcRgbaExplicitAlphaAmd = OpenTK.Graphics.ES11.All.AtcRgbaExplicitAlphaAmd; + var _DrawFramebufferBindingApple = OpenTK.Graphics.ES11.All.DrawFramebufferBindingApple; + var _FramebufferBindingOes = OpenTK.Graphics.ES11.All.FramebufferBindingOes; + var _RenderbufferBindingOes = OpenTK.Graphics.ES11.All.RenderbufferBindingOes; + var _ReadFramebufferApple = OpenTK.Graphics.ES11.All.ReadFramebufferApple; + var _DrawFramebufferApple = OpenTK.Graphics.ES11.All.DrawFramebufferApple; + var _ReadFramebufferBindingApple = OpenTK.Graphics.ES11.All.ReadFramebufferBindingApple; + var _RenderbufferSamplesApple = OpenTK.Graphics.ES11.All.RenderbufferSamplesApple; + var _RenderbufferSamplesExt = OpenTK.Graphics.ES11.All.RenderbufferSamplesExt; + var _FramebufferAttachmentObjectTypeOes = OpenTK.Graphics.ES11.All.FramebufferAttachmentObjectTypeOes; + var _FramebufferAttachmentObjectNameOes = OpenTK.Graphics.ES11.All.FramebufferAttachmentObjectNameOes; + var _FramebufferAttachmentTextureLevelOes = OpenTK.Graphics.ES11.All.FramebufferAttachmentTextureLevelOes; + var _FramebufferAttachmentTextureCubeMapFaceOes = OpenTK.Graphics.ES11.All.FramebufferAttachmentTextureCubeMapFaceOes; + var _FramebufferCompleteOes = OpenTK.Graphics.ES11.All.FramebufferCompleteOes; + var _FramebufferIncompleteAttachmentOes = OpenTK.Graphics.ES11.All.FramebufferIncompleteAttachmentOes; + var _FramebufferIncompleteMissingAttachmentOes = OpenTK.Graphics.ES11.All.FramebufferIncompleteMissingAttachmentOes; + var _FramebufferIncompleteDimensionsOes = OpenTK.Graphics.ES11.All.FramebufferIncompleteDimensionsOes; + var _FramebufferIncompleteFormatsOes = OpenTK.Graphics.ES11.All.FramebufferIncompleteFormatsOes; + var _FramebufferUnsupportedOes = OpenTK.Graphics.ES11.All.FramebufferUnsupportedOes; + var _ColorAttachment0Oes = OpenTK.Graphics.ES11.All.ColorAttachment0Oes; + var _DepthAttachmentOes = OpenTK.Graphics.ES11.All.DepthAttachmentOes; + var _StencilAttachmentOes = OpenTK.Graphics.ES11.All.StencilAttachmentOes; + var _FramebufferOes = OpenTK.Graphics.ES11.All.FramebufferOes; + var _RenderbufferOes = OpenTK.Graphics.ES11.All.RenderbufferOes; + var _RenderbufferWidthOes = OpenTK.Graphics.ES11.All.RenderbufferWidthOes; + var _RenderbufferHeightOes = OpenTK.Graphics.ES11.All.RenderbufferHeightOes; + var _RenderbufferInternalFormatOes = OpenTK.Graphics.ES11.All.RenderbufferInternalFormatOes; + var _StencilIndex1Oes = OpenTK.Graphics.ES11.All.StencilIndex1Oes; + var _StencilIndex4Oes = OpenTK.Graphics.ES11.All.StencilIndex4Oes; + var _StencilIndex8Oes = OpenTK.Graphics.ES11.All.StencilIndex8Oes; + var _RenderbufferRedSizeOes = OpenTK.Graphics.ES11.All.RenderbufferRedSizeOes; + var _RenderbufferGreenSizeOes = OpenTK.Graphics.ES11.All.RenderbufferGreenSizeOes; + var _RenderbufferBlueSizeOes = OpenTK.Graphics.ES11.All.RenderbufferBlueSizeOes; + var _RenderbufferAlphaSizeOes = OpenTK.Graphics.ES11.All.RenderbufferAlphaSizeOes; + var _RenderbufferDepthSizeOes = OpenTK.Graphics.ES11.All.RenderbufferDepthSizeOes; + var _RenderbufferStencilSizeOes = OpenTK.Graphics.ES11.All.RenderbufferStencilSizeOes; + var _FramebufferIncompleteMultisampleApple = OpenTK.Graphics.ES11.All.FramebufferIncompleteMultisampleApple; + var _FramebufferIncompleteMultisampleExt = OpenTK.Graphics.ES11.All.FramebufferIncompleteMultisampleExt; + var _MaxSamplesApple = OpenTK.Graphics.ES11.All.MaxSamplesApple; + var _MaxSamplesExt = OpenTK.Graphics.ES11.All.MaxSamplesExt; + var _TextureGenStrOes = OpenTK.Graphics.ES11.All.TextureGenStrOes; + var _Rgb565Oes = OpenTK.Graphics.ES11.All.Rgb565Oes; + var _Etc1Rgb8Oes = OpenTK.Graphics.ES11.All.Etc1Rgb8Oes; + var _TextureExternalOes = OpenTK.Graphics.ES11.All.TextureExternalOes; + var _SamplerExternalOes = OpenTK.Graphics.ES11.All.SamplerExternalOes; + var _TextureBindingExternalOes = OpenTK.Graphics.ES11.All.TextureBindingExternalOes; + var _RequiredTextureImageUnitsOes = OpenTK.Graphics.ES11.All.RequiredTextureImageUnitsOes; + var _FramebufferAttachmentTextureSamplesExt = OpenTK.Graphics.ES11.All.FramebufferAttachmentTextureSamplesExt; + var _PerfmonGlobalModeQcom = OpenTK.Graphics.ES11.All.PerfmonGlobalModeQcom; + var _BinningControlHintQcom = OpenTK.Graphics.ES11.All.BinningControlHintQcom; + var _ContextRobustAccessExt = OpenTK.Graphics.ES11.All.ContextRobustAccessExt; + var _MaxServerWaitTimeoutApple = OpenTK.Graphics.ES11.All.MaxServerWaitTimeoutApple; + var _ObjectTypeApple = OpenTK.Graphics.ES11.All.ObjectTypeApple; + var _SyncConditionApple = OpenTK.Graphics.ES11.All.SyncConditionApple; + var _SyncStatusApple = OpenTK.Graphics.ES11.All.SyncStatusApple; + var _SyncFlagsApple = OpenTK.Graphics.ES11.All.SyncFlagsApple; + var _SyncFenceApple = OpenTK.Graphics.ES11.All.SyncFenceApple; + var _SyncGpuCommandsCompleteApple = OpenTK.Graphics.ES11.All.SyncGpuCommandsCompleteApple; + var _UnsignaledApple = OpenTK.Graphics.ES11.All.UnsignaledApple; + var _SignaledApple = OpenTK.Graphics.ES11.All.SignaledApple; + var _AlreadySignaledApple = OpenTK.Graphics.ES11.All.AlreadySignaledApple; + var _TimeoutExpiredApple = OpenTK.Graphics.ES11.All.TimeoutExpiredApple; + var _ConditionSatisfiedApple = OpenTK.Graphics.ES11.All.ConditionSatisfiedApple; + var _WaitFailedApple = OpenTK.Graphics.ES11.All.WaitFailedApple; + var _TextureImmutableFormatExt = OpenTK.Graphics.ES11.All.TextureImmutableFormatExt; + var _RenderbufferSamplesImg = OpenTK.Graphics.ES11.All.RenderbufferSamplesImg; + var _FramebufferIncompleteMultisampleImg = OpenTK.Graphics.ES11.All.FramebufferIncompleteMultisampleImg; + var _MaxSamplesImg = OpenTK.Graphics.ES11.All.MaxSamplesImg; + var _TextureSamplesImg = OpenTK.Graphics.ES11.All.TextureSamplesImg; + var _Bgra8Ext = OpenTK.Graphics.ES11.All.Bgra8Ext; + var _AllAttribBits = OpenTK.Graphics.ES11.All.AllAttribBits; + var _AllBarrierBits = OpenTK.Graphics.ES11.All.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.ES11.All.AllBarrierBitsExt; + var _AllShaderBits = OpenTK.Graphics.ES11.All.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.ES11.All.AllShaderBitsExt; + var _ClientAllAttribBits = OpenTK.Graphics.ES11.All.ClientAllAttribBits; + var _QueryAllEventBitsAmd = OpenTK.Graphics.ES11.All.QueryAllEventBitsAmd; + var _TimeoutIgnoredApple = OpenTK.Graphics.ES11.All.TimeoutIgnoredApple; + var _AmdCompressed3DcTexture = OpenTK.Graphics.ES11.All.AmdCompressed3DcTexture; + var _AmdCompressedAtcTexture = OpenTK.Graphics.ES11.All.AmdCompressedAtcTexture; + var _ExtTextureFilterAnisotropic = OpenTK.Graphics.ES11.All.ExtTextureFilterAnisotropic; + var _ExtTextureFormatBgra8888 = OpenTK.Graphics.ES11.All.ExtTextureFormatBgra8888; + var _ImgReadFormat = OpenTK.Graphics.ES11.All.ImgReadFormat; + var _ImgTextureCompressionPvrtc = OpenTK.Graphics.ES11.All.ImgTextureCompressionPvrtc; + var _ImgTextureEnvEnhancedFixedFunction = OpenTK.Graphics.ES11.All.ImgTextureEnvEnhancedFixedFunction; + var _ImgUserClipPlane = OpenTK.Graphics.ES11.All.ImgUserClipPlane; + var _LayoutLinearIntel = OpenTK.Graphics.ES11.All.LayoutLinearIntel; + var _NvFence = OpenTK.Graphics.ES11.All.NvFence; + var _OesBlendEquationSeparate = OpenTK.Graphics.ES11.All.OesBlendEquationSeparate; + var _OesBlendFuncSeparate = OpenTK.Graphics.ES11.All.OesBlendFuncSeparate; + var _OesBlendSubtract = OpenTK.Graphics.ES11.All.OesBlendSubtract; + var _OesByteCoordinates = OpenTK.Graphics.ES11.All.OesByteCoordinates; + var _OesCompressedEtc1Rgb8Texture = OpenTK.Graphics.ES11.All.OesCompressedEtc1Rgb8Texture; + var _OesCompressedPalettedTexture = OpenTK.Graphics.ES11.All.OesCompressedPalettedTexture; + var _OesDepth24 = OpenTK.Graphics.ES11.All.OesDepth24; + var _OesDepth32 = OpenTK.Graphics.ES11.All.OesDepth32; + var _OesDrawTexture = OpenTK.Graphics.ES11.All.OesDrawTexture; + var _OesEglImage = OpenTK.Graphics.ES11.All.OesEglImage; + var _OesElementIndexUint = OpenTK.Graphics.ES11.All.OesElementIndexUint; + var _OesExtendedMatrixPalette = OpenTK.Graphics.ES11.All.OesExtendedMatrixPalette; + var _OesFboRenderMipmap = OpenTK.Graphics.ES11.All.OesFboRenderMipmap; + var _OesFixedPoint = OpenTK.Graphics.ES11.All.OesFixedPoint; + var _OesFramebufferObject = OpenTK.Graphics.ES11.All.OesFramebufferObject; + var _OesMapbuffer = OpenTK.Graphics.ES11.All.OesMapbuffer; + var _OesMatrixGet = OpenTK.Graphics.ES11.All.OesMatrixGet; + var _OesMatrixPalette = OpenTK.Graphics.ES11.All.OesMatrixPalette; + var _OesPackedDepthStencil = OpenTK.Graphics.ES11.All.OesPackedDepthStencil; + var _OesPointSizeArray = OpenTK.Graphics.ES11.All.OesPointSizeArray; + var _OesPointSprite = OpenTK.Graphics.ES11.All.OesPointSprite; + var _OesQueryMatrix = OpenTK.Graphics.ES11.All.OesQueryMatrix; + var _OesReadFormat = OpenTK.Graphics.ES11.All.OesReadFormat; + var _OesRgb8Rgba8 = OpenTK.Graphics.ES11.All.OesRgb8Rgba8; + var _OesSinglePrecision = OpenTK.Graphics.ES11.All.OesSinglePrecision; + var _OesStencil1 = OpenTK.Graphics.ES11.All.OesStencil1; + var _OesStencil4 = OpenTK.Graphics.ES11.All.OesStencil4; + var _OesStencil8 = OpenTK.Graphics.ES11.All.OesStencil8; + var _OesStencilWrap = OpenTK.Graphics.ES11.All.OesStencilWrap; + var _OesTextureCubeMap = OpenTK.Graphics.ES11.All.OesTextureCubeMap; + var _OesTextureEnvCrossbar = OpenTK.Graphics.ES11.All.OesTextureEnvCrossbar; + var _OesTextureMirroredRepeat = OpenTK.Graphics.ES11.All.OesTextureMirroredRepeat; + var _One = OpenTK.Graphics.ES11.All.One; + var _QcomDriverControl = OpenTK.Graphics.ES11.All.QcomDriverControl; + var _QcomPerfmonGlobalMode = OpenTK.Graphics.ES11.All.QcomPerfmonGlobalMode; + var _True = OpenTK.Graphics.ES11.All.True; + var _VersionEsCl10 = OpenTK.Graphics.ES11.All.VersionEsCl10; + var _VersionEsCl11 = OpenTK.Graphics.ES11.All.VersionEsCl11; + var _VersionEsCm10 = OpenTK.Graphics.ES11.All.VersionEsCm10; + var _VersionEsCm11 = OpenTK.Graphics.ES11.All.VersionEsCm11; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.ES11.All.LayoutLinearCpuCachedIntel; +} +static void Test_AlphaFunction_20248() { + var _Never = OpenTK.Graphics.ES11.AlphaFunction.Never; + var _Less = OpenTK.Graphics.ES11.AlphaFunction.Less; + var _Equal = OpenTK.Graphics.ES11.AlphaFunction.Equal; + var _Lequal = OpenTK.Graphics.ES11.AlphaFunction.Lequal; + var _Greater = OpenTK.Graphics.ES11.AlphaFunction.Greater; + var _Notequal = OpenTK.Graphics.ES11.AlphaFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES11.AlphaFunction.Gequal; + var _Always = OpenTK.Graphics.ES11.AlphaFunction.Always; +} +static void Test_Amdcompressed3Dctexture_20249() { + var _Gl3DcXAmd = OpenTK.Graphics.ES11.Amdcompressed3Dctexture.Gl3DcXAmd; + var _Gl3DcXyAmd = OpenTK.Graphics.ES11.Amdcompressed3Dctexture.Gl3DcXyAmd; + var _AmdCompressed3DcTexture = OpenTK.Graphics.ES11.Amdcompressed3Dctexture.AmdCompressed3DcTexture; +} +static void Test_AmdCompressed3DcTexture_20250() { + var _Gl3DcXAmd = OpenTK.Graphics.ES11.AmdCompressed3DcTexture.Gl3DcXAmd; + var _Gl3DcXyAmd = OpenTK.Graphics.ES11.AmdCompressed3DcTexture.Gl3DcXyAmd; +} +static void Test_AmdcompressedAtctexture_20251() { + var _AtcRgbaInterpolatedAlphaAmd = OpenTK.Graphics.ES11.AmdcompressedAtctexture.AtcRgbaInterpolatedAlphaAmd; + var _AtcRgbAmd = OpenTK.Graphics.ES11.AmdcompressedAtctexture.AtcRgbAmd; + var _AtcRgbaExplicitAlphaAmd = OpenTK.Graphics.ES11.AmdcompressedAtctexture.AtcRgbaExplicitAlphaAmd; + var _AmdCompressedAtcTexture = OpenTK.Graphics.ES11.AmdcompressedAtctexture.AmdCompressedAtcTexture; +} +static void Test_AmdCompressedAtcTexture_20252() { + var _AtcRgbaInterpolatedAlphaAmd = OpenTK.Graphics.ES11.AmdCompressedAtcTexture.AtcRgbaInterpolatedAlphaAmd; + var _AtcRgbAmd = OpenTK.Graphics.ES11.AmdCompressedAtcTexture.AtcRgbAmd; + var _AtcRgbaExplicitAlphaAmd = OpenTK.Graphics.ES11.AmdCompressedAtcTexture.AtcRgbaExplicitAlphaAmd; +} +static void Test_AppleCopyTextureLevels_20253() { +} +static void Test_AppleFramebufferMultisample_20254() { + var _DrawFramebufferBindingApple = OpenTK.Graphics.ES11.AppleFramebufferMultisample.DrawFramebufferBindingApple; + var _ReadFramebufferApple = OpenTK.Graphics.ES11.AppleFramebufferMultisample.ReadFramebufferApple; + var _DrawFramebufferApple = OpenTK.Graphics.ES11.AppleFramebufferMultisample.DrawFramebufferApple; + var _ReadFramebufferBindingApple = OpenTK.Graphics.ES11.AppleFramebufferMultisample.ReadFramebufferBindingApple; + var _RenderbufferSamplesApple = OpenTK.Graphics.ES11.AppleFramebufferMultisample.RenderbufferSamplesApple; + var _FramebufferIncompleteMultisampleApple = OpenTK.Graphics.ES11.AppleFramebufferMultisample.FramebufferIncompleteMultisampleApple; + var _MaxSamplesApple = OpenTK.Graphics.ES11.AppleFramebufferMultisample.MaxSamplesApple; +} +static void Test_AppleSync_20255() { + var _SyncFlushCommandsBitApple = OpenTK.Graphics.ES11.AppleSync.SyncFlushCommandsBitApple; + var _SyncObjectApple = OpenTK.Graphics.ES11.AppleSync.SyncObjectApple; + var _MaxServerWaitTimeoutApple = OpenTK.Graphics.ES11.AppleSync.MaxServerWaitTimeoutApple; + var _ObjectTypeApple = OpenTK.Graphics.ES11.AppleSync.ObjectTypeApple; + var _SyncConditionApple = OpenTK.Graphics.ES11.AppleSync.SyncConditionApple; + var _SyncStatusApple = OpenTK.Graphics.ES11.AppleSync.SyncStatusApple; + var _SyncFlagsApple = OpenTK.Graphics.ES11.AppleSync.SyncFlagsApple; + var _SyncFenceApple = OpenTK.Graphics.ES11.AppleSync.SyncFenceApple; + var _SyncGpuCommandsCompleteApple = OpenTK.Graphics.ES11.AppleSync.SyncGpuCommandsCompleteApple; + var _UnsignaledApple = OpenTK.Graphics.ES11.AppleSync.UnsignaledApple; + var _SignaledApple = OpenTK.Graphics.ES11.AppleSync.SignaledApple; + var _AlreadySignaledApple = OpenTK.Graphics.ES11.AppleSync.AlreadySignaledApple; + var _TimeoutExpiredApple = OpenTK.Graphics.ES11.AppleSync.TimeoutExpiredApple; + var _ConditionSatisfiedApple = OpenTK.Graphics.ES11.AppleSync.ConditionSatisfiedApple; + var _WaitFailedApple = OpenTK.Graphics.ES11.AppleSync.WaitFailedApple; + var _TimeoutIgnoredApple = OpenTK.Graphics.ES11.AppleSync.TimeoutIgnoredApple; +} +static void Test_AppleTexture2DLimitedNpot_20256() { +} +static void Test_AppleTextureFormatBgra8888_20257() { + var _BgraExt = OpenTK.Graphics.ES11.AppleTextureFormatBgra8888.BgraExt; + var _Bgra8Ext = OpenTK.Graphics.ES11.AppleTextureFormatBgra8888.Bgra8Ext; +} +static void Test_AppleTextureMaxLevel_20258() { + var _TextureMaxLevelApple = OpenTK.Graphics.ES11.AppleTextureMaxLevel.TextureMaxLevelApple; +} +static void Test_ArmRgba8_20259() { +} +static void Test_AttribMask_20260() { + var _CurrentBit = OpenTK.Graphics.ES11.AttribMask.CurrentBit; + var _PointBit = OpenTK.Graphics.ES11.AttribMask.PointBit; + var _LineBit = OpenTK.Graphics.ES11.AttribMask.LineBit; + var _PolygonBit = OpenTK.Graphics.ES11.AttribMask.PolygonBit; + var _PolygonStippleBit = OpenTK.Graphics.ES11.AttribMask.PolygonStippleBit; + var _PixelModeBit = OpenTK.Graphics.ES11.AttribMask.PixelModeBit; + var _LightingBit = OpenTK.Graphics.ES11.AttribMask.LightingBit; + var _FogBit = OpenTK.Graphics.ES11.AttribMask.FogBit; + var _DepthBufferBit = OpenTK.Graphics.ES11.AttribMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.ES11.AttribMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES11.AttribMask.StencilBufferBit; + var _ViewportBit = OpenTK.Graphics.ES11.AttribMask.ViewportBit; + var _TransformBit = OpenTK.Graphics.ES11.AttribMask.TransformBit; + var _EnableBit = OpenTK.Graphics.ES11.AttribMask.EnableBit; + var _ColorBufferBit = OpenTK.Graphics.ES11.AttribMask.ColorBufferBit; + var _HintBit = OpenTK.Graphics.ES11.AttribMask.HintBit; + var _EvalBit = OpenTK.Graphics.ES11.AttribMask.EvalBit; + var _ListBit = OpenTK.Graphics.ES11.AttribMask.ListBit; + var _TextureBit = OpenTK.Graphics.ES11.AttribMask.TextureBit; + var _ScissorBit = OpenTK.Graphics.ES11.AttribMask.ScissorBit; + var _MultisampleBit = OpenTK.Graphics.ES11.AttribMask.MultisampleBit; + var _MultisampleBit3Dfx = OpenTK.Graphics.ES11.AttribMask.MultisampleBit3Dfx; + var _MultisampleBitArb = OpenTK.Graphics.ES11.AttribMask.MultisampleBitArb; + var _MultisampleBitExt = OpenTK.Graphics.ES11.AttribMask.MultisampleBitExt; + var _AllAttribBits = OpenTK.Graphics.ES11.AttribMask.AllAttribBits; +} +static void Test_BeginMode_20261() { + var _Points = OpenTK.Graphics.ES11.BeginMode.Points; + var _Lines = OpenTK.Graphics.ES11.BeginMode.Lines; + var _LineLoop = OpenTK.Graphics.ES11.BeginMode.LineLoop; + var _LineStrip = OpenTK.Graphics.ES11.BeginMode.LineStrip; + var _Triangles = OpenTK.Graphics.ES11.BeginMode.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES11.BeginMode.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES11.BeginMode.TriangleFan; +} +static void Test_BlendEquationModeExt_20262() { + var _LogicOp = OpenTK.Graphics.ES11.BlendEquationModeExt.LogicOp; + var _FuncAddExt = OpenTK.Graphics.ES11.BlendEquationModeExt.FuncAddExt; + var _MinExt = OpenTK.Graphics.ES11.BlendEquationModeExt.MinExt; + var _MaxExt = OpenTK.Graphics.ES11.BlendEquationModeExt.MaxExt; + var _FuncSubtractExt = OpenTK.Graphics.ES11.BlendEquationModeExt.FuncSubtractExt; + var _FuncReverseSubtractExt = OpenTK.Graphics.ES11.BlendEquationModeExt.FuncReverseSubtractExt; + var _AlphaMinSgix = OpenTK.Graphics.ES11.BlendEquationModeExt.AlphaMinSgix; + var _AlphaMaxSgix = OpenTK.Graphics.ES11.BlendEquationModeExt.AlphaMaxSgix; +} +static void Test_BlendingFactorDest_20263() { + var _Zero = OpenTK.Graphics.ES11.BlendingFactorDest.Zero; + var _SrcColor = OpenTK.Graphics.ES11.BlendingFactorDest.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES11.BlendingFactorDest.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES11.BlendingFactorDest.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES11.BlendingFactorDest.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES11.BlendingFactorDest.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES11.BlendingFactorDest.OneMinusDstAlpha; + var _ConstantColorExt = OpenTK.Graphics.ES11.BlendingFactorDest.ConstantColorExt; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES11.BlendingFactorDest.OneMinusConstantColorExt; + var _ConstantAlphaExt = OpenTK.Graphics.ES11.BlendingFactorDest.ConstantAlphaExt; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES11.BlendingFactorDest.OneMinusConstantAlphaExt; + var _One = OpenTK.Graphics.ES11.BlendingFactorDest.One; +} +static void Test_BlendingFactorSrc_20264() { + var _Zero = OpenTK.Graphics.ES11.BlendingFactorSrc.Zero; + var _SrcAlpha = OpenTK.Graphics.ES11.BlendingFactorSrc.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES11.BlendingFactorSrc.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES11.BlendingFactorSrc.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES11.BlendingFactorSrc.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES11.BlendingFactorSrc.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES11.BlendingFactorSrc.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES11.BlendingFactorSrc.SrcAlphaSaturate; + var _ConstantColorExt = OpenTK.Graphics.ES11.BlendingFactorSrc.ConstantColorExt; + var _OneMinusConstantColorExt = OpenTK.Graphics.ES11.BlendingFactorSrc.OneMinusConstantColorExt; + var _ConstantAlphaExt = OpenTK.Graphics.ES11.BlendingFactorSrc.ConstantAlphaExt; + var _OneMinusConstantAlphaExt = OpenTK.Graphics.ES11.BlendingFactorSrc.OneMinusConstantAlphaExt; + var _One = OpenTK.Graphics.ES11.BlendingFactorSrc.One; +} +static void Test_Boolean_20265() { + var _False = OpenTK.Graphics.ES11.Boolean.False; + var _True = OpenTK.Graphics.ES11.Boolean.True; +} +static void Test_BufferObjects_20266() { + var _BufferSize = OpenTK.Graphics.ES11.BufferObjects.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES11.BufferObjects.BufferUsage; + var _ArrayBuffer = OpenTK.Graphics.ES11.BufferObjects.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES11.BufferObjects.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.ES11.BufferObjects.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES11.BufferObjects.ElementArrayBufferBinding; + var _VertexArrayBufferBinding = OpenTK.Graphics.ES11.BufferObjects.VertexArrayBufferBinding; + var _NormalArrayBufferBinding = OpenTK.Graphics.ES11.BufferObjects.NormalArrayBufferBinding; + var _ColorArrayBufferBinding = OpenTK.Graphics.ES11.BufferObjects.ColorArrayBufferBinding; + var _TextureCoordArrayBufferBinding = OpenTK.Graphics.ES11.BufferObjects.TextureCoordArrayBufferBinding; + var _StaticDraw = OpenTK.Graphics.ES11.BufferObjects.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES11.BufferObjects.DynamicDraw; +} +static void Test_ClearBufferMask_20267() { + var _DepthBufferBit = OpenTK.Graphics.ES11.ClearBufferMask.DepthBufferBit; + var _AccumBufferBit = OpenTK.Graphics.ES11.ClearBufferMask.AccumBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES11.ClearBufferMask.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.ES11.ClearBufferMask.ColorBufferBit; + var _CoverageBufferBitNv = OpenTK.Graphics.ES11.ClearBufferMask.CoverageBufferBitNv; +} +static void Test_ClientAttribMask_20268() { + var _ClientPixelStoreBit = OpenTK.Graphics.ES11.ClientAttribMask.ClientPixelStoreBit; + var _ClientVertexArrayBit = OpenTK.Graphics.ES11.ClientAttribMask.ClientVertexArrayBit; + var _ClientAllAttribBits = OpenTK.Graphics.ES11.ClientAttribMask.ClientAllAttribBits; +} +static void Test_ClipPlaneName_20269() { + var _ClipDistance0 = OpenTK.Graphics.ES11.ClipPlaneName.ClipDistance0; + var _ClipPlane0 = OpenTK.Graphics.ES11.ClipPlaneName.ClipPlane0; + var _ClipDistance1 = OpenTK.Graphics.ES11.ClipPlaneName.ClipDistance1; + var _ClipPlane1 = OpenTK.Graphics.ES11.ClipPlaneName.ClipPlane1; + var _ClipDistance2 = OpenTK.Graphics.ES11.ClipPlaneName.ClipDistance2; + var _ClipPlane2 = OpenTK.Graphics.ES11.ClipPlaneName.ClipPlane2; + var _ClipDistance3 = OpenTK.Graphics.ES11.ClipPlaneName.ClipDistance3; + var _ClipPlane3 = OpenTK.Graphics.ES11.ClipPlaneName.ClipPlane3; + var _ClipDistance4 = OpenTK.Graphics.ES11.ClipPlaneName.ClipDistance4; + var _ClipPlane4 = OpenTK.Graphics.ES11.ClipPlaneName.ClipPlane4; + var _ClipDistance5 = OpenTK.Graphics.ES11.ClipPlaneName.ClipDistance5; + var _ClipPlane5 = OpenTK.Graphics.ES11.ClipPlaneName.ClipPlane5; + var _ClipDistance6 = OpenTK.Graphics.ES11.ClipPlaneName.ClipDistance6; + var _ClipDistance7 = OpenTK.Graphics.ES11.ClipPlaneName.ClipDistance7; +} +static void Test_ColorMaterialFace_20270() { + var _Front = OpenTK.Graphics.ES11.ColorMaterialFace.Front; + var _Back = OpenTK.Graphics.ES11.ColorMaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.ES11.ColorMaterialFace.FrontAndBack; +} +static void Test_ColorMaterialParameter_20271() { + var _Ambient = OpenTK.Graphics.ES11.ColorMaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES11.ColorMaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES11.ColorMaterialParameter.Specular; + var _Emission = OpenTK.Graphics.ES11.ColorMaterialParameter.Emission; + var _AmbientAndDiffuse = OpenTK.Graphics.ES11.ColorMaterialParameter.AmbientAndDiffuse; +} +static void Test_ColorPointerType_20272() { + var _Byte = OpenTK.Graphics.ES11.ColorPointerType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES11.ColorPointerType.UnsignedByte; + var _Short = OpenTK.Graphics.ES11.ColorPointerType.Short; + var _UnsignedShort = OpenTK.Graphics.ES11.ColorPointerType.UnsignedShort; + var _Int = OpenTK.Graphics.ES11.ColorPointerType.Int; + var _UnsignedInt = OpenTK.Graphics.ES11.ColorPointerType.UnsignedInt; + var _Float = OpenTK.Graphics.ES11.ColorPointerType.Float; + var _Double = OpenTK.Graphics.ES11.ColorPointerType.Double; +} +static void Test_ColorTableParameterPNameSgi_20273() { + var _ColorTableScale = OpenTK.Graphics.ES11.ColorTableParameterPNameSgi.ColorTableScale; + var _ColorTableScaleSgi = OpenTK.Graphics.ES11.ColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBias = OpenTK.Graphics.ES11.ColorTableParameterPNameSgi.ColorTableBias; + var _ColorTableBiasSgi = OpenTK.Graphics.ES11.ColorTableParameterPNameSgi.ColorTableBiasSgi; +} +static void Test_ColorTableTargetSgi_20274() { + var _TextureColorTableSgi = OpenTK.Graphics.ES11.ColorTableTargetSgi.TextureColorTableSgi; + var _ProxyTextureColorTableSgi = OpenTK.Graphics.ES11.ColorTableTargetSgi.ProxyTextureColorTableSgi; + var _ColorTable = OpenTK.Graphics.ES11.ColorTableTargetSgi.ColorTable; + var _ColorTableSgi = OpenTK.Graphics.ES11.ColorTableTargetSgi.ColorTableSgi; + var _PostConvolutionColorTable = OpenTK.Graphics.ES11.ColorTableTargetSgi.PostConvolutionColorTable; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES11.ColorTableTargetSgi.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTable = OpenTK.Graphics.ES11.ColorTableTargetSgi.PostColorMatrixColorTable; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES11.ColorTableTargetSgi.PostColorMatrixColorTableSgi; + var _ProxyColorTable = OpenTK.Graphics.ES11.ColorTableTargetSgi.ProxyColorTable; + var _ProxyColorTableSgi = OpenTK.Graphics.ES11.ColorTableTargetSgi.ProxyColorTableSgi; + var _ProxyPostConvolutionColorTable = OpenTK.Graphics.ES11.ColorTableTargetSgi.ProxyPostConvolutionColorTable; + var _ProxyPostConvolutionColorTableSgi = OpenTK.Graphics.ES11.ColorTableTargetSgi.ProxyPostConvolutionColorTableSgi; + var _ProxyPostColorMatrixColorTable = OpenTK.Graphics.ES11.ColorTableTargetSgi.ProxyPostColorMatrixColorTable; + var _ProxyPostColorMatrixColorTableSgi = OpenTK.Graphics.ES11.ColorTableTargetSgi.ProxyPostColorMatrixColorTableSgi; +} +static void Test_ContextFlagMask_20275() { + var _ContextFlagForwardCompatibleBit = OpenTK.Graphics.ES11.ContextFlagMask.ContextFlagForwardCompatibleBit; + var _ContextFlagDebugBit = OpenTK.Graphics.ES11.ContextFlagMask.ContextFlagDebugBit; + var _ContextFlagDebugBitKhr = OpenTK.Graphics.ES11.ContextFlagMask.ContextFlagDebugBitKhr; + var _ContextFlagRobustAccessBitArb = OpenTK.Graphics.ES11.ContextFlagMask.ContextFlagRobustAccessBitArb; +} +static void Test_ContextProfileMask_20276() { + var _ContextCoreProfileBit = OpenTK.Graphics.ES11.ContextProfileMask.ContextCoreProfileBit; + var _ContextCompatibilityProfileBit = OpenTK.Graphics.ES11.ContextProfileMask.ContextCompatibilityProfileBit; +} +static void Test_ConvolutionBorderModeExt_20277() { + var _Reduce = OpenTK.Graphics.ES11.ConvolutionBorderModeExt.Reduce; + var _ReduceExt = OpenTK.Graphics.ES11.ConvolutionBorderModeExt.ReduceExt; +} +static void Test_ConvolutionParameterExt_20278() { + var _ConvolutionBorderMode = OpenTK.Graphics.ES11.ConvolutionParameterExt.ConvolutionBorderMode; + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES11.ConvolutionParameterExt.ConvolutionBorderModeExt; + var _ConvolutionFilterScale = OpenTK.Graphics.ES11.ConvolutionParameterExt.ConvolutionFilterScale; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES11.ConvolutionParameterExt.ConvolutionFilterScaleExt; + var _ConvolutionFilterBias = OpenTK.Graphics.ES11.ConvolutionParameterExt.ConvolutionFilterBias; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES11.ConvolutionParameterExt.ConvolutionFilterBiasExt; +} +static void Test_ConvolutionTargetExt_20279() { + var _Convolution1D = OpenTK.Graphics.ES11.ConvolutionTargetExt.Convolution1D; + var _Convolution1DExt = OpenTK.Graphics.ES11.ConvolutionTargetExt.Convolution1DExt; + var _Convolution2D = OpenTK.Graphics.ES11.ConvolutionTargetExt.Convolution2D; + var _Convolution2DExt = OpenTK.Graphics.ES11.ConvolutionTargetExt.Convolution2DExt; +} +static void Test_CullFaceMode_20280() { + var _Front = OpenTK.Graphics.ES11.CullFaceMode.Front; + var _Back = OpenTK.Graphics.ES11.CullFaceMode.Back; + var _FrontAndBack = OpenTK.Graphics.ES11.CullFaceMode.FrontAndBack; +} +static void Test_DataType_20281() { +} +static void Test_DepthFunction_20282() { + var _Never = OpenTK.Graphics.ES11.DepthFunction.Never; + var _Less = OpenTK.Graphics.ES11.DepthFunction.Less; + var _Equal = OpenTK.Graphics.ES11.DepthFunction.Equal; + var _Lequal = OpenTK.Graphics.ES11.DepthFunction.Lequal; + var _Greater = OpenTK.Graphics.ES11.DepthFunction.Greater; + var _Notequal = OpenTK.Graphics.ES11.DepthFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES11.DepthFunction.Gequal; + var _Always = OpenTK.Graphics.ES11.DepthFunction.Always; +} +static void Test_DrawBufferMode_20283() { + var _None = OpenTK.Graphics.ES11.DrawBufferMode.None; + var _NoneOes = OpenTK.Graphics.ES11.DrawBufferMode.NoneOes; + var _FrontLeft = OpenTK.Graphics.ES11.DrawBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.ES11.DrawBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.ES11.DrawBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.ES11.DrawBufferMode.BackRight; + var _Front = OpenTK.Graphics.ES11.DrawBufferMode.Front; + var _Back = OpenTK.Graphics.ES11.DrawBufferMode.Back; + var _Left = OpenTK.Graphics.ES11.DrawBufferMode.Left; + var _Right = OpenTK.Graphics.ES11.DrawBufferMode.Right; + var _FrontAndBack = OpenTK.Graphics.ES11.DrawBufferMode.FrontAndBack; + var _Aux0 = OpenTK.Graphics.ES11.DrawBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.ES11.DrawBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.ES11.DrawBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.ES11.DrawBufferMode.Aux3; +} +static void Test_EnableCap_20284() { + var _PointSmooth = OpenTK.Graphics.ES11.EnableCap.PointSmooth; + var _LineSmooth = OpenTK.Graphics.ES11.EnableCap.LineSmooth; + var _LineStipple = OpenTK.Graphics.ES11.EnableCap.LineStipple; + var _PolygonSmooth = OpenTK.Graphics.ES11.EnableCap.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES11.EnableCap.PolygonStipple; + var _CullFace = OpenTK.Graphics.ES11.EnableCap.CullFace; + var _Lighting = OpenTK.Graphics.ES11.EnableCap.Lighting; + var _ColorMaterial = OpenTK.Graphics.ES11.EnableCap.ColorMaterial; + var _Fog = OpenTK.Graphics.ES11.EnableCap.Fog; + var _DepthTest = OpenTK.Graphics.ES11.EnableCap.DepthTest; + var _StencilTest = OpenTK.Graphics.ES11.EnableCap.StencilTest; + var _Normalize = OpenTK.Graphics.ES11.EnableCap.Normalize; + var _AlphaTest = OpenTK.Graphics.ES11.EnableCap.AlphaTest; + var _Dither = OpenTK.Graphics.ES11.EnableCap.Dither; + var _Blend = OpenTK.Graphics.ES11.EnableCap.Blend; + var _IndexLogicOp = OpenTK.Graphics.ES11.EnableCap.IndexLogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES11.EnableCap.ColorLogicOp; + var _ScissorTest = OpenTK.Graphics.ES11.EnableCap.ScissorTest; + var _TextureGenS = OpenTK.Graphics.ES11.EnableCap.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES11.EnableCap.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES11.EnableCap.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES11.EnableCap.TextureGenQ; + var _AutoNormal = OpenTK.Graphics.ES11.EnableCap.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES11.EnableCap.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES11.EnableCap.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES11.EnableCap.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES11.EnableCap.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES11.EnableCap.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES11.EnableCap.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES11.EnableCap.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES11.EnableCap.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES11.EnableCap.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES11.EnableCap.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES11.EnableCap.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES11.EnableCap.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES11.EnableCap.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES11.EnableCap.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES11.EnableCap.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES11.EnableCap.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES11.EnableCap.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES11.EnableCap.Map2Vertex4; + var _Texture1D = OpenTK.Graphics.ES11.EnableCap.Texture1D; + var _Texture2D = OpenTK.Graphics.ES11.EnableCap.Texture2D; + var _PolygonOffsetPoint = OpenTK.Graphics.ES11.EnableCap.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES11.EnableCap.PolygonOffsetLine; + var _ClipPlane0 = OpenTK.Graphics.ES11.EnableCap.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.ES11.EnableCap.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.ES11.EnableCap.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.ES11.EnableCap.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.ES11.EnableCap.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.ES11.EnableCap.ClipPlane5; + var _Light0 = OpenTK.Graphics.ES11.EnableCap.Light0; + var _Light1 = OpenTK.Graphics.ES11.EnableCap.Light1; + var _Light2 = OpenTK.Graphics.ES11.EnableCap.Light2; + var _Light3 = OpenTK.Graphics.ES11.EnableCap.Light3; + var _Light4 = OpenTK.Graphics.ES11.EnableCap.Light4; + var _Light5 = OpenTK.Graphics.ES11.EnableCap.Light5; + var _Light6 = OpenTK.Graphics.ES11.EnableCap.Light6; + var _Light7 = OpenTK.Graphics.ES11.EnableCap.Light7; + var _Convolution1DExt = OpenTK.Graphics.ES11.EnableCap.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.ES11.EnableCap.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.ES11.EnableCap.Separable2DExt; + var _HistogramExt = OpenTK.Graphics.ES11.EnableCap.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.ES11.EnableCap.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.ES11.EnableCap.PolygonOffsetFill; + var _RescaleNormalExt = OpenTK.Graphics.ES11.EnableCap.RescaleNormalExt; + var _Texture3DExt = OpenTK.Graphics.ES11.EnableCap.Texture3DExt; + var _VertexArray = OpenTK.Graphics.ES11.EnableCap.VertexArray; + var _NormalArray = OpenTK.Graphics.ES11.EnableCap.NormalArray; + var _ColorArray = OpenTK.Graphics.ES11.EnableCap.ColorArray; + var _IndexArray = OpenTK.Graphics.ES11.EnableCap.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES11.EnableCap.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES11.EnableCap.EdgeFlagArray; + var _InterlaceSgix = OpenTK.Graphics.ES11.EnableCap.InterlaceSgix; + var _MultisampleSgis = OpenTK.Graphics.ES11.EnableCap.MultisampleSgis; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES11.EnableCap.SampleAlphaToMaskSgis; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES11.EnableCap.SampleAlphaToOneSgis; + var _SampleMaskSgis = OpenTK.Graphics.ES11.EnableCap.SampleMaskSgis; + var _TextureColorTableSgi = OpenTK.Graphics.ES11.EnableCap.TextureColorTableSgi; + var _ColorTableSgi = OpenTK.Graphics.ES11.EnableCap.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES11.EnableCap.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES11.EnableCap.PostColorMatrixColorTableSgi; + var _Texture4DSgis = OpenTK.Graphics.ES11.EnableCap.Texture4DSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES11.EnableCap.PixelTexGenSgix; + var _SpriteSgix = OpenTK.Graphics.ES11.EnableCap.SpriteSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES11.EnableCap.ReferencePlaneSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES11.EnableCap.IrInstrument1Sgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES11.EnableCap.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.ES11.EnableCap.FramezoomSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES11.EnableCap.FogOffsetSgix; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES11.EnableCap.SharedTexturePaletteExt; + var _AsyncHistogramSgix = OpenTK.Graphics.ES11.EnableCap.AsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES11.EnableCap.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.ES11.EnableCap.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES11.EnableCap.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES11.EnableCap.AsyncReadPixelsSgix; + var _FragmentLightingSgix = OpenTK.Graphics.ES11.EnableCap.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES11.EnableCap.FragmentColorMaterialSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES11.EnableCap.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES11.EnableCap.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES11.EnableCap.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES11.EnableCap.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES11.EnableCap.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES11.EnableCap.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES11.EnableCap.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES11.EnableCap.FragmentLight7Sgix; +} +static void Test_ErrorCode_20285() { + var _NoError = OpenTK.Graphics.ES11.ErrorCode.NoError; + var _InvalidEnum = OpenTK.Graphics.ES11.ErrorCode.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES11.ErrorCode.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES11.ErrorCode.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES11.ErrorCode.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.ES11.ErrorCode.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.ES11.ErrorCode.OutOfMemory; + var _InvalidFramebufferOperation = OpenTK.Graphics.ES11.ErrorCode.InvalidFramebufferOperation; + var _InvalidFramebufferOperationExt = OpenTK.Graphics.ES11.ErrorCode.InvalidFramebufferOperationExt; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.ES11.ErrorCode.InvalidFramebufferOperationOes; + var _TableTooLarge = OpenTK.Graphics.ES11.ErrorCode.TableTooLarge; + var _TableTooLargeExt = OpenTK.Graphics.ES11.ErrorCode.TableTooLargeExt; + var _TextureTooLargeExt = OpenTK.Graphics.ES11.ErrorCode.TextureTooLargeExt; +} +static void Test_ExtBlendMinmax_20286() { + var _FuncAddExt = OpenTK.Graphics.ES11.ExtBlendMinmax.FuncAddExt; + var _MinExt = OpenTK.Graphics.ES11.ExtBlendMinmax.MinExt; + var _MaxExt = OpenTK.Graphics.ES11.ExtBlendMinmax.MaxExt; + var _BlendEquationExt = OpenTK.Graphics.ES11.ExtBlendMinmax.BlendEquationExt; +} +static void Test_ExtDiscardFramebuffer_20287() { + var _ColorExt = OpenTK.Graphics.ES11.ExtDiscardFramebuffer.ColorExt; + var _DepthExt = OpenTK.Graphics.ES11.ExtDiscardFramebuffer.DepthExt; + var _StencilExt = OpenTK.Graphics.ES11.ExtDiscardFramebuffer.StencilExt; +} +static void Test_ExtMapBufferRange_20288() { + var _MapReadBitExt = OpenTK.Graphics.ES11.ExtMapBufferRange.MapReadBitExt; + var _MapWriteBitExt = OpenTK.Graphics.ES11.ExtMapBufferRange.MapWriteBitExt; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES11.ExtMapBufferRange.MapInvalidateRangeBitExt; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES11.ExtMapBufferRange.MapInvalidateBufferBitExt; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES11.ExtMapBufferRange.MapFlushExplicitBitExt; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES11.ExtMapBufferRange.MapUnsynchronizedBitExt; +} +static void Test_ExtMultiDrawArrays_20289() { +} +static void Test_ExtMultisampledRenderToTexture_20290() { + var _RenderbufferSamplesExt = OpenTK.Graphics.ES11.ExtMultisampledRenderToTexture.RenderbufferSamplesExt; + var _FramebufferIncompleteMultisampleExt = OpenTK.Graphics.ES11.ExtMultisampledRenderToTexture.FramebufferIncompleteMultisampleExt; + var _MaxSamplesExt = OpenTK.Graphics.ES11.ExtMultisampledRenderToTexture.MaxSamplesExt; + var _FramebufferAttachmentTextureSamplesExt = OpenTK.Graphics.ES11.ExtMultisampledRenderToTexture.FramebufferAttachmentTextureSamplesExt; +} +static void Test_ExtReadFormatBgra_20291() { + var _BgraExt = OpenTK.Graphics.ES11.ExtReadFormatBgra.BgraExt; + var _UnsignedShort4444RevExt = OpenTK.Graphics.ES11.ExtReadFormatBgra.UnsignedShort4444RevExt; + var _UnsignedShort1555RevExt = OpenTK.Graphics.ES11.ExtReadFormatBgra.UnsignedShort1555RevExt; +} +static void Test_ExtRobustness_20292() { + var _NoError = OpenTK.Graphics.ES11.ExtRobustness.NoError; + var _LoseContextOnResetExt = OpenTK.Graphics.ES11.ExtRobustness.LoseContextOnResetExt; + var _GuiltyContextResetExt = OpenTK.Graphics.ES11.ExtRobustness.GuiltyContextResetExt; + var _InnocentContextResetExt = OpenTK.Graphics.ES11.ExtRobustness.InnocentContextResetExt; + var _UnknownContextResetExt = OpenTK.Graphics.ES11.ExtRobustness.UnknownContextResetExt; + var _ResetNotificationStrategyExt = OpenTK.Graphics.ES11.ExtRobustness.ResetNotificationStrategyExt; + var _NoResetNotificationExt = OpenTK.Graphics.ES11.ExtRobustness.NoResetNotificationExt; + var _ContextRobustAccessExt = OpenTK.Graphics.ES11.ExtRobustness.ContextRobustAccessExt; +} +static void Test_ExtSrgb_20293() { + var _FramebufferAttachmentColorEncodingExt = OpenTK.Graphics.ES11.ExtSrgb.FramebufferAttachmentColorEncodingExt; + var _SrgbExt = OpenTK.Graphics.ES11.ExtSrgb.SrgbExt; + var _SrgbAlphaExt = OpenTK.Graphics.ES11.ExtSrgb.SrgbAlphaExt; + var _Srgb8Alpha8Ext = OpenTK.Graphics.ES11.ExtSrgb.Srgb8Alpha8Ext; +} +static void Test_ExtTextureCompressionDxt1_20294() { + var _CompressedRgbS3tcDxt1Ext = OpenTK.Graphics.ES11.ExtTextureCompressionDxt1.CompressedRgbS3tcDxt1Ext; + var _CompressedRgbaS3tcDxt1Ext = OpenTK.Graphics.ES11.ExtTextureCompressionDxt1.CompressedRgbaS3tcDxt1Ext; +} +static void Test_ExttextureFilterAnisotropic_20295() { + var _TextureMaxAnisotropyExt = OpenTK.Graphics.ES11.ExttextureFilterAnisotropic.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.ES11.ExttextureFilterAnisotropic.MaxTextureMaxAnisotropyExt; + var _ExtTextureFilterAnisotropic = OpenTK.Graphics.ES11.ExttextureFilterAnisotropic.ExtTextureFilterAnisotropic; +} +static void Test_ExtTextureFilterAnisotropic_20296() { + var _TextureMaxAnisotropyExt = OpenTK.Graphics.ES11.ExtTextureFilterAnisotropic.TextureMaxAnisotropyExt; + var _MaxTextureMaxAnisotropyExt = OpenTK.Graphics.ES11.ExtTextureFilterAnisotropic.MaxTextureMaxAnisotropyExt; +} +static void Test_ExttextureFormatBgra8888_20297() { + var _Bgra = OpenTK.Graphics.ES11.ExttextureFormatBgra8888.Bgra; + var _ExtTextureFormatBgra8888 = OpenTK.Graphics.ES11.ExttextureFormatBgra8888.ExtTextureFormatBgra8888; +} +static void Test_ExtTextureFormatBgra8888_20298() { + var _BgraExt = OpenTK.Graphics.ES11.ExtTextureFormatBgra8888.BgraExt; +} +static void Test_ExtTextureLodBias_20299() { + var _MaxTextureLodBiasExt = OpenTK.Graphics.ES11.ExtTextureLodBias.MaxTextureLodBiasExt; + var _TextureFilterControlExt = OpenTK.Graphics.ES11.ExtTextureLodBias.TextureFilterControlExt; + var _TextureLodBiasExt = OpenTK.Graphics.ES11.ExtTextureLodBias.TextureLodBiasExt; +} +static void Test_ExtTextureStorage_20300() { + var _Alpha8Ext = OpenTK.Graphics.ES11.ExtTextureStorage.Alpha8Ext; + var _Luminance8Ext = OpenTK.Graphics.ES11.ExtTextureStorage.Luminance8Ext; + var _Luminance8Alpha8Ext = OpenTK.Graphics.ES11.ExtTextureStorage.Luminance8Alpha8Ext; + var _Rgb10Ext = OpenTK.Graphics.ES11.ExtTextureStorage.Rgb10Ext; + var _Rgb10A2Ext = OpenTK.Graphics.ES11.ExtTextureStorage.Rgb10A2Ext; + var _R8Ext = OpenTK.Graphics.ES11.ExtTextureStorage.R8Ext; + var _Rg8Ext = OpenTK.Graphics.ES11.ExtTextureStorage.Rg8Ext; + var _R16fExt = OpenTK.Graphics.ES11.ExtTextureStorage.R16fExt; + var _R32fExt = OpenTK.Graphics.ES11.ExtTextureStorage.R32fExt; + var _Rg16fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Rg16fExt; + var _Rg32fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Rg32fExt; + var _Rgba32fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Rgba32fExt; + var _Rgb32fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Rgb32fExt; + var _Alpha32fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Alpha32fExt; + var _Luminance32fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Luminance32fExt; + var _LuminanceAlpha32fExt = OpenTK.Graphics.ES11.ExtTextureStorage.LuminanceAlpha32fExt; + var _Rgba16fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Rgba16fExt; + var _Rgb16fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Rgb16fExt; + var _Alpha16fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Alpha16fExt; + var _Luminance16fExt = OpenTK.Graphics.ES11.ExtTextureStorage.Luminance16fExt; + var _LuminanceAlpha16fExt = OpenTK.Graphics.ES11.ExtTextureStorage.LuminanceAlpha16fExt; + var _TextureImmutableFormatExt = OpenTK.Graphics.ES11.ExtTextureStorage.TextureImmutableFormatExt; + var _Bgra8Ext = OpenTK.Graphics.ES11.ExtTextureStorage.Bgra8Ext; +} +static void Test_FeedBackToken_20301() { + var _PassThroughToken = OpenTK.Graphics.ES11.FeedBackToken.PassThroughToken; + var _PointToken = OpenTK.Graphics.ES11.FeedBackToken.PointToken; + var _LineToken = OpenTK.Graphics.ES11.FeedBackToken.LineToken; + var _PolygonToken = OpenTK.Graphics.ES11.FeedBackToken.PolygonToken; + var _BitmapToken = OpenTK.Graphics.ES11.FeedBackToken.BitmapToken; + var _DrawPixelToken = OpenTK.Graphics.ES11.FeedBackToken.DrawPixelToken; + var _CopyPixelToken = OpenTK.Graphics.ES11.FeedBackToken.CopyPixelToken; + var _LineResetToken = OpenTK.Graphics.ES11.FeedBackToken.LineResetToken; +} +static void Test_FeedbackType_20302() { + var _Gl2D = OpenTK.Graphics.ES11.FeedbackType.Gl2D; + var _Gl3D = OpenTK.Graphics.ES11.FeedbackType.Gl3D; + var _Gl3DColor = OpenTK.Graphics.ES11.FeedbackType.Gl3DColor; + var _Gl3DColorTexture = OpenTK.Graphics.ES11.FeedbackType.Gl3DColorTexture; + var _Gl4DColorTexture = OpenTK.Graphics.ES11.FeedbackType.Gl4DColorTexture; +} +static void Test_FfdMaskSgix_20303() { +} +static void Test_FfdTargetSgix_20304() { + var _GeometryDeformationSgix = OpenTK.Graphics.ES11.FfdTargetSgix.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES11.FfdTargetSgix.TextureDeformationSgix; +} +static void Test_FogCoordinatePointerType_20305() { + var _Float = OpenTK.Graphics.ES11.FogCoordinatePointerType.Float; + var _Double = OpenTK.Graphics.ES11.FogCoordinatePointerType.Double; +} +static void Test_FogMode_20306() { + var _Exp = OpenTK.Graphics.ES11.FogMode.Exp; + var _Exp2 = OpenTK.Graphics.ES11.FogMode.Exp2; + var _Linear = OpenTK.Graphics.ES11.FogMode.Linear; + var _FogFuncSgis = OpenTK.Graphics.ES11.FogMode.FogFuncSgis; +} +static void Test_FogParameter_20307() { + var _FogIndex = OpenTK.Graphics.ES11.FogParameter.FogIndex; + var _FogDensity = OpenTK.Graphics.ES11.FogParameter.FogDensity; + var _FogStart = OpenTK.Graphics.ES11.FogParameter.FogStart; + var _FogEnd = OpenTK.Graphics.ES11.FogParameter.FogEnd; + var _FogMode = OpenTK.Graphics.ES11.FogParameter.FogMode; + var _FogColor = OpenTK.Graphics.ES11.FogParameter.FogColor; + var _FogOffsetValueSgix = OpenTK.Graphics.ES11.FogParameter.FogOffsetValueSgix; +} +static void Test_FogPointerTypeExt_20308() { + var _Float = OpenTK.Graphics.ES11.FogPointerTypeExt.Float; + var _Double = OpenTK.Graphics.ES11.FogPointerTypeExt.Double; +} +static void Test_FogPointerTypeIbm_20309() { + var _Float = OpenTK.Graphics.ES11.FogPointerTypeIbm.Float; + var _Double = OpenTK.Graphics.ES11.FogPointerTypeIbm.Double; +} +static void Test_FragmentLightModelParameterSgix_20310() { + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES11.FragmentLightModelParameterSgix.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES11.FragmentLightModelParameterSgix.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES11.FragmentLightModelParameterSgix.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES11.FragmentLightModelParameterSgix.FragmentLightModelNormalInterpolationSgix; +} +static void Test_FrontFaceDirection_20311() { + var _Cw = OpenTK.Graphics.ES11.FrontFaceDirection.Cw; + var _Ccw = OpenTK.Graphics.ES11.FrontFaceDirection.Ccw; +} +static void Test_GetColorTableParameterPNameSgi_20312() { + var _ColorTableScaleSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableScaleSgi; + var _ColorTableBiasSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableBiasSgi; + var _ColorTableFormatSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableFormatSgi; + var _ColorTableWidthSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableWidthSgi; + var _ColorTableRedSizeSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableRedSizeSgi; + var _ColorTableGreenSizeSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableGreenSizeSgi; + var _ColorTableBlueSizeSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableBlueSizeSgi; + var _ColorTableAlphaSizeSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableAlphaSizeSgi; + var _ColorTableLuminanceSizeSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableLuminanceSizeSgi; + var _ColorTableIntensitySizeSgi = OpenTK.Graphics.ES11.GetColorTableParameterPNameSgi.ColorTableIntensitySizeSgi; +} +static void Test_GetConvolutionParameter_20313() { + var _ConvolutionBorderModeExt = OpenTK.Graphics.ES11.GetConvolutionParameter.ConvolutionBorderModeExt; + var _ConvolutionFilterScaleExt = OpenTK.Graphics.ES11.GetConvolutionParameter.ConvolutionFilterScaleExt; + var _ConvolutionFilterBiasExt = OpenTK.Graphics.ES11.GetConvolutionParameter.ConvolutionFilterBiasExt; + var _ConvolutionFormatExt = OpenTK.Graphics.ES11.GetConvolutionParameter.ConvolutionFormatExt; + var _ConvolutionWidthExt = OpenTK.Graphics.ES11.GetConvolutionParameter.ConvolutionWidthExt; + var _ConvolutionHeightExt = OpenTK.Graphics.ES11.GetConvolutionParameter.ConvolutionHeightExt; + var _MaxConvolutionWidthExt = OpenTK.Graphics.ES11.GetConvolutionParameter.MaxConvolutionWidthExt; + var _MaxConvolutionHeightExt = OpenTK.Graphics.ES11.GetConvolutionParameter.MaxConvolutionHeightExt; +} +static void Test_GetHistogramParameterPNameExt_20314() { + var _HistogramWidthExt = OpenTK.Graphics.ES11.GetHistogramParameterPNameExt.HistogramWidthExt; + var _HistogramFormatExt = OpenTK.Graphics.ES11.GetHistogramParameterPNameExt.HistogramFormatExt; + var _HistogramRedSizeExt = OpenTK.Graphics.ES11.GetHistogramParameterPNameExt.HistogramRedSizeExt; + var _HistogramGreenSizeExt = OpenTK.Graphics.ES11.GetHistogramParameterPNameExt.HistogramGreenSizeExt; + var _HistogramBlueSizeExt = OpenTK.Graphics.ES11.GetHistogramParameterPNameExt.HistogramBlueSizeExt; + var _HistogramAlphaSizeExt = OpenTK.Graphics.ES11.GetHistogramParameterPNameExt.HistogramAlphaSizeExt; + var _HistogramLuminanceSizeExt = OpenTK.Graphics.ES11.GetHistogramParameterPNameExt.HistogramLuminanceSizeExt; + var _HistogramSinkExt = OpenTK.Graphics.ES11.GetHistogramParameterPNameExt.HistogramSinkExt; +} +static void Test_GetMapQuery_20315() { + var _Coeff = OpenTK.Graphics.ES11.GetMapQuery.Coeff; + var _Order = OpenTK.Graphics.ES11.GetMapQuery.Order; + var _Domain = OpenTK.Graphics.ES11.GetMapQuery.Domain; +} +static void Test_GetMinmaxParameterPNameExt_20316() { + var _MinmaxFormat = OpenTK.Graphics.ES11.GetMinmaxParameterPNameExt.MinmaxFormat; + var _MinmaxFormatExt = OpenTK.Graphics.ES11.GetMinmaxParameterPNameExt.MinmaxFormatExt; + var _MinmaxSink = OpenTK.Graphics.ES11.GetMinmaxParameterPNameExt.MinmaxSink; + var _MinmaxSinkExt = OpenTK.Graphics.ES11.GetMinmaxParameterPNameExt.MinmaxSinkExt; +} +static void Test_GetPixelMap_20317() { + var _PixelMapIToI = OpenTK.Graphics.ES11.GetPixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES11.GetPixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES11.GetPixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES11.GetPixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES11.GetPixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES11.GetPixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES11.GetPixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES11.GetPixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES11.GetPixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES11.GetPixelMap.PixelMapAToA; +} +static void Test_GetPName_20318() { + var _CurrentColor = OpenTK.Graphics.ES11.GetPName.CurrentColor; + var _CurrentIndex = OpenTK.Graphics.ES11.GetPName.CurrentIndex; + var _CurrentNormal = OpenTK.Graphics.ES11.GetPName.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.ES11.GetPName.CurrentTextureCoords; + var _CurrentRasterColor = OpenTK.Graphics.ES11.GetPName.CurrentRasterColor; + var _CurrentRasterIndex = OpenTK.Graphics.ES11.GetPName.CurrentRasterIndex; + var _CurrentRasterTextureCoords = OpenTK.Graphics.ES11.GetPName.CurrentRasterTextureCoords; + var _CurrentRasterPosition = OpenTK.Graphics.ES11.GetPName.CurrentRasterPosition; + var _CurrentRasterPositionValid = OpenTK.Graphics.ES11.GetPName.CurrentRasterPositionValid; + var _CurrentRasterDistance = OpenTK.Graphics.ES11.GetPName.CurrentRasterDistance; + var _PointSmooth = OpenTK.Graphics.ES11.GetPName.PointSmooth; + var _PointSize = OpenTK.Graphics.ES11.GetPName.PointSize; + var _PointSizeRange = OpenTK.Graphics.ES11.GetPName.PointSizeRange; + var _SmoothPointSizeRange = OpenTK.Graphics.ES11.GetPName.SmoothPointSizeRange; + var _PointSizeGranularity = OpenTK.Graphics.ES11.GetPName.PointSizeGranularity; + var _SmoothPointSizeGranularity = OpenTK.Graphics.ES11.GetPName.SmoothPointSizeGranularity; + var _LineSmooth = OpenTK.Graphics.ES11.GetPName.LineSmooth; + var _LineWidth = OpenTK.Graphics.ES11.GetPName.LineWidth; + var _LineWidthRange = OpenTK.Graphics.ES11.GetPName.LineWidthRange; + var _SmoothLineWidthRange = OpenTK.Graphics.ES11.GetPName.SmoothLineWidthRange; + var _LineWidthGranularity = OpenTK.Graphics.ES11.GetPName.LineWidthGranularity; + var _SmoothLineWidthGranularity = OpenTK.Graphics.ES11.GetPName.SmoothLineWidthGranularity; + var _LineStipple = OpenTK.Graphics.ES11.GetPName.LineStipple; + var _LineStipplePattern = OpenTK.Graphics.ES11.GetPName.LineStipplePattern; + var _LineStippleRepeat = OpenTK.Graphics.ES11.GetPName.LineStippleRepeat; + var _ListMode = OpenTK.Graphics.ES11.GetPName.ListMode; + var _MaxListNesting = OpenTK.Graphics.ES11.GetPName.MaxListNesting; + var _ListBase = OpenTK.Graphics.ES11.GetPName.ListBase; + var _ListIndex = OpenTK.Graphics.ES11.GetPName.ListIndex; + var _PolygonMode = OpenTK.Graphics.ES11.GetPName.PolygonMode; + var _PolygonSmooth = OpenTK.Graphics.ES11.GetPName.PolygonSmooth; + var _PolygonStipple = OpenTK.Graphics.ES11.GetPName.PolygonStipple; + var _EdgeFlag = OpenTK.Graphics.ES11.GetPName.EdgeFlag; + var _CullFace = OpenTK.Graphics.ES11.GetPName.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES11.GetPName.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES11.GetPName.FrontFace; + var _Lighting = OpenTK.Graphics.ES11.GetPName.Lighting; + var _LightModelLocalViewer = OpenTK.Graphics.ES11.GetPName.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES11.GetPName.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES11.GetPName.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.ES11.GetPName.ShadeModel; + var _ColorMaterialFace = OpenTK.Graphics.ES11.GetPName.ColorMaterialFace; + var _ColorMaterialParameter = OpenTK.Graphics.ES11.GetPName.ColorMaterialParameter; + var _ColorMaterial = OpenTK.Graphics.ES11.GetPName.ColorMaterial; + var _Fog = OpenTK.Graphics.ES11.GetPName.Fog; + var _FogIndex = OpenTK.Graphics.ES11.GetPName.FogIndex; + var _FogDensity = OpenTK.Graphics.ES11.GetPName.FogDensity; + var _FogStart = OpenTK.Graphics.ES11.GetPName.FogStart; + var _FogEnd = OpenTK.Graphics.ES11.GetPName.FogEnd; + var _FogMode = OpenTK.Graphics.ES11.GetPName.FogMode; + var _FogColor = OpenTK.Graphics.ES11.GetPName.FogColor; + var _DepthRange = OpenTK.Graphics.ES11.GetPName.DepthRange; + var _DepthTest = OpenTK.Graphics.ES11.GetPName.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES11.GetPName.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES11.GetPName.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES11.GetPName.DepthFunc; + var _AccumClearValue = OpenTK.Graphics.ES11.GetPName.AccumClearValue; + var _StencilTest = OpenTK.Graphics.ES11.GetPName.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES11.GetPName.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES11.GetPName.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES11.GetPName.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES11.GetPName.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES11.GetPName.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES11.GetPName.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES11.GetPName.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES11.GetPName.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.ES11.GetPName.MatrixMode; + var _Normalize = OpenTK.Graphics.ES11.GetPName.Normalize; + var _Viewport = OpenTK.Graphics.ES11.GetPName.Viewport; + var _Modelview0StackDepthExt = OpenTK.Graphics.ES11.GetPName.Modelview0StackDepthExt; + var _ModelviewStackDepth = OpenTK.Graphics.ES11.GetPName.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.ES11.GetPName.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.ES11.GetPName.TextureStackDepth; + var _Modelview0MatrixExt = OpenTK.Graphics.ES11.GetPName.Modelview0MatrixExt; + var _ModelviewMatrix = OpenTK.Graphics.ES11.GetPName.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.ES11.GetPName.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.ES11.GetPName.TextureMatrix; + var _AttribStackDepth = OpenTK.Graphics.ES11.GetPName.AttribStackDepth; + var _ClientAttribStackDepth = OpenTK.Graphics.ES11.GetPName.ClientAttribStackDepth; + var _AlphaTest = OpenTK.Graphics.ES11.GetPName.AlphaTest; + var _AlphaTestQcom = OpenTK.Graphics.ES11.GetPName.AlphaTestQcom; + var _AlphaTestFunc = OpenTK.Graphics.ES11.GetPName.AlphaTestFunc; + var _AlphaTestFuncQcom = OpenTK.Graphics.ES11.GetPName.AlphaTestFuncQcom; + var _AlphaTestRef = OpenTK.Graphics.ES11.GetPName.AlphaTestRef; + var _AlphaTestRefQcom = OpenTK.Graphics.ES11.GetPName.AlphaTestRefQcom; + var _Dither = OpenTK.Graphics.ES11.GetPName.Dither; + var _BlendDst = OpenTK.Graphics.ES11.GetPName.BlendDst; + var _BlendSrc = OpenTK.Graphics.ES11.GetPName.BlendSrc; + var _Blend = OpenTK.Graphics.ES11.GetPName.Blend; + var _LogicOpMode = OpenTK.Graphics.ES11.GetPName.LogicOpMode; + var _IndexLogicOp = OpenTK.Graphics.ES11.GetPName.IndexLogicOp; + var _LogicOp = OpenTK.Graphics.ES11.GetPName.LogicOp; + var _ColorLogicOp = OpenTK.Graphics.ES11.GetPName.ColorLogicOp; + var _AuxBuffers = OpenTK.Graphics.ES11.GetPName.AuxBuffers; + var _DrawBuffer = OpenTK.Graphics.ES11.GetPName.DrawBuffer; + var _DrawBufferExt = OpenTK.Graphics.ES11.GetPName.DrawBufferExt; + var _ReadBuffer = OpenTK.Graphics.ES11.GetPName.ReadBuffer; + var _ReadBufferExt = OpenTK.Graphics.ES11.GetPName.ReadBufferExt; + var _ReadBufferNv = OpenTK.Graphics.ES11.GetPName.ReadBufferNv; + var _ScissorBox = OpenTK.Graphics.ES11.GetPName.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES11.GetPName.ScissorTest; + var _IndexClearValue = OpenTK.Graphics.ES11.GetPName.IndexClearValue; + var _IndexWritemask = OpenTK.Graphics.ES11.GetPName.IndexWritemask; + var _ColorClearValue = OpenTK.Graphics.ES11.GetPName.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES11.GetPName.ColorWritemask; + var _IndexMode = OpenTK.Graphics.ES11.GetPName.IndexMode; + var _RgbaMode = OpenTK.Graphics.ES11.GetPName.RgbaMode; + var _Doublebuffer = OpenTK.Graphics.ES11.GetPName.Doublebuffer; + var _Stereo = OpenTK.Graphics.ES11.GetPName.Stereo; + var _RenderMode = OpenTK.Graphics.ES11.GetPName.RenderMode; + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES11.GetPName.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES11.GetPName.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES11.GetPName.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES11.GetPName.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES11.GetPName.FogHint; + var _TextureGenS = OpenTK.Graphics.ES11.GetPName.TextureGenS; + var _TextureGenT = OpenTK.Graphics.ES11.GetPName.TextureGenT; + var _TextureGenR = OpenTK.Graphics.ES11.GetPName.TextureGenR; + var _TextureGenQ = OpenTK.Graphics.ES11.GetPName.TextureGenQ; + var _PixelMapIToISize = OpenTK.Graphics.ES11.GetPName.PixelMapIToISize; + var _PixelMapSToSSize = OpenTK.Graphics.ES11.GetPName.PixelMapSToSSize; + var _PixelMapIToRSize = OpenTK.Graphics.ES11.GetPName.PixelMapIToRSize; + var _PixelMapIToGSize = OpenTK.Graphics.ES11.GetPName.PixelMapIToGSize; + var _PixelMapIToBSize = OpenTK.Graphics.ES11.GetPName.PixelMapIToBSize; + var _PixelMapIToASize = OpenTK.Graphics.ES11.GetPName.PixelMapIToASize; + var _PixelMapRToRSize = OpenTK.Graphics.ES11.GetPName.PixelMapRToRSize; + var _PixelMapGToGSize = OpenTK.Graphics.ES11.GetPName.PixelMapGToGSize; + var _PixelMapBToBSize = OpenTK.Graphics.ES11.GetPName.PixelMapBToBSize; + var _PixelMapAToASize = OpenTK.Graphics.ES11.GetPName.PixelMapAToASize; + var _UnpackSwapBytes = OpenTK.Graphics.ES11.GetPName.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES11.GetPName.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES11.GetPName.UnpackRowLength; + var _UnpackSkipRows = OpenTK.Graphics.ES11.GetPName.UnpackSkipRows; + var _UnpackSkipPixels = OpenTK.Graphics.ES11.GetPName.UnpackSkipPixels; + var _UnpackAlignment = OpenTK.Graphics.ES11.GetPName.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES11.GetPName.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES11.GetPName.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES11.GetPName.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES11.GetPName.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES11.GetPName.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES11.GetPName.PackAlignment; + var _MapColor = OpenTK.Graphics.ES11.GetPName.MapColor; + var _MapStencil = OpenTK.Graphics.ES11.GetPName.MapStencil; + var _IndexShift = OpenTK.Graphics.ES11.GetPName.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES11.GetPName.IndexOffset; + var _RedScale = OpenTK.Graphics.ES11.GetPName.RedScale; + var _RedBias = OpenTK.Graphics.ES11.GetPName.RedBias; + var _ZoomX = OpenTK.Graphics.ES11.GetPName.ZoomX; + var _ZoomY = OpenTK.Graphics.ES11.GetPName.ZoomY; + var _GreenScale = OpenTK.Graphics.ES11.GetPName.GreenScale; + var _GreenBias = OpenTK.Graphics.ES11.GetPName.GreenBias; + var _BlueScale = OpenTK.Graphics.ES11.GetPName.BlueScale; + var _BlueBias = OpenTK.Graphics.ES11.GetPName.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES11.GetPName.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES11.GetPName.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES11.GetPName.DepthScale; + var _DepthBias = OpenTK.Graphics.ES11.GetPName.DepthBias; + var _MaxEvalOrder = OpenTK.Graphics.ES11.GetPName.MaxEvalOrder; + var _MaxLights = OpenTK.Graphics.ES11.GetPName.MaxLights; + var _MaxClipDistances = OpenTK.Graphics.ES11.GetPName.MaxClipDistances; + var _MaxClipPlanes = OpenTK.Graphics.ES11.GetPName.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.ES11.GetPName.MaxTextureSize; + var _MaxPixelMapTable = OpenTK.Graphics.ES11.GetPName.MaxPixelMapTable; + var _MaxAttribStackDepth = OpenTK.Graphics.ES11.GetPName.MaxAttribStackDepth; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES11.GetPName.MaxModelviewStackDepth; + var _MaxNameStackDepth = OpenTK.Graphics.ES11.GetPName.MaxNameStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES11.GetPName.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES11.GetPName.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES11.GetPName.MaxViewportDims; + var _MaxClientAttribStackDepth = OpenTK.Graphics.ES11.GetPName.MaxClientAttribStackDepth; + var _SubpixelBits = OpenTK.Graphics.ES11.GetPName.SubpixelBits; + var _IndexBits = OpenTK.Graphics.ES11.GetPName.IndexBits; + var _RedBits = OpenTK.Graphics.ES11.GetPName.RedBits; + var _GreenBits = OpenTK.Graphics.ES11.GetPName.GreenBits; + var _BlueBits = OpenTK.Graphics.ES11.GetPName.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES11.GetPName.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES11.GetPName.DepthBits; + var _StencilBits = OpenTK.Graphics.ES11.GetPName.StencilBits; + var _AccumRedBits = OpenTK.Graphics.ES11.GetPName.AccumRedBits; + var _AccumGreenBits = OpenTK.Graphics.ES11.GetPName.AccumGreenBits; + var _AccumBlueBits = OpenTK.Graphics.ES11.GetPName.AccumBlueBits; + var _AccumAlphaBits = OpenTK.Graphics.ES11.GetPName.AccumAlphaBits; + var _NameStackDepth = OpenTK.Graphics.ES11.GetPName.NameStackDepth; + var _AutoNormal = OpenTK.Graphics.ES11.GetPName.AutoNormal; + var _Map1Color4 = OpenTK.Graphics.ES11.GetPName.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES11.GetPName.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES11.GetPName.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES11.GetPName.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES11.GetPName.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES11.GetPName.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES11.GetPName.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES11.GetPName.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES11.GetPName.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES11.GetPName.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES11.GetPName.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES11.GetPName.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES11.GetPName.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES11.GetPName.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES11.GetPName.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES11.GetPName.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES11.GetPName.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES11.GetPName.Map2Vertex4; + var _Map1GridDomain = OpenTK.Graphics.ES11.GetPName.Map1GridDomain; + var _Map1GridSegments = OpenTK.Graphics.ES11.GetPName.Map1GridSegments; + var _Map2GridDomain = OpenTK.Graphics.ES11.GetPName.Map2GridDomain; + var _Map2GridSegments = OpenTK.Graphics.ES11.GetPName.Map2GridSegments; + var _Texture1D = OpenTK.Graphics.ES11.GetPName.Texture1D; + var _Texture2D = OpenTK.Graphics.ES11.GetPName.Texture2D; + var _FeedbackBufferSize = OpenTK.Graphics.ES11.GetPName.FeedbackBufferSize; + var _FeedbackBufferType = OpenTK.Graphics.ES11.GetPName.FeedbackBufferType; + var _SelectionBufferSize = OpenTK.Graphics.ES11.GetPName.SelectionBufferSize; + var _PolygonOffsetUnits = OpenTK.Graphics.ES11.GetPName.PolygonOffsetUnits; + var _PolygonOffsetPoint = OpenTK.Graphics.ES11.GetPName.PolygonOffsetPoint; + var _PolygonOffsetLine = OpenTK.Graphics.ES11.GetPName.PolygonOffsetLine; + var _ClipPlane0 = OpenTK.Graphics.ES11.GetPName.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.ES11.GetPName.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.ES11.GetPName.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.ES11.GetPName.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.ES11.GetPName.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.ES11.GetPName.ClipPlane5; + var _Light0 = OpenTK.Graphics.ES11.GetPName.Light0; + var _Light1 = OpenTK.Graphics.ES11.GetPName.Light1; + var _Light2 = OpenTK.Graphics.ES11.GetPName.Light2; + var _Light3 = OpenTK.Graphics.ES11.GetPName.Light3; + var _Light4 = OpenTK.Graphics.ES11.GetPName.Light4; + var _Light5 = OpenTK.Graphics.ES11.GetPName.Light5; + var _Light6 = OpenTK.Graphics.ES11.GetPName.Light6; + var _Light7 = OpenTK.Graphics.ES11.GetPName.Light7; + var _BlendColorExt = OpenTK.Graphics.ES11.GetPName.BlendColorExt; + var _BlendEquationExt = OpenTK.Graphics.ES11.GetPName.BlendEquationExt; + var _PackCmykHintExt = OpenTK.Graphics.ES11.GetPName.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES11.GetPName.UnpackCmykHintExt; + var _Convolution1DExt = OpenTK.Graphics.ES11.GetPName.Convolution1DExt; + var _Convolution2DExt = OpenTK.Graphics.ES11.GetPName.Convolution2DExt; + var _Separable2DExt = OpenTK.Graphics.ES11.GetPName.Separable2DExt; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES11.GetPName.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES11.GetPName.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES11.GetPName.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES11.GetPName.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES11.GetPName.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES11.GetPName.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES11.GetPName.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES11.GetPName.PostConvolutionAlphaBiasExt; + var _HistogramExt = OpenTK.Graphics.ES11.GetPName.HistogramExt; + var _MinmaxExt = OpenTK.Graphics.ES11.GetPName.MinmaxExt; + var _PolygonOffsetFill = OpenTK.Graphics.ES11.GetPName.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES11.GetPName.PolygonOffsetFactor; + var _PolygonOffsetBiasExt = OpenTK.Graphics.ES11.GetPName.PolygonOffsetBiasExt; + var _RescaleNormalExt = OpenTK.Graphics.ES11.GetPName.RescaleNormalExt; + var _TextureBinding1D = OpenTK.Graphics.ES11.GetPName.TextureBinding1D; + var _TextureBinding2D = OpenTK.Graphics.ES11.GetPName.TextureBinding2D; + var _Texture3DBindingExt = OpenTK.Graphics.ES11.GetPName.Texture3DBindingExt; + var _TextureBinding3D = OpenTK.Graphics.ES11.GetPName.TextureBinding3D; + var _PackSkipImagesExt = OpenTK.Graphics.ES11.GetPName.PackSkipImagesExt; + var _PackImageHeightExt = OpenTK.Graphics.ES11.GetPName.PackImageHeightExt; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES11.GetPName.UnpackSkipImagesExt; + var _UnpackImageHeightExt = OpenTK.Graphics.ES11.GetPName.UnpackImageHeightExt; + var _Texture3DExt = OpenTK.Graphics.ES11.GetPName.Texture3DExt; + var _Max3DTextureSizeExt = OpenTK.Graphics.ES11.GetPName.Max3DTextureSizeExt; + var _VertexArray = OpenTK.Graphics.ES11.GetPName.VertexArray; + var _NormalArray = OpenTK.Graphics.ES11.GetPName.NormalArray; + var _ColorArray = OpenTK.Graphics.ES11.GetPName.ColorArray; + var _IndexArray = OpenTK.Graphics.ES11.GetPName.IndexArray; + var _TextureCoordArray = OpenTK.Graphics.ES11.GetPName.TextureCoordArray; + var _EdgeFlagArray = OpenTK.Graphics.ES11.GetPName.EdgeFlagArray; + var _VertexArraySize = OpenTK.Graphics.ES11.GetPName.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.ES11.GetPName.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.ES11.GetPName.VertexArrayStride; + var _VertexArrayCountExt = OpenTK.Graphics.ES11.GetPName.VertexArrayCountExt; + var _NormalArrayType = OpenTK.Graphics.ES11.GetPName.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.ES11.GetPName.NormalArrayStride; + var _NormalArrayCountExt = OpenTK.Graphics.ES11.GetPName.NormalArrayCountExt; + var _ColorArraySize = OpenTK.Graphics.ES11.GetPName.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.ES11.GetPName.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.ES11.GetPName.ColorArrayStride; + var _ColorArrayCountExt = OpenTK.Graphics.ES11.GetPName.ColorArrayCountExt; + var _IndexArrayType = OpenTK.Graphics.ES11.GetPName.IndexArrayType; + var _IndexArrayStride = OpenTK.Graphics.ES11.GetPName.IndexArrayStride; + var _IndexArrayCountExt = OpenTK.Graphics.ES11.GetPName.IndexArrayCountExt; + var _TextureCoordArraySize = OpenTK.Graphics.ES11.GetPName.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.ES11.GetPName.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.ES11.GetPName.TextureCoordArrayStride; + var _TextureCoordArrayCountExt = OpenTK.Graphics.ES11.GetPName.TextureCoordArrayCountExt; + var _EdgeFlagArrayStride = OpenTK.Graphics.ES11.GetPName.EdgeFlagArrayStride; + var _EdgeFlagArrayCountExt = OpenTK.Graphics.ES11.GetPName.EdgeFlagArrayCountExt; + var _InterlaceSgix = OpenTK.Graphics.ES11.GetPName.InterlaceSgix; + var _DetailTexture2DBindingSgis = OpenTK.Graphics.ES11.GetPName.DetailTexture2DBindingSgis; + var _MultisampleSgis = OpenTK.Graphics.ES11.GetPName.MultisampleSgis; + var _SampleAlphaToMaskSgis = OpenTK.Graphics.ES11.GetPName.SampleAlphaToMaskSgis; + var _SampleAlphaToOneSgis = OpenTK.Graphics.ES11.GetPName.SampleAlphaToOneSgis; + var _SampleMaskSgis = OpenTK.Graphics.ES11.GetPName.SampleMaskSgis; + var _SampleBuffersSgis = OpenTK.Graphics.ES11.GetPName.SampleBuffersSgis; + var _SamplesSgis = OpenTK.Graphics.ES11.GetPName.SamplesSgis; + var _SampleMaskValueSgis = OpenTK.Graphics.ES11.GetPName.SampleMaskValueSgis; + var _SampleMaskInvertSgis = OpenTK.Graphics.ES11.GetPName.SampleMaskInvertSgis; + var _SamplePatternSgis = OpenTK.Graphics.ES11.GetPName.SamplePatternSgis; + var _ColorMatrixSgi = OpenTK.Graphics.ES11.GetPName.ColorMatrixSgi; + var _ColorMatrixStackDepthSgi = OpenTK.Graphics.ES11.GetPName.ColorMatrixStackDepthSgi; + var _MaxColorMatrixStackDepthSgi = OpenTK.Graphics.ES11.GetPName.MaxColorMatrixStackDepthSgi; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixAlphaBiasSgi; + var _TextureColorTableSgi = OpenTK.Graphics.ES11.GetPName.TextureColorTableSgi; + var _ColorTableSgi = OpenTK.Graphics.ES11.GetPName.ColorTableSgi; + var _PostConvolutionColorTableSgi = OpenTK.Graphics.ES11.GetPName.PostConvolutionColorTableSgi; + var _PostColorMatrixColorTableSgi = OpenTK.Graphics.ES11.GetPName.PostColorMatrixColorTableSgi; + var _PointSizeMinSgis = OpenTK.Graphics.ES11.GetPName.PointSizeMinSgis; + var _PointSizeMaxSgis = OpenTK.Graphics.ES11.GetPName.PointSizeMaxSgis; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES11.GetPName.PointFadeThresholdSizeSgis; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES11.GetPName.DistanceAttenuationSgis; + var _FogFuncPointsSgis = OpenTK.Graphics.ES11.GetPName.FogFuncPointsSgis; + var _MaxFogFuncPointsSgis = OpenTK.Graphics.ES11.GetPName.MaxFogFuncPointsSgis; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES11.GetPName.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES11.GetPName.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES11.GetPName.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES11.GetPName.UnpackImageDepthSgis; + var _Texture4DSgis = OpenTK.Graphics.ES11.GetPName.Texture4DSgis; + var _Max4DTextureSizeSgis = OpenTK.Graphics.ES11.GetPName.Max4DTextureSizeSgis; + var _PixelTexGenSgix = OpenTK.Graphics.ES11.GetPName.PixelTexGenSgix; + var _PixelTileBestAlignmentSgix = OpenTK.Graphics.ES11.GetPName.PixelTileBestAlignmentSgix; + var _PixelTileCacheIncrementSgix = OpenTK.Graphics.ES11.GetPName.PixelTileCacheIncrementSgix; + var _PixelTileWidthSgix = OpenTK.Graphics.ES11.GetPName.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES11.GetPName.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES11.GetPName.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES11.GetPName.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES11.GetPName.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES11.GetPName.PixelTileCacheSizeSgix; + var _SpriteSgix = OpenTK.Graphics.ES11.GetPName.SpriteSgix; + var _SpriteModeSgix = OpenTK.Graphics.ES11.GetPName.SpriteModeSgix; + var _SpriteAxisSgix = OpenTK.Graphics.ES11.GetPName.SpriteAxisSgix; + var _SpriteTranslationSgix = OpenTK.Graphics.ES11.GetPName.SpriteTranslationSgix; + var _Texture4DBindingSgis = OpenTK.Graphics.ES11.GetPName.Texture4DBindingSgis; + var _MaxClipmapDepthSgix = OpenTK.Graphics.ES11.GetPName.MaxClipmapDepthSgix; + var _MaxClipmapVirtualDepthSgix = OpenTK.Graphics.ES11.GetPName.MaxClipmapVirtualDepthSgix; + var _PostTextureFilterBiasRangeSgix = OpenTK.Graphics.ES11.GetPName.PostTextureFilterBiasRangeSgix; + var _PostTextureFilterScaleRangeSgix = OpenTK.Graphics.ES11.GetPName.PostTextureFilterScaleRangeSgix; + var _ReferencePlaneSgix = OpenTK.Graphics.ES11.GetPName.ReferencePlaneSgix; + var _ReferencePlaneEquationSgix = OpenTK.Graphics.ES11.GetPName.ReferencePlaneEquationSgix; + var _IrInstrument1Sgix = OpenTK.Graphics.ES11.GetPName.IrInstrument1Sgix; + var _InstrumentMeasurementsSgix = OpenTK.Graphics.ES11.GetPName.InstrumentMeasurementsSgix; + var _CalligraphicFragmentSgix = OpenTK.Graphics.ES11.GetPName.CalligraphicFragmentSgix; + var _FramezoomSgix = OpenTK.Graphics.ES11.GetPName.FramezoomSgix; + var _FramezoomFactorSgix = OpenTK.Graphics.ES11.GetPName.FramezoomFactorSgix; + var _MaxFramezoomFactorSgix = OpenTK.Graphics.ES11.GetPName.MaxFramezoomFactorSgix; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES11.GetPName.GenerateMipmapHintSgis; + var _DeformationsMaskSgix = OpenTK.Graphics.ES11.GetPName.DeformationsMaskSgix; + var _FogOffsetSgix = OpenTK.Graphics.ES11.GetPName.FogOffsetSgix; + var _FogOffsetValueSgix = OpenTK.Graphics.ES11.GetPName.FogOffsetValueSgix; + var _LightModelColorControl = OpenTK.Graphics.ES11.GetPName.LightModelColorControl; + var _SharedTexturePaletteExt = OpenTK.Graphics.ES11.GetPName.SharedTexturePaletteExt; + var _ConvolutionHintSgix = OpenTK.Graphics.ES11.GetPName.ConvolutionHintSgix; + var _AsyncMarkerSgix = OpenTK.Graphics.ES11.GetPName.AsyncMarkerSgix; + var _PixelTexGenModeSgix = OpenTK.Graphics.ES11.GetPName.PixelTexGenModeSgix; + var _AsyncHistogramSgix = OpenTK.Graphics.ES11.GetPName.AsyncHistogramSgix; + var _MaxAsyncHistogramSgix = OpenTK.Graphics.ES11.GetPName.MaxAsyncHistogramSgix; + var _PixelTextureSgis = OpenTK.Graphics.ES11.GetPName.PixelTextureSgis; + var _AsyncTexImageSgix = OpenTK.Graphics.ES11.GetPName.AsyncTexImageSgix; + var _AsyncDrawPixelsSgix = OpenTK.Graphics.ES11.GetPName.AsyncDrawPixelsSgix; + var _AsyncReadPixelsSgix = OpenTK.Graphics.ES11.GetPName.AsyncReadPixelsSgix; + var _MaxAsyncTexImageSgix = OpenTK.Graphics.ES11.GetPName.MaxAsyncTexImageSgix; + var _MaxAsyncDrawPixelsSgix = OpenTK.Graphics.ES11.GetPName.MaxAsyncDrawPixelsSgix; + var _MaxAsyncReadPixelsSgix = OpenTK.Graphics.ES11.GetPName.MaxAsyncReadPixelsSgix; + var _VertexPreclipSgix = OpenTK.Graphics.ES11.GetPName.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES11.GetPName.VertexPreclipHintSgix; + var _FragmentLightingSgix = OpenTK.Graphics.ES11.GetPName.FragmentLightingSgix; + var _FragmentColorMaterialSgix = OpenTK.Graphics.ES11.GetPName.FragmentColorMaterialSgix; + var _FragmentColorMaterialFaceSgix = OpenTK.Graphics.ES11.GetPName.FragmentColorMaterialFaceSgix; + var _FragmentColorMaterialParameterSgix = OpenTK.Graphics.ES11.GetPName.FragmentColorMaterialParameterSgix; + var _MaxFragmentLightsSgix = OpenTK.Graphics.ES11.GetPName.MaxFragmentLightsSgix; + var _MaxActiveLightsSgix = OpenTK.Graphics.ES11.GetPName.MaxActiveLightsSgix; + var _LightEnvModeSgix = OpenTK.Graphics.ES11.GetPName.LightEnvModeSgix; + var _FragmentLightModelLocalViewerSgix = OpenTK.Graphics.ES11.GetPName.FragmentLightModelLocalViewerSgix; + var _FragmentLightModelTwoSideSgix = OpenTK.Graphics.ES11.GetPName.FragmentLightModelTwoSideSgix; + var _FragmentLightModelAmbientSgix = OpenTK.Graphics.ES11.GetPName.FragmentLightModelAmbientSgix; + var _FragmentLightModelNormalInterpolationSgix = OpenTK.Graphics.ES11.GetPName.FragmentLightModelNormalInterpolationSgix; + var _FragmentLight0Sgix = OpenTK.Graphics.ES11.GetPName.FragmentLight0Sgix; + var _PackResampleSgix = OpenTK.Graphics.ES11.GetPName.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES11.GetPName.UnpackResampleSgix; + var _AliasedPointSizeRange = OpenTK.Graphics.ES11.GetPName.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES11.GetPName.AliasedLineWidthRange; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES11.GetPName.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES11.GetPName.UnpackSubsampleRateSgix; +} +static void Test_GetPointervPName_20319() { + var _FeedbackBufferPointer = OpenTK.Graphics.ES11.GetPointervPName.FeedbackBufferPointer; + var _SelectionBufferPointer = OpenTK.Graphics.ES11.GetPointervPName.SelectionBufferPointer; + var _VertexArrayPointer = OpenTK.Graphics.ES11.GetPointervPName.VertexArrayPointer; + var _VertexArrayPointerExt = OpenTK.Graphics.ES11.GetPointervPName.VertexArrayPointerExt; + var _NormalArrayPointer = OpenTK.Graphics.ES11.GetPointervPName.NormalArrayPointer; + var _NormalArrayPointerExt = OpenTK.Graphics.ES11.GetPointervPName.NormalArrayPointerExt; + var _ColorArrayPointer = OpenTK.Graphics.ES11.GetPointervPName.ColorArrayPointer; + var _ColorArrayPointerExt = OpenTK.Graphics.ES11.GetPointervPName.ColorArrayPointerExt; + var _IndexArrayPointer = OpenTK.Graphics.ES11.GetPointervPName.IndexArrayPointer; + var _IndexArrayPointerExt = OpenTK.Graphics.ES11.GetPointervPName.IndexArrayPointerExt; + var _TextureCoordArrayPointer = OpenTK.Graphics.ES11.GetPointervPName.TextureCoordArrayPointer; + var _TextureCoordArrayPointerExt = OpenTK.Graphics.ES11.GetPointervPName.TextureCoordArrayPointerExt; + var _EdgeFlagArrayPointer = OpenTK.Graphics.ES11.GetPointervPName.EdgeFlagArrayPointer; + var _EdgeFlagArrayPointerExt = OpenTK.Graphics.ES11.GetPointervPName.EdgeFlagArrayPointerExt; + var _InstrumentBufferPointerSgix = OpenTK.Graphics.ES11.GetPointervPName.InstrumentBufferPointerSgix; +} +static void Test_GetTextureParameter_20320() { + var _TextureWidth = OpenTK.Graphics.ES11.GetTextureParameter.TextureWidth; + var _TextureHeight = OpenTK.Graphics.ES11.GetTextureParameter.TextureHeight; + var _TextureComponents = OpenTK.Graphics.ES11.GetTextureParameter.TextureComponents; + var _TextureInternalFormat = OpenTK.Graphics.ES11.GetTextureParameter.TextureInternalFormat; + var _TextureBorderColor = OpenTK.Graphics.ES11.GetTextureParameter.TextureBorderColor; + var _TextureBorderColorNv = OpenTK.Graphics.ES11.GetTextureParameter.TextureBorderColorNv; + var _TextureBorder = OpenTK.Graphics.ES11.GetTextureParameter.TextureBorder; + var _TextureMagFilter = OpenTK.Graphics.ES11.GetTextureParameter.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES11.GetTextureParameter.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES11.GetTextureParameter.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES11.GetTextureParameter.TextureWrapT; + var _TextureRedSize = OpenTK.Graphics.ES11.GetTextureParameter.TextureRedSize; + var _TextureGreenSize = OpenTK.Graphics.ES11.GetTextureParameter.TextureGreenSize; + var _TextureBlueSize = OpenTK.Graphics.ES11.GetTextureParameter.TextureBlueSize; + var _TextureAlphaSize = OpenTK.Graphics.ES11.GetTextureParameter.TextureAlphaSize; + var _TextureLuminanceSize = OpenTK.Graphics.ES11.GetTextureParameter.TextureLuminanceSize; + var _TextureIntensitySize = OpenTK.Graphics.ES11.GetTextureParameter.TextureIntensitySize; + var _TexturePriority = OpenTK.Graphics.ES11.GetTextureParameter.TexturePriority; + var _TextureResident = OpenTK.Graphics.ES11.GetTextureParameter.TextureResident; + var _TextureDepthExt = OpenTK.Graphics.ES11.GetTextureParameter.TextureDepthExt; + var _TextureWrapRExt = OpenTK.Graphics.ES11.GetTextureParameter.TextureWrapRExt; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES11.GetTextureParameter.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES11.GetTextureParameter.DetailTextureModeSgis; + var _DetailTextureFuncPointsSgis = OpenTK.Graphics.ES11.GetTextureParameter.DetailTextureFuncPointsSgis; + var _SharpenTextureFuncPointsSgis = OpenTK.Graphics.ES11.GetTextureParameter.SharpenTextureFuncPointsSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.ES11.GetTextureParameter.ShadowAmbientSgix; + var _DualTextureSelectSgis = OpenTK.Graphics.ES11.GetTextureParameter.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES11.GetTextureParameter.QuadTextureSelectSgis; + var _Texture4DsizeSgis = OpenTK.Graphics.ES11.GetTextureParameter.Texture4DsizeSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES11.GetTextureParameter.TextureWrapQSgis; + var _TextureMinLodSgis = OpenTK.Graphics.ES11.GetTextureParameter.TextureMinLodSgis; + var _TextureMaxLodSgis = OpenTK.Graphics.ES11.GetTextureParameter.TextureMaxLodSgis; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES11.GetTextureParameter.TextureBaseLevelSgis; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES11.GetTextureParameter.TextureMaxLevelSgis; + var _TextureFilter4SizeSgis = OpenTK.Graphics.ES11.GetTextureParameter.TextureFilter4SizeSgis; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES11.GetTextureParameter.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES11.GetTextureParameter.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureLodBiasRSgix; + var _GenerateMipmapSgis = OpenTK.Graphics.ES11.GetTextureParameter.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureCompareSgix; + var _TextureCompareOperatorSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureCompareOperatorSgix; + var _TextureLequalRSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureLequalRSgix; + var _TextureGequalRSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureGequalRSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES11.GetTextureParameter.TextureMaxClampRSgix; +} +static void Test_HintMode_20321() { + var _DontCare = OpenTK.Graphics.ES11.HintMode.DontCare; + var _Fastest = OpenTK.Graphics.ES11.HintMode.Fastest; + var _Nicest = OpenTK.Graphics.ES11.HintMode.Nicest; +} +static void Test_HintTarget_20322() { + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES11.HintTarget.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES11.HintTarget.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES11.HintTarget.LineSmoothHint; + var _PolygonSmoothHint = OpenTK.Graphics.ES11.HintTarget.PolygonSmoothHint; + var _FogHint = OpenTK.Graphics.ES11.HintTarget.FogHint; + var _PreferDoublebufferHintPgi = OpenTK.Graphics.ES11.HintTarget.PreferDoublebufferHintPgi; + var _ConserveMemoryHintPgi = OpenTK.Graphics.ES11.HintTarget.ConserveMemoryHintPgi; + var _ReclaimMemoryHintPgi = OpenTK.Graphics.ES11.HintTarget.ReclaimMemoryHintPgi; + var _NativeGraphicsBeginHintPgi = OpenTK.Graphics.ES11.HintTarget.NativeGraphicsBeginHintPgi; + var _NativeGraphicsEndHintPgi = OpenTK.Graphics.ES11.HintTarget.NativeGraphicsEndHintPgi; + var _AlwaysFastHintPgi = OpenTK.Graphics.ES11.HintTarget.AlwaysFastHintPgi; + var _AlwaysSoftHintPgi = OpenTK.Graphics.ES11.HintTarget.AlwaysSoftHintPgi; + var _AllowDrawObjHintPgi = OpenTK.Graphics.ES11.HintTarget.AllowDrawObjHintPgi; + var _AllowDrawWinHintPgi = OpenTK.Graphics.ES11.HintTarget.AllowDrawWinHintPgi; + var _AllowDrawFrgHintPgi = OpenTK.Graphics.ES11.HintTarget.AllowDrawFrgHintPgi; + var _AllowDrawMemHintPgi = OpenTK.Graphics.ES11.HintTarget.AllowDrawMemHintPgi; + var _StrictDepthfuncHintPgi = OpenTK.Graphics.ES11.HintTarget.StrictDepthfuncHintPgi; + var _StrictLightingHintPgi = OpenTK.Graphics.ES11.HintTarget.StrictLightingHintPgi; + var _StrictScissorHintPgi = OpenTK.Graphics.ES11.HintTarget.StrictScissorHintPgi; + var _FullStippleHintPgi = OpenTK.Graphics.ES11.HintTarget.FullStippleHintPgi; + var _ClipNearHintPgi = OpenTK.Graphics.ES11.HintTarget.ClipNearHintPgi; + var _ClipFarHintPgi = OpenTK.Graphics.ES11.HintTarget.ClipFarHintPgi; + var _WideLineHintPgi = OpenTK.Graphics.ES11.HintTarget.WideLineHintPgi; + var _BackNormalsHintPgi = OpenTK.Graphics.ES11.HintTarget.BackNormalsHintPgi; + var _VertexDataHintPgi = OpenTK.Graphics.ES11.HintTarget.VertexDataHintPgi; + var _VertexConsistentHintPgi = OpenTK.Graphics.ES11.HintTarget.VertexConsistentHintPgi; + var _MaterialSideHintPgi = OpenTK.Graphics.ES11.HintTarget.MaterialSideHintPgi; + var _MaxVertexHintPgi = OpenTK.Graphics.ES11.HintTarget.MaxVertexHintPgi; + var _PackCmykHintExt = OpenTK.Graphics.ES11.HintTarget.PackCmykHintExt; + var _UnpackCmykHintExt = OpenTK.Graphics.ES11.HintTarget.UnpackCmykHintExt; + var _PhongHintWin = OpenTK.Graphics.ES11.HintTarget.PhongHintWin; + var _ClipVolumeClippingHintExt = OpenTK.Graphics.ES11.HintTarget.ClipVolumeClippingHintExt; + var _TextureMultiBufferHintSgix = OpenTK.Graphics.ES11.HintTarget.TextureMultiBufferHintSgix; + var _GenerateMipmapHint = OpenTK.Graphics.ES11.HintTarget.GenerateMipmapHint; + var _GenerateMipmapHintSgis = OpenTK.Graphics.ES11.HintTarget.GenerateMipmapHintSgis; + var _ProgramBinaryRetrievableHint = OpenTK.Graphics.ES11.HintTarget.ProgramBinaryRetrievableHint; + var _ConvolutionHintSgix = OpenTK.Graphics.ES11.HintTarget.ConvolutionHintSgix; + var _ScalebiasHintSgix = OpenTK.Graphics.ES11.HintTarget.ScalebiasHintSgix; + var _LineQualityHintSgix = OpenTK.Graphics.ES11.HintTarget.LineQualityHintSgix; + var _VertexPreclipSgix = OpenTK.Graphics.ES11.HintTarget.VertexPreclipSgix; + var _VertexPreclipHintSgix = OpenTK.Graphics.ES11.HintTarget.VertexPreclipHintSgix; + var _TextureCompressionHint = OpenTK.Graphics.ES11.HintTarget.TextureCompressionHint; + var _TextureCompressionHintArb = OpenTK.Graphics.ES11.HintTarget.TextureCompressionHintArb; + var _VertexArrayStorageHintApple = OpenTK.Graphics.ES11.HintTarget.VertexArrayStorageHintApple; + var _MultisampleFilterHintNv = OpenTK.Graphics.ES11.HintTarget.MultisampleFilterHintNv; + var _TransformHintApple = OpenTK.Graphics.ES11.HintTarget.TransformHintApple; + var _TextureStorageHintApple = OpenTK.Graphics.ES11.HintTarget.TextureStorageHintApple; + var _FragmentShaderDerivativeHint = OpenTK.Graphics.ES11.HintTarget.FragmentShaderDerivativeHint; + var _FragmentShaderDerivativeHintArb = OpenTK.Graphics.ES11.HintTarget.FragmentShaderDerivativeHintArb; + var _FragmentShaderDerivativeHintOes = OpenTK.Graphics.ES11.HintTarget.FragmentShaderDerivativeHintOes; + var _BinningControlHintQcom = OpenTK.Graphics.ES11.HintTarget.BinningControlHintQcom; +} +static void Test_HistogramTargetExt_20323() { + var _Histogram = OpenTK.Graphics.ES11.HistogramTargetExt.Histogram; + var _HistogramExt = OpenTK.Graphics.ES11.HistogramTargetExt.HistogramExt; + var _ProxyHistogram = OpenTK.Graphics.ES11.HistogramTargetExt.ProxyHistogram; + var _ProxyHistogramExt = OpenTK.Graphics.ES11.HistogramTargetExt.ProxyHistogramExt; +} +static void Test_ImgMultisampledRenderToTexture_20324() { + var _RenderbufferSamplesImg = OpenTK.Graphics.ES11.ImgMultisampledRenderToTexture.RenderbufferSamplesImg; + var _FramebufferIncompleteMultisampleImg = OpenTK.Graphics.ES11.ImgMultisampledRenderToTexture.FramebufferIncompleteMultisampleImg; + var _MaxSamplesImg = OpenTK.Graphics.ES11.ImgMultisampledRenderToTexture.MaxSamplesImg; + var _TextureSamplesImg = OpenTK.Graphics.ES11.ImgMultisampledRenderToTexture.TextureSamplesImg; +} +static void Test_ImgreadFormat_20325() { + var _Bgra = OpenTK.Graphics.ES11.ImgreadFormat.Bgra; + var _UnsignedShort4444Rev = OpenTK.Graphics.ES11.ImgreadFormat.UnsignedShort4444Rev; + var _UnsignedShort1555Rev = OpenTK.Graphics.ES11.ImgreadFormat.UnsignedShort1555Rev; + var _ImgReadFormat = OpenTK.Graphics.ES11.ImgreadFormat.ImgReadFormat; +} +static void Test_ImgReadFormat_20326() { + var _BgraImg = OpenTK.Graphics.ES11.ImgReadFormat.BgraImg; + var _UnsignedShort4444RevImg = OpenTK.Graphics.ES11.ImgReadFormat.UnsignedShort4444RevImg; +} +static void Test_ImgtextureCompressionPvrtc_20327() { + var _CompressedRgbPvrtc4Bppv1Img = OpenTK.Graphics.ES11.ImgtextureCompressionPvrtc.CompressedRgbPvrtc4Bppv1Img; + var _CompressedRgbPvrtc2Bppv1Img = OpenTK.Graphics.ES11.ImgtextureCompressionPvrtc.CompressedRgbPvrtc2Bppv1Img; + var _CompressedRgbaPvrtc4Bppv1Img = OpenTK.Graphics.ES11.ImgtextureCompressionPvrtc.CompressedRgbaPvrtc4Bppv1Img; + var _CompressedRgbaPvrtc2Bppv1Img = OpenTK.Graphics.ES11.ImgtextureCompressionPvrtc.CompressedRgbaPvrtc2Bppv1Img; + var _ImgTextureCompressionPvrtc = OpenTK.Graphics.ES11.ImgtextureCompressionPvrtc.ImgTextureCompressionPvrtc; +} +static void Test_ImgTextureCompressionPvrtc_20328() { + var _CompressedRgbPvrtc4Bppv1Img = OpenTK.Graphics.ES11.ImgTextureCompressionPvrtc.CompressedRgbPvrtc4Bppv1Img; + var _CompressedRgbPvrtc2Bppv1Img = OpenTK.Graphics.ES11.ImgTextureCompressionPvrtc.CompressedRgbPvrtc2Bppv1Img; + var _CompressedRgbaPvrtc4Bppv1Img = OpenTK.Graphics.ES11.ImgTextureCompressionPvrtc.CompressedRgbaPvrtc4Bppv1Img; + var _CompressedRgbaPvrtc2Bppv1Img = OpenTK.Graphics.ES11.ImgTextureCompressionPvrtc.CompressedRgbaPvrtc2Bppv1Img; +} +static void Test_ImgtextureEnvEnhancedFixedFunction_20329() { + var _Dot3RgbaImg = OpenTK.Graphics.ES11.ImgtextureEnvEnhancedFixedFunction.Dot3RgbaImg; + var _ModulateColorImg = OpenTK.Graphics.ES11.ImgtextureEnvEnhancedFixedFunction.ModulateColorImg; + var _RecipAddSignedAlphaImg = OpenTK.Graphics.ES11.ImgtextureEnvEnhancedFixedFunction.RecipAddSignedAlphaImg; + var _TextureAlphaModulateImg = OpenTK.Graphics.ES11.ImgtextureEnvEnhancedFixedFunction.TextureAlphaModulateImg; + var _FactorAlphaModulateImg = OpenTK.Graphics.ES11.ImgtextureEnvEnhancedFixedFunction.FactorAlphaModulateImg; + var _FragmentAlphaModulateImg = OpenTK.Graphics.ES11.ImgtextureEnvEnhancedFixedFunction.FragmentAlphaModulateImg; + var _AddBlendImg = OpenTK.Graphics.ES11.ImgtextureEnvEnhancedFixedFunction.AddBlendImg; + var _ImgTextureEnvEnhancedFixedFunction = OpenTK.Graphics.ES11.ImgtextureEnvEnhancedFixedFunction.ImgTextureEnvEnhancedFixedFunction; +} +static void Test_ImgTextureEnvEnhancedFixedFunction_20330() { + var _Dot3RgbaImg = OpenTK.Graphics.ES11.ImgTextureEnvEnhancedFixedFunction.Dot3RgbaImg; + var _ModulateColorImg = OpenTK.Graphics.ES11.ImgTextureEnvEnhancedFixedFunction.ModulateColorImg; + var _RecipAddSignedAlphaImg = OpenTK.Graphics.ES11.ImgTextureEnvEnhancedFixedFunction.RecipAddSignedAlphaImg; + var _TextureAlphaModulateImg = OpenTK.Graphics.ES11.ImgTextureEnvEnhancedFixedFunction.TextureAlphaModulateImg; + var _FactorAlphaModulateImg = OpenTK.Graphics.ES11.ImgTextureEnvEnhancedFixedFunction.FactorAlphaModulateImg; + var _FragmentAlphaModulateImg = OpenTK.Graphics.ES11.ImgTextureEnvEnhancedFixedFunction.FragmentAlphaModulateImg; + var _AddBlendImg = OpenTK.Graphics.ES11.ImgTextureEnvEnhancedFixedFunction.AddBlendImg; +} +static void Test_ImguserClipPlane_20331() { + var _MaxClipPlanesImg = OpenTK.Graphics.ES11.ImguserClipPlane.MaxClipPlanesImg; + var _ClipPlane0Img = OpenTK.Graphics.ES11.ImguserClipPlane.ClipPlane0Img; + var _ClipPlane1Img = OpenTK.Graphics.ES11.ImguserClipPlane.ClipPlane1Img; + var _ClipPlane2Img = OpenTK.Graphics.ES11.ImguserClipPlane.ClipPlane2Img; + var _ClipPlane3Img = OpenTK.Graphics.ES11.ImguserClipPlane.ClipPlane3Img; + var _ClipPlane4Img = OpenTK.Graphics.ES11.ImguserClipPlane.ClipPlane4Img; + var _ClipPlane5Img = OpenTK.Graphics.ES11.ImguserClipPlane.ClipPlane5Img; + var _ImgUserClipPlane = OpenTK.Graphics.ES11.ImguserClipPlane.ImgUserClipPlane; +} +static void Test_ImgUserClipPlane_20332() { + var _MaxClipPlanesImg = OpenTK.Graphics.ES11.ImgUserClipPlane.MaxClipPlanesImg; + var _ClipPlane0Img = OpenTK.Graphics.ES11.ImgUserClipPlane.ClipPlane0Img; + var _ClipPlane1Img = OpenTK.Graphics.ES11.ImgUserClipPlane.ClipPlane1Img; + var _ClipPlane2Img = OpenTK.Graphics.ES11.ImgUserClipPlane.ClipPlane2Img; + var _ClipPlane3Img = OpenTK.Graphics.ES11.ImgUserClipPlane.ClipPlane3Img; + var _ClipPlane4Img = OpenTK.Graphics.ES11.ImgUserClipPlane.ClipPlane4Img; + var _ClipPlane5Img = OpenTK.Graphics.ES11.ImgUserClipPlane.ClipPlane5Img; +} +static void Test_IndexPointerType_20333() { + var _Short = OpenTK.Graphics.ES11.IndexPointerType.Short; + var _Int = OpenTK.Graphics.ES11.IndexPointerType.Int; + var _Float = OpenTK.Graphics.ES11.IndexPointerType.Float; + var _Double = OpenTK.Graphics.ES11.IndexPointerType.Double; +} +static void Test_InterleavedArrayFormat_20334() { + var _V2f = OpenTK.Graphics.ES11.InterleavedArrayFormat.V2f; + var _V3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.V3f; + var _C4ubV2f = OpenTK.Graphics.ES11.InterleavedArrayFormat.C4ubV2f; + var _C4ubV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.C4ubV3f; + var _C3fV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.C3fV3f; + var _N3fV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.N3fV3f; + var _C4fN3fV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.C4fN3fV3f; + var _T2fV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.T2fV3f; + var _T4fV4f = OpenTK.Graphics.ES11.InterleavedArrayFormat.T4fV4f; + var _T2fC4ubV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.T2fC4ubV3f; + var _T2fC3fV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.T2fC3fV3f; + var _T2fN3fV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.T2fN3fV3f; + var _T2fC4fN3fV3f = OpenTK.Graphics.ES11.InterleavedArrayFormat.T2fC4fN3fV3f; + var _T4fC4fN3fV4f = OpenTK.Graphics.ES11.InterleavedArrayFormat.T4fC4fN3fV4f; +} +static void Test_InternalFormat_20335() { + var _R3G3B2 = OpenTK.Graphics.ES11.InternalFormat.R3G3B2; + var _Alpha4 = OpenTK.Graphics.ES11.InternalFormat.Alpha4; + var _Alpha8 = OpenTK.Graphics.ES11.InternalFormat.Alpha8; + var _Alpha12 = OpenTK.Graphics.ES11.InternalFormat.Alpha12; + var _Alpha16 = OpenTK.Graphics.ES11.InternalFormat.Alpha16; + var _Luminance4 = OpenTK.Graphics.ES11.InternalFormat.Luminance4; + var _Luminance8 = OpenTK.Graphics.ES11.InternalFormat.Luminance8; + var _Luminance12 = OpenTK.Graphics.ES11.InternalFormat.Luminance12; + var _Luminance16 = OpenTK.Graphics.ES11.InternalFormat.Luminance16; + var _Luminance4Alpha4 = OpenTK.Graphics.ES11.InternalFormat.Luminance4Alpha4; + var _Luminance6Alpha2 = OpenTK.Graphics.ES11.InternalFormat.Luminance6Alpha2; + var _Luminance8Alpha8 = OpenTK.Graphics.ES11.InternalFormat.Luminance8Alpha8; + var _Luminance12Alpha4 = OpenTK.Graphics.ES11.InternalFormat.Luminance12Alpha4; + var _Luminance12Alpha12 = OpenTK.Graphics.ES11.InternalFormat.Luminance12Alpha12; + var _Luminance16Alpha16 = OpenTK.Graphics.ES11.InternalFormat.Luminance16Alpha16; + var _Intensity = OpenTK.Graphics.ES11.InternalFormat.Intensity; + var _Intensity4 = OpenTK.Graphics.ES11.InternalFormat.Intensity4; + var _Intensity8 = OpenTK.Graphics.ES11.InternalFormat.Intensity8; + var _Intensity12 = OpenTK.Graphics.ES11.InternalFormat.Intensity12; + var _Intensity16 = OpenTK.Graphics.ES11.InternalFormat.Intensity16; + var _Rgb2Ext = OpenTK.Graphics.ES11.InternalFormat.Rgb2Ext; + var _Rgb4 = OpenTK.Graphics.ES11.InternalFormat.Rgb4; + var _Rgb5 = OpenTK.Graphics.ES11.InternalFormat.Rgb5; + var _Rgb8 = OpenTK.Graphics.ES11.InternalFormat.Rgb8; + var _Rgb10 = OpenTK.Graphics.ES11.InternalFormat.Rgb10; + var _Rgb12 = OpenTK.Graphics.ES11.InternalFormat.Rgb12; + var _Rgb16 = OpenTK.Graphics.ES11.InternalFormat.Rgb16; + var _Rgba2 = OpenTK.Graphics.ES11.InternalFormat.Rgba2; + var _Rgba4 = OpenTK.Graphics.ES11.InternalFormat.Rgba4; + var _Rgb5A1 = OpenTK.Graphics.ES11.InternalFormat.Rgb5A1; + var _Rgba8 = OpenTK.Graphics.ES11.InternalFormat.Rgba8; + var _Rgb10A2 = OpenTK.Graphics.ES11.InternalFormat.Rgb10A2; + var _Rgba12 = OpenTK.Graphics.ES11.InternalFormat.Rgba12; + var _Rgba16 = OpenTK.Graphics.ES11.InternalFormat.Rgba16; + var _DualAlpha4Sgis = OpenTK.Graphics.ES11.InternalFormat.DualAlpha4Sgis; + var _DualAlpha8Sgis = OpenTK.Graphics.ES11.InternalFormat.DualAlpha8Sgis; + var _DualAlpha12Sgis = OpenTK.Graphics.ES11.InternalFormat.DualAlpha12Sgis; + var _DualAlpha16Sgis = OpenTK.Graphics.ES11.InternalFormat.DualAlpha16Sgis; + var _DualLuminance4Sgis = OpenTK.Graphics.ES11.InternalFormat.DualLuminance4Sgis; + var _DualLuminance8Sgis = OpenTK.Graphics.ES11.InternalFormat.DualLuminance8Sgis; + var _DualLuminance12Sgis = OpenTK.Graphics.ES11.InternalFormat.DualLuminance12Sgis; + var _DualLuminance16Sgis = OpenTK.Graphics.ES11.InternalFormat.DualLuminance16Sgis; + var _DualIntensity4Sgis = OpenTK.Graphics.ES11.InternalFormat.DualIntensity4Sgis; + var _DualIntensity8Sgis = OpenTK.Graphics.ES11.InternalFormat.DualIntensity8Sgis; + var _DualIntensity12Sgis = OpenTK.Graphics.ES11.InternalFormat.DualIntensity12Sgis; + var _DualIntensity16Sgis = OpenTK.Graphics.ES11.InternalFormat.DualIntensity16Sgis; + var _DualLuminanceAlpha4Sgis = OpenTK.Graphics.ES11.InternalFormat.DualLuminanceAlpha4Sgis; + var _DualLuminanceAlpha8Sgis = OpenTK.Graphics.ES11.InternalFormat.DualLuminanceAlpha8Sgis; + var _QuadAlpha4Sgis = OpenTK.Graphics.ES11.InternalFormat.QuadAlpha4Sgis; + var _QuadAlpha8Sgis = OpenTK.Graphics.ES11.InternalFormat.QuadAlpha8Sgis; + var _QuadLuminance4Sgis = OpenTK.Graphics.ES11.InternalFormat.QuadLuminance4Sgis; + var _QuadLuminance8Sgis = OpenTK.Graphics.ES11.InternalFormat.QuadLuminance8Sgis; + var _QuadIntensity4Sgis = OpenTK.Graphics.ES11.InternalFormat.QuadIntensity4Sgis; + var _QuadIntensity8Sgis = OpenTK.Graphics.ES11.InternalFormat.QuadIntensity8Sgis; + var _DepthComponent16Sgix = OpenTK.Graphics.ES11.InternalFormat.DepthComponent16Sgix; + var _DepthComponent24Sgix = OpenTK.Graphics.ES11.InternalFormat.DepthComponent24Sgix; + var _DepthComponent32Sgix = OpenTK.Graphics.ES11.InternalFormat.DepthComponent32Sgix; +} +static void Test_LightEnvModeSgix_20336() { + var _Add = OpenTK.Graphics.ES11.LightEnvModeSgix.Add; + var _Replace = OpenTK.Graphics.ES11.LightEnvModeSgix.Replace; + var _Modulate = OpenTK.Graphics.ES11.LightEnvModeSgix.Modulate; +} +static void Test_LightEnvParameterSgix_20337() { + var _LightEnvModeSgix = OpenTK.Graphics.ES11.LightEnvParameterSgix.LightEnvModeSgix; +} +static void Test_LightModelColorControl_20338() { + var _SingleColor = OpenTK.Graphics.ES11.LightModelColorControl.SingleColor; + var _SingleColorExt = OpenTK.Graphics.ES11.LightModelColorControl.SingleColorExt; + var _SeparateSpecularColor = OpenTK.Graphics.ES11.LightModelColorControl.SeparateSpecularColor; + var _SeparateSpecularColorExt = OpenTK.Graphics.ES11.LightModelColorControl.SeparateSpecularColorExt; +} +static void Test_LightModelParameter_20339() { + var _LightModelLocalViewer = OpenTK.Graphics.ES11.LightModelParameter.LightModelLocalViewer; + var _LightModelTwoSide = OpenTK.Graphics.ES11.LightModelParameter.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES11.LightModelParameter.LightModelAmbient; + var _LightModelColorControl = OpenTK.Graphics.ES11.LightModelParameter.LightModelColorControl; + var _LightModelColorControlExt = OpenTK.Graphics.ES11.LightModelParameter.LightModelColorControlExt; +} +static void Test_LightName_20340() { + var _Light0 = OpenTK.Graphics.ES11.LightName.Light0; + var _Light1 = OpenTK.Graphics.ES11.LightName.Light1; + var _Light2 = OpenTK.Graphics.ES11.LightName.Light2; + var _Light3 = OpenTK.Graphics.ES11.LightName.Light3; + var _Light4 = OpenTK.Graphics.ES11.LightName.Light4; + var _Light5 = OpenTK.Graphics.ES11.LightName.Light5; + var _Light6 = OpenTK.Graphics.ES11.LightName.Light6; + var _Light7 = OpenTK.Graphics.ES11.LightName.Light7; + var _FragmentLight0Sgix = OpenTK.Graphics.ES11.LightName.FragmentLight0Sgix; + var _FragmentLight1Sgix = OpenTK.Graphics.ES11.LightName.FragmentLight1Sgix; + var _FragmentLight2Sgix = OpenTK.Graphics.ES11.LightName.FragmentLight2Sgix; + var _FragmentLight3Sgix = OpenTK.Graphics.ES11.LightName.FragmentLight3Sgix; + var _FragmentLight4Sgix = OpenTK.Graphics.ES11.LightName.FragmentLight4Sgix; + var _FragmentLight5Sgix = OpenTK.Graphics.ES11.LightName.FragmentLight5Sgix; + var _FragmentLight6Sgix = OpenTK.Graphics.ES11.LightName.FragmentLight6Sgix; + var _FragmentLight7Sgix = OpenTK.Graphics.ES11.LightName.FragmentLight7Sgix; +} +static void Test_LightParameter_20341() { + var _Ambient = OpenTK.Graphics.ES11.LightParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES11.LightParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES11.LightParameter.Specular; + var _Position = OpenTK.Graphics.ES11.LightParameter.Position; + var _SpotDirection = OpenTK.Graphics.ES11.LightParameter.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES11.LightParameter.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES11.LightParameter.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES11.LightParameter.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES11.LightParameter.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES11.LightParameter.QuadraticAttenuation; +} +static void Test_ListMode_20342() { + var _Compile = OpenTK.Graphics.ES11.ListMode.Compile; + var _CompileAndExecute = OpenTK.Graphics.ES11.ListMode.CompileAndExecute; +} +static void Test_ListNameType_20343() { + var _Byte = OpenTK.Graphics.ES11.ListNameType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES11.ListNameType.UnsignedByte; + var _Short = OpenTK.Graphics.ES11.ListNameType.Short; + var _UnsignedShort = OpenTK.Graphics.ES11.ListNameType.UnsignedShort; + var _Int = OpenTK.Graphics.ES11.ListNameType.Int; + var _UnsignedInt = OpenTK.Graphics.ES11.ListNameType.UnsignedInt; + var _Float = OpenTK.Graphics.ES11.ListNameType.Float; + var _Gl2Bytes = OpenTK.Graphics.ES11.ListNameType.Gl2Bytes; + var _Gl3Bytes = OpenTK.Graphics.ES11.ListNameType.Gl3Bytes; + var _Gl4Bytes = OpenTK.Graphics.ES11.ListNameType.Gl4Bytes; +} +static void Test_ListParameterName_20344() { + var _ListPrioritySgix = OpenTK.Graphics.ES11.ListParameterName.ListPrioritySgix; +} +static void Test_LogicOp_20345() { + var _Clear = OpenTK.Graphics.ES11.LogicOp.Clear; + var _And = OpenTK.Graphics.ES11.LogicOp.And; + var _AndReverse = OpenTK.Graphics.ES11.LogicOp.AndReverse; + var _Copy = OpenTK.Graphics.ES11.LogicOp.Copy; + var _AndInverted = OpenTK.Graphics.ES11.LogicOp.AndInverted; + var _Noop = OpenTK.Graphics.ES11.LogicOp.Noop; + var _Xor = OpenTK.Graphics.ES11.LogicOp.Xor; + var _Or = OpenTK.Graphics.ES11.LogicOp.Or; + var _Nor = OpenTK.Graphics.ES11.LogicOp.Nor; + var _Equiv = OpenTK.Graphics.ES11.LogicOp.Equiv; + var _Invert = OpenTK.Graphics.ES11.LogicOp.Invert; + var _OrReverse = OpenTK.Graphics.ES11.LogicOp.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES11.LogicOp.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES11.LogicOp.OrInverted; + var _Nand = OpenTK.Graphics.ES11.LogicOp.Nand; + var _Set = OpenTK.Graphics.ES11.LogicOp.Set; +} +static void Test_MapBufferUsageMask_20346() { + var _MapReadBit = OpenTK.Graphics.ES11.MapBufferUsageMask.MapReadBit; + var _MapReadBitExt = OpenTK.Graphics.ES11.MapBufferUsageMask.MapReadBitExt; + var _MapWriteBit = OpenTK.Graphics.ES11.MapBufferUsageMask.MapWriteBit; + var _MapWriteBitExt = OpenTK.Graphics.ES11.MapBufferUsageMask.MapWriteBitExt; + var _MapInvalidateRangeBit = OpenTK.Graphics.ES11.MapBufferUsageMask.MapInvalidateRangeBit; + var _MapInvalidateRangeBitExt = OpenTK.Graphics.ES11.MapBufferUsageMask.MapInvalidateRangeBitExt; + var _MapInvalidateBufferBit = OpenTK.Graphics.ES11.MapBufferUsageMask.MapInvalidateBufferBit; + var _MapInvalidateBufferBitExt = OpenTK.Graphics.ES11.MapBufferUsageMask.MapInvalidateBufferBitExt; + var _MapFlushExplicitBit = OpenTK.Graphics.ES11.MapBufferUsageMask.MapFlushExplicitBit; + var _MapFlushExplicitBitExt = OpenTK.Graphics.ES11.MapBufferUsageMask.MapFlushExplicitBitExt; + var _MapUnsynchronizedBit = OpenTK.Graphics.ES11.MapBufferUsageMask.MapUnsynchronizedBit; + var _MapUnsynchronizedBitExt = OpenTK.Graphics.ES11.MapBufferUsageMask.MapUnsynchronizedBitExt; + var _MapPersistentBit = OpenTK.Graphics.ES11.MapBufferUsageMask.MapPersistentBit; + var _MapCoherentBit = OpenTK.Graphics.ES11.MapBufferUsageMask.MapCoherentBit; + var _DynamicStorageBit = OpenTK.Graphics.ES11.MapBufferUsageMask.DynamicStorageBit; + var _ClientStorageBit = OpenTK.Graphics.ES11.MapBufferUsageMask.ClientStorageBit; +} +static void Test_MapTarget_20347() { + var _Map1Color4 = OpenTK.Graphics.ES11.MapTarget.Map1Color4; + var _Map1Index = OpenTK.Graphics.ES11.MapTarget.Map1Index; + var _Map1Normal = OpenTK.Graphics.ES11.MapTarget.Map1Normal; + var _Map1TextureCoord1 = OpenTK.Graphics.ES11.MapTarget.Map1TextureCoord1; + var _Map1TextureCoord2 = OpenTK.Graphics.ES11.MapTarget.Map1TextureCoord2; + var _Map1TextureCoord3 = OpenTK.Graphics.ES11.MapTarget.Map1TextureCoord3; + var _Map1TextureCoord4 = OpenTK.Graphics.ES11.MapTarget.Map1TextureCoord4; + var _Map1Vertex3 = OpenTK.Graphics.ES11.MapTarget.Map1Vertex3; + var _Map1Vertex4 = OpenTK.Graphics.ES11.MapTarget.Map1Vertex4; + var _Map2Color4 = OpenTK.Graphics.ES11.MapTarget.Map2Color4; + var _Map2Index = OpenTK.Graphics.ES11.MapTarget.Map2Index; + var _Map2Normal = OpenTK.Graphics.ES11.MapTarget.Map2Normal; + var _Map2TextureCoord1 = OpenTK.Graphics.ES11.MapTarget.Map2TextureCoord1; + var _Map2TextureCoord2 = OpenTK.Graphics.ES11.MapTarget.Map2TextureCoord2; + var _Map2TextureCoord3 = OpenTK.Graphics.ES11.MapTarget.Map2TextureCoord3; + var _Map2TextureCoord4 = OpenTK.Graphics.ES11.MapTarget.Map2TextureCoord4; + var _Map2Vertex3 = OpenTK.Graphics.ES11.MapTarget.Map2Vertex3; + var _Map2Vertex4 = OpenTK.Graphics.ES11.MapTarget.Map2Vertex4; + var _GeometryDeformationSgix = OpenTK.Graphics.ES11.MapTarget.GeometryDeformationSgix; + var _TextureDeformationSgix = OpenTK.Graphics.ES11.MapTarget.TextureDeformationSgix; +} +static void Test_MapTextureFormatIntel_20348() { + var _LayoutDefaultIntel = OpenTK.Graphics.ES11.MapTextureFormatIntel.LayoutDefaultIntel; + var _LayoutLinearIntel = OpenTK.Graphics.ES11.MapTextureFormatIntel.LayoutLinearIntel; + var _LayoutLinearCpuCachedIntel = OpenTK.Graphics.ES11.MapTextureFormatIntel.LayoutLinearCpuCachedIntel; +} +static void Test_MaterialFace_20349() { + var _Front = OpenTK.Graphics.ES11.MaterialFace.Front; + var _Back = OpenTK.Graphics.ES11.MaterialFace.Back; + var _FrontAndBack = OpenTK.Graphics.ES11.MaterialFace.FrontAndBack; +} +static void Test_MaterialParameter_20350() { + var _Ambient = OpenTK.Graphics.ES11.MaterialParameter.Ambient; + var _Diffuse = OpenTK.Graphics.ES11.MaterialParameter.Diffuse; + var _Specular = OpenTK.Graphics.ES11.MaterialParameter.Specular; + var _Emission = OpenTK.Graphics.ES11.MaterialParameter.Emission; + var _Shininess = OpenTK.Graphics.ES11.MaterialParameter.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES11.MaterialParameter.AmbientAndDiffuse; + var _ColorIndexes = OpenTK.Graphics.ES11.MaterialParameter.ColorIndexes; +} +static void Test_MatrixMode_20351() { + var _Modelview = OpenTK.Graphics.ES11.MatrixMode.Modelview; + var _Modelview0Ext = OpenTK.Graphics.ES11.MatrixMode.Modelview0Ext; + var _Projection = OpenTK.Graphics.ES11.MatrixMode.Projection; + var _Texture = OpenTK.Graphics.ES11.MatrixMode.Texture; +} +static void Test_MemoryBarrierMask_20352() { + var _VertexAttribArrayBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.VertexAttribArrayBarrierBit; + var _VertexAttribArrayBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.VertexAttribArrayBarrierBitExt; + var _ElementArrayBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.ElementArrayBarrierBit; + var _ElementArrayBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.ElementArrayBarrierBitExt; + var _UniformBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.UniformBarrierBit; + var _UniformBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.UniformBarrierBitExt; + var _TextureFetchBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.TextureFetchBarrierBit; + var _TextureFetchBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.TextureFetchBarrierBitExt; + var _ShaderGlobalAccessBarrierBitNv = OpenTK.Graphics.ES11.MemoryBarrierMask.ShaderGlobalAccessBarrierBitNv; + var _ShaderImageAccessBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.ShaderImageAccessBarrierBit; + var _ShaderImageAccessBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.ShaderImageAccessBarrierBitExt; + var _CommandBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.CommandBarrierBit; + var _CommandBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.CommandBarrierBitExt; + var _PixelBufferBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.PixelBufferBarrierBit; + var _PixelBufferBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.PixelBufferBarrierBitExt; + var _TextureUpdateBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.TextureUpdateBarrierBit; + var _TextureUpdateBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.TextureUpdateBarrierBitExt; + var _BufferUpdateBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.BufferUpdateBarrierBit; + var _BufferUpdateBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.BufferUpdateBarrierBitExt; + var _FramebufferBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.FramebufferBarrierBit; + var _FramebufferBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.FramebufferBarrierBitExt; + var _TransformFeedbackBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.TransformFeedbackBarrierBit; + var _TransformFeedbackBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.TransformFeedbackBarrierBitExt; + var _AtomicCounterBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.AtomicCounterBarrierBit; + var _AtomicCounterBarrierBitExt = OpenTK.Graphics.ES11.MemoryBarrierMask.AtomicCounterBarrierBitExt; + var _ShaderStorageBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.ShaderStorageBarrierBit; + var _ClientMappedBufferBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.ClientMappedBufferBarrierBit; + var _QueryBufferBarrierBit = OpenTK.Graphics.ES11.MemoryBarrierMask.QueryBufferBarrierBit; + var _AllBarrierBits = OpenTK.Graphics.ES11.MemoryBarrierMask.AllBarrierBits; + var _AllBarrierBitsExt = OpenTK.Graphics.ES11.MemoryBarrierMask.AllBarrierBitsExt; +} +static void Test_MeshMode1_20353() { + var _Point = OpenTK.Graphics.ES11.MeshMode1.Point; + var _Line = OpenTK.Graphics.ES11.MeshMode1.Line; +} +static void Test_MeshMode2_20354() { + var _Point = OpenTK.Graphics.ES11.MeshMode2.Point; + var _Line = OpenTK.Graphics.ES11.MeshMode2.Line; + var _Fill = OpenTK.Graphics.ES11.MeshMode2.Fill; +} +static void Test_MinmaxTargetExt_20355() { + var _Minmax = OpenTK.Graphics.ES11.MinmaxTargetExt.Minmax; + var _MinmaxExt = OpenTK.Graphics.ES11.MinmaxTargetExt.MinmaxExt; +} +static void Test_NormalPointerType_20356() { + var _Byte = OpenTK.Graphics.ES11.NormalPointerType.Byte; + var _Short = OpenTK.Graphics.ES11.NormalPointerType.Short; + var _Int = OpenTK.Graphics.ES11.NormalPointerType.Int; + var _Float = OpenTK.Graphics.ES11.NormalPointerType.Float; + var _Double = OpenTK.Graphics.ES11.NormalPointerType.Double; +} +static void Test_Nvfence_20357() { + var _AllCompletedNv = OpenTK.Graphics.ES11.Nvfence.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.ES11.Nvfence.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.ES11.Nvfence.FenceConditionNv; + var _NvFence = OpenTK.Graphics.ES11.Nvfence.NvFence; +} +static void Test_NvFence_20358() { + var _AllCompletedNv = OpenTK.Graphics.ES11.NvFence.AllCompletedNv; + var _FenceStatusNv = OpenTK.Graphics.ES11.NvFence.FenceStatusNv; + var _FenceConditionNv = OpenTK.Graphics.ES11.NvFence.FenceConditionNv; +} +static void Test_OcclusionQueryEventMaskAmd_20359() { + var _QueryDepthPassEventBitAmd = OpenTK.Graphics.ES11.OcclusionQueryEventMaskAmd.QueryDepthPassEventBitAmd; + var _QueryDepthFailEventBitAmd = OpenTK.Graphics.ES11.OcclusionQueryEventMaskAmd.QueryDepthFailEventBitAmd; + var _QueryStencilFailEventBitAmd = OpenTK.Graphics.ES11.OcclusionQueryEventMaskAmd.QueryStencilFailEventBitAmd; + var _QueryDepthBoundsFailEventBitAmd = OpenTK.Graphics.ES11.OcclusionQueryEventMaskAmd.QueryDepthBoundsFailEventBitAmd; + var _QueryAllEventBitsAmd = OpenTK.Graphics.ES11.OcclusionQueryEventMaskAmd.QueryAllEventBitsAmd; +} +static void Test_OesblendEquationSeparate_20360() { + var _BlendEquationRgbOes = OpenTK.Graphics.ES11.OesblendEquationSeparate.BlendEquationRgbOes; + var _BlendEquationAlphaOes = OpenTK.Graphics.ES11.OesblendEquationSeparate.BlendEquationAlphaOes; + var _OesBlendEquationSeparate = OpenTK.Graphics.ES11.OesblendEquationSeparate.OesBlendEquationSeparate; +} +static void Test_OesBlendEquationSeparate_20361() { + var _BlendEquationRgbOes = OpenTK.Graphics.ES11.OesBlendEquationSeparate.BlendEquationRgbOes; + var _BlendEquationAlphaOes = OpenTK.Graphics.ES11.OesBlendEquationSeparate.BlendEquationAlphaOes; +} +static void Test_OesblendFuncSeparate_20362() { + var _BlendDstRgbOes = OpenTK.Graphics.ES11.OesblendFuncSeparate.BlendDstRgbOes; + var _BlendSrcRgbOes = OpenTK.Graphics.ES11.OesblendFuncSeparate.BlendSrcRgbOes; + var _BlendDstAlphaOes = OpenTK.Graphics.ES11.OesblendFuncSeparate.BlendDstAlphaOes; + var _BlendSrcAlphaOes = OpenTK.Graphics.ES11.OesblendFuncSeparate.BlendSrcAlphaOes; + var _OesBlendFuncSeparate = OpenTK.Graphics.ES11.OesblendFuncSeparate.OesBlendFuncSeparate; +} +static void Test_OesBlendFuncSeparate_20363() { + var _BlendDstRgbOes = OpenTK.Graphics.ES11.OesBlendFuncSeparate.BlendDstRgbOes; + var _BlendSrcRgbOes = OpenTK.Graphics.ES11.OesBlendFuncSeparate.BlendSrcRgbOes; + var _BlendDstAlphaOes = OpenTK.Graphics.ES11.OesBlendFuncSeparate.BlendDstAlphaOes; + var _BlendSrcAlphaOes = OpenTK.Graphics.ES11.OesBlendFuncSeparate.BlendSrcAlphaOes; +} +static void Test_OesblendSubtract_20364() { + var _FuncAddOes = OpenTK.Graphics.ES11.OesblendSubtract.FuncAddOes; + var _BlendEquationOes = OpenTK.Graphics.ES11.OesblendSubtract.BlendEquationOes; + var _FuncSubtractOes = OpenTK.Graphics.ES11.OesblendSubtract.FuncSubtractOes; + var _FuncReverseSubtractOes = OpenTK.Graphics.ES11.OesblendSubtract.FuncReverseSubtractOes; + var _OesBlendSubtract = OpenTK.Graphics.ES11.OesblendSubtract.OesBlendSubtract; +} +static void Test_OesBlendSubtract_20365() { + var _FuncAddOes = OpenTK.Graphics.ES11.OesBlendSubtract.FuncAddOes; + var _BlendEquationOes = OpenTK.Graphics.ES11.OesBlendSubtract.BlendEquationOes; + var _FuncSubtractOes = OpenTK.Graphics.ES11.OesBlendSubtract.FuncSubtractOes; + var _FuncReverseSubtractOes = OpenTK.Graphics.ES11.OesBlendSubtract.FuncReverseSubtractOes; +} +static void Test_OesbyteCoordinates_20366() { + var _OesByteCoordinates = OpenTK.Graphics.ES11.OesbyteCoordinates.OesByteCoordinates; +} +static void Test_OesByteCoordinates_20367() { +} +static void Test_OescompressedEtc1Rgb8Texture_20368() { + var _Etc1Rgb8Oes = OpenTK.Graphics.ES11.OescompressedEtc1Rgb8Texture.Etc1Rgb8Oes; + var _OesCompressedEtc1Rgb8Texture = OpenTK.Graphics.ES11.OescompressedEtc1Rgb8Texture.OesCompressedEtc1Rgb8Texture; +} +static void Test_OesCompressedEtc1Rgb8Texture_20369() { + var _Etc1Rgb8Oes = OpenTK.Graphics.ES11.OesCompressedEtc1Rgb8Texture.Etc1Rgb8Oes; +} +static void Test_OescompressedPalettedTexture_20370() { + var _Palette4Rgb8Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES11.OescompressedPalettedTexture.Palette8Rgb5A1Oes; + var _OesCompressedPalettedTexture = OpenTK.Graphics.ES11.OescompressedPalettedTexture.OesCompressedPalettedTexture; +} +static void Test_OesCompressedPalettedTexture_20371() { + var _Palette4Rgb8Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette4Rgb8Oes; + var _Palette4Rgba8Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette4Rgba8Oes; + var _Palette4R5G6B5Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette4R5G6B5Oes; + var _Palette4Rgba4Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette4Rgba4Oes; + var _Palette4Rgb5A1Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette4Rgb5A1Oes; + var _Palette8Rgb8Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette8Rgb8Oes; + var _Palette8Rgba8Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette8Rgba8Oes; + var _Palette8R5G6B5Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette8R5G6B5Oes; + var _Palette8Rgba4Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette8Rgba4Oes; + var _Palette8Rgb5A1Oes = OpenTK.Graphics.ES11.OesCompressedPalettedTexture.Palette8Rgb5A1Oes; +} +static void Test_Oesdepth24_20372() { + var _DepthComponent24Oes = OpenTK.Graphics.ES11.Oesdepth24.DepthComponent24Oes; + var _OesDepth24 = OpenTK.Graphics.ES11.Oesdepth24.OesDepth24; +} +static void Test_OesDepth24_20373() { + var _DepthComponent24Oes = OpenTK.Graphics.ES11.OesDepth24.DepthComponent24Oes; +} +static void Test_Oesdepth32_20374() { + var _DepthComponent32Oes = OpenTK.Graphics.ES11.Oesdepth32.DepthComponent32Oes; + var _OesDepth32 = OpenTK.Graphics.ES11.Oesdepth32.OesDepth32; +} +static void Test_OesDepth32_20375() { + var _DepthComponent32Oes = OpenTK.Graphics.ES11.OesDepth32.DepthComponent32Oes; +} +static void Test_OesdrawTexture_20376() { + var _TextureCropRectOes = OpenTK.Graphics.ES11.OesdrawTexture.TextureCropRectOes; + var _OesDrawTexture = OpenTK.Graphics.ES11.OesdrawTexture.OesDrawTexture; +} +static void Test_OesDrawTexture_20377() { + var _TextureCropRectOes = OpenTK.Graphics.ES11.OesDrawTexture.TextureCropRectOes; +} +static void Test_Oeseglimage_20378() { + var _OesEglImage = OpenTK.Graphics.ES11.Oeseglimage.OesEglImage; +} +static void Test_OesEglImage_20379() { +} +static void Test_OesEglImageExternal_20380() { + var _TextureExternalOes = OpenTK.Graphics.ES11.OesEglImageExternal.TextureExternalOes; + var _SamplerExternalOes = OpenTK.Graphics.ES11.OesEglImageExternal.SamplerExternalOes; + var _TextureBindingExternalOes = OpenTK.Graphics.ES11.OesEglImageExternal.TextureBindingExternalOes; + var _RequiredTextureImageUnitsOes = OpenTK.Graphics.ES11.OesEglImageExternal.RequiredTextureImageUnitsOes; +} +static void Test_OeselementIndexUint_20381() { + var _OesElementIndexUint = OpenTK.Graphics.ES11.OeselementIndexUint.OesElementIndexUint; +} +static void Test_OesElementIndexUint_20382() { + var _UnsignedInt = OpenTK.Graphics.ES11.OesElementIndexUint.UnsignedInt; +} +static void Test_OesextendedMatrixPalette_20383() { + var _OesExtendedMatrixPalette = OpenTK.Graphics.ES11.OesextendedMatrixPalette.OesExtendedMatrixPalette; +} +static void Test_OesExtendedMatrixPalette_20384() { +} +static void Test_OesfboRenderMipmap_20385() { + var _OesFboRenderMipmap = OpenTK.Graphics.ES11.OesfboRenderMipmap.OesFboRenderMipmap; +} +static void Test_OesFboRenderMipmap_20386() { +} +static void Test_OesfixedPoint_20387() { + var _FixedOes = OpenTK.Graphics.ES11.OesfixedPoint.FixedOes; + var _OesFixedPoint = OpenTK.Graphics.ES11.OesfixedPoint.OesFixedPoint; +} +static void Test_OesFixedPoint_20388() { + var _FixedOes = OpenTK.Graphics.ES11.OesFixedPoint.FixedOes; +} +static void Test_OesframebufferObject_20389() { + var _NoneOes = OpenTK.Graphics.ES11.OesframebufferObject.NoneOes; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.ES11.OesframebufferObject.InvalidFramebufferOperationOes; + var _Rgba4Oes = OpenTK.Graphics.ES11.OesframebufferObject.Rgba4Oes; + var _Rgb5A1Oes = OpenTK.Graphics.ES11.OesframebufferObject.Rgb5A1Oes; + var _DepthComponent16Oes = OpenTK.Graphics.ES11.OesframebufferObject.DepthComponent16Oes; + var _MaxRenderbufferSizeOes = OpenTK.Graphics.ES11.OesframebufferObject.MaxRenderbufferSizeOes; + var _FramebufferBindingOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferBindingOes; + var _RenderbufferBindingOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferBindingOes; + var _FramebufferAttachmentObjectTypeOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferAttachmentObjectTypeOes; + var _FramebufferAttachmentObjectNameOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferAttachmentObjectNameOes; + var _FramebufferAttachmentTextureLevelOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferAttachmentTextureLevelOes; + var _FramebufferAttachmentTextureCubeMapFaceOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferAttachmentTextureCubeMapFaceOes; + var _FramebufferCompleteOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferCompleteOes; + var _FramebufferIncompleteAttachmentOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferIncompleteAttachmentOes; + var _FramebufferIncompleteMissingAttachmentOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferIncompleteMissingAttachmentOes; + var _FramebufferIncompleteDimensionsOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferIncompleteDimensionsOes; + var _FramebufferIncompleteFormatsOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferIncompleteFormatsOes; + var _FramebufferUnsupportedOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferUnsupportedOes; + var _ColorAttachment0Oes = OpenTK.Graphics.ES11.OesframebufferObject.ColorAttachment0Oes; + var _DepthAttachmentOes = OpenTK.Graphics.ES11.OesframebufferObject.DepthAttachmentOes; + var _StencilAttachmentOes = OpenTK.Graphics.ES11.OesframebufferObject.StencilAttachmentOes; + var _FramebufferOes = OpenTK.Graphics.ES11.OesframebufferObject.FramebufferOes; + var _RenderbufferOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferOes; + var _RenderbufferWidthOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferWidthOes; + var _RenderbufferHeightOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferHeightOes; + var _RenderbufferInternalFormatOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferInternalFormatOes; + var _RenderbufferRedSizeOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferRedSizeOes; + var _RenderbufferGreenSizeOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferGreenSizeOes; + var _RenderbufferBlueSizeOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferBlueSizeOes; + var _RenderbufferAlphaSizeOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferAlphaSizeOes; + var _RenderbufferDepthSizeOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferDepthSizeOes; + var _RenderbufferStencilSizeOes = OpenTK.Graphics.ES11.OesframebufferObject.RenderbufferStencilSizeOes; + var _Rgb565Oes = OpenTK.Graphics.ES11.OesframebufferObject.Rgb565Oes; + var _OesFramebufferObject = OpenTK.Graphics.ES11.OesframebufferObject.OesFramebufferObject; +} +static void Test_OesFramebufferObject_20390() { + var _NoneOes = OpenTK.Graphics.ES11.OesFramebufferObject.NoneOes; + var _InvalidFramebufferOperationOes = OpenTK.Graphics.ES11.OesFramebufferObject.InvalidFramebufferOperationOes; + var _Rgba4Oes = OpenTK.Graphics.ES11.OesFramebufferObject.Rgba4Oes; + var _Rgb5A1Oes = OpenTK.Graphics.ES11.OesFramebufferObject.Rgb5A1Oes; + var _DepthComponent16Oes = OpenTK.Graphics.ES11.OesFramebufferObject.DepthComponent16Oes; + var _MaxRenderbufferSizeOes = OpenTK.Graphics.ES11.OesFramebufferObject.MaxRenderbufferSizeOes; + var _FramebufferBindingOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferBindingOes; + var _RenderbufferBindingOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferBindingOes; + var _FramebufferAttachmentObjectTypeOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferAttachmentObjectTypeOes; + var _FramebufferAttachmentObjectNameOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferAttachmentObjectNameOes; + var _FramebufferAttachmentTextureLevelOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferAttachmentTextureLevelOes; + var _FramebufferAttachmentTextureCubeMapFaceOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferAttachmentTextureCubeMapFaceOes; + var _FramebufferCompleteOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferCompleteOes; + var _FramebufferIncompleteAttachmentOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferIncompleteAttachmentOes; + var _FramebufferIncompleteMissingAttachmentOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferIncompleteMissingAttachmentOes; + var _FramebufferIncompleteDimensionsOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferIncompleteDimensionsOes; + var _FramebufferIncompleteFormatsOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferIncompleteFormatsOes; + var _FramebufferUnsupportedOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferUnsupportedOes; + var _ColorAttachment0Oes = OpenTK.Graphics.ES11.OesFramebufferObject.ColorAttachment0Oes; + var _DepthAttachmentOes = OpenTK.Graphics.ES11.OesFramebufferObject.DepthAttachmentOes; + var _StencilAttachmentOes = OpenTK.Graphics.ES11.OesFramebufferObject.StencilAttachmentOes; + var _FramebufferOes = OpenTK.Graphics.ES11.OesFramebufferObject.FramebufferOes; + var _RenderbufferOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferOes; + var _RenderbufferWidthOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferWidthOes; + var _RenderbufferHeightOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferHeightOes; + var _RenderbufferInternalFormatOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferInternalFormatOes; + var _RenderbufferRedSizeOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferRedSizeOes; + var _RenderbufferGreenSizeOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferGreenSizeOes; + var _RenderbufferBlueSizeOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferBlueSizeOes; + var _RenderbufferAlphaSizeOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferAlphaSizeOes; + var _RenderbufferDepthSizeOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferDepthSizeOes; + var _RenderbufferStencilSizeOes = OpenTK.Graphics.ES11.OesFramebufferObject.RenderbufferStencilSizeOes; + var _Rgb565Oes = OpenTK.Graphics.ES11.OesFramebufferObject.Rgb565Oes; +} +static void Test_Oesmapbuffer_20391() { + var _WriteOnlyOes = OpenTK.Graphics.ES11.Oesmapbuffer.WriteOnlyOes; + var _BufferAccessOes = OpenTK.Graphics.ES11.Oesmapbuffer.BufferAccessOes; + var _BufferMappedOes = OpenTK.Graphics.ES11.Oesmapbuffer.BufferMappedOes; + var _BufferMapPointerOes = OpenTK.Graphics.ES11.Oesmapbuffer.BufferMapPointerOes; + var _OesMapbuffer = OpenTK.Graphics.ES11.Oesmapbuffer.OesMapbuffer; +} +static void Test_OesMapbuffer_20392() { + var _WriteOnlyOes = OpenTK.Graphics.ES11.OesMapbuffer.WriteOnlyOes; + var _BufferAccessOes = OpenTK.Graphics.ES11.OesMapbuffer.BufferAccessOes; + var _BufferMappedOes = OpenTK.Graphics.ES11.OesMapbuffer.BufferMappedOes; + var _BufferMapPointerOes = OpenTK.Graphics.ES11.OesMapbuffer.BufferMapPointerOes; +} +static void Test_OesmatrixGet_20393() { + var _ModelviewMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.OesmatrixGet.ModelviewMatrixFloatAsIntBitsOes; + var _ProjectionMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.OesmatrixGet.ProjectionMatrixFloatAsIntBitsOes; + var _TextureMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.OesmatrixGet.TextureMatrixFloatAsIntBitsOes; + var _OesMatrixGet = OpenTK.Graphics.ES11.OesmatrixGet.OesMatrixGet; +} +static void Test_OesMatrixGet_20394() { + var _ModelviewMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.OesMatrixGet.ModelviewMatrixFloatAsIntBitsOes; + var _ProjectionMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.OesMatrixGet.ProjectionMatrixFloatAsIntBitsOes; + var _TextureMatrixFloatAsIntBitsOes = OpenTK.Graphics.ES11.OesMatrixGet.TextureMatrixFloatAsIntBitsOes; +} +static void Test_OesmatrixPalette_20395() { + var _MaxVertexUnitsOes = OpenTK.Graphics.ES11.OesmatrixPalette.MaxVertexUnitsOes; + var _WeightArrayTypeOes = OpenTK.Graphics.ES11.OesmatrixPalette.WeightArrayTypeOes; + var _WeightArrayStrideOes = OpenTK.Graphics.ES11.OesmatrixPalette.WeightArrayStrideOes; + var _WeightArraySizeOes = OpenTK.Graphics.ES11.OesmatrixPalette.WeightArraySizeOes; + var _WeightArrayPointerOes = OpenTK.Graphics.ES11.OesmatrixPalette.WeightArrayPointerOes; + var _WeightArrayOes = OpenTK.Graphics.ES11.OesmatrixPalette.WeightArrayOes; + var _MatrixPaletteOes = OpenTK.Graphics.ES11.OesmatrixPalette.MatrixPaletteOes; + var _MaxPaletteMatricesOes = OpenTK.Graphics.ES11.OesmatrixPalette.MaxPaletteMatricesOes; + var _CurrentPaletteMatrixOes = OpenTK.Graphics.ES11.OesmatrixPalette.CurrentPaletteMatrixOes; + var _MatrixIndexArrayOes = OpenTK.Graphics.ES11.OesmatrixPalette.MatrixIndexArrayOes; + var _MatrixIndexArraySizeOes = OpenTK.Graphics.ES11.OesmatrixPalette.MatrixIndexArraySizeOes; + var _MatrixIndexArrayTypeOes = OpenTK.Graphics.ES11.OesmatrixPalette.MatrixIndexArrayTypeOes; + var _MatrixIndexArrayStrideOes = OpenTK.Graphics.ES11.OesmatrixPalette.MatrixIndexArrayStrideOes; + var _MatrixIndexArrayPointerOes = OpenTK.Graphics.ES11.OesmatrixPalette.MatrixIndexArrayPointerOes; + var _WeightArrayBufferBindingOes = OpenTK.Graphics.ES11.OesmatrixPalette.WeightArrayBufferBindingOes; + var _MatrixIndexArrayBufferBindingOes = OpenTK.Graphics.ES11.OesmatrixPalette.MatrixIndexArrayBufferBindingOes; + var _OesMatrixPalette = OpenTK.Graphics.ES11.OesmatrixPalette.OesMatrixPalette; +} +static void Test_OesMatrixPalette_20396() { + var _MaxVertexUnitsOes = OpenTK.Graphics.ES11.OesMatrixPalette.MaxVertexUnitsOes; + var _WeightArrayTypeOes = OpenTK.Graphics.ES11.OesMatrixPalette.WeightArrayTypeOes; + var _WeightArrayStrideOes = OpenTK.Graphics.ES11.OesMatrixPalette.WeightArrayStrideOes; + var _WeightArraySizeOes = OpenTK.Graphics.ES11.OesMatrixPalette.WeightArraySizeOes; + var _WeightArrayPointerOes = OpenTK.Graphics.ES11.OesMatrixPalette.WeightArrayPointerOes; + var _WeightArrayOes = OpenTK.Graphics.ES11.OesMatrixPalette.WeightArrayOes; + var _MatrixPaletteOes = OpenTK.Graphics.ES11.OesMatrixPalette.MatrixPaletteOes; + var _MaxPaletteMatricesOes = OpenTK.Graphics.ES11.OesMatrixPalette.MaxPaletteMatricesOes; + var _CurrentPaletteMatrixOes = OpenTK.Graphics.ES11.OesMatrixPalette.CurrentPaletteMatrixOes; + var _MatrixIndexArrayOes = OpenTK.Graphics.ES11.OesMatrixPalette.MatrixIndexArrayOes; + var _MatrixIndexArraySizeOes = OpenTK.Graphics.ES11.OesMatrixPalette.MatrixIndexArraySizeOes; + var _MatrixIndexArrayTypeOes = OpenTK.Graphics.ES11.OesMatrixPalette.MatrixIndexArrayTypeOes; + var _MatrixIndexArrayStrideOes = OpenTK.Graphics.ES11.OesMatrixPalette.MatrixIndexArrayStrideOes; + var _MatrixIndexArrayPointerOes = OpenTK.Graphics.ES11.OesMatrixPalette.MatrixIndexArrayPointerOes; + var _WeightArrayBufferBindingOes = OpenTK.Graphics.ES11.OesMatrixPalette.WeightArrayBufferBindingOes; + var _MatrixIndexArrayBufferBindingOes = OpenTK.Graphics.ES11.OesMatrixPalette.MatrixIndexArrayBufferBindingOes; +} +static void Test_OespackedDepthStencil_20397() { + var _DepthStencilOes = OpenTK.Graphics.ES11.OespackedDepthStencil.DepthStencilOes; + var _UnsignedInt248Oes = OpenTK.Graphics.ES11.OespackedDepthStencil.UnsignedInt248Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES11.OespackedDepthStencil.Depth24Stencil8Oes; + var _OesPackedDepthStencil = OpenTK.Graphics.ES11.OespackedDepthStencil.OesPackedDepthStencil; +} +static void Test_OesPackedDepthStencil_20398() { + var _DepthStencilOes = OpenTK.Graphics.ES11.OesPackedDepthStencil.DepthStencilOes; + var _UnsignedInt248Oes = OpenTK.Graphics.ES11.OesPackedDepthStencil.UnsignedInt248Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES11.OesPackedDepthStencil.Depth24Stencil8Oes; +} +static void Test_OespointSizeArray_20399() { + var _PointSizeArrayTypeOes = OpenTK.Graphics.ES11.OespointSizeArray.PointSizeArrayTypeOes; + var _PointSizeArrayStrideOes = OpenTK.Graphics.ES11.OespointSizeArray.PointSizeArrayStrideOes; + var _PointSizeArrayPointerOes = OpenTK.Graphics.ES11.OespointSizeArray.PointSizeArrayPointerOes; + var _PointSizeArrayOes = OpenTK.Graphics.ES11.OespointSizeArray.PointSizeArrayOes; + var _PointSizeArrayBufferBindingOes = OpenTK.Graphics.ES11.OespointSizeArray.PointSizeArrayBufferBindingOes; + var _OesPointSizeArray = OpenTK.Graphics.ES11.OespointSizeArray.OesPointSizeArray; +} +static void Test_OesPointSizeArray_20400() { + var _PointSizeArrayTypeOes = OpenTK.Graphics.ES11.OesPointSizeArray.PointSizeArrayTypeOes; + var _PointSizeArrayStrideOes = OpenTK.Graphics.ES11.OesPointSizeArray.PointSizeArrayStrideOes; + var _PointSizeArrayPointerOes = OpenTK.Graphics.ES11.OesPointSizeArray.PointSizeArrayPointerOes; + var _PointSizeArrayOes = OpenTK.Graphics.ES11.OesPointSizeArray.PointSizeArrayOes; + var _PointSizeArrayBufferBindingOes = OpenTK.Graphics.ES11.OesPointSizeArray.PointSizeArrayBufferBindingOes; +} +static void Test_OespointSprite_20401() { + var _PointSpriteOes = OpenTK.Graphics.ES11.OespointSprite.PointSpriteOes; + var _CoordReplaceOes = OpenTK.Graphics.ES11.OespointSprite.CoordReplaceOes; + var _OesPointSprite = OpenTK.Graphics.ES11.OespointSprite.OesPointSprite; +} +static void Test_OesPointSprite_20402() { + var _PointSpriteOes = OpenTK.Graphics.ES11.OesPointSprite.PointSpriteOes; + var _CoordReplaceOes = OpenTK.Graphics.ES11.OesPointSprite.CoordReplaceOes; +} +static void Test_OesqueryMatrix_20403() { + var _OesQueryMatrix = OpenTK.Graphics.ES11.OesqueryMatrix.OesQueryMatrix; +} +static void Test_OesQueryMatrix_20404() { +} +static void Test_OesreadFormat_20405() { + var _ImplementationColorReadTypeOes = OpenTK.Graphics.ES11.OesreadFormat.ImplementationColorReadTypeOes; + var _ImplementationColorReadFormatOes = OpenTK.Graphics.ES11.OesreadFormat.ImplementationColorReadFormatOes; + var _OesReadFormat = OpenTK.Graphics.ES11.OesreadFormat.OesReadFormat; +} +static void Test_OesReadFormat_20406() { + var _ImplementationColorReadTypeOes = OpenTK.Graphics.ES11.OesReadFormat.ImplementationColorReadTypeOes; + var _ImplementationColorReadFormatOes = OpenTK.Graphics.ES11.OesReadFormat.ImplementationColorReadFormatOes; +} +static void Test_OesRequiredInternalformat_20407() { + var _Alpha8Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Alpha8Oes; + var _Luminance8Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Luminance8Oes; + var _Luminance4Alpha4Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Luminance4Alpha4Oes; + var _Luminance8Alpha8Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Luminance8Alpha8Oes; + var _Rgb8Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Rgb8Oes; + var _Rgb10Ext = OpenTK.Graphics.ES11.OesRequiredInternalformat.Rgb10Ext; + var _Rgba4Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Rgba4Oes; + var _Rgb5A1Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Rgb5A1Oes; + var _Rgba8Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Rgba8Oes; + var _Rgb10A2Ext = OpenTK.Graphics.ES11.OesRequiredInternalformat.Rgb10A2Ext; + var _DepthComponent16Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.DepthComponent16Oes; + var _DepthComponent24Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.DepthComponent24Oes; + var _DepthComponent32Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.DepthComponent32Oes; + var _Depth24Stencil8Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Depth24Stencil8Oes; + var _Rgb565Oes = OpenTK.Graphics.ES11.OesRequiredInternalformat.Rgb565Oes; +} +static void Test_Oesrgb8Rgba8_20408() { + var _Rgb8Oes = OpenTK.Graphics.ES11.Oesrgb8Rgba8.Rgb8Oes; + var _Rgba8Oes = OpenTK.Graphics.ES11.Oesrgb8Rgba8.Rgba8Oes; + var _OesRgb8Rgba8 = OpenTK.Graphics.ES11.Oesrgb8Rgba8.OesRgb8Rgba8; +} +static void Test_OesRgb8Rgba8_20409() { + var _Rgb8Oes = OpenTK.Graphics.ES11.OesRgb8Rgba8.Rgb8Oes; + var _Rgba8Oes = OpenTK.Graphics.ES11.OesRgb8Rgba8.Rgba8Oes; +} +static void Test_OessinglePrecision_20410() { + var _OesSinglePrecision = OpenTK.Graphics.ES11.OessinglePrecision.OesSinglePrecision; +} +static void Test_OesSinglePrecision_20411() { +} +static void Test_Oesstencil1_20412() { + var _StencilIndex1Oes = OpenTK.Graphics.ES11.Oesstencil1.StencilIndex1Oes; + var _OesStencil1 = OpenTK.Graphics.ES11.Oesstencil1.OesStencil1; +} +static void Test_OesStencil1_20413() { + var _StencilIndex1Oes = OpenTK.Graphics.ES11.OesStencil1.StencilIndex1Oes; +} +static void Test_Oesstencil4_20414() { + var _StencilIndex4Oes = OpenTK.Graphics.ES11.Oesstencil4.StencilIndex4Oes; + var _OesStencil4 = OpenTK.Graphics.ES11.Oesstencil4.OesStencil4; +} +static void Test_OesStencil4_20415() { + var _StencilIndex4Oes = OpenTK.Graphics.ES11.OesStencil4.StencilIndex4Oes; +} +static void Test_Oesstencil8_20416() { + var _StencilIndex8Oes = OpenTK.Graphics.ES11.Oesstencil8.StencilIndex8Oes; + var _OesStencil8 = OpenTK.Graphics.ES11.Oesstencil8.OesStencil8; +} +static void Test_OesStencil8_20417() { + var _StencilIndex8Oes = OpenTK.Graphics.ES11.OesStencil8.StencilIndex8Oes; +} +static void Test_OesstencilWrap_20418() { + var _IncrWrapOes = OpenTK.Graphics.ES11.OesstencilWrap.IncrWrapOes; + var _DecrWrapOes = OpenTK.Graphics.ES11.OesstencilWrap.DecrWrapOes; + var _OesStencilWrap = OpenTK.Graphics.ES11.OesstencilWrap.OesStencilWrap; +} +static void Test_OesStencilWrap_20419() { + var _IncrWrapOes = OpenTK.Graphics.ES11.OesStencilWrap.IncrWrapOes; + var _DecrWrapOes = OpenTK.Graphics.ES11.OesStencilWrap.DecrWrapOes; +} +static void Test_OestextureCubeMap_20420() { + var _TextureGenModeOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureGenModeOes; + var _NormalMapOes = OpenTK.Graphics.ES11.OestextureCubeMap.NormalMapOes; + var _ReflectionMapOes = OpenTK.Graphics.ES11.OestextureCubeMap.ReflectionMapOes; + var _TextureCubeMapOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureCubeMapOes; + var _TextureBindingCubeMapOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureBindingCubeMapOes; + var _TextureCubeMapPositiveXOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureCubeMapPositiveXOes; + var _TextureCubeMapNegativeXOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureCubeMapNegativeXOes; + var _TextureCubeMapPositiveYOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureCubeMapPositiveYOes; + var _TextureCubeMapNegativeYOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureCubeMapNegativeYOes; + var _TextureCubeMapPositiveZOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureCubeMapPositiveZOes; + var _TextureCubeMapNegativeZOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureCubeMapNegativeZOes; + var _MaxCubeMapTextureSizeOes = OpenTK.Graphics.ES11.OestextureCubeMap.MaxCubeMapTextureSizeOes; + var _TextureGenStrOes = OpenTK.Graphics.ES11.OestextureCubeMap.TextureGenStrOes; + var _OesTextureCubeMap = OpenTK.Graphics.ES11.OestextureCubeMap.OesTextureCubeMap; +} +static void Test_OesTextureCubeMap_20421() { + var _TextureGenModeOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureGenModeOes; + var _NormalMapOes = OpenTK.Graphics.ES11.OesTextureCubeMap.NormalMapOes; + var _ReflectionMapOes = OpenTK.Graphics.ES11.OesTextureCubeMap.ReflectionMapOes; + var _TextureCubeMapOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureCubeMapOes; + var _TextureBindingCubeMapOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureBindingCubeMapOes; + var _TextureCubeMapPositiveXOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureCubeMapPositiveXOes; + var _TextureCubeMapNegativeXOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureCubeMapNegativeXOes; + var _TextureCubeMapPositiveYOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureCubeMapPositiveYOes; + var _TextureCubeMapNegativeYOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureCubeMapNegativeYOes; + var _TextureCubeMapPositiveZOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureCubeMapPositiveZOes; + var _TextureCubeMapNegativeZOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureCubeMapNegativeZOes; + var _MaxCubeMapTextureSizeOes = OpenTK.Graphics.ES11.OesTextureCubeMap.MaxCubeMapTextureSizeOes; + var _TextureGenStrOes = OpenTK.Graphics.ES11.OesTextureCubeMap.TextureGenStrOes; +} +static void Test_OestextureEnvCrossbar_20422() { + var _OesTextureEnvCrossbar = OpenTK.Graphics.ES11.OestextureEnvCrossbar.OesTextureEnvCrossbar; +} +static void Test_OesTextureEnvCrossbar_20423() { +} +static void Test_OestextureMirroredRepeat_20424() { + var _MirroredRepeatOes = OpenTK.Graphics.ES11.OestextureMirroredRepeat.MirroredRepeatOes; + var _OesTextureMirroredRepeat = OpenTK.Graphics.ES11.OestextureMirroredRepeat.OesTextureMirroredRepeat; +} +static void Test_OesTextureMirroredRepeat_20425() { + var _MirroredRepeatOes = OpenTK.Graphics.ES11.OesTextureMirroredRepeat.MirroredRepeatOes; +} +static void Test_OesVertexArrayObject_20426() { + var _VertexArrayBindingOes = OpenTK.Graphics.ES11.OesVertexArrayObject.VertexArrayBindingOes; +} +static void Test_OpenGlescoreVersions_20427() { + var _VersionEsCl10 = OpenTK.Graphics.ES11.OpenGlescoreVersions.VersionEsCl10; + var _VersionEsCl11 = OpenTK.Graphics.ES11.OpenGlescoreVersions.VersionEsCl11; + var _VersionEsCm10 = OpenTK.Graphics.ES11.OpenGlescoreVersions.VersionEsCm10; + var _VersionEsCm11 = OpenTK.Graphics.ES11.OpenGlescoreVersions.VersionEsCm11; +} +static void Test_PixelCopyType_20428() { + var _Color = OpenTK.Graphics.ES11.PixelCopyType.Color; + var _ColorExt = OpenTK.Graphics.ES11.PixelCopyType.ColorExt; + var _Depth = OpenTK.Graphics.ES11.PixelCopyType.Depth; + var _DepthExt = OpenTK.Graphics.ES11.PixelCopyType.DepthExt; + var _Stencil = OpenTK.Graphics.ES11.PixelCopyType.Stencil; + var _StencilExt = OpenTK.Graphics.ES11.PixelCopyType.StencilExt; +} +static void Test_PixelFormat_20429() { + var _UnsignedShort = OpenTK.Graphics.ES11.PixelFormat.UnsignedShort; + var _UnsignedInt = OpenTK.Graphics.ES11.PixelFormat.UnsignedInt; + var _ColorIndex = OpenTK.Graphics.ES11.PixelFormat.ColorIndex; + var _StencilIndex = OpenTK.Graphics.ES11.PixelFormat.StencilIndex; + var _DepthComponent = OpenTK.Graphics.ES11.PixelFormat.DepthComponent; + var _Red = OpenTK.Graphics.ES11.PixelFormat.Red; + var _RedExt = OpenTK.Graphics.ES11.PixelFormat.RedExt; + var _Green = OpenTK.Graphics.ES11.PixelFormat.Green; + var _Blue = OpenTK.Graphics.ES11.PixelFormat.Blue; + var _Alpha = OpenTK.Graphics.ES11.PixelFormat.Alpha; + var _Rgb = OpenTK.Graphics.ES11.PixelFormat.Rgb; + var _Rgba = OpenTK.Graphics.ES11.PixelFormat.Rgba; + var _Luminance = OpenTK.Graphics.ES11.PixelFormat.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES11.PixelFormat.LuminanceAlpha; + var _AbgrExt = OpenTK.Graphics.ES11.PixelFormat.AbgrExt; + var _CmykExt = OpenTK.Graphics.ES11.PixelFormat.CmykExt; + var _CmykaExt = OpenTK.Graphics.ES11.PixelFormat.CmykaExt; + var _Ycrcb422Sgix = OpenTK.Graphics.ES11.PixelFormat.Ycrcb422Sgix; + var _Ycrcb444Sgix = OpenTK.Graphics.ES11.PixelFormat.Ycrcb444Sgix; +} +static void Test_PixelMap_20430() { + var _PixelMapIToI = OpenTK.Graphics.ES11.PixelMap.PixelMapIToI; + var _PixelMapSToS = OpenTK.Graphics.ES11.PixelMap.PixelMapSToS; + var _PixelMapIToR = OpenTK.Graphics.ES11.PixelMap.PixelMapIToR; + var _PixelMapIToG = OpenTK.Graphics.ES11.PixelMap.PixelMapIToG; + var _PixelMapIToB = OpenTK.Graphics.ES11.PixelMap.PixelMapIToB; + var _PixelMapIToA = OpenTK.Graphics.ES11.PixelMap.PixelMapIToA; + var _PixelMapRToR = OpenTK.Graphics.ES11.PixelMap.PixelMapRToR; + var _PixelMapGToG = OpenTK.Graphics.ES11.PixelMap.PixelMapGToG; + var _PixelMapBToB = OpenTK.Graphics.ES11.PixelMap.PixelMapBToB; + var _PixelMapAToA = OpenTK.Graphics.ES11.PixelMap.PixelMapAToA; +} +static void Test_PixelStoreParameter_20431() { + var _UnpackSwapBytes = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSwapBytes; + var _UnpackLsbFirst = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackLsbFirst; + var _UnpackRowLength = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackRowLength; + var _UnpackRowLengthExt = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackRowLengthExt; + var _UnpackSkipRows = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSkipRows; + var _UnpackSkipRowsExt = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSkipRowsExt; + var _UnpackSkipPixels = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSkipPixels; + var _UnpackSkipPixelsExt = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSkipPixelsExt; + var _UnpackAlignment = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackAlignment; + var _PackSwapBytes = OpenTK.Graphics.ES11.PixelStoreParameter.PackSwapBytes; + var _PackLsbFirst = OpenTK.Graphics.ES11.PixelStoreParameter.PackLsbFirst; + var _PackRowLength = OpenTK.Graphics.ES11.PixelStoreParameter.PackRowLength; + var _PackSkipRows = OpenTK.Graphics.ES11.PixelStoreParameter.PackSkipRows; + var _PackSkipPixels = OpenTK.Graphics.ES11.PixelStoreParameter.PackSkipPixels; + var _PackAlignment = OpenTK.Graphics.ES11.PixelStoreParameter.PackAlignment; + var _PackSkipImages = OpenTK.Graphics.ES11.PixelStoreParameter.PackSkipImages; + var _PackSkipImagesExt = OpenTK.Graphics.ES11.PixelStoreParameter.PackSkipImagesExt; + var _PackImageHeight = OpenTK.Graphics.ES11.PixelStoreParameter.PackImageHeight; + var _PackImageHeightExt = OpenTK.Graphics.ES11.PixelStoreParameter.PackImageHeightExt; + var _UnpackSkipImages = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSkipImages; + var _UnpackSkipImagesExt = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSkipImagesExt; + var _UnpackImageHeight = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackImageHeight; + var _UnpackImageHeightExt = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackImageHeightExt; + var _PackSkipVolumesSgis = OpenTK.Graphics.ES11.PixelStoreParameter.PackSkipVolumesSgis; + var _PackImageDepthSgis = OpenTK.Graphics.ES11.PixelStoreParameter.PackImageDepthSgis; + var _UnpackSkipVolumesSgis = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSkipVolumesSgis; + var _UnpackImageDepthSgis = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackImageDepthSgis; + var _PixelTileWidthSgix = OpenTK.Graphics.ES11.PixelStoreParameter.PixelTileWidthSgix; + var _PixelTileHeightSgix = OpenTK.Graphics.ES11.PixelStoreParameter.PixelTileHeightSgix; + var _PixelTileGridWidthSgix = OpenTK.Graphics.ES11.PixelStoreParameter.PixelTileGridWidthSgix; + var _PixelTileGridHeightSgix = OpenTK.Graphics.ES11.PixelStoreParameter.PixelTileGridHeightSgix; + var _PixelTileGridDepthSgix = OpenTK.Graphics.ES11.PixelStoreParameter.PixelTileGridDepthSgix; + var _PixelTileCacheSizeSgix = OpenTK.Graphics.ES11.PixelStoreParameter.PixelTileCacheSizeSgix; + var _PackResampleSgix = OpenTK.Graphics.ES11.PixelStoreParameter.PackResampleSgix; + var _UnpackResampleSgix = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackResampleSgix; + var _PackSubsampleRateSgix = OpenTK.Graphics.ES11.PixelStoreParameter.PackSubsampleRateSgix; + var _UnpackSubsampleRateSgix = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackSubsampleRateSgix; + var _PackResampleOml = OpenTK.Graphics.ES11.PixelStoreParameter.PackResampleOml; + var _UnpackResampleOml = OpenTK.Graphics.ES11.PixelStoreParameter.UnpackResampleOml; +} +static void Test_PixelStoreResampleMode_20432() { + var _ResampleReplicateSgix = OpenTK.Graphics.ES11.PixelStoreResampleMode.ResampleReplicateSgix; + var _ResampleZeroFillSgix = OpenTK.Graphics.ES11.PixelStoreResampleMode.ResampleZeroFillSgix; + var _ResampleDecimateSgix = OpenTK.Graphics.ES11.PixelStoreResampleMode.ResampleDecimateSgix; +} +static void Test_PixelStoreSubsampleRate_20433() { + var _PixelSubsample4444Sgix = OpenTK.Graphics.ES11.PixelStoreSubsampleRate.PixelSubsample4444Sgix; + var _PixelSubsample2424Sgix = OpenTK.Graphics.ES11.PixelStoreSubsampleRate.PixelSubsample2424Sgix; + var _PixelSubsample4242Sgix = OpenTK.Graphics.ES11.PixelStoreSubsampleRate.PixelSubsample4242Sgix; +} +static void Test_PixelTexGenMode_20434() { + var _None = OpenTK.Graphics.ES11.PixelTexGenMode.None; + var _Rgb = OpenTK.Graphics.ES11.PixelTexGenMode.Rgb; + var _Rgba = OpenTK.Graphics.ES11.PixelTexGenMode.Rgba; + var _Luminance = OpenTK.Graphics.ES11.PixelTexGenMode.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES11.PixelTexGenMode.LuminanceAlpha; + var _PixelTexGenAlphaReplaceSgix = OpenTK.Graphics.ES11.PixelTexGenMode.PixelTexGenAlphaReplaceSgix; + var _PixelTexGenAlphaNoReplaceSgix = OpenTK.Graphics.ES11.PixelTexGenMode.PixelTexGenAlphaNoReplaceSgix; + var _PixelTexGenAlphaLsSgix = OpenTK.Graphics.ES11.PixelTexGenMode.PixelTexGenAlphaLsSgix; + var _PixelTexGenAlphaMsSgix = OpenTK.Graphics.ES11.PixelTexGenMode.PixelTexGenAlphaMsSgix; +} +static void Test_PixelTexGenParameterNameSgis_20435() { + var _PixelFragmentRgbSourceSgis = OpenTK.Graphics.ES11.PixelTexGenParameterNameSgis.PixelFragmentRgbSourceSgis; + var _PixelFragmentAlphaSourceSgis = OpenTK.Graphics.ES11.PixelTexGenParameterNameSgis.PixelFragmentAlphaSourceSgis; +} +static void Test_PixelTransferParameter_20436() { + var _MapColor = OpenTK.Graphics.ES11.PixelTransferParameter.MapColor; + var _MapStencil = OpenTK.Graphics.ES11.PixelTransferParameter.MapStencil; + var _IndexShift = OpenTK.Graphics.ES11.PixelTransferParameter.IndexShift; + var _IndexOffset = OpenTK.Graphics.ES11.PixelTransferParameter.IndexOffset; + var _RedScale = OpenTK.Graphics.ES11.PixelTransferParameter.RedScale; + var _RedBias = OpenTK.Graphics.ES11.PixelTransferParameter.RedBias; + var _GreenScale = OpenTK.Graphics.ES11.PixelTransferParameter.GreenScale; + var _GreenBias = OpenTK.Graphics.ES11.PixelTransferParameter.GreenBias; + var _BlueScale = OpenTK.Graphics.ES11.PixelTransferParameter.BlueScale; + var _BlueBias = OpenTK.Graphics.ES11.PixelTransferParameter.BlueBias; + var _AlphaScale = OpenTK.Graphics.ES11.PixelTransferParameter.AlphaScale; + var _AlphaBias = OpenTK.Graphics.ES11.PixelTransferParameter.AlphaBias; + var _DepthScale = OpenTK.Graphics.ES11.PixelTransferParameter.DepthScale; + var _DepthBias = OpenTK.Graphics.ES11.PixelTransferParameter.DepthBias; + var _PostConvolutionRedScale = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionRedScale; + var _PostConvolutionRedScaleExt = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionRedScaleExt; + var _PostConvolutionGreenScale = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionGreenScale; + var _PostConvolutionGreenScaleExt = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionGreenScaleExt; + var _PostConvolutionBlueScale = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionBlueScale; + var _PostConvolutionBlueScaleExt = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionBlueScaleExt; + var _PostConvolutionAlphaScale = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionAlphaScale; + var _PostConvolutionAlphaScaleExt = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionAlphaScaleExt; + var _PostConvolutionRedBias = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionRedBias; + var _PostConvolutionRedBiasExt = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionRedBiasExt; + var _PostConvolutionGreenBias = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionGreenBias; + var _PostConvolutionGreenBiasExt = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionGreenBiasExt; + var _PostConvolutionBlueBias = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionBlueBias; + var _PostConvolutionBlueBiasExt = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionBlueBiasExt; + var _PostConvolutionAlphaBias = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionAlphaBias; + var _PostConvolutionAlphaBiasExt = OpenTK.Graphics.ES11.PixelTransferParameter.PostConvolutionAlphaBiasExt; + var _PostColorMatrixRedScale = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixRedScale; + var _PostColorMatrixRedScaleSgi = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixRedScaleSgi; + var _PostColorMatrixGreenScale = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixGreenScale; + var _PostColorMatrixGreenScaleSgi = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixGreenScaleSgi; + var _PostColorMatrixBlueScale = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixBlueScale; + var _PostColorMatrixBlueScaleSgi = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixBlueScaleSgi; + var _PostColorMatrixAlphaScale = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixAlphaScale; + var _PostColorMatrixAlphaScaleSgi = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixAlphaScaleSgi; + var _PostColorMatrixRedBias = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixRedBias; + var _PostColorMatrixRedBiasSgi = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixRedBiasSgi; + var _PostColorMatrixGreenBias = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixGreenBias; + var _PostColorMatrixGreenBiasSgi = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixGreenBiasSgi; + var _PostColorMatrixBlueBias = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixBlueBias; + var _PostColorMatrixBlueBiasSgi = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixBlueBiasSgi; + var _PostColorMatrixAlphaBias = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixAlphaBias; + var _PostColorMatrixAlphaBiasSgi = OpenTK.Graphics.ES11.PixelTransferParameter.PostColorMatrixAlphaBiasSgi; +} +static void Test_PixelType_20437() { + var _Byte = OpenTK.Graphics.ES11.PixelType.Byte; + var _UnsignedByte = OpenTK.Graphics.ES11.PixelType.UnsignedByte; + var _Short = OpenTK.Graphics.ES11.PixelType.Short; + var _UnsignedShort = OpenTK.Graphics.ES11.PixelType.UnsignedShort; + var _Int = OpenTK.Graphics.ES11.PixelType.Int; + var _UnsignedInt = OpenTK.Graphics.ES11.PixelType.UnsignedInt; + var _Float = OpenTK.Graphics.ES11.PixelType.Float; + var _Bitmap = OpenTK.Graphics.ES11.PixelType.Bitmap; + var _UnsignedByte332 = OpenTK.Graphics.ES11.PixelType.UnsignedByte332; + var _UnsignedByte332Ext = OpenTK.Graphics.ES11.PixelType.UnsignedByte332Ext; + var _UnsignedShort4444 = OpenTK.Graphics.ES11.PixelType.UnsignedShort4444; + var _UnsignedShort4444Ext = OpenTK.Graphics.ES11.PixelType.UnsignedShort4444Ext; + var _UnsignedShort5551 = OpenTK.Graphics.ES11.PixelType.UnsignedShort5551; + var _UnsignedShort5551Ext = OpenTK.Graphics.ES11.PixelType.UnsignedShort5551Ext; + var _UnsignedInt8888 = OpenTK.Graphics.ES11.PixelType.UnsignedInt8888; + var _UnsignedInt8888Ext = OpenTK.Graphics.ES11.PixelType.UnsignedInt8888Ext; + var _UnsignedInt1010102 = OpenTK.Graphics.ES11.PixelType.UnsignedInt1010102; + var _UnsignedInt1010102Ext = OpenTK.Graphics.ES11.PixelType.UnsignedInt1010102Ext; +} +static void Test_PointParameterNameSgis_20438() { + var _PointSizeMin = OpenTK.Graphics.ES11.PointParameterNameSgis.PointSizeMin; + var _PointSizeMinArb = OpenTK.Graphics.ES11.PointParameterNameSgis.PointSizeMinArb; + var _PointSizeMinExt = OpenTK.Graphics.ES11.PointParameterNameSgis.PointSizeMinExt; + var _PointSizeMinSgis = OpenTK.Graphics.ES11.PointParameterNameSgis.PointSizeMinSgis; + var _PointSizeMax = OpenTK.Graphics.ES11.PointParameterNameSgis.PointSizeMax; + var _PointSizeMaxArb = OpenTK.Graphics.ES11.PointParameterNameSgis.PointSizeMaxArb; + var _PointSizeMaxExt = OpenTK.Graphics.ES11.PointParameterNameSgis.PointSizeMaxExt; + var _PointSizeMaxSgis = OpenTK.Graphics.ES11.PointParameterNameSgis.PointSizeMaxSgis; + var _PointFadeThresholdSize = OpenTK.Graphics.ES11.PointParameterNameSgis.PointFadeThresholdSize; + var _PointFadeThresholdSizeArb = OpenTK.Graphics.ES11.PointParameterNameSgis.PointFadeThresholdSizeArb; + var _PointFadeThresholdSizeExt = OpenTK.Graphics.ES11.PointParameterNameSgis.PointFadeThresholdSizeExt; + var _PointFadeThresholdSizeSgis = OpenTK.Graphics.ES11.PointParameterNameSgis.PointFadeThresholdSizeSgis; + var _DistanceAttenuationExt = OpenTK.Graphics.ES11.PointParameterNameSgis.DistanceAttenuationExt; + var _DistanceAttenuationSgis = OpenTK.Graphics.ES11.PointParameterNameSgis.DistanceAttenuationSgis; + var _PointDistanceAttenuation = OpenTK.Graphics.ES11.PointParameterNameSgis.PointDistanceAttenuation; + var _PointDistanceAttenuationArb = OpenTK.Graphics.ES11.PointParameterNameSgis.PointDistanceAttenuationArb; +} +static void Test_PolygonMode_20439() { + var _Point = OpenTK.Graphics.ES11.PolygonMode.Point; + var _Line = OpenTK.Graphics.ES11.PolygonMode.Line; + var _Fill = OpenTK.Graphics.ES11.PolygonMode.Fill; +} +static void Test_PrimitiveType_20440() { + var _Points = OpenTK.Graphics.ES11.PrimitiveType.Points; + var _Lines = OpenTK.Graphics.ES11.PrimitiveType.Lines; + var _LineLoop = OpenTK.Graphics.ES11.PrimitiveType.LineLoop; + var _LineStrip = OpenTK.Graphics.ES11.PrimitiveType.LineStrip; + var _Triangles = OpenTK.Graphics.ES11.PrimitiveType.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES11.PrimitiveType.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES11.PrimitiveType.TriangleFan; + var _Quads = OpenTK.Graphics.ES11.PrimitiveType.Quads; + var _QuadsExt = OpenTK.Graphics.ES11.PrimitiveType.QuadsExt; + var _QuadStrip = OpenTK.Graphics.ES11.PrimitiveType.QuadStrip; + var _Polygon = OpenTK.Graphics.ES11.PrimitiveType.Polygon; + var _LinesAdjacency = OpenTK.Graphics.ES11.PrimitiveType.LinesAdjacency; + var _LinesAdjacencyArb = OpenTK.Graphics.ES11.PrimitiveType.LinesAdjacencyArb; + var _LinesAdjacencyExt = OpenTK.Graphics.ES11.PrimitiveType.LinesAdjacencyExt; + var _LineStripAdjacency = OpenTK.Graphics.ES11.PrimitiveType.LineStripAdjacency; + var _LineStripAdjacencyArb = OpenTK.Graphics.ES11.PrimitiveType.LineStripAdjacencyArb; + var _LineStripAdjacencyExt = OpenTK.Graphics.ES11.PrimitiveType.LineStripAdjacencyExt; + var _TrianglesAdjacency = OpenTK.Graphics.ES11.PrimitiveType.TrianglesAdjacency; + var _TrianglesAdjacencyArb = OpenTK.Graphics.ES11.PrimitiveType.TrianglesAdjacencyArb; + var _TrianglesAdjacencyExt = OpenTK.Graphics.ES11.PrimitiveType.TrianglesAdjacencyExt; + var _TriangleStripAdjacency = OpenTK.Graphics.ES11.PrimitiveType.TriangleStripAdjacency; + var _TriangleStripAdjacencyArb = OpenTK.Graphics.ES11.PrimitiveType.TriangleStripAdjacencyArb; + var _TriangleStripAdjacencyExt = OpenTK.Graphics.ES11.PrimitiveType.TriangleStripAdjacencyExt; + var _Patches = OpenTK.Graphics.ES11.PrimitiveType.Patches; + var _PatchesExt = OpenTK.Graphics.ES11.PrimitiveType.PatchesExt; +} +static void Test_QcomdriverControl_20441() { + var _QcomDriverControl = OpenTK.Graphics.ES11.QcomdriverControl.QcomDriverControl; +} +static void Test_QcomDriverControl_20442() { +} +static void Test_QcomExtendedGet_20443() { + var _TextureWidthQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureWidthQcom; + var _TextureHeightQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureHeightQcom; + var _TextureDepthQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureDepthQcom; + var _TextureInternalFormatQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureInternalFormatQcom; + var _TextureFormatQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureFormatQcom; + var _TextureTypeQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureTypeQcom; + var _TextureImageValidQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureImageValidQcom; + var _TextureNumLevelsQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureNumLevelsQcom; + var _TextureTargetQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureTargetQcom; + var _TextureObjectValidQcom = OpenTK.Graphics.ES11.QcomExtendedGet.TextureObjectValidQcom; + var _StateRestore = OpenTK.Graphics.ES11.QcomExtendedGet.StateRestore; +} +static void Test_QcomExtendedGet2_20444() { +} +static void Test_QcomperfmonGlobalMode_20445() { + var _PerfmonGlobalModeQcom = OpenTK.Graphics.ES11.QcomperfmonGlobalMode.PerfmonGlobalModeQcom; + var _QcomPerfmonGlobalMode = OpenTK.Graphics.ES11.QcomperfmonGlobalMode.QcomPerfmonGlobalMode; +} +static void Test_QcomPerfmonGlobalMode_20446() { + var _PerfmonGlobalModeQcom = OpenTK.Graphics.ES11.QcomPerfmonGlobalMode.PerfmonGlobalModeQcom; +} +static void Test_QcomTiledRendering_20447() { + var _ColorBufferBit0Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.ColorBufferBit0Qcom; + var _ColorBufferBit1Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.ColorBufferBit1Qcom; + var _ColorBufferBit2Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.ColorBufferBit2Qcom; + var _ColorBufferBit3Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.ColorBufferBit3Qcom; + var _ColorBufferBit4Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.ColorBufferBit4Qcom; + var _ColorBufferBit5Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.ColorBufferBit5Qcom; + var _ColorBufferBit6Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.ColorBufferBit6Qcom; + var _ColorBufferBit7Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.ColorBufferBit7Qcom; + var _DepthBufferBit0Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.DepthBufferBit0Qcom; + var _DepthBufferBit1Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.DepthBufferBit1Qcom; + var _DepthBufferBit2Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.DepthBufferBit2Qcom; + var _DepthBufferBit3Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.DepthBufferBit3Qcom; + var _DepthBufferBit4Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.DepthBufferBit4Qcom; + var _DepthBufferBit5Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.DepthBufferBit5Qcom; + var _DepthBufferBit6Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.DepthBufferBit6Qcom; + var _DepthBufferBit7Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.DepthBufferBit7Qcom; + var _StencilBufferBit0Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.StencilBufferBit0Qcom; + var _StencilBufferBit1Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.StencilBufferBit1Qcom; + var _StencilBufferBit2Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.StencilBufferBit2Qcom; + var _StencilBufferBit3Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.StencilBufferBit3Qcom; + var _StencilBufferBit4Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.StencilBufferBit4Qcom; + var _StencilBufferBit5Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.StencilBufferBit5Qcom; + var _StencilBufferBit6Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.StencilBufferBit6Qcom; + var _StencilBufferBit7Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.StencilBufferBit7Qcom; + var _MultisampleBufferBit0Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.MultisampleBufferBit0Qcom; + var _MultisampleBufferBit1Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.MultisampleBufferBit1Qcom; + var _MultisampleBufferBit2Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.MultisampleBufferBit2Qcom; + var _MultisampleBufferBit3Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.MultisampleBufferBit3Qcom; + var _MultisampleBufferBit4Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.MultisampleBufferBit4Qcom; + var _MultisampleBufferBit5Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.MultisampleBufferBit5Qcom; + var _MultisampleBufferBit6Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.MultisampleBufferBit6Qcom; + var _MultisampleBufferBit7Qcom = OpenTK.Graphics.ES11.QcomTiledRendering.MultisampleBufferBit7Qcom; +} +static void Test_QcomWriteonlyRendering_20448() { + var _WriteonlyRenderingQcom = OpenTK.Graphics.ES11.QcomWriteonlyRendering.WriteonlyRenderingQcom; +} +static void Test_ReadBufferMode_20449() { + var _FrontLeft = OpenTK.Graphics.ES11.ReadBufferMode.FrontLeft; + var _FrontRight = OpenTK.Graphics.ES11.ReadBufferMode.FrontRight; + var _BackLeft = OpenTK.Graphics.ES11.ReadBufferMode.BackLeft; + var _BackRight = OpenTK.Graphics.ES11.ReadBufferMode.BackRight; + var _Front = OpenTK.Graphics.ES11.ReadBufferMode.Front; + var _Back = OpenTK.Graphics.ES11.ReadBufferMode.Back; + var _Left = OpenTK.Graphics.ES11.ReadBufferMode.Left; + var _Right = OpenTK.Graphics.ES11.ReadBufferMode.Right; + var _Aux0 = OpenTK.Graphics.ES11.ReadBufferMode.Aux0; + var _Aux1 = OpenTK.Graphics.ES11.ReadBufferMode.Aux1; + var _Aux2 = OpenTK.Graphics.ES11.ReadBufferMode.Aux2; + var _Aux3 = OpenTK.Graphics.ES11.ReadBufferMode.Aux3; +} +static void Test_RenderingMode_20450() { + var _Render = OpenTK.Graphics.ES11.RenderingMode.Render; + var _Feedback = OpenTK.Graphics.ES11.RenderingMode.Feedback; + var _Select = OpenTK.Graphics.ES11.RenderingMode.Select; +} +static void Test_SamplePatternSgis_20451() { + var _Gl1PassExt = OpenTK.Graphics.ES11.SamplePatternSgis.Gl1PassExt; + var _Gl1PassSgis = OpenTK.Graphics.ES11.SamplePatternSgis.Gl1PassSgis; + var _Gl2Pass0Ext = OpenTK.Graphics.ES11.SamplePatternSgis.Gl2Pass0Ext; + var _Gl2Pass0Sgis = OpenTK.Graphics.ES11.SamplePatternSgis.Gl2Pass0Sgis; + var _Gl2Pass1Ext = OpenTK.Graphics.ES11.SamplePatternSgis.Gl2Pass1Ext; + var _Gl2Pass1Sgis = OpenTK.Graphics.ES11.SamplePatternSgis.Gl2Pass1Sgis; + var _Gl4Pass0Ext = OpenTK.Graphics.ES11.SamplePatternSgis.Gl4Pass0Ext; + var _Gl4Pass0Sgis = OpenTK.Graphics.ES11.SamplePatternSgis.Gl4Pass0Sgis; + var _Gl4Pass1Ext = OpenTK.Graphics.ES11.SamplePatternSgis.Gl4Pass1Ext; + var _Gl4Pass1Sgis = OpenTK.Graphics.ES11.SamplePatternSgis.Gl4Pass1Sgis; + var _Gl4Pass2Ext = OpenTK.Graphics.ES11.SamplePatternSgis.Gl4Pass2Ext; + var _Gl4Pass2Sgis = OpenTK.Graphics.ES11.SamplePatternSgis.Gl4Pass2Sgis; + var _Gl4Pass3Ext = OpenTK.Graphics.ES11.SamplePatternSgis.Gl4Pass3Ext; + var _Gl4Pass3Sgis = OpenTK.Graphics.ES11.SamplePatternSgis.Gl4Pass3Sgis; +} +static void Test_SeparableTargetExt_20452() { + var _Separable2D = OpenTK.Graphics.ES11.SeparableTargetExt.Separable2D; + var _Separable2DExt = OpenTK.Graphics.ES11.SeparableTargetExt.Separable2DExt; +} +static void Test_ShadingModel_20453() { + var _Flat = OpenTK.Graphics.ES11.ShadingModel.Flat; + var _Smooth = OpenTK.Graphics.ES11.ShadingModel.Smooth; +} +static void Test_StencilFunction_20454() { + var _Never = OpenTK.Graphics.ES11.StencilFunction.Never; + var _Less = OpenTK.Graphics.ES11.StencilFunction.Less; + var _Equal = OpenTK.Graphics.ES11.StencilFunction.Equal; + var _Lequal = OpenTK.Graphics.ES11.StencilFunction.Lequal; + var _Greater = OpenTK.Graphics.ES11.StencilFunction.Greater; + var _Notequal = OpenTK.Graphics.ES11.StencilFunction.Notequal; + var _Gequal = OpenTK.Graphics.ES11.StencilFunction.Gequal; + var _Always = OpenTK.Graphics.ES11.StencilFunction.Always; +} +static void Test_StencilOp_20455() { + var _Zero = OpenTK.Graphics.ES11.StencilOp.Zero; + var _Invert = OpenTK.Graphics.ES11.StencilOp.Invert; + var _Keep = OpenTK.Graphics.ES11.StencilOp.Keep; + var _Replace = OpenTK.Graphics.ES11.StencilOp.Replace; + var _Incr = OpenTK.Graphics.ES11.StencilOp.Incr; + var _Decr = OpenTK.Graphics.ES11.StencilOp.Decr; +} +static void Test_StringName_20456() { + var _Vendor = OpenTK.Graphics.ES11.StringName.Vendor; + var _Renderer = OpenTK.Graphics.ES11.StringName.Renderer; + var _Version = OpenTK.Graphics.ES11.StringName.Version; + var _Extensions = OpenTK.Graphics.ES11.StringName.Extensions; +} +static void Test_TexCoordPointerType_20457() { + var _Short = OpenTK.Graphics.ES11.TexCoordPointerType.Short; + var _Int = OpenTK.Graphics.ES11.TexCoordPointerType.Int; + var _Float = OpenTK.Graphics.ES11.TexCoordPointerType.Float; + var _Double = OpenTK.Graphics.ES11.TexCoordPointerType.Double; +} +static void Test_TextureCombineDot3_20458() { + var _AlphaScale = OpenTK.Graphics.ES11.TextureCombineDot3.AlphaScale; + var _Subtract = OpenTK.Graphics.ES11.TextureCombineDot3.Subtract; + var _Combine = OpenTK.Graphics.ES11.TextureCombineDot3.Combine; + var _CombineRgb = OpenTK.Graphics.ES11.TextureCombineDot3.CombineRgb; + var _CombineAlpha = OpenTK.Graphics.ES11.TextureCombineDot3.CombineAlpha; + var _RgbScale = OpenTK.Graphics.ES11.TextureCombineDot3.RgbScale; + var _AddSigned = OpenTK.Graphics.ES11.TextureCombineDot3.AddSigned; + var _Interpolate = OpenTK.Graphics.ES11.TextureCombineDot3.Interpolate; + var _Constant = OpenTK.Graphics.ES11.TextureCombineDot3.Constant; + var _PrimaryColor = OpenTK.Graphics.ES11.TextureCombineDot3.PrimaryColor; + var _Previous = OpenTK.Graphics.ES11.TextureCombineDot3.Previous; + var _Src0Rgb = OpenTK.Graphics.ES11.TextureCombineDot3.Src0Rgb; + var _Src1Rgb = OpenTK.Graphics.ES11.TextureCombineDot3.Src1Rgb; + var _Src2Rgb = OpenTK.Graphics.ES11.TextureCombineDot3.Src2Rgb; + var _Src0Alpha = OpenTK.Graphics.ES11.TextureCombineDot3.Src0Alpha; + var _Src1Alpha = OpenTK.Graphics.ES11.TextureCombineDot3.Src1Alpha; + var _Src2Alpha = OpenTK.Graphics.ES11.TextureCombineDot3.Src2Alpha; + var _Operand0Rgb = OpenTK.Graphics.ES11.TextureCombineDot3.Operand0Rgb; + var _Operand1Rgb = OpenTK.Graphics.ES11.TextureCombineDot3.Operand1Rgb; + var _Operand2Rgb = OpenTK.Graphics.ES11.TextureCombineDot3.Operand2Rgb; + var _Operand0Alpha = OpenTK.Graphics.ES11.TextureCombineDot3.Operand0Alpha; + var _Operand1Alpha = OpenTK.Graphics.ES11.TextureCombineDot3.Operand1Alpha; + var _Operand2Alpha = OpenTK.Graphics.ES11.TextureCombineDot3.Operand2Alpha; + var _Dot3Rgb = OpenTK.Graphics.ES11.TextureCombineDot3.Dot3Rgb; + var _Dot3Rgba = OpenTK.Graphics.ES11.TextureCombineDot3.Dot3Rgba; +} +static void Test_TextureCoordName_20459() { + var _S = OpenTK.Graphics.ES11.TextureCoordName.S; + var _T = OpenTK.Graphics.ES11.TextureCoordName.T; + var _R = OpenTK.Graphics.ES11.TextureCoordName.R; + var _Q = OpenTK.Graphics.ES11.TextureCoordName.Q; +} +static void Test_TextureEnvMode_20460() { + var _Add = OpenTK.Graphics.ES11.TextureEnvMode.Add; + var _Blend = OpenTK.Graphics.ES11.TextureEnvMode.Blend; + var _Modulate = OpenTK.Graphics.ES11.TextureEnvMode.Modulate; + var _Decal = OpenTK.Graphics.ES11.TextureEnvMode.Decal; + var _ReplaceExt = OpenTK.Graphics.ES11.TextureEnvMode.ReplaceExt; + var _TextureEnvBiasSgix = OpenTK.Graphics.ES11.TextureEnvMode.TextureEnvBiasSgix; +} +static void Test_TextureEnvParameter_20461() { + var _TextureEnvMode = OpenTK.Graphics.ES11.TextureEnvParameter.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES11.TextureEnvParameter.TextureEnvColor; +} +static void Test_TextureEnvTarget_20462() { + var _TextureEnv = OpenTK.Graphics.ES11.TextureEnvTarget.TextureEnv; +} +static void Test_TextureFilterFuncSgis_20463() { + var _Filter4Sgis = OpenTK.Graphics.ES11.TextureFilterFuncSgis.Filter4Sgis; +} +static void Test_TextureGenMode_20464() { + var _EyeLinear = OpenTK.Graphics.ES11.TextureGenMode.EyeLinear; + var _ObjectLinear = OpenTK.Graphics.ES11.TextureGenMode.ObjectLinear; + var _SphereMap = OpenTK.Graphics.ES11.TextureGenMode.SphereMap; + var _EyeDistanceToPointSgis = OpenTK.Graphics.ES11.TextureGenMode.EyeDistanceToPointSgis; + var _ObjectDistanceToPointSgis = OpenTK.Graphics.ES11.TextureGenMode.ObjectDistanceToPointSgis; + var _EyeDistanceToLineSgis = OpenTK.Graphics.ES11.TextureGenMode.EyeDistanceToLineSgis; + var _ObjectDistanceToLineSgis = OpenTK.Graphics.ES11.TextureGenMode.ObjectDistanceToLineSgis; +} +static void Test_TextureGenParameter_20465() { + var _TextureGenMode = OpenTK.Graphics.ES11.TextureGenParameter.TextureGenMode; + var _ObjectPlane = OpenTK.Graphics.ES11.TextureGenParameter.ObjectPlane; + var _EyePlane = OpenTK.Graphics.ES11.TextureGenParameter.EyePlane; + var _EyePointSgis = OpenTK.Graphics.ES11.TextureGenParameter.EyePointSgis; + var _ObjectPointSgis = OpenTK.Graphics.ES11.TextureGenParameter.ObjectPointSgis; + var _EyeLineSgis = OpenTK.Graphics.ES11.TextureGenParameter.EyeLineSgis; + var _ObjectLineSgis = OpenTK.Graphics.ES11.TextureGenParameter.ObjectLineSgis; +} +static void Test_TextureMagFilter_20466() { + var _Nearest = OpenTK.Graphics.ES11.TextureMagFilter.Nearest; + var _Linear = OpenTK.Graphics.ES11.TextureMagFilter.Linear; + var _LinearDetailSgis = OpenTK.Graphics.ES11.TextureMagFilter.LinearDetailSgis; + var _LinearDetailAlphaSgis = OpenTK.Graphics.ES11.TextureMagFilter.LinearDetailAlphaSgis; + var _LinearDetailColorSgis = OpenTK.Graphics.ES11.TextureMagFilter.LinearDetailColorSgis; + var _LinearSharpenSgis = OpenTK.Graphics.ES11.TextureMagFilter.LinearSharpenSgis; + var _LinearSharpenAlphaSgis = OpenTK.Graphics.ES11.TextureMagFilter.LinearSharpenAlphaSgis; + var _LinearSharpenColorSgis = OpenTK.Graphics.ES11.TextureMagFilter.LinearSharpenColorSgis; + var _Filter4Sgis = OpenTK.Graphics.ES11.TextureMagFilter.Filter4Sgis; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES11.TextureMagFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES11.TextureMagFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES11.TextureMagFilter.PixelTexGenQFloorSgix; +} +static void Test_TextureMinFilter_20467() { + var _Nearest = OpenTK.Graphics.ES11.TextureMinFilter.Nearest; + var _Linear = OpenTK.Graphics.ES11.TextureMinFilter.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES11.TextureMinFilter.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES11.TextureMinFilter.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES11.TextureMinFilter.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES11.TextureMinFilter.LinearMipmapLinear; + var _Filter4Sgis = OpenTK.Graphics.ES11.TextureMinFilter.Filter4Sgis; + var _LinearClipmapLinearSgix = OpenTK.Graphics.ES11.TextureMinFilter.LinearClipmapLinearSgix; + var _PixelTexGenQCeilingSgix = OpenTK.Graphics.ES11.TextureMinFilter.PixelTexGenQCeilingSgix; + var _PixelTexGenQRoundSgix = OpenTK.Graphics.ES11.TextureMinFilter.PixelTexGenQRoundSgix; + var _PixelTexGenQFloorSgix = OpenTK.Graphics.ES11.TextureMinFilter.PixelTexGenQFloorSgix; + var _NearestClipmapNearestSgix = OpenTK.Graphics.ES11.TextureMinFilter.NearestClipmapNearestSgix; + var _NearestClipmapLinearSgix = OpenTK.Graphics.ES11.TextureMinFilter.NearestClipmapLinearSgix; + var _LinearClipmapNearestSgix = OpenTK.Graphics.ES11.TextureMinFilter.LinearClipmapNearestSgix; +} +static void Test_TextureParameterName_20468() { + var _TextureBorderColor = OpenTK.Graphics.ES11.TextureParameterName.TextureBorderColor; + var _TextureMagFilter = OpenTK.Graphics.ES11.TextureParameterName.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES11.TextureParameterName.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES11.TextureParameterName.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES11.TextureParameterName.TextureWrapT; + var _TexturePriority = OpenTK.Graphics.ES11.TextureParameterName.TexturePriority; + var _TexturePriorityExt = OpenTK.Graphics.ES11.TextureParameterName.TexturePriorityExt; + var _TextureWrapR = OpenTK.Graphics.ES11.TextureParameterName.TextureWrapR; + var _TextureWrapRExt = OpenTK.Graphics.ES11.TextureParameterName.TextureWrapRExt; + var _TextureWrapROes = OpenTK.Graphics.ES11.TextureParameterName.TextureWrapROes; + var _DetailTextureLevelSgis = OpenTK.Graphics.ES11.TextureParameterName.DetailTextureLevelSgis; + var _DetailTextureModeSgis = OpenTK.Graphics.ES11.TextureParameterName.DetailTextureModeSgis; + var _ShadowAmbientSgix = OpenTK.Graphics.ES11.TextureParameterName.ShadowAmbientSgix; + var _DualTextureSelectSgis = OpenTK.Graphics.ES11.TextureParameterName.DualTextureSelectSgis; + var _QuadTextureSelectSgis = OpenTK.Graphics.ES11.TextureParameterName.QuadTextureSelectSgis; + var _TextureWrapQSgis = OpenTK.Graphics.ES11.TextureParameterName.TextureWrapQSgis; + var _TextureClipmapCenterSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureClipmapCenterSgix; + var _TextureClipmapFrameSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureClipmapFrameSgix; + var _TextureClipmapOffsetSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureClipmapOffsetSgix; + var _TextureClipmapVirtualDepthSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureClipmapVirtualDepthSgix; + var _TextureClipmapLodOffsetSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureClipmapLodOffsetSgix; + var _TextureClipmapDepthSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureClipmapDepthSgix; + var _PostTextureFilterBiasSgix = OpenTK.Graphics.ES11.TextureParameterName.PostTextureFilterBiasSgix; + var _PostTextureFilterScaleSgix = OpenTK.Graphics.ES11.TextureParameterName.PostTextureFilterScaleSgix; + var _TextureLodBiasSSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureLodBiasSSgix; + var _TextureLodBiasTSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureLodBiasTSgix; + var _TextureLodBiasRSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureLodBiasRSgix; + var _GenerateMipmap = OpenTK.Graphics.ES11.TextureParameterName.GenerateMipmap; + var _GenerateMipmapSgis = OpenTK.Graphics.ES11.TextureParameterName.GenerateMipmapSgis; + var _TextureCompareSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureCompareSgix; + var _TextureMaxClampSSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureMaxClampSSgix; + var _TextureMaxClampTSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureMaxClampTSgix; + var _TextureMaxClampRSgix = OpenTK.Graphics.ES11.TextureParameterName.TextureMaxClampRSgix; +} +static void Test_TextureTarget_20469() { + var _Texture1D = OpenTK.Graphics.ES11.TextureTarget.Texture1D; + var _Texture2D = OpenTK.Graphics.ES11.TextureTarget.Texture2D; + var _ProxyTexture1D = OpenTK.Graphics.ES11.TextureTarget.ProxyTexture1D; + var _ProxyTexture1DExt = OpenTK.Graphics.ES11.TextureTarget.ProxyTexture1DExt; + var _ProxyTexture2D = OpenTK.Graphics.ES11.TextureTarget.ProxyTexture2D; + var _ProxyTexture2DExt = OpenTK.Graphics.ES11.TextureTarget.ProxyTexture2DExt; + var _Texture3D = OpenTK.Graphics.ES11.TextureTarget.Texture3D; + var _Texture3DExt = OpenTK.Graphics.ES11.TextureTarget.Texture3DExt; + var _Texture3DOes = OpenTK.Graphics.ES11.TextureTarget.Texture3DOes; + var _ProxyTexture3D = OpenTK.Graphics.ES11.TextureTarget.ProxyTexture3D; + var _ProxyTexture3DExt = OpenTK.Graphics.ES11.TextureTarget.ProxyTexture3DExt; + var _DetailTexture2DSgis = OpenTK.Graphics.ES11.TextureTarget.DetailTexture2DSgis; + var _Texture4DSgis = OpenTK.Graphics.ES11.TextureTarget.Texture4DSgis; + var _ProxyTexture4DSgis = OpenTK.Graphics.ES11.TextureTarget.ProxyTexture4DSgis; + var _TextureMinLod = OpenTK.Graphics.ES11.TextureTarget.TextureMinLod; + var _TextureMinLodSgis = OpenTK.Graphics.ES11.TextureTarget.TextureMinLodSgis; + var _TextureMaxLod = OpenTK.Graphics.ES11.TextureTarget.TextureMaxLod; + var _TextureMaxLodSgis = OpenTK.Graphics.ES11.TextureTarget.TextureMaxLodSgis; + var _TextureBaseLevel = OpenTK.Graphics.ES11.TextureTarget.TextureBaseLevel; + var _TextureBaseLevelSgis = OpenTK.Graphics.ES11.TextureTarget.TextureBaseLevelSgis; + var _TextureMaxLevel = OpenTK.Graphics.ES11.TextureTarget.TextureMaxLevel; + var _TextureMaxLevelSgis = OpenTK.Graphics.ES11.TextureTarget.TextureMaxLevelSgis; +} +static void Test_TextureUnit_20470() { + var _Texture0 = OpenTK.Graphics.ES11.TextureUnit.Texture0; + var _Texture1 = OpenTK.Graphics.ES11.TextureUnit.Texture1; + var _Texture2 = OpenTK.Graphics.ES11.TextureUnit.Texture2; + var _Texture3 = OpenTK.Graphics.ES11.TextureUnit.Texture3; + var _Texture4 = OpenTK.Graphics.ES11.TextureUnit.Texture4; + var _Texture5 = OpenTK.Graphics.ES11.TextureUnit.Texture5; + var _Texture6 = OpenTK.Graphics.ES11.TextureUnit.Texture6; + var _Texture7 = OpenTK.Graphics.ES11.TextureUnit.Texture7; + var _Texture8 = OpenTK.Graphics.ES11.TextureUnit.Texture8; + var _Texture9 = OpenTK.Graphics.ES11.TextureUnit.Texture9; + var _Texture10 = OpenTK.Graphics.ES11.TextureUnit.Texture10; + var _Texture11 = OpenTK.Graphics.ES11.TextureUnit.Texture11; + var _Texture12 = OpenTK.Graphics.ES11.TextureUnit.Texture12; + var _Texture13 = OpenTK.Graphics.ES11.TextureUnit.Texture13; + var _Texture14 = OpenTK.Graphics.ES11.TextureUnit.Texture14; + var _Texture15 = OpenTK.Graphics.ES11.TextureUnit.Texture15; + var _Texture16 = OpenTK.Graphics.ES11.TextureUnit.Texture16; + var _Texture17 = OpenTK.Graphics.ES11.TextureUnit.Texture17; + var _Texture18 = OpenTK.Graphics.ES11.TextureUnit.Texture18; + var _Texture19 = OpenTK.Graphics.ES11.TextureUnit.Texture19; + var _Texture20 = OpenTK.Graphics.ES11.TextureUnit.Texture20; + var _Texture21 = OpenTK.Graphics.ES11.TextureUnit.Texture21; + var _Texture22 = OpenTK.Graphics.ES11.TextureUnit.Texture22; + var _Texture23 = OpenTK.Graphics.ES11.TextureUnit.Texture23; + var _Texture24 = OpenTK.Graphics.ES11.TextureUnit.Texture24; + var _Texture25 = OpenTK.Graphics.ES11.TextureUnit.Texture25; + var _Texture26 = OpenTK.Graphics.ES11.TextureUnit.Texture26; + var _Texture27 = OpenTK.Graphics.ES11.TextureUnit.Texture27; + var _Texture28 = OpenTK.Graphics.ES11.TextureUnit.Texture28; + var _Texture29 = OpenTK.Graphics.ES11.TextureUnit.Texture29; + var _Texture30 = OpenTK.Graphics.ES11.TextureUnit.Texture30; + var _Texture31 = OpenTK.Graphics.ES11.TextureUnit.Texture31; + var _ActiveTexture = OpenTK.Graphics.ES11.TextureUnit.ActiveTexture; + var _ClientActiveTexture = OpenTK.Graphics.ES11.TextureUnit.ClientActiveTexture; +} +static void Test_TextureWrapMode_20471() { + var _Clamp = OpenTK.Graphics.ES11.TextureWrapMode.Clamp; + var _Repeat = OpenTK.Graphics.ES11.TextureWrapMode.Repeat; + var _ClampToBorder = OpenTK.Graphics.ES11.TextureWrapMode.ClampToBorder; + var _ClampToBorderArb = OpenTK.Graphics.ES11.TextureWrapMode.ClampToBorderArb; + var _ClampToBorderNv = OpenTK.Graphics.ES11.TextureWrapMode.ClampToBorderNv; + var _ClampToBorderSgis = OpenTK.Graphics.ES11.TextureWrapMode.ClampToBorderSgis; + var _ClampToEdge = OpenTK.Graphics.ES11.TextureWrapMode.ClampToEdge; + var _ClampToEdgeSgis = OpenTK.Graphics.ES11.TextureWrapMode.ClampToEdgeSgis; +} +static void Test_UseProgramStageMask_20472() { + var _VertexShaderBit = OpenTK.Graphics.ES11.UseProgramStageMask.VertexShaderBit; + var _VertexShaderBitExt = OpenTK.Graphics.ES11.UseProgramStageMask.VertexShaderBitExt; + var _FragmentShaderBit = OpenTK.Graphics.ES11.UseProgramStageMask.FragmentShaderBit; + var _FragmentShaderBitExt = OpenTK.Graphics.ES11.UseProgramStageMask.FragmentShaderBitExt; + var _GeometryShaderBit = OpenTK.Graphics.ES11.UseProgramStageMask.GeometryShaderBit; + var _GeometryShaderBitExt = OpenTK.Graphics.ES11.UseProgramStageMask.GeometryShaderBitExt; + var _TessControlShaderBit = OpenTK.Graphics.ES11.UseProgramStageMask.TessControlShaderBit; + var _TessControlShaderBitExt = OpenTK.Graphics.ES11.UseProgramStageMask.TessControlShaderBitExt; + var _TessEvaluationShaderBit = OpenTK.Graphics.ES11.UseProgramStageMask.TessEvaluationShaderBit; + var _TessEvaluationShaderBitExt = OpenTK.Graphics.ES11.UseProgramStageMask.TessEvaluationShaderBitExt; + var _ComputeShaderBit = OpenTK.Graphics.ES11.UseProgramStageMask.ComputeShaderBit; + var _AllShaderBits = OpenTK.Graphics.ES11.UseProgramStageMask.AllShaderBits; + var _AllShaderBitsExt = OpenTK.Graphics.ES11.UseProgramStageMask.AllShaderBitsExt; +} +static void Test_VersionEsCm10_20473() { + var _False = OpenTK.Graphics.ES11.VersionEsCm10.False; + var _NoError = OpenTK.Graphics.ES11.VersionEsCm10.NoError; + var _Zero = OpenTK.Graphics.ES11.VersionEsCm10.Zero; + var _Points = OpenTK.Graphics.ES11.VersionEsCm10.Points; + var _DepthBufferBit = OpenTK.Graphics.ES11.VersionEsCm10.DepthBufferBit; + var _StencilBufferBit = OpenTK.Graphics.ES11.VersionEsCm10.StencilBufferBit; + var _ColorBufferBit = OpenTK.Graphics.ES11.VersionEsCm10.ColorBufferBit; + var _Lines = OpenTK.Graphics.ES11.VersionEsCm10.Lines; + var _LineLoop = OpenTK.Graphics.ES11.VersionEsCm10.LineLoop; + var _LineStrip = OpenTK.Graphics.ES11.VersionEsCm10.LineStrip; + var _Triangles = OpenTK.Graphics.ES11.VersionEsCm10.Triangles; + var _TriangleStrip = OpenTK.Graphics.ES11.VersionEsCm10.TriangleStrip; + var _TriangleFan = OpenTK.Graphics.ES11.VersionEsCm10.TriangleFan; + var _Add = OpenTK.Graphics.ES11.VersionEsCm10.Add; + var _Never = OpenTK.Graphics.ES11.VersionEsCm10.Never; + var _Less = OpenTK.Graphics.ES11.VersionEsCm10.Less; + var _Equal = OpenTK.Graphics.ES11.VersionEsCm10.Equal; + var _Lequal = OpenTK.Graphics.ES11.VersionEsCm10.Lequal; + var _Greater = OpenTK.Graphics.ES11.VersionEsCm10.Greater; + var _Notequal = OpenTK.Graphics.ES11.VersionEsCm10.Notequal; + var _Gequal = OpenTK.Graphics.ES11.VersionEsCm10.Gequal; + var _Always = OpenTK.Graphics.ES11.VersionEsCm10.Always; + var _SrcColor = OpenTK.Graphics.ES11.VersionEsCm10.SrcColor; + var _OneMinusSrcColor = OpenTK.Graphics.ES11.VersionEsCm10.OneMinusSrcColor; + var _SrcAlpha = OpenTK.Graphics.ES11.VersionEsCm10.SrcAlpha; + var _OneMinusSrcAlpha = OpenTK.Graphics.ES11.VersionEsCm10.OneMinusSrcAlpha; + var _DstAlpha = OpenTK.Graphics.ES11.VersionEsCm10.DstAlpha; + var _OneMinusDstAlpha = OpenTK.Graphics.ES11.VersionEsCm10.OneMinusDstAlpha; + var _DstColor = OpenTK.Graphics.ES11.VersionEsCm10.DstColor; + var _OneMinusDstColor = OpenTK.Graphics.ES11.VersionEsCm10.OneMinusDstColor; + var _SrcAlphaSaturate = OpenTK.Graphics.ES11.VersionEsCm10.SrcAlphaSaturate; + var _Front = OpenTK.Graphics.ES11.VersionEsCm10.Front; + var _Back = OpenTK.Graphics.ES11.VersionEsCm10.Back; + var _FrontAndBack = OpenTK.Graphics.ES11.VersionEsCm10.FrontAndBack; + var _InvalidEnum = OpenTK.Graphics.ES11.VersionEsCm10.InvalidEnum; + var _InvalidValue = OpenTK.Graphics.ES11.VersionEsCm10.InvalidValue; + var _InvalidOperation = OpenTK.Graphics.ES11.VersionEsCm10.InvalidOperation; + var _StackOverflow = OpenTK.Graphics.ES11.VersionEsCm10.StackOverflow; + var _StackUnderflow = OpenTK.Graphics.ES11.VersionEsCm10.StackUnderflow; + var _OutOfMemory = OpenTK.Graphics.ES11.VersionEsCm10.OutOfMemory; + var _Exp = OpenTK.Graphics.ES11.VersionEsCm10.Exp; + var _Exp2 = OpenTK.Graphics.ES11.VersionEsCm10.Exp2; + var _Cw = OpenTK.Graphics.ES11.VersionEsCm10.Cw; + var _Ccw = OpenTK.Graphics.ES11.VersionEsCm10.Ccw; + var _CurrentColor = OpenTK.Graphics.ES11.VersionEsCm10.CurrentColor; + var _CurrentNormal = OpenTK.Graphics.ES11.VersionEsCm10.CurrentNormal; + var _CurrentTextureCoords = OpenTK.Graphics.ES11.VersionEsCm10.CurrentTextureCoords; + var _PointSmooth = OpenTK.Graphics.ES11.VersionEsCm10.PointSmooth; + var _PointSize = OpenTK.Graphics.ES11.VersionEsCm10.PointSize; + var _SmoothPointSizeRange = OpenTK.Graphics.ES11.VersionEsCm10.SmoothPointSizeRange; + var _LineSmooth = OpenTK.Graphics.ES11.VersionEsCm10.LineSmooth; + var _LineWidth = OpenTK.Graphics.ES11.VersionEsCm10.LineWidth; + var _SmoothLineWidthRange = OpenTK.Graphics.ES11.VersionEsCm10.SmoothLineWidthRange; + var _CullFace = OpenTK.Graphics.ES11.VersionEsCm10.CullFace; + var _CullFaceMode = OpenTK.Graphics.ES11.VersionEsCm10.CullFaceMode; + var _FrontFace = OpenTK.Graphics.ES11.VersionEsCm10.FrontFace; + var _Lighting = OpenTK.Graphics.ES11.VersionEsCm10.Lighting; + var _LightModelTwoSide = OpenTK.Graphics.ES11.VersionEsCm10.LightModelTwoSide; + var _LightModelAmbient = OpenTK.Graphics.ES11.VersionEsCm10.LightModelAmbient; + var _ShadeModel = OpenTK.Graphics.ES11.VersionEsCm10.ShadeModel; + var _ColorMaterial = OpenTK.Graphics.ES11.VersionEsCm10.ColorMaterial; + var _Fog = OpenTK.Graphics.ES11.VersionEsCm10.Fog; + var _FogDensity = OpenTK.Graphics.ES11.VersionEsCm10.FogDensity; + var _FogStart = OpenTK.Graphics.ES11.VersionEsCm10.FogStart; + var _FogEnd = OpenTK.Graphics.ES11.VersionEsCm10.FogEnd; + var _FogMode = OpenTK.Graphics.ES11.VersionEsCm10.FogMode; + var _FogColor = OpenTK.Graphics.ES11.VersionEsCm10.FogColor; + var _DepthRange = OpenTK.Graphics.ES11.VersionEsCm10.DepthRange; + var _DepthTest = OpenTK.Graphics.ES11.VersionEsCm10.DepthTest; + var _DepthWritemask = OpenTK.Graphics.ES11.VersionEsCm10.DepthWritemask; + var _DepthClearValue = OpenTK.Graphics.ES11.VersionEsCm10.DepthClearValue; + var _DepthFunc = OpenTK.Graphics.ES11.VersionEsCm10.DepthFunc; + var _StencilTest = OpenTK.Graphics.ES11.VersionEsCm10.StencilTest; + var _StencilClearValue = OpenTK.Graphics.ES11.VersionEsCm10.StencilClearValue; + var _StencilFunc = OpenTK.Graphics.ES11.VersionEsCm10.StencilFunc; + var _StencilValueMask = OpenTK.Graphics.ES11.VersionEsCm10.StencilValueMask; + var _StencilFail = OpenTK.Graphics.ES11.VersionEsCm10.StencilFail; + var _StencilPassDepthFail = OpenTK.Graphics.ES11.VersionEsCm10.StencilPassDepthFail; + var _StencilPassDepthPass = OpenTK.Graphics.ES11.VersionEsCm10.StencilPassDepthPass; + var _StencilRef = OpenTK.Graphics.ES11.VersionEsCm10.StencilRef; + var _StencilWritemask = OpenTK.Graphics.ES11.VersionEsCm10.StencilWritemask; + var _MatrixMode = OpenTK.Graphics.ES11.VersionEsCm10.MatrixMode; + var _Normalize = OpenTK.Graphics.ES11.VersionEsCm10.Normalize; + var _Viewport = OpenTK.Graphics.ES11.VersionEsCm10.Viewport; + var _ModelviewStackDepth = OpenTK.Graphics.ES11.VersionEsCm10.ModelviewStackDepth; + var _ProjectionStackDepth = OpenTK.Graphics.ES11.VersionEsCm10.ProjectionStackDepth; + var _TextureStackDepth = OpenTK.Graphics.ES11.VersionEsCm10.TextureStackDepth; + var _ModelviewMatrix = OpenTK.Graphics.ES11.VersionEsCm10.ModelviewMatrix; + var _ProjectionMatrix = OpenTK.Graphics.ES11.VersionEsCm10.ProjectionMatrix; + var _TextureMatrix = OpenTK.Graphics.ES11.VersionEsCm10.TextureMatrix; + var _AlphaTest = OpenTK.Graphics.ES11.VersionEsCm10.AlphaTest; + var _AlphaTestFunc = OpenTK.Graphics.ES11.VersionEsCm10.AlphaTestFunc; + var _AlphaTestRef = OpenTK.Graphics.ES11.VersionEsCm10.AlphaTestRef; + var _Dither = OpenTK.Graphics.ES11.VersionEsCm10.Dither; + var _BlendDst = OpenTK.Graphics.ES11.VersionEsCm10.BlendDst; + var _BlendSrc = OpenTK.Graphics.ES11.VersionEsCm10.BlendSrc; + var _Blend = OpenTK.Graphics.ES11.VersionEsCm10.Blend; + var _LogicOpMode = OpenTK.Graphics.ES11.VersionEsCm10.LogicOpMode; + var _ColorLogicOp = OpenTK.Graphics.ES11.VersionEsCm10.ColorLogicOp; + var _ScissorBox = OpenTK.Graphics.ES11.VersionEsCm10.ScissorBox; + var _ScissorTest = OpenTK.Graphics.ES11.VersionEsCm10.ScissorTest; + var _ColorClearValue = OpenTK.Graphics.ES11.VersionEsCm10.ColorClearValue; + var _ColorWritemask = OpenTK.Graphics.ES11.VersionEsCm10.ColorWritemask; + var _PerspectiveCorrectionHint = OpenTK.Graphics.ES11.VersionEsCm10.PerspectiveCorrectionHint; + var _PointSmoothHint = OpenTK.Graphics.ES11.VersionEsCm10.PointSmoothHint; + var _LineSmoothHint = OpenTK.Graphics.ES11.VersionEsCm10.LineSmoothHint; + var _FogHint = OpenTK.Graphics.ES11.VersionEsCm10.FogHint; + var _UnpackAlignment = OpenTK.Graphics.ES11.VersionEsCm10.UnpackAlignment; + var _PackAlignment = OpenTK.Graphics.ES11.VersionEsCm10.PackAlignment; + var _AlphaScale = OpenTK.Graphics.ES11.VersionEsCm10.AlphaScale; + var _MaxLights = OpenTK.Graphics.ES11.VersionEsCm10.MaxLights; + var _MaxClipPlanes = OpenTK.Graphics.ES11.VersionEsCm10.MaxClipPlanes; + var _MaxTextureSize = OpenTK.Graphics.ES11.VersionEsCm10.MaxTextureSize; + var _MaxModelviewStackDepth = OpenTK.Graphics.ES11.VersionEsCm10.MaxModelviewStackDepth; + var _MaxProjectionStackDepth = OpenTK.Graphics.ES11.VersionEsCm10.MaxProjectionStackDepth; + var _MaxTextureStackDepth = OpenTK.Graphics.ES11.VersionEsCm10.MaxTextureStackDepth; + var _MaxViewportDims = OpenTK.Graphics.ES11.VersionEsCm10.MaxViewportDims; + var _SubpixelBits = OpenTK.Graphics.ES11.VersionEsCm10.SubpixelBits; + var _RedBits = OpenTK.Graphics.ES11.VersionEsCm10.RedBits; + var _GreenBits = OpenTK.Graphics.ES11.VersionEsCm10.GreenBits; + var _BlueBits = OpenTK.Graphics.ES11.VersionEsCm10.BlueBits; + var _AlphaBits = OpenTK.Graphics.ES11.VersionEsCm10.AlphaBits; + var _DepthBits = OpenTK.Graphics.ES11.VersionEsCm10.DepthBits; + var _StencilBits = OpenTK.Graphics.ES11.VersionEsCm10.StencilBits; + var _Texture2D = OpenTK.Graphics.ES11.VersionEsCm10.Texture2D; + var _DontCare = OpenTK.Graphics.ES11.VersionEsCm10.DontCare; + var _Fastest = OpenTK.Graphics.ES11.VersionEsCm10.Fastest; + var _Nicest = OpenTK.Graphics.ES11.VersionEsCm10.Nicest; + var _Ambient = OpenTK.Graphics.ES11.VersionEsCm10.Ambient; + var _Diffuse = OpenTK.Graphics.ES11.VersionEsCm10.Diffuse; + var _Specular = OpenTK.Graphics.ES11.VersionEsCm10.Specular; + var _Position = OpenTK.Graphics.ES11.VersionEsCm10.Position; + var _SpotDirection = OpenTK.Graphics.ES11.VersionEsCm10.SpotDirection; + var _SpotExponent = OpenTK.Graphics.ES11.VersionEsCm10.SpotExponent; + var _SpotCutoff = OpenTK.Graphics.ES11.VersionEsCm10.SpotCutoff; + var _ConstantAttenuation = OpenTK.Graphics.ES11.VersionEsCm10.ConstantAttenuation; + var _LinearAttenuation = OpenTK.Graphics.ES11.VersionEsCm10.LinearAttenuation; + var _QuadraticAttenuation = OpenTK.Graphics.ES11.VersionEsCm10.QuadraticAttenuation; + var _Byte = OpenTK.Graphics.ES11.VersionEsCm10.Byte; + var _UnsignedByte = OpenTK.Graphics.ES11.VersionEsCm10.UnsignedByte; + var _Short = OpenTK.Graphics.ES11.VersionEsCm10.Short; + var _UnsignedShort = OpenTK.Graphics.ES11.VersionEsCm10.UnsignedShort; + var _Float = OpenTK.Graphics.ES11.VersionEsCm10.Float; + var _Fixed = OpenTK.Graphics.ES11.VersionEsCm10.Fixed; + var _Clear = OpenTK.Graphics.ES11.VersionEsCm10.Clear; + var _And = OpenTK.Graphics.ES11.VersionEsCm10.And; + var _AndReverse = OpenTK.Graphics.ES11.VersionEsCm10.AndReverse; + var _Copy = OpenTK.Graphics.ES11.VersionEsCm10.Copy; + var _AndInverted = OpenTK.Graphics.ES11.VersionEsCm10.AndInverted; + var _Noop = OpenTK.Graphics.ES11.VersionEsCm10.Noop; + var _Xor = OpenTK.Graphics.ES11.VersionEsCm10.Xor; + var _Or = OpenTK.Graphics.ES11.VersionEsCm10.Or; + var _Nor = OpenTK.Graphics.ES11.VersionEsCm10.Nor; + var _Equiv = OpenTK.Graphics.ES11.VersionEsCm10.Equiv; + var _Invert = OpenTK.Graphics.ES11.VersionEsCm10.Invert; + var _OrReverse = OpenTK.Graphics.ES11.VersionEsCm10.OrReverse; + var _CopyInverted = OpenTK.Graphics.ES11.VersionEsCm10.CopyInverted; + var _OrInverted = OpenTK.Graphics.ES11.VersionEsCm10.OrInverted; + var _Nand = OpenTK.Graphics.ES11.VersionEsCm10.Nand; + var _Set = OpenTK.Graphics.ES11.VersionEsCm10.Set; + var _Emission = OpenTK.Graphics.ES11.VersionEsCm10.Emission; + var _Shininess = OpenTK.Graphics.ES11.VersionEsCm10.Shininess; + var _AmbientAndDiffuse = OpenTK.Graphics.ES11.VersionEsCm10.AmbientAndDiffuse; + var _Modelview = OpenTK.Graphics.ES11.VersionEsCm10.Modelview; + var _Projection = OpenTK.Graphics.ES11.VersionEsCm10.Projection; + var _Texture = OpenTK.Graphics.ES11.VersionEsCm10.Texture; + var _Alpha = OpenTK.Graphics.ES11.VersionEsCm10.Alpha; + var _Rgb = OpenTK.Graphics.ES11.VersionEsCm10.Rgb; + var _Rgba = OpenTK.Graphics.ES11.VersionEsCm10.Rgba; + var _Luminance = OpenTK.Graphics.ES11.VersionEsCm10.Luminance; + var _LuminanceAlpha = OpenTK.Graphics.ES11.VersionEsCm10.LuminanceAlpha; + var _Flat = OpenTK.Graphics.ES11.VersionEsCm10.Flat; + var _Smooth = OpenTK.Graphics.ES11.VersionEsCm10.Smooth; + var _Keep = OpenTK.Graphics.ES11.VersionEsCm10.Keep; + var _Replace = OpenTK.Graphics.ES11.VersionEsCm10.Replace; + var _Incr = OpenTK.Graphics.ES11.VersionEsCm10.Incr; + var _Decr = OpenTK.Graphics.ES11.VersionEsCm10.Decr; + var _Vendor = OpenTK.Graphics.ES11.VersionEsCm10.Vendor; + var _Renderer = OpenTK.Graphics.ES11.VersionEsCm10.Renderer; + var _Version = OpenTK.Graphics.ES11.VersionEsCm10.Version; + var _Extensions = OpenTK.Graphics.ES11.VersionEsCm10.Extensions; + var _Modulate = OpenTK.Graphics.ES11.VersionEsCm10.Modulate; + var _Decal = OpenTK.Graphics.ES11.VersionEsCm10.Decal; + var _TextureEnvMode = OpenTK.Graphics.ES11.VersionEsCm10.TextureEnvMode; + var _TextureEnvColor = OpenTK.Graphics.ES11.VersionEsCm10.TextureEnvColor; + var _TextureEnv = OpenTK.Graphics.ES11.VersionEsCm10.TextureEnv; + var _Nearest = OpenTK.Graphics.ES11.VersionEsCm10.Nearest; + var _Linear = OpenTK.Graphics.ES11.VersionEsCm10.Linear; + var _NearestMipmapNearest = OpenTK.Graphics.ES11.VersionEsCm10.NearestMipmapNearest; + var _LinearMipmapNearest = OpenTK.Graphics.ES11.VersionEsCm10.LinearMipmapNearest; + var _NearestMipmapLinear = OpenTK.Graphics.ES11.VersionEsCm10.NearestMipmapLinear; + var _LinearMipmapLinear = OpenTK.Graphics.ES11.VersionEsCm10.LinearMipmapLinear; + var _TextureMagFilter = OpenTK.Graphics.ES11.VersionEsCm10.TextureMagFilter; + var _TextureMinFilter = OpenTK.Graphics.ES11.VersionEsCm10.TextureMinFilter; + var _TextureWrapS = OpenTK.Graphics.ES11.VersionEsCm10.TextureWrapS; + var _TextureWrapT = OpenTK.Graphics.ES11.VersionEsCm10.TextureWrapT; + var _Repeat = OpenTK.Graphics.ES11.VersionEsCm10.Repeat; + var _PolygonOffsetUnits = OpenTK.Graphics.ES11.VersionEsCm10.PolygonOffsetUnits; + var _ClipPlane0 = OpenTK.Graphics.ES11.VersionEsCm10.ClipPlane0; + var _ClipPlane1 = OpenTK.Graphics.ES11.VersionEsCm10.ClipPlane1; + var _ClipPlane2 = OpenTK.Graphics.ES11.VersionEsCm10.ClipPlane2; + var _ClipPlane3 = OpenTK.Graphics.ES11.VersionEsCm10.ClipPlane3; + var _ClipPlane4 = OpenTK.Graphics.ES11.VersionEsCm10.ClipPlane4; + var _ClipPlane5 = OpenTK.Graphics.ES11.VersionEsCm10.ClipPlane5; + var _Light0 = OpenTK.Graphics.ES11.VersionEsCm10.Light0; + var _Light1 = OpenTK.Graphics.ES11.VersionEsCm10.Light1; + var _Light2 = OpenTK.Graphics.ES11.VersionEsCm10.Light2; + var _Light3 = OpenTK.Graphics.ES11.VersionEsCm10.Light3; + var _Light4 = OpenTK.Graphics.ES11.VersionEsCm10.Light4; + var _Light5 = OpenTK.Graphics.ES11.VersionEsCm10.Light5; + var _Light6 = OpenTK.Graphics.ES11.VersionEsCm10.Light6; + var _Light7 = OpenTK.Graphics.ES11.VersionEsCm10.Light7; + var _UnsignedShort4444 = OpenTK.Graphics.ES11.VersionEsCm10.UnsignedShort4444; + var _UnsignedShort5551 = OpenTK.Graphics.ES11.VersionEsCm10.UnsignedShort5551; + var _PolygonOffsetFill = OpenTK.Graphics.ES11.VersionEsCm10.PolygonOffsetFill; + var _PolygonOffsetFactor = OpenTK.Graphics.ES11.VersionEsCm10.PolygonOffsetFactor; + var _RescaleNormal = OpenTK.Graphics.ES11.VersionEsCm10.RescaleNormal; + var _TextureBinding2D = OpenTK.Graphics.ES11.VersionEsCm10.TextureBinding2D; + var _VertexArray = OpenTK.Graphics.ES11.VersionEsCm10.VertexArray; + var _NormalArray = OpenTK.Graphics.ES11.VersionEsCm10.NormalArray; + var _ColorArray = OpenTK.Graphics.ES11.VersionEsCm10.ColorArray; + var _TextureCoordArray = OpenTK.Graphics.ES11.VersionEsCm10.TextureCoordArray; + var _VertexArraySize = OpenTK.Graphics.ES11.VersionEsCm10.VertexArraySize; + var _VertexArrayType = OpenTK.Graphics.ES11.VersionEsCm10.VertexArrayType; + var _VertexArrayStride = OpenTK.Graphics.ES11.VersionEsCm10.VertexArrayStride; + var _NormalArrayType = OpenTK.Graphics.ES11.VersionEsCm10.NormalArrayType; + var _NormalArrayStride = OpenTK.Graphics.ES11.VersionEsCm10.NormalArrayStride; + var _ColorArraySize = OpenTK.Graphics.ES11.VersionEsCm10.ColorArraySize; + var _ColorArrayType = OpenTK.Graphics.ES11.VersionEsCm10.ColorArrayType; + var _ColorArrayStride = OpenTK.Graphics.ES11.VersionEsCm10.ColorArrayStride; + var _TextureCoordArraySize = OpenTK.Graphics.ES11.VersionEsCm10.TextureCoordArraySize; + var _TextureCoordArrayType = OpenTK.Graphics.ES11.VersionEsCm10.TextureCoordArrayType; + var _TextureCoordArrayStride = OpenTK.Graphics.ES11.VersionEsCm10.TextureCoordArrayStride; + var _VertexArrayPointer = OpenTK.Graphics.ES11.VersionEsCm10.VertexArrayPointer; + var _NormalArrayPointer = OpenTK.Graphics.ES11.VersionEsCm10.NormalArrayPointer; + var _ColorArrayPointer = OpenTK.Graphics.ES11.VersionEsCm10.ColorArrayPointer; + var _TextureCoordArrayPointer = OpenTK.Graphics.ES11.VersionEsCm10.TextureCoordArrayPointer; + var _Multisample = OpenTK.Graphics.ES11.VersionEsCm10.Multisample; + var _SampleAlphaToCoverage = OpenTK.Graphics.ES11.VersionEsCm10.SampleAlphaToCoverage; + var _SampleAlphaToOne = OpenTK.Graphics.ES11.VersionEsCm10.SampleAlphaToOne; + var _SampleCoverage = OpenTK.Graphics.ES11.VersionEsCm10.SampleCoverage; + var _SampleBuffers = OpenTK.Graphics.ES11.VersionEsCm10.SampleBuffers; + var _Samples = OpenTK.Graphics.ES11.VersionEsCm10.Samples; + var _SampleCoverageValue = OpenTK.Graphics.ES11.VersionEsCm10.SampleCoverageValue; + var _SampleCoverageInvert = OpenTK.Graphics.ES11.VersionEsCm10.SampleCoverageInvert; + var _PointSizeMin = OpenTK.Graphics.ES11.VersionEsCm10.PointSizeMin; + var _PointSizeMax = OpenTK.Graphics.ES11.VersionEsCm10.PointSizeMax; + var _PointFadeThresholdSize = OpenTK.Graphics.ES11.VersionEsCm10.PointFadeThresholdSize; + var _PointDistanceAttenuation = OpenTK.Graphics.ES11.VersionEsCm10.PointDistanceAttenuation; + var _ClampToEdge = OpenTK.Graphics.ES11.VersionEsCm10.ClampToEdge; + var _GenerateMipmap = OpenTK.Graphics.ES11.VersionEsCm10.GenerateMipmap; + var _GenerateMipmapHint = OpenTK.Graphics.ES11.VersionEsCm10.GenerateMipmapHint; + var _UnsignedShort565 = OpenTK.Graphics.ES11.VersionEsCm10.UnsignedShort565; + var _AliasedPointSizeRange = OpenTK.Graphics.ES11.VersionEsCm10.AliasedPointSizeRange; + var _AliasedLineWidthRange = OpenTK.Graphics.ES11.VersionEsCm10.AliasedLineWidthRange; + var _Texture0 = OpenTK.Graphics.ES11.VersionEsCm10.Texture0; + var _Texture1 = OpenTK.Graphics.ES11.VersionEsCm10.Texture1; + var _Texture2 = OpenTK.Graphics.ES11.VersionEsCm10.Texture2; + var _Texture3 = OpenTK.Graphics.ES11.VersionEsCm10.Texture3; + var _Texture4 = OpenTK.Graphics.ES11.VersionEsCm10.Texture4; + var _Texture5 = OpenTK.Graphics.ES11.VersionEsCm10.Texture5; + var _Texture6 = OpenTK.Graphics.ES11.VersionEsCm10.Texture6; + var _Texture7 = OpenTK.Graphics.ES11.VersionEsCm10.Texture7; + var _Texture8 = OpenTK.Graphics.ES11.VersionEsCm10.Texture8; + var _Texture9 = OpenTK.Graphics.ES11.VersionEsCm10.Texture9; + var _Texture10 = OpenTK.Graphics.ES11.VersionEsCm10.Texture10; + var _Texture11 = OpenTK.Graphics.ES11.VersionEsCm10.Texture11; + var _Texture12 = OpenTK.Graphics.ES11.VersionEsCm10.Texture12; + var _Texture13 = OpenTK.Graphics.ES11.VersionEsCm10.Texture13; + var _Texture14 = OpenTK.Graphics.ES11.VersionEsCm10.Texture14; + var _Texture15 = OpenTK.Graphics.ES11.VersionEsCm10.Texture15; + var _Texture16 = OpenTK.Graphics.ES11.VersionEsCm10.Texture16; + var _Texture17 = OpenTK.Graphics.ES11.VersionEsCm10.Texture17; + var _Texture18 = OpenTK.Graphics.ES11.VersionEsCm10.Texture18; + var _Texture19 = OpenTK.Graphics.ES11.VersionEsCm10.Texture19; + var _Texture20 = OpenTK.Graphics.ES11.VersionEsCm10.Texture20; + var _Texture21 = OpenTK.Graphics.ES11.VersionEsCm10.Texture21; + var _Texture22 = OpenTK.Graphics.ES11.VersionEsCm10.Texture22; + var _Texture23 = OpenTK.Graphics.ES11.VersionEsCm10.Texture23; + var _Texture24 = OpenTK.Graphics.ES11.VersionEsCm10.Texture24; + var _Texture25 = OpenTK.Graphics.ES11.VersionEsCm10.Texture25; + var _Texture26 = OpenTK.Graphics.ES11.VersionEsCm10.Texture26; + var _Texture27 = OpenTK.Graphics.ES11.VersionEsCm10.Texture27; + var _Texture28 = OpenTK.Graphics.ES11.VersionEsCm10.Texture28; + var _Texture29 = OpenTK.Graphics.ES11.VersionEsCm10.Texture29; + var _Texture30 = OpenTK.Graphics.ES11.VersionEsCm10.Texture30; + var _Texture31 = OpenTK.Graphics.ES11.VersionEsCm10.Texture31; + var _ActiveTexture = OpenTK.Graphics.ES11.VersionEsCm10.ActiveTexture; + var _ClientActiveTexture = OpenTK.Graphics.ES11.VersionEsCm10.ClientActiveTexture; + var _MaxTextureUnits = OpenTK.Graphics.ES11.VersionEsCm10.MaxTextureUnits; + var _Subtract = OpenTK.Graphics.ES11.VersionEsCm10.Subtract; + var _Combine = OpenTK.Graphics.ES11.VersionEsCm10.Combine; + var _CombineRgb = OpenTK.Graphics.ES11.VersionEsCm10.CombineRgb; + var _CombineAlpha = OpenTK.Graphics.ES11.VersionEsCm10.CombineAlpha; + var _RgbScale = OpenTK.Graphics.ES11.VersionEsCm10.RgbScale; + var _AddSigned = OpenTK.Graphics.ES11.VersionEsCm10.AddSigned; + var _Interpolate = OpenTK.Graphics.ES11.VersionEsCm10.Interpolate; + var _Constant = OpenTK.Graphics.ES11.VersionEsCm10.Constant; + var _PrimaryColor = OpenTK.Graphics.ES11.VersionEsCm10.PrimaryColor; + var _Previous = OpenTK.Graphics.ES11.VersionEsCm10.Previous; + var _Src0Rgb = OpenTK.Graphics.ES11.VersionEsCm10.Src0Rgb; + var _Src1Rgb = OpenTK.Graphics.ES11.VersionEsCm10.Src1Rgb; + var _Src2Rgb = OpenTK.Graphics.ES11.VersionEsCm10.Src2Rgb; + var _Src0Alpha = OpenTK.Graphics.ES11.VersionEsCm10.Src0Alpha; + var _Src1Alpha = OpenTK.Graphics.ES11.VersionEsCm10.Src1Alpha; + var _Src2Alpha = OpenTK.Graphics.ES11.VersionEsCm10.Src2Alpha; + var _Operand0Rgb = OpenTK.Graphics.ES11.VersionEsCm10.Operand0Rgb; + var _Operand1Rgb = OpenTK.Graphics.ES11.VersionEsCm10.Operand1Rgb; + var _Operand2Rgb = OpenTK.Graphics.ES11.VersionEsCm10.Operand2Rgb; + var _Operand0Alpha = OpenTK.Graphics.ES11.VersionEsCm10.Operand0Alpha; + var _Operand1Alpha = OpenTK.Graphics.ES11.VersionEsCm10.Operand1Alpha; + var _Operand2Alpha = OpenTK.Graphics.ES11.VersionEsCm10.Operand2Alpha; + var _NumCompressedTextureFormats = OpenTK.Graphics.ES11.VersionEsCm10.NumCompressedTextureFormats; + var _CompressedTextureFormats = OpenTK.Graphics.ES11.VersionEsCm10.CompressedTextureFormats; + var _Dot3Rgb = OpenTK.Graphics.ES11.VersionEsCm10.Dot3Rgb; + var _Dot3Rgba = OpenTK.Graphics.ES11.VersionEsCm10.Dot3Rgba; + var _BufferSize = OpenTK.Graphics.ES11.VersionEsCm10.BufferSize; + var _BufferUsage = OpenTK.Graphics.ES11.VersionEsCm10.BufferUsage; + var _ArrayBuffer = OpenTK.Graphics.ES11.VersionEsCm10.ArrayBuffer; + var _ElementArrayBuffer = OpenTK.Graphics.ES11.VersionEsCm10.ElementArrayBuffer; + var _ArrayBufferBinding = OpenTK.Graphics.ES11.VersionEsCm10.ArrayBufferBinding; + var _ElementArrayBufferBinding = OpenTK.Graphics.ES11.VersionEsCm10.ElementArrayBufferBinding; + var _VertexArrayBufferBinding = OpenTK.Graphics.ES11.VersionEsCm10.VertexArrayBufferBinding; + var _NormalArrayBufferBinding = OpenTK.Graphics.ES11.VersionEsCm10.NormalArrayBufferBinding; + var _ColorArrayBufferBinding = OpenTK.Graphics.ES11.VersionEsCm10.ColorArrayBufferBinding; + var _TextureCoordArrayBufferBinding = OpenTK.Graphics.ES11.VersionEsCm10.TextureCoordArrayBufferBinding; + var _StaticDraw = OpenTK.Graphics.ES11.VersionEsCm10.StaticDraw; + var _DynamicDraw = OpenTK.Graphics.ES11.VersionEsCm10.DynamicDraw; + var _One = OpenTK.Graphics.ES11.VersionEsCm10.One; + var _True = OpenTK.Graphics.ES11.VersionEsCm10.True; + var _VersionEsCl10 = OpenTK.Graphics.ES11.VersionEsCm10.VersionEsCl10; + var _VersionEsCl11 = OpenTK.Graphics.ES11.VersionEsCm10.VersionEsCl11; + var _VersionEsCm11 = OpenTK.Graphics.ES11.VersionEsCm10.VersionEsCm11; +} +static void Test_VertexPointerType_20474() { + var _Short = OpenTK.Graphics.ES11.VertexPointerType.Short; + var _Int = OpenTK.Graphics.ES11.VertexPointerType.Int; + var _Float = OpenTK.Graphics.ES11.VertexPointerType.Float; + var _Double = OpenTK.Graphics.ES11.VertexPointerType.Double; +} +}