Functions: Name: "CullFace", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "CullFaceMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FrontFace", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "FrontFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Hint", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "HintTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "HintMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LineWidth", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "width", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointSize", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PolygonMode", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "PolygonMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Scissor", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexParameterf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexImage1D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureComponentCount", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "TexImage2D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureComponentCount", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "DrawBuffer", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "DrawBufferMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Clear", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mask", Type: "ClearBufferMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearColor", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearStencil", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearDepth", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "depth", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilMask", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorMask", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DepthMask", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "flag", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Disable", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "cap", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Enable", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "cap", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Finish", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "Flush", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "BlendFunc", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sfactor", Type: "BlendingFactorSrc", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dfactor", Type: "BlendingFactorDest", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LogicOp", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "opcode", Type: "LogicOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilFunc", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "func", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ref", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilOp", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "fail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zpass", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DepthFunc", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "func", Type: "DepthFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelStoref", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "PixelStoreParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelStorei", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "PixelStoreParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReadBuffer", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "ReadBufferMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReadPixels", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "GetBooleanv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetDoublev", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetError", ParamNames: 0, Params: 0, Return: "ErrorCode", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "GetFloatv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetIntegerv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetString", ParamNames: 1, Params: 1, Return: "String", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "name", Type: "StringName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetTexImage", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level,format,type)]", Retained: 0 Name: "GetTexParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexLevelParameterfv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexLevelParameteriv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "IsEnabled", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "cap", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DepthRange", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "near", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "far", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Viewport", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NewList", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "ListMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndList", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "CallList", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CallLists", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ListNameType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "lists", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(n,type)]", Retained: 0 Name: "DeleteLists", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GenLists", ParamNames: 1, Params: 1, Return: "List", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ListBase", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "base", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Begin", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Bitmap", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xorig", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yorig", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xmove", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ymove", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bitmap", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(width,height)]", Retained: 0 Name: "Color3b", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3bv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3ub", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3ubv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3ui", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3uiv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3us", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3usv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color4b", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4bv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorB", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Color4d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Color4f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Color4i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Color4s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Color4ub", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4ubv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Color4ui", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4uiv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Color4us", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4usv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "EdgeFlag", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "flag", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EdgeFlagv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "flag", Type: "Boolean", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "End", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "Indexd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Indexdv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "Indexf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Indexfv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "Indexi", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Indexiv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueI", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "Indexs", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Indexsv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueS", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "Normal3b", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "nx", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Normal3bv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Normal3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "nx", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Normal3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Normal3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "nx", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Normal3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Normal3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "nx", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Normal3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Normal3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "nx", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Normal3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "RasterPos2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "RasterPos2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "RasterPos2i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos2iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "RasterPos2s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos2sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "RasterPos3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "RasterPos3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "RasterPos3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "RasterPos3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "RasterPos4d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos4dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "RasterPos4f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos4fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "RasterPos4i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos4iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "RasterPos4s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos4sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Rectd", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Rectdv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v1", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "v2", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Rectf", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Rectfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v1", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "v2", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Recti", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x1", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y1", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x2", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y2", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Rectiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v1", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "v2", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Rects", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x1", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y1", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x2", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y2", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Rectsv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v1", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "v2", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "TexCoord1d", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord1dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoord1f", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord1fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoord1i", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord1iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoord1s", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord1sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoord2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "TexCoord2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "TexCoord2i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "TexCoord2s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "TexCoord3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord4d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "TexCoord4f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "TexCoord4i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "TexCoord4s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Vertex2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Vertex2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Vertex2i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex2iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Vertex2s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex2sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Vertex3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Vertex3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Vertex3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Vertex3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Vertex4d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex4dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Vertex4f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex4fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Vertex4i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex4iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Vertex4s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex4sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ClipPlane", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "plane", Type: "ClipPlaneName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "equation", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ColorMaterial", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "ColorMaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Fogf", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "FogParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Fogfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "FogParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "Fogi", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "FogParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Fogiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "FogParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "Lightf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Lightfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "Lighti", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Lightiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "LightModelf", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "LightModelParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LightModelfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "LightModelParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "LightModeli", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "LightModelParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LightModeliv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "LightModelParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "LineStipple", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "factor", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pattern", Type: "LineStipple", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Materialf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Materialfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "Materiali", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Materialiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PolygonStipple", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "mask", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "ShadeModel", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "mode", Type: "ShadingModel", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexEnvf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexEnvfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexEnvi", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexEnviv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexGend", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexGendv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexGenf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexGenfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexGeni", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexGeniv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FeedbackBuffer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "FeedbackType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "FeedbackElement", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 1 Name: "SelectBuffer", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "SelectName", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 1 Name: "RenderMode", ParamNames: 1, Params: 1, Return: "Int32", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "mode", Type: "RenderingMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "InitNames", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "LoadName", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "name", Type: "SelectName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PassThrough", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "token", Type: "FeedbackElement", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PopName", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "PushName", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "name", Type: "SelectName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearAccum", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearIndex", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "c", Type: "MaskedColorIndexValueF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IndexMask", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "mask", Type: "MaskedColorIndexValueI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Accum", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "op", Type: "AccumOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PopAttrib", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "PushAttrib", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "mask", Type: "AttribMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Map1d", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "order", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,stride,order)]", Retained: 0 Name: "Map1f", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "order", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,stride,order)]", Retained: 0 Name: "Map2d", ParamNames: 10, Params: 10, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,ustride,uorder,vstride,vorder)]", Retained: 0 Name: "Map2f", ParamNames: 10, Params: 10, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,ustride,uorder,vstride,vorder)]", Retained: 0 Name: "MapGrid1d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "un", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapGrid1f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "un", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapGrid2d", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "un", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vn", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapGrid2f", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "un", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vn", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalCoord1d", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "u", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalCoord1dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "u", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "EvalCoord1f", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "u", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalCoord1fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "u", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "EvalCoord2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "u", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalCoord2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "u", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "EvalCoord2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "u", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalCoord2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "u", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "EvalMesh1", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "mode", Type: "MeshMode1", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "i1", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "i2", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalPoint1", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "i", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalMesh2", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "mode", Type: "MeshMode2", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "i1", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "i2", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "j1", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "j2", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalPoint2", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "i", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "j", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "AlphaFunc", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "func", Type: "AlphaFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ref", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelZoom", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "xfactor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yfactor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelTransferf", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "PixelTransferParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelTransferi", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "pname", Type: "PixelTransferParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelMapfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mapsize", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[mapsize]", Retained: 0 Name: "PixelMapuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mapsize", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[mapsize]", Retained: 0 Name: "PixelMapusv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mapsize", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[mapsize]", Retained: 0 Name: "CopyPixels", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelCopyType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawPixels", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "GetClipPlane", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "plane", Type: "ClipPlaneName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "equation", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetLightfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetLightiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMapdv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "query", Type: "GetMapQuery", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,query)]", Retained: 0 Name: "GetMapfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "query", Type: "GetMapQuery", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,query)]", Retained: 0 Name: "GetMapiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "query", Type: "GetMapQuery", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,query)]", Retained: 0 Name: "GetMaterialfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMaterialiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetPixelMapfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "GetPixelMapuiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "GetPixelMapusv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "UInt16", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "GetPolygonStipple", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "mask", Type: "UInt8", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "GetTexEnvfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexEnviv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexGendv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexGenfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexGeniv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "IsList", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Frustum", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "left", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "right", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bottom", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "top", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LoadIdentity", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "LoadMatrixf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "LoadMatrixd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MatrixMode", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultMatrixf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MultMatrixd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "Ortho", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "left", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "right", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bottom", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "top", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PopMatrix", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "PushMatrix", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "Rotated", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "angle", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Rotatef", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "angle", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Scaled", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Scalef", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Translated", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Translatef", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawArrays", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawElements", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "GetPointerv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetPointervPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "PolygonOffset", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "units", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTexImage1D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTexImage2D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTexSubImage1D", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTexSubImage2D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexSubImage1D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "TexSubImage2D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "BindTexture", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteTextures", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenTextures", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "Texture", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsTexture", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ArrayElement", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "i", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorPointer", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "DisableClientState", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EdgeFlagPointer", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(stride)]", Retained: 1 Name: "EnableClientState", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IndexPointer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "type", Type: "IndexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "InterleavedArrays", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "format", Type: "InterleavedArrayFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,stride)]", Retained: 1 Name: "NormalPointer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "type", Type: "NormalPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "TexCoordPointer", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "TexCoordPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "VertexPointer", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "AreTexturesResident", ParamNames: 3, Params: 3, Return: "Boolean", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "residences", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "PrioritizeTextures", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "priorities", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "Indexub", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Indexubv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 0 Name: "c", Type: "ColorIndexValueUB", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "PopClientAttrib", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "PushClientAttrib", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "mask", Type: "ClientAttribMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendColor", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendEquation", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BlendEquationMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawRangeElements", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "TexImage3D", ParamNames: 10, Params: 10, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureComponentCount", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0 Name: "TexSubImage3D", ParamNames: 11, Params: 11, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0 Name: "CopyTexSubImage3D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorTable", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "table", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "ColorTableParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ColorTableParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "CopyColorTable", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetColorTable", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "table", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetColorTableParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetColorTableParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ColorSubTable", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,count)]", Retained: 0 Name: "CopyColorSubTable", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ConvolutionFilter1D", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "image", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "ConvolutionFilter2D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "image", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "ConvolutionParameterf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ConvolutionParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ConvolutionParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ConvolutionParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "CopyConvolutionFilter1D", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyConvolutionFilter2D", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetConvolutionFilter", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "image", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetConvolutionParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetConvolutionParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetConvolutionParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetConvolutionParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetSeparableFilter", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "SeparableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "row", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "column", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "span", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "SeparableFilter2D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "SeparableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "row", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type,width)]", Retained: 0 Name: "column", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type,height)]", Retained: 0 Name: "GetHistogram", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetHistogramParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetHistogramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetHistogramParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetHistogramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMinmax", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetMinmaxParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetMinmaxParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMinmaxParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetMinmaxParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "Histogram", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sink", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Minmax", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sink", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ResetHistogram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ResetMinmax", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ActiveTexture", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SampleCoverage", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CompressedTexImage3D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexImage2D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexImage1D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexSubImage3D", ParamNames: 11, Params: 11, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexSubImage2D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexSubImage1D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "GetCompressedTexImage", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "img", Type: "CompressedTextureARB", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level)]", Retained: 0 Name: "ClientActiveTexture", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "texture", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord1f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord1i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord1s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord2d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord2f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord2i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord2s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord3d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord3f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord3i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord3s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord4d", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "MultiTexCoord4f", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "MultiTexCoord4i", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "MultiTexCoord4s", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "LoadTransposeMatrixf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "LoadTransposeMatrixd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MultTransposeMatrixf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MultTransposeMatrixd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "BlendFuncSeparate", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawArrays", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0 Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawElements", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "ConstVoidPointer", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0 Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointParameterf", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointParameterfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PointParameteri", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointParameteriv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FogCoordf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogCoordfv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "FogCoordd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogCoorddv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "coord", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "FogCoordPointer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "type", Type: "FogPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "SecondaryColor3b", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3bv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3ub", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3ubv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3ui", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3uiv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3us", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3usv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColorPointer", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "WindowPos2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "GenQueries", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "DeleteQueries", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsQuery", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginQuery", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndQuery", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetQueryiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetQueryObjectiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetQueryObjectuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "BindBuffer", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteBuffers", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffers", Type: "ConstUInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenBuffers", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsBuffer", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BufferData", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "usage", Type: "BufferUsageARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BufferSubData", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "GetBufferSubData", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "MapBuffer", ParamNames: 2, Params: 2, Return: "VoidPointer", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "BufferAccessARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UnmapBuffer", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetBufferParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "BufferPNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetBufferPointerv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "BufferPointerNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "BlendEquationSeparate", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "modeRGB", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modeAlpha", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawBuffers", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufs", Type: "DrawBufferModeATI", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "StencilOpSeparate", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dpfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dppass", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilFuncSeparate", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "func", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ref", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilMaskSeparate", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "AttachShader", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindAttribLocation", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "CompileShader", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreateProgram", ParamNames: 0, Params: 0, Return: "UInt32", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "CreateShader", ParamNames: 1, Params: 1, Return: "UInt32", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteProgram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteShader", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DetachShader", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DisableVertexAttribArray", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EnableVertexAttribArray", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetActiveAttrib", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "size", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetActiveUniform", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "size", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetAttachedShaders", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "maxCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "obj", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "GetAttribLocation", ParamNames: 2, Params: 2, Return: "Int32", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetProgramiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetProgramInfoLog", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "infoLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "GetShaderiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetShaderInfoLog", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "infoLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "GetShaderSource", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "source", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "GetUniformLocation", ParamNames: 2, Params: 2, Return: "Int32", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetUniformfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0 Name: "GetUniformiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0 Name: "GetVertexAttribdv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribPointerv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribPointerPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "IsProgram", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsShader", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LinkProgram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ShaderSource", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "ConstCharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "length", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "UseProgram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4f", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4i", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1fv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2fv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3fv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4fv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "Uniform1iv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2iv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3iv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4iv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "UniformMatrix2fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "UniformMatrix3fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0 Name: "UniformMatrix4fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0 Name: "ValidateProgram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib1f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib1s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib2d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib2f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib2s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib3d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib3f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib3s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib4Nbv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4Niv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4Nsv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4Nub", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4Nubv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4Nuiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4Nusv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4bv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4d", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4f", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4s", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4ubv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4usv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribPointer", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexAttribPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "UniformMatrix2x3fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "UniformMatrix3x2fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "UniformMatrix2x4fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "UniformMatrix4x2fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "UniformMatrix3x4fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "UniformMatrix4x3fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "ColorMaski", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetBooleani_v", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "GetIntegeri_v", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "Enablei", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Disablei", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsEnabledi", ParamNames: 2, Params: 2, Return: "Boolean", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginTransformFeedback", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "primitiveMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndTransformFeedback", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "BindBufferRange", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindBufferBase", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TransformFeedbackVaryings", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "varyings", Type: "ConstCharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetTransformFeedbackVarying", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "size", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(length)]", Retained: 0 Name: "ClampColor", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ClampColorTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "clamp", Type: "ClampColorModeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginConditionalRender", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndConditionalRender", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "VertexAttribIPointer", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "GetVertexAttribIiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "VertexAttribI1i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI2i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI3i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI4i", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI1ui", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI2ui", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI3ui", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI4ui", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI1iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribI2iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttribI3iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttribI4iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI1uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribI2uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttribI3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttribI4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI4bv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI4sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI4ubv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI4usv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetUniformuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,location)]", Retained: 0 Name: "BindFragDataLocation", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "GetFragDataLocation", ParamNames: 2, Params: 2, Return: "Int32", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "Uniform1ui", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2ui", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3ui", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4ui", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1uiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2uiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3uiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4uiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "TexParameterIiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexParameterIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexParameterIiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexParameterIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ClearBufferiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "drawbuffer", Type: "DrawBufferName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(buffer)]", Retained: 0 Name: "ClearBufferuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "drawbuffer", Type: "DrawBufferName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(buffer)]", Retained: 0 Name: "ClearBufferfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "drawbuffer", Type: "DrawBufferName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(buffer)]", Retained: 0 Name: "ClearBufferfi", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "drawbuffer", Type: "DrawBufferName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stencil", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetStringi", ParamNames: 2, Params: 2, Return: "String", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "name", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawArraysInstanced", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_1", Version: "3.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawElementsInstanced", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_1", Version: "3.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexBuffer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_1", Version: "3.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PrimitiveRestartIndex", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_3_1", Version: "3.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetInteger64i_v", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_2", Version: "3.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "GetBufferParameteri64v", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_2", Version: "3.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "BufferPNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FramebufferTexture", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribDivisor", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_3", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "divisor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MinSampleShading", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "value", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendEquationi", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendEquationSeparatei", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modeRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modeAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendFunci", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "src", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendFuncSeparatei", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ActiveTextureARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClientActiveTextureARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1dARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord1fARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord1iARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord1sARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord2dARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord2fARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord2iARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord2sARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord3dARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord3fARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord3iARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord3sARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord4dARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "MultiTexCoord4fARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "MultiTexCoord4iARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "MultiTexCoord4sARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "LoadTransposeMatrixfARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_transpose_matrix", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "LoadTransposeMatrixdARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_transpose_matrix", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MultTransposeMatrixfARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_transpose_matrix", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MultTransposeMatrixdARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_transpose_matrix", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "SampleCoverageARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CompressedTexImage3DARB", ParamNames: 9, Params: 9, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexImage2DARB", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexImage1DARB", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexSubImage3DARB", ParamNames: 11, Params: 11, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexSubImage2DARB", ParamNames: 9, Params: 9, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTexSubImage1DARB", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "GetCompressedTexImageARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "img", Type: "CompressedTextureARB", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level)]", Retained: 0 Name: "PointParameterfARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointParameterfvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "WeightbvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "WeightsvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "WeightivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "WeightfvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "WeightdvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "WeightubvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "WeightusvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "WeightuivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "WeightPointerARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "WeightPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "VertexBlendARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "count", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CurrentPaletteMatrixARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixIndexubvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "MatrixIndexusvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "MatrixIndexuivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "MatrixIndexPointerARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "MatrixIndexPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "WindowPos2dARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2dvARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2fARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2fvARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2iARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2ivARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2sARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2svARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos3dARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3dvARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3fARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3fvARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3iARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3ivARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3sARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3svARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib1dARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib1fARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib1sARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib2dARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib2fARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib2sARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib3dARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib3fARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib3sARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib4NbvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4NivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4NsvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4NubARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4NubvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4NuivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4NusvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4bvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4dARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4fARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4sARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4ubvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4uivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4usvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribPointerARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexAttribPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "EnableVertexAttribArrayARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DisableVertexAttribArrayARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramStringARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "ProgramFormatARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[len]", Retained: 0 Name: "BindProgramARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteProgramsARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programs", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenProgramsARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programs", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "ProgramEnvParameter4dARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramEnvParameter4dvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramEnvParameter4fARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramEnvParameter4fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramLocalParameter4dARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramLocalParameter4dvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramLocalParameter4fARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramLocalParameter4fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramEnvParameterdvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramEnvParameterfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramLocalParameterdvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramLocalParameterfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ProgramPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GetProgramStringARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ProgramStringPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0 Name: "GetVertexAttribdvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribPointervARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribPointerPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "IsProgramARB", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindBufferARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteBuffersARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffers", Type: "ConstUInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenBuffersARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsBufferARB", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BufferDataARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSizeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "usage", Type: "BufferUsageARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BufferSubDataARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffsetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSizeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "GetBufferSubDataARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffsetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSizeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "MapBufferARB", ParamNames: 2, Params: 2, Return: "VoidPointer", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "BufferAccessARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UnmapBufferARB", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetBufferParameterivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "BufferPNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetBufferPointervARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "BufferPointerNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GenQueriesARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "DeleteQueriesARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsQueryARB", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginQueryARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndQueryARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetQueryivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetQueryObjectivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetQueryObjectuivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "DeleteObjectARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetHandleARB", ParamNames: 1, Params: 1, Return: "handleARB", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DetachObjectARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "containerObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachedObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreateShaderObjectARB", ParamNames: 1, Params: 1, Return: "handleARB", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "shaderType", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ShaderSourceARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "shaderObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "charPointerARB", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "length", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "CompileShaderARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "shaderObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreateProgramObjectARB", ParamNames: 0, Params: 0, Return: "handleARB", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "AttachObjectARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "containerObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LinkProgramARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UseProgramObjectARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ValidateProgramARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1fARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2fARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3fARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4fARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1iARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2iARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3iARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4iARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "Uniform1ivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2ivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3ivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4ivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "UniformMatrix2fvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "UniformMatrix3fvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0 Name: "UniformMatrix4fvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0 Name: "GetObjectParameterfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetObjectParameterivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetInfoLogARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "maxLength", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "infoLog", Type: "charARB", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "GetAttachedObjectsARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "containerObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "maxCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "obj", Type: "handleARB", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "GetUniformLocationARB", ParamNames: 2, Params: 2, Return: "Int32", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "charARB", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetActiveUniformARB", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "maxLength", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "size", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "charARB", Direction: "out", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetUniformfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0 Name: "GetUniformivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0 Name: "GetShaderSourceARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "maxLength", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "source", Type: "charARB", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "BindAttribLocationARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "charARB", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetActiveAttribARB", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "maxLength", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "size", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "charARB", Direction: "out", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetAttribLocationARB", ParamNames: 2, Params: 2, Return: "Int32", Category: "ARB_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "charARB", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "DrawBuffersARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_draw_buffers", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufs", Type: "DrawBufferModeATI", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "ClampColorARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_color_buffer_float", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ClampColorTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "clamp", Type: "ClampColorModeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawArraysInstancedARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_draw_instanced", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawElementsInstancedARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_draw_instanced", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsRenderbuffer", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindRenderbuffer", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteRenderbuffers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenRenderbuffers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "RenderbufferStorage", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetRenderbufferParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "IsFramebuffer", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindFramebuffer", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteFramebuffers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "framebuffers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenFramebuffers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "framebuffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "CheckFramebufferStatus", ParamNames: 1, Params: 1, Return: "GLenum", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTexture1D", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTexture2D", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTexture3D", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferRenderbuffer", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffertarget", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetFramebufferAttachmentParameteriv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GenerateMipmap", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlitFramebuffer", ParamNames: 10, Params: 10, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "srcX0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcY0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcX1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcY1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstX0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstY0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstX1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstY1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "ClearBufferMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "filter", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RenderbufferStorageMultisample", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTextureLayer", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layer", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramParameteriARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_geometry_shader4", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ProgramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTextureARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_geometry_shader4", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTextureLayerARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_geometry_shader4", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layer", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTextureFaceARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_geometry_shader4", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "face", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribDivisorARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_instanced_arrays", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "divisor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapBufferRange", ParamNames: 4, Params: 4, Return: "VoidPointer", Category: "ARB_map_buffer_range", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "BufferAccessMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FlushMappedBufferRange", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_map_buffer_range", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexBufferARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_texture_buffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindVertexArray", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_vertex_array_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "array", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteVertexArrays", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_array_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arrays", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenVertexArrays", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_array_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arrays", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsVertexArray", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_vertex_array_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "array", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetUniformIndices", ParamNames: 4, Params: 4, Return: "GLuint", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformNames", Type: "ConstCharPointer", Direction: "in", Semantic: "array", ArraySize: "[uniformCount]", Retained: 0 Name: "uniformIndices", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[uniformCount]", Retained: 0 Name: "GetActiveUniformsiv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformIndices", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[uniformCount]", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetActiveUniformName", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "uniformName", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetUniformBlockIndex", ParamNames: 2, Params: 2, Return: "UInt32", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformBlockName", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "GetActiveUniformBlockiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformBlockIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetActiveUniformBlockName", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformBlockIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "uniformBlockName", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "UniformBlockBinding", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformBlockIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uniformBlockBinding", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyBufferSubData", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_copy_buffer", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "readTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "writeTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "readOffset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "writeOffset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawElementsBaseVertex", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_draw_elements_base_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawRangeElementsBaseVertex", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_draw_elements_base_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawElementsInstancedBaseVertex", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_draw_elements_base_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawElementsBaseVertex", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_draw_elements_base_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "ConstVoidPointer", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0 Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0 Name: "ProvokingVertex", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_provoking_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FenceSync", ParamNames: 2, Params: 2, Return: "sync", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "condition", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsSync", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteSync", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClientWaitSync", ParamNames: 3, Params: 3, Return: "GLenum", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "timeout", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WaitSync", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "timeout", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetInteger64v", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetSynciv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "values", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "TexImage2DMultisample", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexImage3DMultisample", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetMultisamplefv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_texture_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "val", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "SampleMaski", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_texture_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendEquationiARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_draw_buffers_blend", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendEquationSeparateiARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_draw_buffers_blend", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modeRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modeAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendFunciARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_draw_buffers_blend", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "src", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendFuncSeparateiARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_draw_buffers_blend", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MinSampleShadingARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_sample_shading", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "value", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedStringARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0 Name: "stringlen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[stringlen]", Retained: 0 Name: "DeleteNamedStringARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0 Name: "CompileShaderIncludeARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "path", Type: "CharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "length", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "IsNamedStringARB", ParamNames: 2, Params: 2, Return: "Boolean", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0 Name: "GetNamedStringARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stringlen", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "string", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetNamedStringivARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "BindFragDataLocationIndexed", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_blend_func_extended", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "colorNumber", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetFragDataIndex", ParamNames: 2, Params: 2, Return: "Int32", Category: "ARB_blend_func_extended", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GenSamplers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samplers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "DeleteSamplers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samplers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "IsSampler", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindSampler", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "unit", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SamplerParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SamplerParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "SamplerParameterf", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SamplerParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "SamplerParameterIiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "SamplerParameterIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetSamplerParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetSamplerParameterIiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetSamplerParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetSamplerParameterIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "QueryCounter", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_timer_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetQueryObjecti64v", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_timer_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetQueryObjectui64v", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_timer_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "VertexP2ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexP2uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexP4ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexP4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoordP1ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoordP1uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoordP2ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoordP2uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoordP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoordP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoordP4ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoordP4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoordP1ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoordP1uiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoordP2ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoordP2uiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoordP3ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoordP3uiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoordP4ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoordP4uiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "NormalP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NormalP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "ColorP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "color", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "ColorP4ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorP4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "color", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "SecondaryColorP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColorP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "color", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribP1ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribP1uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribP2ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribP2uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribP3ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribP3uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribP4ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribP4uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "DrawArraysIndirect", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_draw_indirect", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indirect", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "DrawElementsIndirect", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_draw_indirect", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indirect", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "Uniform1d", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2d", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3d", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4d", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1dv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2dv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3dv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4dv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "UniformMatrix2dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "UniformMatrix3dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0 Name: "UniformMatrix4dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0 Name: "UniformMatrix2x3dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "UniformMatrix2x4dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "UniformMatrix3x2dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "UniformMatrix3x4dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "UniformMatrix4x2dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "UniformMatrix4x3dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "GetUniformdv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0 Name: "GetSubroutineUniformLocation", ParamNames: 3, Params: 3, Return: "Int32", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetSubroutineIndex", ParamNames: 3, Params: 3, Return: "UInt32", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetActiveSubroutineUniformiv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetActiveSubroutineUniformName", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0 Name: "GetActiveSubroutineName", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0 Name: "UniformSubroutinesuiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "GetUniformSubroutineuiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GetProgramStageiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "PatchParameteri", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_tessellation_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PatchParameterfv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_tessellation_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "BindTransformFeedback", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteTransformFeedbacks", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenTransformFeedbacks", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsTransformFeedback", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PauseTransformFeedback", ParamNames: 0, Params: 0, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "ResumeTransformFeedback", ParamNames: 0, Params: 0, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "DrawTransformFeedback", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawTransformFeedbackStream", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_transform_feedback3", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginQueryIndexed", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_transform_feedback3", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndQueryIndexed", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback3", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetQueryIndexediv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_transform_feedback3", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ReleaseShaderCompiler", ParamNames: 0, Params: 0, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "ShaderBinary", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "shaders", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "binaryformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "binary", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetShaderPrecisionFormat", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "precisiontype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "range", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "precision", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "DepthRangef", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "f", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearDepthf", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "d", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetProgramBinary", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_get_program_binary", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "binaryFormat", Type: "GLenum", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "binary", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "ProgramBinary", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_get_program_binary", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "binaryFormat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "binary", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_get_program_binary", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ProgramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UseProgramStages", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stages", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ActiveShaderProgram", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreateShaderProgramv", ParamNames: 3, Params: 3, Return: "UInt32", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "strings", Type: "ConstCharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "BindProgramPipeline", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteProgramPipelines", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pipelines", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenProgramPipelines", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pipelines", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsProgramPipeline", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetProgramPipelineiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ProgramUniform1i", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1iv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform1f", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1fv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform1d", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform1ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform2i", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2iv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform2f", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2fv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform2d", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform2ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform3i", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3iv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform3f", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3fv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform3d", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform3ui", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform4i", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4iv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniform4f", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4fv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniform4d", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniform4ui", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniformMatrix2fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniformMatrix3fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0 Name: "ProgramUniformMatrix4fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0 Name: "ProgramUniformMatrix2dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniformMatrix3dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0 Name: "ProgramUniformMatrix4dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0 Name: "ProgramUniformMatrix2x3fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "ProgramUniformMatrix3x2fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "ProgramUniformMatrix2x4fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "ProgramUniformMatrix4x2fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "ProgramUniformMatrix3x4fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "ProgramUniformMatrix4x3fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "ProgramUniformMatrix2x3dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "ProgramUniformMatrix3x2dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "ProgramUniformMatrix2x4dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "ProgramUniformMatrix4x2dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "ProgramUniformMatrix3x4dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "ProgramUniformMatrix4x3dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "ValidateProgramPipeline", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetProgramPipelineInfoLog", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "infoLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(length)]", Retained: 0 Name: "VertexAttribL1d", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL2d", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL3d", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL4d", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL1dv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribL2dv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttribL3dv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttribL4dv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribLPointer", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "GetVertexAttribLdv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ViewportArrayv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "first", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 Name: "ViewportIndexedf", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "h", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ViewportIndexedfv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ScissorArrayv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "first", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 Name: "ScissorIndexed", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "left", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bottom", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ScissorIndexedv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "DepthRangeArrayv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "first", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 Name: "DepthRangeIndexed", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "f", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetFloati_v", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "GetDoublei_v", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "CreateSyncFromCLeventARB", ParamNames: 3, Params: 3, Return: "sync", Category: "ARB_cl_event", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "context", Type: "cl_context", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "event", Type: "cl_event", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DebugMessageControlARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "enabled", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DebugMessageInsertARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buf", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "DebugMessageCallbackARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "callback", Type: "GLDEBUGPROCARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "userParam", Type: "Void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetDebugMessageLogARB", ParamNames: 8, Params: 8, Return: "UInt32", Category: "ARB_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "count", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sources", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "types", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "severities", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "lengths", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "messageLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(lengths)]", Retained: 0 Name: "GetGraphicsResetStatusARB", ParamNames: 0, Params: 0, Return: "GLenum", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "GetnMapdvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "query", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnMapfvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "query", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnMapivARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "query", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnPixelMapfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnPixelMapuivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnPixelMapusvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "UInt16", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnPolygonStippleARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pattern", Type: "UInt8", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnColorTableARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "table", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnConvolutionFilterARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "image", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnSeparableFilterARB", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "rowBufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "row", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[rowBufSize]", Retained: 0 Name: "columnBufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "column", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[columnBufSize]", Retained: 0 Name: "span", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[0]", Retained: 0 Name: "GetnHistogramARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnMinmaxARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnTexImageARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "img", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "ReadnPixelsARB", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnCompressedTexImageARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "lod", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "img", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnUniformfvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnUniformivARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnUniformuivARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetnUniformdvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "DrawArraysInstancedBaseInstance", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_base_instance", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "baseinstance", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawElementsInstancedBaseInstance", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_base_instance", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "baseinstance", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawElementsInstancedBaseVertexBaseInstance", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_base_instance", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "baseinstance", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawTransformFeedbackInstanced", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_transform_feedback_instanced", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawTransformFeedbackStreamInstanced", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_transform_feedback_instanced", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetInternalformativ", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_internalformat_query", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetActiveAtomicCounterBufferiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_atomic_counters", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufferIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "BindImageTexture", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_shader_image_load_store", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "unit", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layered", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layer", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MemoryBarrier", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_image_load_store", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "barriers", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexStorage1D", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexStorage2D", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexStorage3D", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureStorage1DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureStorage2DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureStorage3DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DebugMessageControl", ParamNames: 6, Params: 6, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "enabled", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DebugMessageInsert", ParamNames: 6, Params: 6, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buf", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(buf,length)]", Retained: 0 Name: "DebugMessageCallback", ParamNames: 2, Params: 2, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "callback", Type: "GLDEBUGPROC", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "userParam", Type: "void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetDebugMessageLog", ParamNames: 8, Params: 8, Return: "UInt32", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "count", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sources", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "types", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "severities", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "lengths", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "messageLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0 Name: "PushDebugGroup", ParamNames: 4, Params: 4, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "message", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(message,length)]", Retained: 0 Name: "PopDebugGroup", ParamNames: 0, Params: 0, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "ObjectLabel", ParamNames: 4, Params: 4, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "label", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(label,length)]", Retained: 0 Name: "GetObjectLabel", ParamNames: 5, Params: 5, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "label", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "ObjectPtrLabel", ParamNames: 3, Params: 3, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "ptr", Type: "void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "label", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(label,length)]", Retained: 0 Name: "GetObjectPtrLabel", ParamNames: 4, Params: 4, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "ptr", Type: "void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "label", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "ClearBufferData", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_clear_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type)]", Retained: 0 Name: "ClearBufferSubData", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_clear_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type)]", Retained: 0 Name: "ClearNamedBufferDataEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_clear_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type)]", Retained: 0 Name: "ClearNamedBufferSubDataEXT", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_clear_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type)]", Retained: 0 Name: "DispatchCompute", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_compute_shader", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "num_groups_x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "num_groups_y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "num_groups_z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DispatchComputeIndirect", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_compute_shader", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "indirect", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyImageSubData", ParamNames: 15, Params: 15, Return: "void", Category: "ARB_copy_image", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "srcName", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcLevel", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcX", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcY", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcZ", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstName", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstLevel", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstX", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstY", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstZ", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcWidth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcHeight", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcDepth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureView", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_texture_view", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "origtexture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "minlevel", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numlevels", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "minlayer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numlayers", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindVertexBuffer", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribFormat", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribIFormat", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribLFormat", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribBinding", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexBindingDivisor", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "divisor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexArrayBindVertexBufferEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexArrayVertexAttribFormatEXT", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexArrayVertexAttribIFormatEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexArrayVertexAttribLFormatEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexArrayVertexAttribBindingEXT", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexArrayVertexBindingDivisorEXT", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "divisor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_no_attachments", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetFramebufferParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_no_attachments", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "NamedFramebufferParameteriEXT", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_no_attachments", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetNamedFramebufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_no_attachments", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetInternalformati64v", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_internalformat_query2", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "InvalidateTexSubImage", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "InvalidateTexImage", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "InvalidateBufferSubData", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "InvalidateBufferData", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "InvalidateFramebuffer", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numAttachments", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachments", Type: "GLenum", Direction: "in", Semantic: "array", ArraySize: "[numAttachments]", Retained: 0 Name: "InvalidateSubFramebuffer", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numAttachments", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachments", Type: "GLenum", Direction: "in", Semantic: "array", ArraySize: "[numAttachments]", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawArraysIndirect", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multi_draw_indirect", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indirect", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(drawcount,stride)]", Retained: 0 Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawElementsIndirect", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multi_draw_indirect", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indirect", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(drawcount,stride)]", Retained: 0 Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetProgramInterfaceiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetProgramResourceIndex", ParamNames: 3, Params: 3, Return: "UInt32", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "GetProgramResourceName", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetProgramResourceiv", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "propCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "props", Type: "GLenum", Direction: "in", Semantic: "array", ArraySize: "[propCount]", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetProgramResourceLocation", ParamNames: 3, Params: 3, Return: "Int32", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "GetProgramResourceLocationIndex", ParamNames: 3, Params: 3, Return: "Int32", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "ShaderStorageBlockBinding", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_storage_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "storageBlockIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "storageBlockBinding", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexBufferRange", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_texture_buffer_range", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureBufferRangeEXT", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_buffer_range", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexStorage2DMultisample", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_storage_multisample", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexStorage3DMultisample", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_storage_multisample", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureStorage2DMultisampleEXT", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_storage_multisample", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureStorage3DMultisampleEXT", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_texture_storage_multisample", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendColorEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_blend_color", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PolygonOffsetEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_polygon_offset", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bias", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_texture3D", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0 Name: "TexSubImage3DEXT", ParamNames: 11, Params: 11, Return: "void", Category: "EXT_texture3D", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0 Name: "GetTexFilterFuncSGIS", ParamNames: 3, Params: 3, Return: "void", Category: "SGIS_texture_filter4", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "filter", Type: "TextureFilterSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,filter)]", Retained: 0 Name: "TexFilterFuncSGIS", ParamNames: 4, Params: 4, Return: "void", Category: "SGIS_texture_filter4", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "filter", Type: "TextureFilterSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weights", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "TexSubImage1DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_subtexture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "TexSubImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_subtexture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "CopyTexImage1DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTexImage2DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTexSubImage1DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTexSubImage2DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTexSubImage3DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetHistogramEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetHistogramParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetHistogramParameterPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetHistogramParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetHistogramParameterPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMinmaxEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetMinmaxParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetMinmaxParameterPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMinmaxParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetMinmaxParameterPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "HistogramEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sink", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MinmaxEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sink", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ResetHistogramEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ResetMinmaxEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ConvolutionFilter1DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "image", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "ConvolutionFilter2DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "image", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "ConvolutionParameterfEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ConvolutionParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ConvolutionParameteriEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ConvolutionParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "CopyConvolutionFilter1DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyConvolutionFilter2DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetConvolutionFilterEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "image", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetConvolutionParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetConvolutionParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetSeparableFilterEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "SeparableTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "row", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "column", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "span", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "SeparableFilter2DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "SeparableTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "row", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type,width)]", Retained: 0 Name: "column", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type,height)]", Retained: 0 Name: "ColorTableSGI", ParamNames: 6, Params: 6, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "table", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "ColorTableParameterfvSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ColorTableParameterPNameSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ColorTableParameterivSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ColorTableParameterPNameSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "CopyColorTableSGI", ParamNames: 5, Params: 5, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetColorTableSGI", ParamNames: 4, Params: 4, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "table", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetColorTableParameterfvSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetColorTableParameterPNameSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetColorTableParameterivSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetColorTableParameterPNameSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PixelTexGenSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "PixelTexGenModeSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelTexGenParameteriSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelTexGenParameterivSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PixelTexGenParameterfSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelTexGenParameterfvSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetPixelTexGenParameterivSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetPixelTexGenParameterfvSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexImage4DSGIS", ParamNames: 11, Params: 11, Return: "void", Category: "SGIS_texture4D", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size4d", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth,size4d)]", Retained: 0 Name: "TexSubImage4DSGIS", ParamNames: 13, Params: 13, Return: "void", Category: "SGIS_texture4D", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "woffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size4d", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth,size4d)]", Retained: 0 Name: "AreTexturesResidentEXT", ParamNames: 3, Params: 3, Return: "Boolean", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "residences", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "BindTextureEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteTexturesEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenTexturesEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "Texture", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsTextureEXT", ParamNames: 1, Params: 1, Return: "Boolean", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PrioritizeTexturesEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "priorities", Type: "ClampedFloat32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "DetailTexFuncSGIS", ParamNames: 3, Params: 3, Return: "void", Category: "SGIS_detail_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n*2]", Retained: 0 Name: "GetDetailTexFuncSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_detail_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "SharpenTexFuncSGIS", ParamNames: 3, Params: 3, Return: "void", Category: "SGIS_sharpen_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n*2]", Retained: 0 Name: "GetSharpenTexFuncSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_sharpen_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "SampleMaskSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_multisample", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "value", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SamplePatternSGIS", ParamNames: 1, Params: 1, Return: "void", Category: "SGIS_multisample", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pattern", Type: "SamplePatternSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ArrayElementEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "i", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride,count)]", Retained: 1 Name: "DrawArraysEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EdgeFlagPointerEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Boolean", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(stride,count)]", Retained: 1 Name: "GetPointervEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetPointervPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "IndexPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "type", Type: "IndexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride,count)]", Retained: 1 Name: "NormalPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "type", Type: "NormalPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride,count)]", Retained: 1 Name: "TexCoordPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "TexCoordPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride,count)]", Retained: 1 Name: "VertexPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride,count)]", Retained: 1 Name: "BlendEquationEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_blend_minmax", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SpriteParameterfSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_sprite", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "SpriteParameterNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SpriteParameterfvSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_sprite", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "SpriteParameterNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "SpriteParameteriSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_sprite", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "SpriteParameterNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SpriteParameterivSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_sprite", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "SpriteParameterNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PointParameterfEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointParameterfvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PointParameterfSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointParameterfvSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetInstrumentsSGIX", ParamNames: 0, Params: 0, Return: "Int32", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "InstrumentsBufferSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 1 Name: "PollInstrumentsSGIX", ParamNames: 1, Params: 1, Return: "Int32", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "marker_p", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "ReadInstrumentsSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "marker", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StartInstrumentsSGIX", ParamNames: 0, Params: 0, Return: "void", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "StopInstrumentsSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "marker", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FrameZoomSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_framezoom", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TagSampleBufferSGIX", ParamNames: 0, Params: 0, Return: "void", Category: "SGIX_tag_sample_buffer", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "DeformationMap3dSGIX", ParamNames: 14, Params: 14, Return: "void", Category: "SGIX_polynomial_ffd", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FfdTargetSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "wstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "worder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,ustride,uorder,vstride,vorder,wstride,worder)]", Retained: 0 Name: "DeformationMap3fSGIX", ParamNames: 14, Params: 14, Return: "void", Category: "SGIX_polynomial_ffd", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FfdTargetSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "wstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "worder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,ustride,uorder,vstride,vorder,wstride,worder)]", Retained: 0 Name: "DeformSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_polynomial_ffd", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mask", Type: "FfdMaskSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LoadIdentityDeformationMapSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_polynomial_ffd", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mask", Type: "FfdMaskSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReferencePlaneSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_reference_plane", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "equation", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "FlushRasterSGIX", ParamNames: 0, Params: 0, Return: "void", Category: "SGIX_flush_raster", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "FogFuncSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_fog_function", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n*2]", Retained: 0 Name: "GetFogFuncSGIS", ParamNames: 1, Params: 1, Return: "void", Category: "SGIS_fog_function", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "points", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "ImageTransformParameteriHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ImageTransformParameterfHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ImageTransformParameterivHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ImageTransformParameterfvHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetImageTransformParameterivHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetImageTransformParameterfvHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ColorSubTableEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_color_subtable", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,count)]", Retained: 0 Name: "CopyColorSubTableEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_color_subtable", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "HintPGI", ParamNames: 2, Params: 2, Return: "void", Category: "PGI_misc_hints", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "HintTargetPGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorTableEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_paletted_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "table", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "GetColorTableEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_paletted_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0 Name: "GetColorTableParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_paletted_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetColorTableParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_paletted_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetListParameterfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetListParameterivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ListParameterfSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ListParameterfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ListParameteriSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ListParameterivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "IndexMaterialEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_index_material", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "IndexMaterialParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IndexFuncEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_index_func", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "func", Type: "IndexFunctionEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ref", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LockArraysEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_compiled_vertex_array", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UnlockArraysEXT", ParamNames: 0, Params: 0, Return: "void", Category: "EXT_compiled_vertex_array", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "CullParameterdvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_cull_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "CullParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "CullParameterfvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_cull_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "CullParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "FragmentColorMaterialSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FragmentLightfSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FragmentLightfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FragmentLightiSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FragmentLightivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FragmentLightModelfSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "FragmentLightModelParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FragmentLightModelfvSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "FragmentLightModelParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FragmentLightModeliSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "FragmentLightModelParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FragmentLightModelivSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "FragmentLightModelParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FragmentMaterialfSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FragmentMaterialfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FragmentMaterialiSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FragmentMaterialivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetFragmentLightfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetFragmentLightivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetFragmentMaterialfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetFragmentMaterialivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "LightEnviSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "LightEnvParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawRangeElementsEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_draw_range_elements", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "ApplyTextureEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_light_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "LightTextureModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureLightEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_light_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "LightTexturePNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureMaterialEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_light_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "AsyncMarkerSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "marker", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FinishAsyncSGIX", ParamNames: 1, Params: 1, Return: "Int32", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "markerp", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "PollAsyncSGIX", ParamNames: 1, Params: 1, Return: "Int32", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "markerp", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GenAsyncMarkersSGIX", ParamNames: 1, Params: 1, Return: "UInt32", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteAsyncMarkersSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "marker", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsAsyncMarkerSGIX", ParamNames: 1, Params: 1, Return: "Boolean", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "marker", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexPointervINTEL", ParamNames: 3, Params: 3, Return: "void", Category: "INTEL_parallel_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 1 Name: "NormalPointervINTEL", ParamNames: 2, Params: 2, Return: "void", Category: "INTEL_parallel_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "type", Type: "NormalPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 1 Name: "ColorPointervINTEL", ParamNames: 3, Params: 3, Return: "void", Category: "INTEL_parallel_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 1 Name: "TexCoordPointervINTEL", ParamNames: 3, Params: 3, Return: "void", Category: "INTEL_parallel_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 1 Name: "PixelTransformParameteriEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "PixelTransformTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PixelTransformPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelTransformParameterfEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "PixelTransformTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PixelTransformPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelTransformParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "PixelTransformTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PixelTransformPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "PixelTransformParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "PixelTransformTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PixelTransformPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GetPixelTransformParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetPixelTransformParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "SecondaryColor3bEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3bvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3dvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3fEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3fvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3ivEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3sEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3svEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3ubEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3ubvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3uiEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3uivEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColor3usEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3usvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "ColorUS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "SecondaryColorPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "TextureNormalEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_texture_perturb_normal", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "TextureNormalModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawArraysEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_multi_draw_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawElementsEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_multi_draw_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogCoordfEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coord", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogCoordfvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coord", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "FogCoorddEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coord", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogCoorddvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coord", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "FogCoordPointerEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "type", Type: "FogPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "Tangent3bEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tx", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ty", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "tz", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Tangent3bvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Tangent3dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tx", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ty", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "tz", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Tangent3dvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Tangent3fEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tx", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ty", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "tz", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Tangent3fvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Tangent3iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tx", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ty", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "tz", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Tangent3ivEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Tangent3sEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tx", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ty", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "tz", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Tangent3svEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Binormal3bEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "bx", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "by", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bz", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Binormal3bvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Binormal3dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "bx", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "by", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bz", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Binormal3dvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Binormal3fEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "bx", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "by", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bz", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Binormal3fvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Binormal3iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "bx", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "by", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bz", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Binormal3ivEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Binormal3sEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "bx", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "by", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bz", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Binormal3svEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TangentPointerEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "type", Type: "TangentPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "BinormalPointerEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "type", Type: "BinormalPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "FinishTextureSUNX", ParamNames: 0, Params: 0, Return: "void", Category: "SUNX_constant_data", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "GlobalAlphaFactorbSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GlobalAlphaFactorsSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GlobalAlphaFactoriSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GlobalAlphaFactorfSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GlobalAlphaFactordSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GlobalAlphaFactorubSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GlobalAlphaFactorusSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "UInt16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GlobalAlphaFactoruiSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "code", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeusSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "code", Type: "UInt16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeubSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "code", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuivSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "code", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "ReplacementCodeusvSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "code", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "ReplacementCodeubvSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "code", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "ReplacementCodePointerSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "ReplacementCodeTypeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "Color4ubVertex2fSUN", ParamNames: 6, Params: 6, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "r", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4ubVertex2fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "c", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Color4ubVertex3fSUN", ParamNames: 7, Params: 7, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "r", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4ubVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "c", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3fVertex3fSUN", ParamNames: 6, Params: 6, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3fVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Normal3fVertex3fSUN", ParamNames: 6, Params: 6, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Normal3fVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color4fNormal3fVertex3fSUN", ParamNames: 10, Params: 10, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4fNormal3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord2fVertex3fSUN", ParamNames: 5, Params: 5, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2fVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord4fVertex4fSUN", ParamNames: 8, Params: 8, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "p", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4fVertex4fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "TexCoord2fColor4ubVertex3fSUN", ParamNames: 9, Params: 9, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2fColor4ubVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "c", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord2fColor3fVertex3fSUN", ParamNames: 8, Params: 8, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2fColor3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord2fNormal3fVertex3fSUN", ParamNames: 8, Params: 8, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2fNormal3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord2fColor4fNormal3fVertex3fSUN", ParamNames: 12, Params: 12, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2fColor4fNormal3fVertex3fvSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord4fColor4fNormal3fVertex4fSUN", ParamNames: 15, Params: 15, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "p", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4fColor4fNormal3fVertex4fvSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ReplacementCodeuiVertex3fSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "ReplacementCodeuiColor4ubVertex3fSUN", ParamNames: 8, Params: 8, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiColor4ubVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "c", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "ReplacementCodeuiColor3fVertex3fSUN", ParamNames: 7, Params: 7, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiColor3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "ReplacementCodeuiNormal3fVertex3fSUN", ParamNames: 7, Params: 7, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiNormal3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "ReplacementCodeuiColor4fNormal3fVertex3fSUN", ParamNames: 11, Params: 11, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiColor4fNormal3fVertex3fvSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "ReplacementCodeuiTexCoord2fVertex3fSUN", ParamNames: 6, Params: 6, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiTexCoord2fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN", ParamNames: 9, Params: 9, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN", ParamNames: 13, Params: 13, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN", ParamNames: 5, Params: 5, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "BlendFuncSeparateEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_blend_func_separate", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendFuncSeparateINGR", ParamNames: 4, Params: 4, Return: "void", Category: "INGR_blend_func_separate", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "sfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexWeightfEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_weighting", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "weight", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexWeightfvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_weighting", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "weight", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexWeightPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_weighting", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexWeightPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "FlushVertexArrayRangeNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_vertex_array_range", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "VertexArrayRangeNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_array_range", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(length)]", Retained: 1 Name: "CombinerParameterfvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "CombinerParameterfNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CombinerParameterivNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "CombinerParameteriNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CombinerInputNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "input", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mapping", Type: "CombinerMappingNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "componentUsage", Type: "CombinerComponentUsageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CombinerOutputNV", ParamNames: 10, Params: 10, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "abOutput", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "cdOutput", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sumOutput", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "scale", Type: "CombinerScaleNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bias", Type: "CombinerBiasNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "abDotProduct", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "cdDotProduct", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "muxSum", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FinalCombinerInputNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "input", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mapping", Type: "CombinerMappingNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "componentUsage", Type: "CombinerComponentUsageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetCombinerInputParameterfvNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetCombinerInputParameterivNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetCombinerOutputParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetCombinerOutputParameterivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetFinalCombinerInputParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetFinalCombinerInputParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ResizeBuffersMESA", ParamNames: 0, Params: 0, Return: "void", Category: "MESA_resize_buffers", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "WindowPos2dMESA", ParamNames: 2, Params: 2, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2dvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2fMESA", ParamNames: 2, Params: 2, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2fvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2iMESA", ParamNames: 2, Params: 2, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2ivMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos2sMESA", ParamNames: 2, Params: 2, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos2svMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "WindowPos3dMESA", ParamNames: 3, Params: 3, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3dvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3fMESA", ParamNames: 3, Params: 3, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3fvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3iMESA", ParamNames: 3, Params: 3, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3ivMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos3sMESA", ParamNames: 3, Params: 3, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos3svMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "WindowPos4dMESA", ParamNames: 4, Params: 4, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos4dvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "WindowPos4fMESA", ParamNames: 4, Params: 4, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos4fvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "WindowPos4iMESA", ParamNames: 4, Params: 4, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos4ivMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "WindowPos4sMESA", ParamNames: 4, Params: 4, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WindowPos4svMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "MultiModeDrawArraysIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_multimode_draw_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modestride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiModeDrawElementsIBM", ParamNames: 6, Params: 6, Return: "void", Category: "IBM_multimode_draw_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "ConstVoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modestride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorPointerListIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColorPointerListIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "SecondaryColorPointerTypeIBM", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EdgeFlagPointerListIBM", ParamNames: 3, Params: 3, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "BooleanPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(stride)]", Retained: 1 Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogCoordPointerListIBM", ParamNames: 4, Params: 4, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "FogPointerTypeIBM", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IndexPointerListIBM", ParamNames: 4, Params: 4, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "IndexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NormalPointerListIBM", ParamNames: 4, Params: 4, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "NormalPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1 Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoordPointerListIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "TexCoordPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexPointerListIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TbufferMask3DFX", ParamNames: 1, Params: 1, Return: "void", Category: "3DFX_tbuffer", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mask", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SampleMaskEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_multisample", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "value", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SamplePatternEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_multisample", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pattern", Type: "SamplePatternEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureColorMaskSGIS", ParamNames: 4, Params: 4, Return: "void", Category: "SGIS_texture_color_mask", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IglooInterfaceSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_igloo_interface", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "IglooFunctionSelectSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "IglooParameterSGIX", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "DeleteFencesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fences", Type: "FenceNV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenFencesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fences", Type: "FenceNV", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsFenceNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TestFenceNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetFenceivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "FenceParameterNameNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FinishFenceNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SetFenceNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "condition", Type: "FenceConditionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FlushStaticDataIBM", ParamNames: 1, Params: 1, Return: "void", Category: "IBM_static_data", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapControlPointsNV", ParamNames: 9, Params: 9, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "MapTypeNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "packed", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,uorder,vorder)]", Retained: 0 Name: "MapParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MapParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0 Name: "MapParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MapParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0 Name: "GetMapControlPointsNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "MapTypeNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "packed", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "GetMapParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MapParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0 Name: "GetMapParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MapParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0 Name: "GetMapAttribParameterivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MapAttribParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMapAttribParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "MapAttribParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "EvalMapsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "EvalMapsModeNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CombinerStageParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_register_combiners2", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetCombinerStageParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_register_combiners2", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "AreProgramsResidentNV", ParamNames: 3, Params: 3, Return: "Boolean", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programs", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "residences", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "BindProgramNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteProgramsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programs", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "ExecuteProgramNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GenProgramsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programs", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GetProgramParameterdvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramStringNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "program", Type: "ProgramCharacterNV", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id,pname)]", Retained: 0 Name: "GetTrackMatrixivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "address", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GetVertexAttribdvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribPointervNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "IsProgramNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LoadProgramNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "program", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[len]", Retained: 0 Name: "ProgramParameter4dNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramParameter4dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramParameter4fNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramParameter4fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramParameters4dvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramParameters4fvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "RequestResidentProgramsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "programs", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "TrackMatrixNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "address", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "matrix", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transform", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribPointerNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fsize", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(fsize,type,stride)]", Retained: 1 Name: "VertexAttrib1dNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1dvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib1fNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1fvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib1sNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1svNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib2dNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2dvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib2fNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2fvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib2sNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2svNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib3dNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3dvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib3fNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3fvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib3sNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3svNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib4dNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4dvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4fNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4fvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4sNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4svNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttrib4ubNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4ubvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribs1dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "VertexAttribs1fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "VertexAttribs1svNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "VertexAttribs2dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "VertexAttribs2fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "VertexAttribs2svNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "VertexAttribs3dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "VertexAttribs3fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "VertexAttribs3svNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "VertexAttribs4dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "VertexAttribs4fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "VertexAttribs4svNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "VertexAttribs4ubvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "TexBumpParameterivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_envmap_bumpmap", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "TexBumpParameterATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexBumpParameterfvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_envmap_bumpmap", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "TexBumpParameterATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexBumpParameterivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_envmap_bumpmap", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetTexBumpParameterATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexBumpParameterfvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_envmap_bumpmap", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetTexBumpParameterATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GenFragmentShadersATI", ParamNames: 1, Params: 1, Return: "UInt32", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "range", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindFragmentShaderATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteFragmentShaderATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginFragmentShaderATI", ParamNames: 0, Params: 0, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "EndFragmentShaderATI", ParamNames: 0, Params: 0, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "PassTexCoordATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "swizzle", Type: "SwizzleOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SampleMapATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "interp", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "swizzle", Type: "SwizzleOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorFragmentOp1ATI", ParamNames: 7, Params: 7, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMask", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorFragmentOp2ATI", ParamNames: 10, Params: 10, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMask", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorFragmentOp3ATI", ParamNames: 13, Params: 13, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMask", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg3Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg3Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "AlphaFragmentOp1ATI", ParamNames: 6, Params: 6, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "AlphaFragmentOp2ATI", ParamNames: 9, Params: 9, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "AlphaFragmentOp3ATI", ParamNames: 12, Params: 12, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg3Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg3Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SetFragmentShaderConstantATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "ConstFloat32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "PNTrianglesiATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_pn_triangles", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PNTrianglesPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PNTrianglesfATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_pn_triangles", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PNTrianglesPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NewObjectBufferATI", ParamNames: 3, Params: 3, Return: "UInt32", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "usage", Type: "ArrayObjectUsageATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsObjectBufferATI", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UpdateObjectBufferATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "preserve", Type: "PreserveModeATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetObjectBufferfvATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GetObjectBufferivATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "FreeObjectBufferATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ArrayObjectATI", ParamNames: 6, Params: 6, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetArrayObjectfvATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GetArrayObjectivATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VariantArrayObjectATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVariantArrayObjectfvATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GetVariantArrayObjectivATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "BeginVertexShaderEXT", ParamNames: 0, Params: 0, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "EndVertexShaderEXT", ParamNames: 0, Params: 0, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "BindVertexShaderEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GenVertexShadersEXT", ParamNames: 1, Params: 1, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "range", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteVertexShaderEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ShaderOp1EXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "VertexShaderOpEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ShaderOp2EXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "VertexShaderOpEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ShaderOp3EXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "VertexShaderOpEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arg3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SwizzleEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "in", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "outX", Type: "VertexShaderCoordOutEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "outY", Type: "VertexShaderCoordOutEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "outZ", Type: "VertexShaderCoordOutEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "outW", Type: "VertexShaderCoordOutEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WriteMaskEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "in", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "outX", Type: "VertexShaderWriteMaskEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "outY", Type: "VertexShaderWriteMaskEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "outZ", Type: "VertexShaderWriteMaskEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "outW", Type: "VertexShaderWriteMaskEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "InsertComponentEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "src", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "num", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ExtractComponentEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "src", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "num", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GenSymbolsEXT", ParamNames: 4, Params: 4, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "datatype", Type: "DataTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "storagetype", Type: "VertexShaderStorageTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "range", Type: "ParameterRangeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "components", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SetInvariantEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id,type)]", Retained: 0 Name: "SetLocalConstantEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id,type)]", Retained: 0 Name: "VariantbvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VariantsvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VariantivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VariantfvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VariantdvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VariantubvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VariantusvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VariantuivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VariantPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "addr", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id,type,stride)]", Retained: 0 Name: "EnableVariantClientStateEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DisableVariantClientStateEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindLightParameterEXT", ParamNames: 2, Params: 2, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindMaterialParameterEXT", ParamNames: 2, Params: 2, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindTexGenParameterEXT", ParamNames: 3, Params: 3, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "unit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindTextureUnitParameterEXT", ParamNames: 2, Params: 2, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "unit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "VertexShaderTextureUnitParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindParameterEXT", ParamNames: 1, Params: 1, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "value", Type: "VertexShaderParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsVariantEnabledEXT", ParamNames: 2, Params: 2, Return: "Boolean", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "cap", Type: "VariantCapEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVariantBooleanvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetVariantIntegervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetVariantFloatvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetVariantPointervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetInvariantBooleanvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetInvariantIntegervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetInvariantFloatvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetLocalConstantBooleanvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetLocalConstantIntegervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "GetLocalConstantFloatvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0 Name: "VertexStream1sATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream1svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexStream1iATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream1ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexStream1fATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream1fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexStream1dATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream1dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexStream2sATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream2svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexStream2iATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream2ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexStream2fATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream2fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexStream2dATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream2dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexStream3sATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream3svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexStream3iATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream3ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexStream3fATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream3fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexStream3dATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream3dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexStream4sATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream4svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexStream4iATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream4ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexStream4fATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream4fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexStream4dATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexStream4dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "NormalStream3bATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NormalStream3bvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "NormalStream3sATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NormalStream3svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "NormalStream3iATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NormalStream3ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "NormalStream3fATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NormalStream3fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "NormalStream3dATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nx", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NormalStream3dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "ClientActiveVertexStreamATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexBlendEnviATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexBlendEnvfATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ElementPointerATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "type", Type: "ElementPointerTypeATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type)]", Retained: 1 Name: "DrawElementArrayATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawRangeElementArrayATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawMeshArraysSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_mesh_array", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GenOcclusionQueriesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "DeleteOcclusionQueriesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsOcclusionQueryNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginOcclusionQueryNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndOcclusionQueryNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "GetOcclusionQueryivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "OcclusionQueryParameterNameNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetOcclusionQueryuivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "OcclusionQueryParameterNameNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PointParameteriNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_point_sprite", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointParameterivNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_point_sprite", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ActiveStencilFaceEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_stencil_two_side", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ElementPointerAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "ElementPointerTypeATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type)]", Retained: 0 Name: "DrawElementArrayAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawRangeElementArrayAPPLE", ParamNames: 5, Params: 5, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawElementArrayAPPLE", ParamNames: 4, Params: 4, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawRangeElementArrayAPPLE", ParamNames: 6, Params: 6, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GenFencesAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fences", Type: "FenceNV", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "DeleteFencesAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fences", Type: "FenceNV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "SetFenceAPPLE", ParamNames: 1, Params: 1, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsFenceAPPLE", ParamNames: 1, Params: 1, Return: "Boolean", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TestFenceAPPLE", ParamNames: 1, Params: 1, Return: "Boolean", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FinishFenceAPPLE", ParamNames: 1, Params: 1, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TestObjectAPPLE", ParamNames: 2, Params: 2, Return: "Boolean", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "object", Type: "ObjectTypeAPPLE", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FinishObjectAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "object", Type: "ObjectTypeAPPLE", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindVertexArrayAPPLE", ParamNames: 1, Params: 1, Return: "void", Category: "APPLE_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "array", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteVertexArraysAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arrays", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenVertexArraysAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "arrays", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsVertexArrayAPPLE", ParamNames: 1, Params: 1, Return: "Boolean", Category: "APPLE_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "array", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexArrayRangeAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "FlushVertexArrayRangeAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "VertexArrayParameteriAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "VertexArrayPNameAPPLE", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawBuffersATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_draw_buffers", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufs", Type: "DrawBufferModeATI", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "ProgramNamedParameter4fNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramNamedParameter4fvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramNamedParameter4dNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramNamedParameter4dvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramNamedParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramNamedParameterdvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Vertex2hNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex2hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Vertex3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Vertex4hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex4hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Normal3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "nx", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Normal3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color4hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "TexCoord1hNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord1hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoord2hNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "TexCoord3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord4hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "MultiTexCoord1hNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord2hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord3hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord4hNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "FogCoordhNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "fog", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogCoordhvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "fog", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "SecondaryColor3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColor3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexWeighthNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "weight", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexWeighthvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "weight", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib1hNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib1hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttrib2hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib2hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttrib3hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib3hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttrib4hNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttrib4hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribs1hvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "VertexAttribs2hvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "VertexAttribs3hvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "VertexAttribs4hvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "PixelDataRangeNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_pixel_data_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "PixelDataRangeTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "FlushPixelDataRangeNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_pixel_data_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "PixelDataRangeTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PrimitiveRestartNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_primitive_restart", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "PrimitiveRestartIndexNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_primitive_restart", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapObjectBufferATI", ParamNames: 1, Params: 1, Return: "VoidPointer", Category: "ATI_map_object_buffer", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UnmapObjectBufferATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_map_object_buffer", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilOpSeparateATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_separate_stencil", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dpfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dppass", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilFuncSeparateATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_separate_stencil", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "frontfunc", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "backfunc", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ref", Type: "ClampedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribArrayObjectATI", ParamNames: 7, Params: 7, Return: "void", Category: "ATI_vertex_attrib_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexAttribPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVertexAttribArrayObjectfvATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_attrib_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribArrayObjectivATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_attrib_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexCoord1bOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1bvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord2bOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2bvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord3bOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3bvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord4bOES", ParamNames: 5, Params: 5, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4bvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "TexCoord1bOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord1bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoord2bOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "TexCoord3bOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord3bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord4bOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Vertex2bOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex2bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Vertex3bOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex3bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Vertex4bOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex4bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "AccumxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "op", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "AlphaFuncxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "func", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ref", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BitmapxOES", ParamNames: 7, Params: 7, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xorig", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yorig", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xmove", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ymove", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bitmap", Type: "ConstUByte", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0 Name: "BlendColorxOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearAccumxOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearColorxOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearDepthxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "depth", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClipPlanexOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "plane", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "equation", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Color3xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color4xOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Color3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "components", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Color4xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "components", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ConvolutionParameterxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ConvolutionParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "DepthRangexOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "f", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalCoord1xOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "u", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalCoord2xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "u", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EvalCoord1xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "EvalCoord2xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "FeedbackBufferxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "Fixed", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "FogxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogxvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "FrustumxOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "l", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "f", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetClipPlanexOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "plane", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "equation", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetConvolutionParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetFixedvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetHistogramParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetLightxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "light", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMapxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "query", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(query)]", Retained: 0 Name: "GetMaterialxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "face", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetPixelMapxv", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "GetTexEnvxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexGenxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "coord", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexLevelParameterxvOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "IndexxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "component", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IndexxvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "component", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "LightModelxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LightModelxvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "LightxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "light", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LightxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "light", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "LineWidthxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "width", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "LoadMatrixxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "m", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "LoadTransposeMatrixxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "m", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "Map1xOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "order", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Map2xOES", ParamNames: 10, Params: 10, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uorder", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vorder", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapGrid1xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapGrid2xOES", ParamNames: 5, Params: 5, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MaterialxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MaterialxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultMatrixxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "m", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MultTransposeMatrixxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "m", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MultiTexCoord1xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord2xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord3xOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord4xOES", ParamNames: 5, Params: 5, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoord1xvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "MultiTexCoord2xvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "MultiTexCoord3xvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "MultiTexCoord4xvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "Normal3xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "nx", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ny", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nz", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Normal3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "OrthoxOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "l", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "f", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PassThroughxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "token", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelMapx", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "PixelStorex", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelTransferxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PixelZoomxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "xfactor", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yfactor", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointParameterxvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PointSizexOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PolygonOffsetxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "units", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PrioritizeTexturesxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textures", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "priorities", Type: "ClampedFixed", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "RasterPos2xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos3xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos4xOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RasterPos2xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "RasterPos3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "RasterPos4xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "RectxOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RectxvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "v1", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "v2", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "RotatexOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "angle", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SampleCoverageOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "value", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ScalexOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord1xOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord2xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord3xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord4xOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "q", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoord1xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TexCoord2xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "TexCoord3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "TexCoord4xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "TexEnvxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexEnvxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexGenxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coord", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexGenxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coord", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexParameterxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TranslatexOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex2xOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex3xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex4xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Vertex2xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "Vertex3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "Vertex4xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "DepthRangefOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "f", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FrustumfOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "l", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "f", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "OrthofOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "l", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "f", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClipPlanefOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "plane", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "equation", Type: "ConstFloat32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ClearDepthfOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "depth", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetClipPlanefOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "plane", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "equation", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "QueryMatrixxOES", ParamNames: 2, Params: 2, Return: "GLbitfield", Category: "OES_query_matrix", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mantissa", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "exponent", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "DepthBoundsEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_depth_bounds_test", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "zmin", Type: "ClampedFloat64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zmax", Type: "ClampedFloat64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendEquationSeparateEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_blend_equation_separate", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "modeRGB", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modeAlpha", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsRenderbufferEXT", ParamNames: 1, Params: 1, Return: "Boolean", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindRenderbufferEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteRenderbuffersEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenRenderbuffersEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "RenderbufferStorageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetRenderbufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "IsFramebufferEXT", ParamNames: 1, Params: 1, Return: "Boolean", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindFramebufferEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteFramebuffersEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "framebuffers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenFramebuffersEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "framebuffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "CheckFramebufferStatusEXT", ParamNames: 1, Params: 1, Return: "GLenum", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTexture1DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTexture2DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTexture3DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferRenderbufferEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffertarget", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetFramebufferAttachmentParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GenerateMipmapEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StringMarkerGREMEDY", ParamNames: 2, Params: 2, Return: "void", Category: "GREMEDY_string_marker", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(len,string)]", Retained: 0 Name: "StencilClearTagEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_stencil_clear_tag", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stencilTagBits", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stencilClearTag", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlitFramebufferEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_framebuffer_blit", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "srcX0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcY0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcX1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcY1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstX0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstY0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstX1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstY1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "ClearBufferMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "filter", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RenderbufferStorageMultisampleEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_framebuffer_multisample", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetQueryObjecti64vEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_timer_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetQueryObjectui64vEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_timer_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ProgramEnvParameters4fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_gpu_program_parameters", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramLocalParameters4fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_gpu_program_parameters", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "BufferParameteriAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_flush_buffer_range", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FlushMappedBufferRangeAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_flush_buffer_range", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramLocalParameterI4iNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramLocalParameterI4ivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramLocalParametersI4ivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramLocalParameterI4uiNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramLocalParameterI4uivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramLocalParametersI4uivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramEnvParameterI4iNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramEnvParameterI4ivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramEnvParametersI4ivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramEnvParameterI4uiNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramEnvParameterI4uivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramEnvParametersI4uivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "GetProgramLocalParameterIivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramLocalParameterIuivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramEnvParameterIivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetProgramEnvParameterIuivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "ProgramVertexLimitNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_geometry_program4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "limit", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTextureEXT", ParamNames: 4, Params: 4, Return: "void", Category: "NV_geometry_program4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTextureLayerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_geometry_program4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layer", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferTextureFaceEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_geometry_program4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "face", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramParameteriEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_geometry_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ProgramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI1iEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI2iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI3iEXT", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI4iEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI1uiEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI2uiEXT", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI3uiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI4uiEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribI1ivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribI2ivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttribI3ivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttribI4ivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI1uivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribI2uivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttribI3uivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttribI4uivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI4bvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI4svEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI4ubvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribI4usvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribIPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "GetVertexAttribIivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribIuivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetUniformuivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,location)]", Retained: 0 Name: "BindFragDataLocationEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "GetFragDataLocationEXT", ParamNames: 2, Params: 2, Return: "Int32", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "Uniform1uiEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2uiEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3uiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4uiEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1uivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2uivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3uivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4uivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "DrawArraysInstancedEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_draw_instanced", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "start", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DrawElementsInstancedEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_draw_instanced", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexBufferEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DepthRangedNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_depth_buffer_float", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearDepthdNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_depth_buffer_float", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "depth", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DepthBoundsdNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_depth_buffer_float", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "zmin", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zmax", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "RenderbufferStorageMultisampleCoverageNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_framebuffer_multisample_coverage", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramBufferParametersfvNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_parameter_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bindingIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "wordIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramBufferParametersIivNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_parameter_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bindingIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "wordIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramBufferParametersIuivNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_parameter_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bindingIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "wordIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ColorMaskIndexedEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "r", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "g", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "b", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "a", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetBooleanIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "GetIntegerIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "EnableIndexedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DisableIndexedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsEnabledIndexedEXT", ParamNames: 2, Params: 2, Return: "Boolean", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginTransformFeedbackNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "primitiveMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndTransformFeedbackNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "TransformFeedbackAttribsNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribs", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0 Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindBufferRangeNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindBufferOffsetNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindBufferBaseNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TransformFeedbackVaryingsNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "locations", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ActiveVaryingNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "GetVaryingLocationNV", ParamNames: 2, Params: 2, Return: "Int32", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0 Name: "GetActiveVaryingNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "size", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,index,bufSize)]", Retained: 0 Name: "GetTransformFeedbackVaryingNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TransformFeedbackStreamAttribsNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_transform_feedback", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribs", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "nbuffers", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufstreams", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[nbuffers]", Retained: 0 Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UniformBufferEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_bindable_uniform", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetUniformBufferSizeEXT", ParamNames: 2, Params: 2, Return: "Int32", Category: "EXT_bindable_uniform", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetUniformOffsetEXT", ParamNames: 2, Params: 2, Return: "BufferOffset", Category: "EXT_bindable_uniform", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexParameterIivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TexParameterIuivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexParameterIivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTexParameterIuivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ClearColorIiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClearColorIuiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "red", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "green", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "blue", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "alpha", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FrameTerminatorGREMEDY", ParamNames: 0, Params: 0, Return: "void", Category: "GREMEDY_frame_terminator", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "BeginConditionalRenderNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_conditional_render", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndConditionalRenderNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_conditional_render", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "PresentFrameKeyedNV", ParamNames: 11, Params: 11, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "minPresentTime", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "beginPresentTimeId", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "presentDurationId", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target0", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fill0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "key0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target1", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fill1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "key1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PresentFrameDualFillNV", ParamNames: 13, Params: 13, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "minPresentTime", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "beginPresentTimeId", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "presentDurationId", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target0", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fill0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target1", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fill1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target2", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fill2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target3", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fill3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVideoivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVideouivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVideoi64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVideoui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "BeginTransformFeedbackEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "primitiveMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndTransformFeedbackEXT", ParamNames: 0, Params: 0, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "BindBufferRangeEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindBufferOffsetEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindBufferBaseEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TransformFeedbackVaryingsEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "varyings", Type: "CharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetTransformFeedbackVaryingEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "size", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(length)]", Retained: 0 Name: "ClientAttribDefaultEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "mask", Type: "ClientAttribMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PushClientAttribDefaultEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "mask", Type: "ClientAttribMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixLoadfEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MatrixLoaddEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MatrixMultfEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MatrixMultdEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MatrixLoadIdentityEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixRotatefEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "angle", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixRotatedEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "angle", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixScalefEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixScaledEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixTranslatefEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixTranslatedEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixFrustumEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "left", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "right", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bottom", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "top", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixOrthoEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "left", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "right", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bottom", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "top", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixPopEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixPushEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MatrixLoadTransposefEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MatrixLoadTransposedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MatrixMultTransposefEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "MatrixMultTransposedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0 Name: "TextureParameterfEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TextureParameteriEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TextureImage1DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "TextureImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "TextureSubImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "TextureSubImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "CopyTextureImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTextureImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTextureSubImage1DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyTextureSubImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetTextureImageEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level,format,type)]", Retained: 0 Name: "GetTextureParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTextureParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTextureLevelParameterfvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTextureLevelParameterivEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TextureImage3DEXT", ParamNames: 11, Params: 11, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0 Name: "TextureSubImage3DEXT", ParamNames: 12, Params: 12, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0 Name: "CopyTextureSubImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexParameterfEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexParameteriEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexImage1DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "MultiTexImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "MultiTexSubImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0 Name: "MultiTexSubImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0 Name: "CopyMultiTexImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyMultiTexImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyMultiTexSubImage1DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CopyMultiTexSubImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetMultiTexImageEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level,format,type)]", Retained: 0 Name: "GetMultiTexParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexLevelParameterfvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexLevelParameterivEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexImage3DEXT", ParamNames: 11, Params: 11, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0 Name: "MultiTexSubImage3DEXT", ParamNames: 12, Params: 12, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0 Name: "CopyMultiTexSubImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindMultiTextureEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EnableClientStateIndexedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DisableClientStateIndexedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexCoordPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "TexCoordPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1 Name: "MultiTexEnvfEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexEnvfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexEnviEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexEnvivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexGendEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexGendvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexGenfEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexGenfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexGeniEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexGenivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexEnvfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexEnvivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexGendvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexGenfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexGenivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetFloatIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "GetDoubleIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "GetPointerIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "CompressedTextureImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTextureImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTextureImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTextureSubImage3DEXT", ParamNames: 12, Params: 12, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTextureSubImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedTextureSubImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "GetCompressedTextureImageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "lod", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "img", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,lod)]", Retained: 0 Name: "CompressedMultiTexImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedMultiTexImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedMultiTexImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedMultiTexSubImage3DEXT", ParamNames: 12, Params: 12, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedMultiTexSubImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "CompressedMultiTexSubImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0 Name: "GetCompressedMultiTexImageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "lod", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "img", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,lod)]", Retained: 0 Name: "NamedProgramStringEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "ProgramFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[len]", Retained: 0 Name: "NamedProgramLocalParameter4dEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedProgramLocalParameter4dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "NamedProgramLocalParameter4fEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedProgramLocalParameter4fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetNamedProgramLocalParameterdvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetNamedProgramLocalParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetNamedProgramivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ProgramProperty", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "GetNamedProgramStringEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "ProgramStringProperty", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,pname)]", Retained: 0 Name: "NamedProgramLocalParameters4fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "NamedProgramLocalParameterI4iEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedProgramLocalParameterI4ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "NamedProgramLocalParametersI4ivEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "NamedProgramLocalParameterI4uiEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedProgramLocalParameterI4uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "NamedProgramLocalParametersI4uivEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "GetNamedProgramLocalParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetNamedProgramLocalParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "TextureParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "TextureParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTextureParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetTextureParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "MultiTexParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetMultiTexParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ProgramUniform1fEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2fEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3fEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4fEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2iEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3iEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4iEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform2fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform3fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform4fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniform1ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform2ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform3ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform4ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniformMatrix2fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniformMatrix3fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0 Name: "ProgramUniformMatrix4fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0 Name: "ProgramUniformMatrix2x3fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "ProgramUniformMatrix3x2fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "ProgramUniformMatrix2x4fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "ProgramUniformMatrix4x2fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "ProgramUniformMatrix3x4fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "ProgramUniformMatrix4x3fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "ProgramUniform1uiEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2uiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3uiEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4uiEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform2uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform3uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform4uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "NamedBufferDataEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size)]", Retained: 0 Name: "usage", Type: "VertexBufferObjectUsage", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedBufferSubDataEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size)]", Retained: 0 Name: "MapNamedBufferEXT", ParamNames: 2, Params: 2, Return: "VoidPointer", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "VertexBufferObjectAccess", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UnmapNamedBufferEXT", ParamNames: 1, Params: 1, Return: "Boolean", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapNamedBufferRangeEXT", ParamNames: 4, Params: 4, Return: "VoidPointer", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "BufferAccessMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FlushMappedNamedBufferRangeEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedCopyBufferSubDataEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "readBuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "writeBuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "readOffset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "writeOffset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetNamedBufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexBufferObjectParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetNamedBufferPointervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "VertexBufferObjectParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetNamedBufferSubDataEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(size)]", Retained: 0 Name: "TextureBufferEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexBufferEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedRenderbufferStorageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetNamedRenderbufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "RenderbufferParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "CheckNamedFramebufferStatusEXT", ParamNames: 2, Params: 2, Return: "FramebufferStatus", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedFramebufferTexture1DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedFramebufferTexture2DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedFramebufferTexture3DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textarget", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedFramebufferRenderbufferEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffertarget", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetNamedFramebufferAttachmentParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "FramebufferAttachmentParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GenerateTextureMipmapEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GenerateMultiTexMipmapEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferDrawBufferEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "DrawBufferMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FramebufferDrawBuffersEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufs", Type: "DrawBufferMode", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "FramebufferReadBufferEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "ReadBufferMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetFramebufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GetFramebufferParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "NamedRenderbufferStorageMultisampleEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedRenderbufferStorageMultisampleCoverageEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedFramebufferTextureEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedFramebufferTextureLayerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layer", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NamedFramebufferTextureFaceEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "face", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureRenderbufferEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiTexRenderbufferEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2dEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3dEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4dEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform2dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform3dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform4dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniformMatrix2dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniformMatrix3dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0 Name: "ProgramUniformMatrix4dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0 Name: "ProgramUniformMatrix2x3dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "ProgramUniformMatrix2x4dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "ProgramUniformMatrix3x2dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0 Name: "ProgramUniformMatrix3x4dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "ProgramUniformMatrix4x2dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0 Name: "ProgramUniformMatrix4x3dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0 Name: "GetMultisamplefvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_explicit_multisample", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pname", Type: "GetMultisamplePNameNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "val", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "SampleMaskIndexedNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_explicit_multisample", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "SampleMaskNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexRenderbufferNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_explicit_multisample", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindTransformFeedbackNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeleteTransformFeedbacksNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "GenTransformFeedbacksNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "IsTransformFeedbackNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PauseTransformFeedbackNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "ResumeTransformFeedbackNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "DrawTransformFeedbackNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetPerfMonitorGroupsAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "numGroups", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "groupsSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "groups", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[groupsSize]", Retained: 0 Name: "GetPerfMonitorCountersAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numCounters", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "maxActiveCounters", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "counterSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "counters", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[counterSize]", Retained: 0 Name: "GetPerfMonitorGroupStringAMD", ParamNames: 4, Params: 4, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "groupString", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetPerfMonitorCounterStringAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "counter", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "counterString", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0 Name: "GetPerfMonitorCounterInfoAMD", ParamNames: 4, Params: 4, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "counter", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GenPerfMonitorsAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "monitors", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "DeletePerfMonitorsAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "monitors", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0 Name: "SelectPerfMonitorCountersAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "monitor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "enable", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numCounters", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "counterList", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[numCounters]", Retained: 0 Name: "BeginPerfMonitorAMD", ParamNames: 1, Params: 1, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "monitor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndPerfMonitorAMD", ParamNames: 1, Params: 1, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "monitor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetPerfMonitorCounterDataAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "monitor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dataSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[dataSize]", Retained: 0 Name: "bytesWritten", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "TessellationFactorAMD", ParamNames: 1, Params: 1, Return: "void", Category: "AMD_vertex_shader_tessellator", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TessellationModeAMD", ParamNames: 1, Params: 1, Return: "void", Category: "AMD_vertex_shader_tessellator", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProvokingVertexEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_provoking_vertex", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendFuncIndexedAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_draw_buffers_blend", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "src", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dst", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendFuncSeparateIndexedAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_draw_buffers_blend", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendEquationIndexedAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_draw_buffers_blend", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BlendEquationSeparateIndexedAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_draw_buffers_blend", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modeRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "modeAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureRangeAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_texture_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "GetTexParameterPointervAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_texture_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "EnableVertexAttribAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DisableVertexAttribAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsVertexAttribEnabledAPPLE", ParamNames: 2, Params: 2, Return: "Boolean", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapVertexAttrib1dAPPLE", ParamNames: 7, Params: 7, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "order", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,stride,order)]", Retained: 0 Name: "MapVertexAttrib1fAPPLE", ParamNames: 7, Params: 7, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "order", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,stride,order)]", Retained: 0 Name: "MapVertexAttrib2dAPPLE", ParamNames: 11, Params: 11, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,ustride,uorder,vstride,vorder)]", Retained: 0 Name: "MapVertexAttrib2fAPPLE", ParamNames: 11, Params: 11, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,ustride,uorder,vstride,vorder)]", Retained: 0 Name: "ObjectPurgeableAPPLE", ParamNames: 3, Params: 3, Return: "GLenum", Category: "APPLE_object_purgeable", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "objectType", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "option", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ObjectUnpurgeableAPPLE", ParamNames: 3, Params: 3, Return: "GLenum", Category: "APPLE_object_purgeable", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "objectType", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "option", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetObjectParameterivAPPLE", ParamNames: 4, Params: 4, Return: "void", Category: "APPLE_object_purgeable", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "objectType", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "BeginVideoCaptureNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindVideoCaptureStreamBufferNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "frame_region", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffsetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindVideoCaptureStreamTextureNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "frame_region", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndVideoCaptureNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVideoCaptureivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVideoCaptureStreamivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVideoCaptureStreamfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVideoCaptureStreamdvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "VideoCaptureNV", ParamNames: 3, Params: 3, Return: "GLenum", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sequence_num", Type: "UInt32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "capture_time", Type: "UInt64EXT", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "VideoCaptureStreamParameterivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "VideoCaptureStreamParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "VideoCaptureStreamParameterdvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "ClearTexImage", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_4_4", Version: "4.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,level,texture)]", Retained: 0 Name: "UseShaderProgramEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_separate_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ActiveProgramEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_separate_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreateShaderProgramEXT", ParamNames: 2, Params: 2, Return: "UInt32", Category: "EXT_separate_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "string", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "MakeBufferResidentNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeBufferNonResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsBufferResidentNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeNamedBufferResidentNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeNamedBufferNonResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsNamedBufferResidentNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetBufferParameterui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetNamedBufferParameterui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetIntegerui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "value", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "result", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(value)]", Retained: 0 Name: "Uniformui64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniformui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "GetUniformui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,location)]", Retained: 0 Name: "ProgramUniformui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniformui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "BufferAddressRangeNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "address", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexFormatNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "NormalFormatNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ColorFormatNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IndexFormatNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexCoordFormatNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EdgeFlagFormatNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SecondaryColorFormatNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FogCoordFormatNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribFormatNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribIFormatNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetIntegerui64i_vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "value", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "result", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(value)]", Retained: 0 Name: "TextureBarrierNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_texture_barrier", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "BindImageTextureEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_shader_image_load_store", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layered", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layer", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MemoryBarrierEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_shader_image_load_store", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "barriers", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL1dEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL2dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL3dEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL4dEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL1dvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribL2dvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttribL3dvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttribL4dvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribLPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "GetVertexAttribLdvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "VertexArrayVertexAttribLOffsetEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramSubroutineParametersuivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "GetProgramSubroutineParameteruivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "param", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0 Name: "Uniform1i64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2i64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3i64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4i64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1i64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2i64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3i64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4i64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "Uniform1ui64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform2ui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform3ui64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform4ui64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Uniform1ui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "Uniform2ui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "Uniform3ui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "Uniform4ui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "GetUniformi64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0 Name: "ProgramUniform1i64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2i64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3i64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4i64NV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1i64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform2i64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform3i64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform4i64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "ProgramUniform1ui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform2ui64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform3ui64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform4ui64NV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniform1ui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniform2ui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0 Name: "ProgramUniform3ui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0 Name: "ProgramUniform4ui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0 Name: "VertexAttribL1i64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL2i64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL3i64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL4i64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL1i64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribL2i64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttribL3i64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttribL4i64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "VertexAttribL1ui64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL2ui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL3ui64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL4ui64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "w", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VertexAttribL1ui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "VertexAttribL2ui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "VertexAttribL3ui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0 Name: "VertexAttribL4ui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "v", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetVertexAttribLi64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "Int64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetVertexAttribLui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "VertexAttribLFormatNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GenNamesAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_name_gen_delete", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "num", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "names", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[num]", Retained: 0 Name: "DeleteNamesAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_name_gen_delete", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "num", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "names", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[num]", Retained: 0 Name: "IsNameAMD", ParamNames: 2, Params: 2, Return: "Boolean", Category: "AMD_name_gen_delete", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DebugMessageEnableAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "category", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "enabled", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DebugMessageInsertAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "category", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buf", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "DebugMessageCallbackAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "callback", Type: "GLDEBUGPROCAMD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "userParam", Type: "Void", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetDebugMessageLogAMD", ParamNames: 7, Params: 7, Return: "UInt32", Category: "AMD_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "count", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "categories", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "severities", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "lengths", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "message", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0 Name: "VDPAUInitNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vdpDevice", Type: "Void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "getProcAddress", Type: "Void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "VDPAUFiniNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "VDPAURegisterVideoSurfaceNV", ParamNames: 4, Params: 4, Return: "vdpauSurfaceNV", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vdpSurface", Type: "Void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numTextureNames", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textureNames", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[numTextureNames]", Retained: 0 Name: "VDPAURegisterOutputSurfaceNV", ParamNames: 4, Params: 4, Return: "vdpauSurfaceNV", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "vdpSurface", Type: "Void", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numTextureNames", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "textureNames", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[numTextureNames]", Retained: 0 Name: "VDPAUIsSurfaceNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "surface", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VDPAUUnregisterSurfaceNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "surface", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VDPAUGetSurfaceivNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "surface", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "values", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "VDPAUSurfaceAccessNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "surface", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VDPAUMapSurfacesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "numSurfaces", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "surfaces", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "array", ArraySize: "[numSurfaces]", Retained: 0 Name: "VDPAUUnmapSurfacesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "numSurface", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "surfaces", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "array", ArraySize: "[numSurface]", Retained: 0 Name: "TexImage2DMultisampleCoverageNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TexImage3DMultisampleCoverageNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureImage2DMultisampleNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureImage3DMultisampleNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureImage2DMultisampleCoverageNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureImage3DMultisampleCoverageNV", ParamNames: 9, Params: 9, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SetMultisamplefvAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_sample_positions", Version: "3.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "val", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0 Name: "ImportSyncEXT", ParamNames: 3, Params: 3, Return: "sync", Category: "EXT_x11_sync_object", Version: "3.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "external_sync_type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "external_sync", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawArraysIndirectAMD", ParamNames: 4, Params: 4, Return: "void", Category: "AMD_multi_draw_indirect", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indirect", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MultiDrawElementsIndirectAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_multi_draw_indirect", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "indirect", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GenPathsNV", ParamNames: 1, Params: 1, Return: "Path", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DeletePathsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsPathNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PathCommandsNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numCommands", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "commands", Type: "PathCommand", Direction: "in", Semantic: "array", ArraySize: "[numCommands]", Retained: 0 Name: "numCoords", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coordType", Type: "PathCoordType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numCoords,coordType)]", Retained: 0 Name: "PathCoordsNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numCoords", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coordType", Type: "PathCoordType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numCoords,coordType)]", Retained: 0 Name: "PathSubCommandsNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "commandStart", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "commandsToDelete", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numCommands", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "commands", Type: "PathCommand", Direction: "in", Semantic: "array", ArraySize: "[numCommands]", Retained: 0 Name: "numCoords", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coordType", Type: "PathCoordType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numCoords,coordType)]", Retained: 0 Name: "PathSubCoordsNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coordStart", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numCoords", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coordType", Type: "PathCoordType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numCoords,coordType)]", Retained: 0 Name: "PathStringNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "PathStringFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathString", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0 Name: "PathGlyphsNV", ParamNames: 10, Params: 10, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "firstPathName", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fontTarget", Type: "PathFontTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fontName", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(fontTarget,fontName)]", Retained: 0 Name: "fontStyle", Type: "PathFontStyle", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numGlyphs", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "type", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "charcodes", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numGlyphs,type,charcodes)]", Retained: 0 Name: "handleMissingGlyphs", Type: "PathHandleMissingGlyphs", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathParameterTemplate", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "emScale", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PathGlyphRangeNV", ParamNames: 9, Params: 9, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "firstPathName", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fontTarget", Type: "PathFontTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fontName", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(fontTarget,fontName)]", Retained: 0 Name: "fontStyle", Type: "PathFontStyle", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "firstGlyph", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numGlyphs", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "handleMissingGlyphs", Type: "PathHandleMissingGlyphs", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathParameterTemplate", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "emScale", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WeightPathsNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "resultPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "paths", Type: "Path", Direction: "in", Semantic: "array", ArraySize: "[numPaths]", Retained: 0 Name: "weights", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[numPaths]", Retained: 0 Name: "CopyPathNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "resultPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "InterpolatePathsNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "resultPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathA", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathB", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "weight", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TransformPathNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "resultPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(transformType)]", Retained: 0 Name: "PathParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PathParameteriNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PathParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "PathParameterfNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PathDashArrayNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dashCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dashArray", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[dashCount]", Retained: 0 Name: "PathStencilFuncNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "func", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ref", Type: "ClampedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PathStencilDepthOffsetNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "units", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilFillPathNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fillMode", Type: "PathFillMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilStrokePathNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "reference", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "StencilFillPathInstancedNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0 Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "fillMode", Type: "PathFillMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,transformType)]", Retained: 0 Name: "StencilStrokePathInstancedNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0 Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "reference", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,transformType)]", Retained: 0 Name: "PathCoverDepthFuncNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "func", Type: "DepthFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PathColorGenNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "color", Type: "PathColor", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "genMode", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "colorFormat", Type: "PathColorFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coeffs", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(genMode,colorFormat)]", Retained: 0 Name: "PathTexGenNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texCoordSet", Type: "PathColor", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "genMode", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "components", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coeffs", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(genMode,components)]", Retained: 0 Name: "PathFogGenNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "genMode", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CoverFillPathNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverMode", Type: "PathCoverMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CoverStrokePathNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverMode", Type: "PathCoverMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CoverFillPathInstancedNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0 Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverMode", Type: "PathCoverMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,transformType)]", Retained: 0 Name: "CoverStrokePathInstancedNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0 Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coverMode", Type: "PathCoverMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,transformType)]", Retained: 0 Name: "GetPathParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetPathParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0 Name: "GetPathCommandsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "commands", Type: "PathCommand", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(path)]", Retained: 0 Name: "GetPathCoordsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "coords", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(path)]", Retained: 0 Name: "GetPathDashArrayNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dashArray", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(path)]", Retained: 0 Name: "GetPathMetricsNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "metricQueryMask", Type: "PathMetricMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0 Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "metrics", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(metricQueryMask,numPaths,stride)]", Retained: 0 Name: "GetPathMetricRangeNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "metricQueryMask", Type: "PathMetricMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "firstPathName", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "metrics", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(metricQueryMask,numPaths,stride)]", Retained: 0 Name: "GetPathSpacingNV", ParamNames: 9, Params: 9, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "pathListMode", Type: "PathListMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0 Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "advanceScale", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "kerningScale", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "returnedSpacing", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pathListMode,numPaths)]", Retained: 0 Name: "GetPathColorGenivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "color", Type: "PathColor", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetPathColorGenfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "color", Type: "PathColor", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetPathTexGenivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texCoordSet", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "GetPathTexGenfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texCoordSet", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pname", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0 Name: "IsPointInFillPathNV", ParamNames: 4, Params: 4, Return: "Boolean", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsPointInStrokePathNV", ParamNames: 3, Params: 3, Return: "Boolean", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetPathLengthNV", ParamNames: 3, Params: 3, Return: "Float32", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "startSegment", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numSegments", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "PointAlongPathNV", ParamNames: 8, Params: 8, Return: "Boolean", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "startSegment", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numSegments", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "distance", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "y", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "tangentX", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "tangentY", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "StencilOpValueAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_stencil_operation_extended", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetTextureHandleNV", ParamNames: 1, Params: 1, Return: "UInt64", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetTextureSamplerHandleNV", ParamNames: 2, Params: 2, Return: "UInt64", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeTextureHandleResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeTextureHandleNonResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetImageHandleNV", ParamNames: 5, Params: 5, Return: "UInt64", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layered", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layer", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeImageHandleResidentNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeImageHandleNonResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UniformHandleui64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UniformHandleui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "ProgramUniformHandleui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ProgramUniformHandleui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "values", Type: "UInt64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0 Name: "IsTextureHandleResidentNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "IsImageHandleResidentNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BeginConditionalRenderNVX", ParamNames: 1, Params: 1, Return: "void", Category: "NVX_conditional_render", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EndConditionalRenderNVX", ParamNames: 0, Params: 0, Return: "void", Category: "NVX_conditional_render", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "TexStorageSparseAMD", ParamNames: 7, Params: 7, Return: "void", Category: "AMD_sparse_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layers", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "TextureStorageSparseAMD", ParamNames: 8, Params: 8, Return: "void", Category: "AMD_sparse_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "internalFormat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "layers", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SyncTextureINTEL", ParamNames: 1, Params: 1, Return: "void", Category: "INTEL_map_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UnmapTexture2DINTEL", ParamNames: 2, Params: 2, Return: "void", Category: "INTEL_map_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MapTexture2DINTEL", ParamNames: 5, Params: 5, Return: "VoidPointer", Category: "INTEL_map_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "access", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "stride", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "layout", Type: "GLenum", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0 Name: "DrawTextureNV", ParamNames: 11, Params: 11, Return: "void", Category: "NV_draw_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "s1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "t1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "InternalTraceCommandRAD", ParamNames: 3, Params: 3, Return: "void", Category: "RAD_debugger", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0 Name: "cmd", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "data", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0 Name: "ChooseVisual", ParamNames: 3, Params: 3, Return: "XVisualInfoPointer", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribList", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetConfig", ParamNames: 4, Params: 4, Return: "Int32", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "vis", Type: "XVisualInfo", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "attrib", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "QueryExtension", ParamNames: 3, Params: 3, Return: "Bool", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "errorBase", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "eventBase", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetClientString", ParamNames: 2, Params: 2, Return: "String", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "name", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetCurrentDrawable", ParamNames: 2, Params: 0, Return: "GLXDrawable", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "Render", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "RenderLarge", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "CreateContext", ParamNames: 4, Params: 4, Return: "GLXContext", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "vis", Type: "XVisualInfo", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "shareList", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "direct", Type: "Bool", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "DestroyContext", ParamNames: 2, Params: 2, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeCurrent", ParamNames: 3, Params: 3, Return: "Bool", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetCurrentContext", ParamNames: 0, Params: 0, Return: "GLXContext", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "IsDirect", ParamNames: 2, Params: 2, Return: "Bool", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "QueryVersion", ParamNames: 3, Params: 3, Return: "Bool", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "major", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "minor", Type: "Int32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "WaitGL", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "WaitX", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "CopyContext", ParamNames: 4, Params: 4, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "source", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dest", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "mask", Type: "ulong", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SwapBuffers", ParamNames: 2, Params: 2, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "UseXFont", ParamNames: 4, Params: 4, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "font", Type: "Font", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "list_base", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreateGLXPixmap", ParamNames: 3, Params: 3, Return: "GLXPixmap", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "visual", Type: "XVisualInfo", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "pixmap", Type: "Pixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVisualConfigs", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "DestroyGLXPixmap", ParamNames: 2, Params: 2, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "pixmap", Type: "GLXPixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VendorPrivate", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "VendorPrivateWithReply", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "QueryExtensionsString", ParamNames: 2, Params: 2, Return: "CharPointer", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "QueryServerString", ParamNames: 3, Params: 3, Return: "CharPointer", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "name", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ClientInfo", ParamNames: 0, Params: 0, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "GetDrawableAttributes", ParamNames: 1, Params: 1, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ChangeDrawableAttributes", ParamNames: 1, Params: 1, Return: "void", Category: "glx", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 1 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetFBConfigs", ParamNames: 3, Params: 3, Return: "GLXFBConfigPointer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nelements", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "ChooseFBConfig", ParamNames: 4, Params: 4, Return: "GLXFBConfigPointer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "nelements", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetFBConfigAttrib", ParamNames: 4, Params: 4, Return: "int", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetVisualFromFBConfig", ParamNames: 2, Params: 2, Return: "XVisualInfoPointer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreateWindow", ParamNames: 4, Params: 4, Return: "GLXWindow", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "win", Type: "Window", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "DestroyWindow", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "win", Type: "GLXWindow", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreatePixmap", ParamNames: 4, Params: 4, Return: "GLXPixmap", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pixmap", Type: "Pixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "DestroyPixmap", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "pixmap", Type: "GLXPixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreatePbuffer", ParamNames: 3, Params: 3, Return: "GLXPbuffer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "DestroyPbuffer", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "pbuf", Type: "GLXPbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "QueryDrawable", ParamNames: 4, Params: 4, Return: "int32_t", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "uint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "CreateNewContext", ParamNames: 5, Params: 5, Return: "GLXContext", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "render_type", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "share_list", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "direct", Type: "Bool", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "MakeContextCurrent", ParamNames: 4, Params: 4, Return: "Bool", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "read", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ctx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetCurrentReadDrawable", ParamNames: 0, Params: 0, Return: "GLXDrawable", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "GetCurrentDisplay", ParamNames: 0, Params: 0, Return: "DisplayPointer", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "QueryContext", ParamNames: 4, Params: 4, Return: "int", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "ctx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "SelectEvent", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "event_mask", Type: "ulong", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetSelectedEvent", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "event_mask", Type: "ulong", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetProcAddress", ParamNames: 1, Params: 1, Return: "FunctionPointer", Category: "VERSION_1_4", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "procName", Type: "GLubyte", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetProcAddressARB", ParamNames: 1, Params: 1, Return: "FunctionPointer", Category: "ARB_get_proc_address", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "procName", Type: "GLubyte", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "CreateContextAttribsARB", ParamNames: 5, Params: 5, Return: "GLXContext", Category: "ARB_create_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "config", Type: "GLXFBConfig", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "share_context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "direct", Type: "Bool", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "SwapIntervalSGI", ParamNames: 1, Params: 1, Return: "int", Category: "SGI_swap_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "interval", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVideoSyncSGI", ParamNames: 1, Params: 1, Return: "int", Category: "SGI_video_sync", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "count", Type: "uint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "WaitVideoSyncSGI", ParamNames: 3, Params: 3, Return: "int", Category: "SGI_video_sync", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "divisor", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "remainder", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "uint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "MakeCurrentReadSGI", ParamNames: 4, Params: 4, Return: "Bool", Category: "SGI_make_current_read", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "draw", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "read", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ctx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetCurrentReadDrawableSGI", ParamNames: 0, Params: 0, Return: "GLXDrawable", Category: "SGI_make_current_read", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "CopyImageSubDataNV", ParamNames: 18, Params: 18, Return: "void", Category: "NV_copy_image", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "srcCtx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcName", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcLevel", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcX", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcY", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "srcZ", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstCtx", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstName", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstLevel", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstX", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstY", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "dstZ", Type: "GLint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "GLsizei", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "GLsizei", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "depth", Type: "GLsizei", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "SwapIntervalEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_swap_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "interval", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetCurrentDisplayEXT", ParamNames: 0, Params: 0, Return: "DisplayPointer", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "QueryContextInfoEXT", ParamNames: 4, Params: 4, Return: "int", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetContextIDEXT", ParamNames: 1, Params: 1, Return: "GLXContextID", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "context", Type: "constGLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ImportContextEXT", ParamNames: 2, Params: 2, Return: "GLXContext", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "contextID", Type: "GLXContextID", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "FreeContextEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_import_context", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "context", Type: "GLXContext", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReleaseVideoCaptureDeviceNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "device", Type: "GLXVideoCaptureDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "QueryVideoCaptureDeviceNV", ParamNames: 4, Params: 4, Return: "int", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "device", Type: "GLXVideoCaptureDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attribute", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "value", Type: "int", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(attribute)]", Retained: 0 Name: "LockVideoCaptureDeviceNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "device", Type: "GLXVideoCaptureDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "EnumerateVideoCaptureDevicesNV", ParamNames: 3, Params: 3, Return: "GLXVideoCaptureDeviceNVPointer", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nelements", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "BindVideoCaptureDeviceNV", ParamNames: 3, Params: 3, Return: "int", Category: "NV_video_capture", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "video_capture_slot", Type: "uint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "device", Type: "GLXVideoCaptureDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ResetFrameCountNV", ParamNames: 2, Params: 2, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "QueryFrameCountNV", ParamNames: 3, Params: 3, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "count", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "QueryMaxSwapGroupsNV", ParamNames: 4, Params: 4, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "maxGroups", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "maxBarriers", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "QuerySwapGroupNV", ParamNames: 4, Params: 4, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "group", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "barrier", Type: "GLuint", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "BindSwapBarrierNV", ParamNames: 3, Params: 3, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "group", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "barrier", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "JoinSwapGroupNV", ParamNames: 3, Params: 3, Return: "Bool", Category: "NV_swap_group", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "group", Type: "GLuint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CushionSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_cushion", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "window", Type: "Window", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "cushion", Type: "float", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVideoInfoNV", ParamNames: 5, Params: 5, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VideoDevice", Type: "GLXVideoDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pulCounterOutputPbuffer", Type: "ulong", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "pulCounterOutputVideo", Type: "ulong", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "SendPbufferToVideoNV", ParamNames: 5, Params: 5, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "pbuf", Type: "GLXPbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "iBufferType", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pulCounterPbuffer", Type: "ulong", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "bBlock", Type: "GLboolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReleaseVideoImageNV", ParamNames: 2, Params: 2, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "pbuf", Type: "GLXPbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "BindVideoImageNV", ParamNames: 4, Params: 4, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "VideoDevice", Type: "GLXVideoDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pbuf", Type: "GLXPbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "iVideoBuffer", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReleaseVideoDeviceNV", ParamNames: 3, Params: 3, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "VideoDevice", Type: "GLXVideoDeviceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetVideoDeviceNV", ParamNames: 4, Params: 4, Return: "int", Category: "NV_video_output", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numVideoDevices", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pVideoDevice", Type: "GLXVideoDeviceNV", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(numVideoDevices)]", Retained: 0 Name: "BindVideoDeviceNV", ParamNames: 4, Params: 4, Return: "int", Category: "NV_present_video", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "video_slot", Type: "uint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "video_device", Type: "uint", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "EnumerateVideoDevicesNV", ParamNames: 3, Params: 3, Return: "uintPointer", Category: "NV_present_video", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "screen", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "nelements", Type: "int", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "ReleaseTexImageEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_from_pixmap", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetTransparentIndexSUN", ParamNames: 4, Params: 4, Return: "Status", Category: "SUN_get_transparent_index", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "overlay", Type: "Window", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "underlay", Type: "Window", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "pTransparentIndex", Type: "long", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "CopySubBufferMESA", ParamNames: 6, Params: 6, Return: "void", Category: "MESA_copy_sub_buffer", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "x", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "y", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "width", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "height", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "CreateGLXPixmapMESA", ParamNames: 4, Params: 4, Return: "GLXPixmap", Category: "MESA_pixmap_colormap", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "visual", Type: "XVisualInfo", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "pixmap", Type: "Pixmap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "cmap", Type: "Colormap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ReleaseBuffersMESA", ParamNames: 2, Params: 2, Return: "Bool", Category: "MESA_release_buffers", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "Set3DfxModeMESA", ParamNames: 1, Params: 1, Return: "Bool", Category: "MESA_set_3dfx_mode", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "mode", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "GetSyncValuesOML", ParamNames: 5, Params: 5, Return: "Bool", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ust", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "msc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "sbc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "GetMscRateOML", ParamNames: 4, Params: 4, Return: "Bool", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "numerator", Type: "int32_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "denominator", Type: "int32_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "SwapBuffersMscOML", ParamNames: 5, Params: 5, Return: "int64_t", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target_msc", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "divisor", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "remainder", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "WaitForMscOML", ParamNames: 8, Params: 8, Return: "Bool", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target_msc", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "divisor", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "remainder", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ust", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "msc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "sbc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "WaitForSbcOML", ParamNames: 6, Params: 6, Return: "Bool", Category: "OML_sync_control", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "target_sbc", Type: "int64_t", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "ust", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "msc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "sbc", Type: "int64_t", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0 Name: "BindTexImageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_texture_from_pixmap", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "dpy", Type: "Display", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Name: "drawable", Type: "GLXDrawable", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "buffer", Type: "int", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0 Name: "attrib_list", Type: "int", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0 Name: "GetAGPOffsetMESA", ParamNames: 1, Params: 1, Return: "uint", Category: "MESA_agp_offset", Version: "", Profile: "", Deprecated: "", Lib: "glX" notlistable: 0 Name: "pointer", Type: "void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0 Categories: "3DFX_tbuffer" "AMD_debug_output" "AMD_draw_buffers_blend" "AMD_multi_draw_indirect" "AMD_name_gen_delete" "AMD_performance_monitor" "AMD_sample_positions" "AMD_sparse_texture" "AMD_stencil_operation_extended" "AMD_vertex_shader_tessellator" "APPLE_element_array" "APPLE_fence" "APPLE_flush_buffer_range" "APPLE_object_purgeable" "APPLE_texture_range" "APPLE_vertex_array_object" "APPLE_vertex_array_range" "APPLE_vertex_program_evaluators" "ARB_ES2_compatibility" "ARB_base_instance" "ARB_blend_func_extended" "ARB_cl_event" "ARB_clear_buffer_object" "ARB_color_buffer_float" "ARB_compute_shader" "ARB_copy_buffer" "ARB_copy_image" "ARB_create_context" "ARB_debug_output" "ARB_draw_buffers" "ARB_draw_buffers_blend" "ARB_draw_elements_base_vertex" "ARB_draw_indirect" "ARB_draw_instanced" "ARB_framebuffer_no_attachments" "ARB_framebuffer_object" "ARB_geometry_shader4" "ARB_get_proc_address" "ARB_get_program_binary" "ARB_gpu_shader_fp64" "ARB_instanced_arrays" "ARB_internalformat_query" "ARB_internalformat_query2" "ARB_invalidate_subdata" "ARB_map_buffer_range" "ARB_matrix_palette" "ARB_multi_draw_indirect" "ARB_multisample" "ARB_multitexture" "ARB_occlusion_query" "ARB_point_parameters" "ARB_program_interface_query" "ARB_provoking_vertex" "ARB_robustness" "ARB_sample_shading" "ARB_sampler_objects" "ARB_separate_shader_objects" "ARB_shader_atomic_counters" "ARB_shader_image_load_store" "ARB_shader_objects" "ARB_shader_storage_buffer_object" "ARB_shader_subroutine" "ARB_shading_language_include" "ARB_sync" "ARB_tessellation_shader" "ARB_texture_buffer_object" "ARB_texture_buffer_range" "ARB_texture_compression" "ARB_texture_multisample" "ARB_texture_storage" "ARB_texture_storage_multisample" "ARB_texture_view" "ARB_timer_query" "ARB_transform_feedback2" "ARB_transform_feedback3" "ARB_transform_feedback_instanced" "ARB_transpose_matrix" "ARB_uniform_buffer_object" "ARB_vertex_array_object" "ARB_vertex_attrib_64bit" "ARB_vertex_attrib_binding" "ARB_vertex_blend" "ARB_vertex_buffer_object" "ARB_vertex_program" "ARB_vertex_shader" "ARB_vertex_type_2_10_10_10_rev" "ARB_viewport_array" "ARB_window_pos" "ATI_draw_buffers" "ATI_element_array" "ATI_envmap_bumpmap" "ATI_fragment_shader" "ATI_map_object_buffer" "ATI_pn_triangles" "ATI_separate_stencil" "ATI_vertex_array_object" "ATI_vertex_attrib_array_object" "ATI_vertex_streams" "EXT_bindable_uniform" "EXT_blend_color" "EXT_blend_equation_separate" "EXT_blend_func_separate" "EXT_blend_minmax" "EXT_color_subtable" "EXT_compiled_vertex_array" "EXT_convolution" "EXT_coordinate_frame" "EXT_copy_texture" "EXT_cull_vertex" "EXT_depth_bounds_test" "EXT_direct_state_access" "EXT_draw_buffers2" "EXT_draw_instanced" "EXT_draw_range_elements" "EXT_fog_coord" "EXT_framebuffer_blit" "EXT_framebuffer_multisample" "EXT_framebuffer_object" "EXT_geometry_shader4" "EXT_gpu_program_parameters" "EXT_gpu_shader4" "EXT_histogram" "EXT_import_context" "EXT_index_func" "EXT_index_material" "EXT_light_texture" "EXT_multi_draw_arrays" "EXT_multisample" "EXT_paletted_texture" "EXT_pixel_transform" "EXT_point_parameters" "EXT_polygon_offset" "EXT_provoking_vertex" "EXT_secondary_color" "EXT_separate_shader_objects" "EXT_shader_image_load_store" "EXT_stencil_clear_tag" "EXT_stencil_two_side" "EXT_subtexture" "EXT_swap_control" "EXT_texture3D" "EXT_texture_buffer_object" "EXT_texture_from_pixmap" "EXT_texture_integer" "EXT_texture_object" "EXT_texture_perturb_normal" "EXT_timer_query" "EXT_transform_feedback" "EXT_vertex_array" "EXT_vertex_attrib_64bit" "EXT_vertex_shader" "EXT_vertex_weighting" "EXT_x11_sync_object" "GREMEDY_frame_terminator" "GREMEDY_string_marker" "HP_image_transform" "IBM_multimode_draw_arrays" "IBM_static_data" "IBM_vertex_array_lists" "INGR_blend_func_separate" "INTEL_map_texture" "INTEL_parallel_arrays" "KHR_debug" "MESA_agp_offset" "MESA_copy_sub_buffer" "MESA_pixmap_colormap" "MESA_release_buffers" "MESA_resize_buffers" "MESA_set_3dfx_mode" "MESA_window_pos" "NVX_conditional_render" "NV_bindless_texture" "NV_conditional_render" "NV_copy_image" "NV_depth_buffer_float" "NV_draw_texture" "NV_evaluators" "NV_explicit_multisample" "NV_fence" "NV_fragment_program" "NV_framebuffer_multisample_coverage" "NV_geometry_program4" "NV_gpu_program4" "NV_gpu_program5" "NV_gpu_shader5" "NV_half_float" "NV_occlusion_query" "NV_parameter_buffer_object" "NV_path_rendering" "NV_pixel_data_range" "NV_point_sprite" "NV_present_video" "NV_primitive_restart" "NV_register_combiners" "NV_register_combiners2" "NV_shader_buffer_load" "NV_swap_group" "NV_texture_barrier" "NV_texture_multisample" "NV_transform_feedback" "NV_transform_feedback2" "NV_vdpau_interop" "NV_vertex_array_range" "NV_vertex_attrib_integer_64bit" "NV_vertex_buffer_unified_memory" "NV_vertex_program" "NV_vertex_program4" "NV_video_capture" "NV_video_output" "OES_byte_coordinates" "OES_fixed_point" "OES_query_matrix" "OES_single_precision" "OML_sync_control" "PGI_misc_hints" "RAD_debugger" "SGIS_detail_texture" "SGIS_fog_function" "SGIS_multisample" "SGIS_pixel_texture" "SGIS_point_parameters" "SGIS_sharpen_texture" "SGIS_texture4D" "SGIS_texture_color_mask" "SGIS_texture_filter4" "SGIX_async" "SGIX_flush_raster" "SGIX_fragment_lighting" "SGIX_framezoom" "SGIX_igloo_interface" "SGIX_instruments" "SGIX_list_priority" "SGIX_pixel_texture" "SGIX_polynomial_ffd" "SGIX_reference_plane" "SGIX_sprite" "SGIX_tag_sample_buffer" "SGI_color_table" "SGI_cushion" "SGI_make_current_read" "SGI_swap_control" "SGI_video_sync" "SUNX_constant_data" "SUN_get_transparent_index" "SUN_global_alpha" "SUN_mesh_array" "SUN_triangle_list" "SUN_vertex" "VERSION_1_0" "VERSION_1_1" "VERSION_1_2" "VERSION_1_3" "VERSION_1_4" "VERSION_1_5" "VERSION_2_0" "VERSION_2_1" "VERSION_3_0" "VERSION_3_1" "VERSION_3_2" "VERSION_3_3" "VERSION_4_0" "VERSION_4_4" "glx"