Path: blob/main_old/scripts/entry_point_packed_gl_enums.json
1693 views
{1"description": [2"Copyright 2019 The ANGLE Project Authors. All rights reserved.",3"Use of this source code is governed by a BSD-style license that can be",4"found in the LICENSE file.",5"",6"entry_point_packed_gl_enums.json: Metadata for packing entry point params.",7"",8"Note that all entry points have their suffixes stripped in this file.",9"See gen_packed_gl_enums.py for the generator that uses this data."10],11"glActiveShaderProgram": {12"pipeline": "ProgramPipelineID",13"program": "ShaderProgramID"14},15"glAlphaFunc": {16"func": "AlphaTestFunc"17},18"glAlphaFuncx": {19"func": "AlphaTestFunc"20},21"glAttachShader": {22"program": "ShaderProgramID",23"shader": "ShaderProgramID"24},25"glBeginQuery": {26"id": "QueryID",27"target": "QueryType"28},29"glBeginQueryIndexed": {30"id": "QueryID"31},32"glBeginTransformFeedback": {33"primitiveMode": "PrimitiveMode"34},35"glBindAttribLocation": {36"program": "ShaderProgramID"37},38"glBindBuffer": {39"buffer": "BufferID",40"target": "BufferBinding"41},42"glBindBufferBase": {43"buffer": "BufferID",44"target": "BufferBinding"45},46"glBindBufferRange": {47"buffer": "BufferID",48"target": "BufferBinding"49},50"glBindBuffersBase": {51"buffers": "const BufferID *"52},53"glBindBuffersRange": {54"buffers": "const BufferID *"55},56"glBindFragDataLocation": {57"program": "ShaderProgramID"58},59"glBindFragDataLocationIndexed": {60"program": "ShaderProgramID"61},62"glBindFragmentInputLocation": {63"programs": "ShaderProgramID"64},65"glBindFramebuffer": {66"framebuffer": "FramebufferID"67},68"glBindImageTexture": {69"texture": "TextureID"70},71"glBindProgramPipeline": {72"pipeline": "ProgramPipelineID"73},74"glBindRenderbuffer": {75"renderbuffer": "RenderbufferID"76},77"glBindSampler": {78"sampler": "SamplerID"79},80"glBindTexture": {81"target": "TextureType",82"texture": "TextureID"83},84"glBindTextureUnit": {85"texture": "TextureID"86},87"glBindTransformFeedback": {88"id": "TransformFeedbackID"89},90"glBindUniformLocation": {91"program": "ShaderProgramID",92"location": "UniformLocation"93},94"glBindVertexArray": {95"array": "VertexArrayID"96},97"glBindVertexBuffer": {98"buffer": "BufferID"99},100"glBindVertexBuffers": {101"buffers": "const BufferID *"102},103"glBufferData": {104"target": "BufferBinding",105"usage": "BufferUsage"106},107"glBufferStorage": {108"target": "BufferBinding"109},110"glBufferStorageExternal": {111"target": "BufferBinding"112},113"glBufferStorageMem": {114"memory": "MemoryObjectID",115"target": "TextureType"116},117"glBufferSubData": {118"target": "BufferBinding"119},120"glCheckNamedFramebufferStatus": {121"framebuffer": "FramebufferID"122},123"glClearNamedBufferData": {124"buffer": "BufferID"125},126"glClearNamedBufferSubData": {127"buffer": "BufferID"128},129"glClearNamedFramebufferfi": {130"framebuffer": "FramebufferID"131},132"glClearNamedFramebufferfv": {133"framebuffer": "FramebufferID"134},135"glClearNamedFramebufferiv": {136"framebuffer": "FramebufferID"137},138"glClearNamedFramebufferuiv": {139"framebuffer": "FramebufferID"140},141"glClearTexImage": {142"texture": "TextureID"143},144"glClearTexSubImage": {145"texture": "TextureID"146},147"glColorPointer": {148"type": "VertexAttribType"149},150"glCompileShader": {151"shader": "ShaderProgramID"152},153"glCompressedCopyTexture": {154"destId": "TextureID",155"sourceId": "TextureID"156},157"glCompressedTexImage2D": {158"target": "TextureTarget"159},160"glCompressedTexImage2DRobust": {161"target": "TextureTarget"162},163"glCompressedTexImage3D": {164"target": "TextureTarget"165},166"glCompressedTexImage3DRobust": {167"target": "TextureTarget"168},169"glCompressedTexSubImage2D": {170"target": "TextureTarget"171},172"glCompressedTexSubImage2DRobust": {173"target": "TextureTarget"174},175"glCompressedTexSubImage3D": {176"target": "TextureTarget"177},178"glCompressedTexSubImage3DRobust": {179"target": "TextureTarget"180},181"glCompressedTextureImage": {182"texture": "TextureID"183},184"glCompressedTextureSubImage": {185"texture": "TextureID"186},187"glCompressedTextureSubImage1D": {188"texture": "TextureID"189},190"glCompressedTextureSubImage2D": {191"texture": "TextureID"192},193"glCompressedTextureSubImage3D": {194"texture": "TextureID"195},196"glCopyBufferSubData": {197"readTarget": "BufferBinding",198"writeTarget": "BufferBinding"199},200"glCopySubTexture": {201"destId": "TextureID",202"destTarget": "TextureTarget",203"sourceId": "TextureID"204},205"glCopySubTexture3D": {206"destId": "TextureID",207"destTarget": "TextureTarget",208"sourceId": "TextureID"209},210"glCopyTexImage2D": {211"target": "TextureTarget"212},213"glCopyTexSubImage2D": {214"target": "TextureTarget"215},216"glCopyTexSubImage3D": {217"target": "TextureTarget"218},219"glCopyTexture": {220"destId": "TextureID",221"destTarget": "TextureTarget",222"sourceId": "TextureID"223},224"glCopyTexture3D": {225"destId": "TextureID",226"destTarget": "TextureTarget",227"sourceId": "TextureID"228},229"glCopyTextureSubImage1D": {230"texture": "TextureID"231},232"glCopyTextureSubImage2D": {233"texture": "TextureID"234},235"glCopyTextureSubImage3D": {236"texture": "TextureID"237},238"glCoverFillPath": {239"path": "PathID"240},241"glCoverFillPathInstanced": {242"pathBase": "PathID"243},244"glCoverStrokePath": {245"path": "PathID"246},247"glCoverStrokePathInstanced": {248"pathBase": "PathID"249},250"glCreateBuffers": {251"buffers": "BufferID *"252},253"glCreateMemoryObjects": {254"memoryObjects": "MemoryObjectID *"255},256"glCreateRenderbuffers": {257"renderbuffers": "RenderbufferID *"258},259"glCreateShader": {260"type": "ShaderType"261},262"glCreateShaderProgramv": {263"type": "ShaderType"264},265"glCreateVertexArrays": {266"arrays": "VertexArrayID *"267},268"glCullFace": {269"mode": "CullFaceMode"270},271"glDeleteBuffers": {272"buffers": "const BufferID *"273},274"glDeleteFencesNV": {275"fences": "const FenceNVID *"276},277"glDeleteFramebuffers": {278"framebuffers": "const FramebufferID *"279},280"glDeleteMemoryObjects": {281"memoryObjects": "const MemoryObjectID *"282},283"glDeletePaths": {284"first": "PathID"285},286"glDeleteProgram": {287"program": "ShaderProgramID"288},289"glDeleteProgramPipelines": {290"pipelines": "const ProgramPipelineID *"291},292"glDeleteQueries": {293"ids": "const QueryID *"294},295"glDeleteRenderbuffers": {296"renderbuffers": "const RenderbufferID *"297},298"glDeleteSamplers": {299"samplers": "const SamplerID *"300},301"glDeleteSemaphores": {302"semaphores": "const SemaphoreID *"303},304"glDeleteShader": {305"shader": "ShaderProgramID"306},307"glDeleteTextures": {308"textures": "const TextureID *"309},310"glDeleteTransformFeedbacks": {311"ids": "const TransformFeedbackID *"312},313"glDeleteVertexArrays": {314"arrays": "const VertexArrayID *"315},316"glDetachShader": {317"program": "ShaderProgramID",318"shader": "ShaderProgramID"319},320"glDisableClientState": {321"array": "ClientVertexArrayType"322},323"glDisableVertexArrayAttrib": {324"vaobj": "VertexArrayID"325},326"glDrawArrays": {327"mode": "PrimitiveMode"328},329"glDrawArraysIndirect": {330"mode": "PrimitiveMode"331},332"glDrawArraysInstanced": {333"mode": "PrimitiveMode"334},335"glDrawArraysInstancedBaseInstance": {336"mode": "PrimitiveMode"337},338"glDrawElements": {339"mode": "PrimitiveMode",340"type": "DrawElementsType"341},342"glDrawElementsBaseVertex": {343"mode": "PrimitiveMode",344"type": "DrawElementsType"345},346"glDrawElementsIndirect": {347"mode": "PrimitiveMode",348"type": "DrawElementsType"349},350"glDrawElementsInstanced": {351"mode": "PrimitiveMode",352"type": "DrawElementsType"353},354"glDrawElementsInstancedBaseVertex": {355"mode": "PrimitiveMode",356"type": "DrawElementsType"357},358"glDrawElementsInstancedBaseVertexBaseInstance": {359"mode": "PrimitiveMode",360"type": "DrawElementsType"361},362"glDrawRangeElements": {363"mode": "PrimitiveMode",364"type": "DrawElementsType"365},366"glDrawRangeElementsBaseVertex": {367"mode": "PrimitiveMode",368"type": "DrawElementsType"369},370"glDrawTransformFeedback": {371"id": "TransformFeedbackID"372},373"glDrawTransformFeedbackInstanced": {374"id": "TransformFeedbackID"375},376"glDrawTransformFeedbackStream": {377"id": "TransformFeedbackID"378},379"glDrawTransformFeedbackStreamInstanced": {380"id": "TransformFeedbackID"381},382"glEGLImageTargetTexture2D": {383"target": "TextureType"384},385"glEnableClientState": {386"array": "ClientVertexArrayType"387},388"glEnableVertexArrayAttrib": {389"vaobj": "VertexArrayID"390},391"glEndQuery": {392"target": "QueryType"393},394"glExtGetProgramBinarySource": {395"program": "ShaderProgramID"396},397"glExtIsProgramBinary": {398"program": "ShaderProgramID"399},400"glFinishFenceNV": {401"fence": "FenceNVID"402},403"glFlushMappedBufferRange": {404"target": "BufferBinding"405},406"glFlushMappedNamedBufferRange": {407"buffer": "BufferID"408},409"glFramebufferRenderbuffer": {410"renderbuffer": "RenderbufferID"411},412"glFramebufferTexture": {413"texture": "TextureID"414},415"glFramebufferTexture1D": {416"textarget": "TextureTarget",417"texture": "TextureID"418},419"glFramebufferTexture2D": {420"textarget": "TextureTarget",421"texture": "TextureID"422},423"glFramebufferTexture2DMultisample": {424"textarget": "TextureTarget",425"texture": "TextureID"426},427"glFramebufferTexture3D": {428"textarget": "TextureTarget",429"texture": "TextureID"430},431"glFramebufferTextureLayer": {432"textarget": "TextureTarget",433"texture": "TextureID"434},435"glFramebufferTextureMultiview": {436"texture": "TextureID"437},438"glGenBuffers": {439"buffers": "BufferID *"440},441"glGenerateMipmap": {442"target": "TextureType"443},444"glGenerateTextureMipmap": {445"texture": "TextureID"446},447"glGenFencesNV": {448"fences": "FenceNVID *"449},450"glGenFramebuffers": {451"framebuffers": "FramebufferID *"452},453"glGenProgramPipelines": {454"pipelines": "ProgramPipelineID *"455},456"glGenQueries": {457"ids": "QueryID *"458},459"glGenRenderbuffers": {460"renderbuffers": "RenderbufferID *"461},462"glGenSamplers": {463"samplers": "SamplerID *"464},465"glGenSemaphores": {466"semaphores": "SemaphoreID *"467},468"glGenTextures": {469"textures": "TextureID *"470},471"glGenTransformFeedbacks": {472"ids": "TransformFeedbackID *"473},474"glGenVertexArrays": {475"arrays": "VertexArrayID *"476},477"glGetActiveAtomicCounterBufferiv": {478"program": "ShaderProgramID"479},480"glGetActiveAttrib": {481"program": "ShaderProgramID"482},483"glGetActiveSubroutineName": {484"program": "ShaderProgramID"485},486"glGetActiveSubroutineUniformiv": {487"program": "ShaderProgramID"488},489"glGetActiveSubroutineUniformName": {490"program": "ShaderProgramID"491},492"glGetActiveUniform": {493"program": "ShaderProgramID"494},495"glGetActiveUniformBlockiv": {496"program": "ShaderProgramID",497"uniformBlockIndex": "UniformBlockIndex"498},499"glGetActiveUniformBlockivRobust": {500"program": "ShaderProgramID",501"uniformBlockIndex": "UniformBlockIndex"502},503"glGetActiveUniformBlockName": {504"program": "ShaderProgramID",505"uniformBlockIndex": "UniformBlockIndex"506},507"glGetActiveUniformName": {508"program": "ShaderProgramID"509},510"glGetActiveUniformsiv": {511"program": "ShaderProgramID"512},513"glGetAttachedShaders": {514"program": "ShaderProgramID",515"shaders": "ShaderProgramID *"516},517"glGetAttribLocation": {518"program": "ShaderProgramID"519},520"glGetBufferParameteri64v": {521"target": "BufferBinding"522},523"glGetBufferParameteri64vRobust": {524"target": "BufferBinding"525},526"glGetBufferParameteriv": {527"target": "BufferBinding"528},529"glGetBufferParameterivRobust": {530"target": "BufferBinding"531},532"glGetBufferPointerv": {533"target": "BufferBinding"534},535"glGetBufferPointervRobust": {536"target": "BufferBinding"537},538"glGetCompressedTextureImage": {539"texture": "TextureID"540},541"glGetCompressedTextureSubImage": {542"texture": "TextureID"543},544"glGetFenceivNV": {545"fence": "FenceNVID"546},547"glGetFragDataIndex": {548"program": "ShaderProgramID"549},550"glGetFragDataLocation": {551"program": "ShaderProgramID"552},553"glGetLightfv": {554"pname": "LightParameter"555},556"glGetLightxv": {557"pname": "LightParameter"558},559"glGetMaterialfv": {560"pname": "MaterialParameter"561},562"glGetMaterialxv": {563"pname": "MaterialParameter"564},565"glGetMemoryObjectParameteriv": {566"memoryObject": "MemoryObjectID"567},568"glGetNamedBufferParameteri64v": {569"buffer": "BufferID"570},571"glGetNamedBufferParameteriv": {572"buffer": "BufferID"573},574"glGetNamedBufferPointerv": {575"buffer": "BufferID"576},577"glGetNamedBufferSubData": {578"buffer": "BufferID"579},580"glGetNamedFramebufferAttachmentParameteriv": {581"framebuffer": "FramebufferID"582},583"glGetNamedFramebufferParameteriv": {584"framebuffer": "FramebufferID"585},586"glGetNamedRenderbufferParameteriv": {587"renderbuffer": "RenderbufferID"588},589"glGetnUniformdv": {590"program": "ShaderProgramID",591"location": "UniformLocation"592},593"glGetnUniformfv": {594"program": "ShaderProgramID",595"location": "UniformLocation"596},597"glGetnUniformfvRobust": {598"program": "ShaderProgramID",599"location": "UniformLocation"600},601"glGetnUniformiv": {602"program": "ShaderProgramID",603"location": "UniformLocation"604},605"glGetnUniformivRobust": {606"program": "ShaderProgramID",607"location": "UniformLocation"608},609"glGetnUniformuiv": {610"program": "ShaderProgramID",611"location": "UniformLocation"612},613"glGetnUniformuivRobust": {614"program": "ShaderProgramID",615"location": "UniformLocation"616},617"glGetPathCommands": {618"path": "PathID"619},620"glGetPathCoords": {621"path": "PathID"622},623"glGetPathDashArray": {624"path": "PathID"625},626"glGetPathLength": {627"path": "PathID"628},629"glGetPathMetrics": {630"pathBase": "PathID"631},632"glGetPathParameterfv": {633"path": "PathID"634},635"glGetPathParameteriv": {636"path": "PathID"637},638"glGetPathSpacing": {639"pathBase": "PathID"640},641"glGetProgramBinary": {642"program": "ShaderProgramID"643},644"glGetProgramInfoLog": {645"program": "ShaderProgramID"646},647"glGetProgramInterfaceiv": {648"program": "ShaderProgramID"649},650"glGetProgramInterfaceivRobust": {651"program": "ShaderProgramID"652},653"glGetProgramiv": {654"program": "ShaderProgramID"655},656"glGetProgramivRobust": {657"program": "ShaderProgramID"658},659"glGetProgramPipelineInfoLog": {660"pipeline": "ProgramPipelineID"661},662"glGetProgramPipelineiv": {663"pipeline": "ProgramPipelineID"664},665"glGetProgramResourceIndex": {666"program": "ShaderProgramID"667},668"glGetProgramResourceiv": {669"program": "ShaderProgramID"670},671"glGetProgramResourceLocation": {672"program": "ShaderProgramID"673},674"glGetProgramResourceLocationIndex": {675"program": "ShaderProgramID"676},677"glGetProgramResourceName": {678"program": "ShaderProgramID"679},680"glGetProgramStageiv": {681"program": "ShaderProgramID"682},683"glGetQueryBufferObjecti64v": {684"buffer": "BufferID"685},686"glGetQueryBufferObjectiv": {687"buffer": "BufferID"688},689"glGetQueryBufferObjectui64v": {690"buffer": "BufferID"691},692"glGetQueryBufferObjectuiv": {693"buffer": "BufferID"694},695"glGetQueryiv": {696"target": "QueryType"697},698"glGetQueryivRobust": {699"id": "QueryID",700"target": "QueryType"701},702"glGetQueryObjecti64v": {703"id": "QueryID"704},705"glGetQueryObjecti64vRobust": {706"id": "QueryID"707},708"glGetQueryObjectiv": {709"id": "QueryID"710},711"glGetQueryObjectivRobust": {712"id": "QueryID"713},714"glGetQueryObjectui64v": {715"id": "QueryID"716},717"glGetQueryObjectui64vRobust": {718"id": "QueryID"719},720"glGetQueryObjectuiv": {721"id": "QueryID"722},723"glGetQueryObjectuivRobust": {724"id": "QueryID"725},726"glGetSamplerParameterfv": {727"sampler": "SamplerID"728},729"glGetSamplerParameterfvRobust": {730"sampler": "SamplerID"731},732"glGetSamplerParameterIiv": {733"sampler": "SamplerID"734},735"glGetSamplerParameterIivRobust": {736"sampler": "SamplerID"737},738"glGetSamplerParameterIuiv": {739"sampler": "SamplerID"740},741"glGetSamplerParameterIuivRobust": {742"sampler": "SamplerID"743},744"glGetSamplerParameteriv": {745"sampler": "SamplerID"746},747"glGetSamplerParameterivRobust": {748"sampler": "SamplerID"749},750"glGetSemaphoreParameterui64v": {751"semaphore": "SemaphoreID"752},753"glGetShaderInfoLog": {754"shader": "ShaderProgramID"755},756"glGetShaderiv": {757"shader": "ShaderProgramID"758},759"glGetShaderivRobust": {760"shader": "ShaderProgramID"761},762"glGetShaderPrecisionFormat": {763"shader": "ShaderProgramID"764},765"glGetShaderSource": {766"shader": "ShaderProgramID"767},768"glGetSubroutineIndex": {769"program": "ShaderProgramID"770},771"glGetSubroutineUniformLocation": {772"program": "ShaderProgramID"773},774"glGetTexEnvfv": {775"pname": "TextureEnvParameter",776"target": "TextureEnvTarget"777},778"glGetTexEnviv": {779"pname": "TextureEnvParameter",780"target": "TextureEnvTarget"781},782"glGetTexEnvxv": {783"pname": "TextureEnvParameter",784"target": "TextureEnvTarget"785},786"glGetTexImage": {787"target": "TextureTarget"788},789"glGetTexLevelParameterfv": {790"target": "TextureTarget"791},792"glGetTexLevelParameterfvRobust": {793"target": "TextureTarget"794},795"glGetTexLevelParameteriv": {796"target": "TextureTarget"797},798"glGetTexLevelParameterivRobust": {799"target": "TextureTarget"800},801"glGetTexParameterfv": {802"target": "TextureType"803},804"glGetTexParameterfvRobust": {805"target": "TextureType"806},807"glGetTexParameterIiv": {808"target": "TextureType"809},810"glGetTexParameterIivRobust": {811"target": "TextureType"812},813"glGetTexParameterIuiv": {814"target": "TextureType"815},816"glGetTexParameterIuivRobust": {817"target": "TextureType"818},819"glGetTexParameteriv": {820"target": "TextureType"821},822"glGetTexParameterivRobust": {823"target": "TextureType"824},825"glGetTexParameterxv": {826"target": "TextureType"827},828"glGetTextureImage": {829"texture": "TextureID"830},831"glGetTextureLevelParameterfv": {832"texture": "TextureID"833},834"glGetTextureLevelParameteriv": {835"texture": "TextureID"836},837"glGetTextureParameterfv": {838"texture": "TextureID"839},840"glGetTextureParameterIiv": {841"texture": "TextureID"842},843"glGetTextureParameterIuiv": {844"texture": "TextureID"845},846"glGetTextureParameteriv": {847"texture": "TextureID"848},849"glGetTextureSubImage": {850"texture": "TextureID"851},852"glGetTransformFeedbackVarying": {853"program": "ShaderProgramID"854},855"glGetTranslatedShaderSource": {856"shader": "ShaderProgramID"857},858"glGetUniformBlockIndex": {859"program": "ShaderProgramID"860},861"glGetUniformdv": {862"program": "ShaderProgramID",863"location": "UniformLocation"864},865"glGetUniformfv": {866"program": "ShaderProgramID",867"location": "UniformLocation"868},869"glGetUniformfvRobust": {870"program": "ShaderProgramID",871"location": "UniformLocation"872},873"glGetUniformIndices": {874"program": "ShaderProgramID"875},876"glGetUniformiv": {877"program": "ShaderProgramID",878"location": "UniformLocation"879},880"glGetUniformivRobust": {881"program": "ShaderProgramID",882"location": "UniformLocation"883},884"glGetUniformLocation": {885"program": "ShaderProgramID"886},887"glGetUniformuiv": {888"program": "ShaderProgramID",889"location": "UniformLocation"890},891"glGetUniformuivRobust": {892"program": "ShaderProgramID",893"location": "UniformLocation"894},895"glGetVertexArrayIndexed64iv": {896"vaobj": "VertexArrayID"897},898"glGetVertexArrayIndexediv": {899"vaobj": "VertexArrayID"900},901"glGetVertexArrayiv": {902"vaobj": "VertexArrayID"903},904"glImportMemoryFd": {905"handleType": "HandleType",906"memory": "MemoryObjectID"907},908"glImportMemoryZirconHandle": {909"handleType": "HandleType",910"memory": "MemoryObjectID"911},912"glImportSemaphoreFd": {913"handleType": "HandleType",914"semaphore": "SemaphoreID"915},916"glImportSemaphoreZirconHandle": {917"handleType": "HandleType",918"semaphore": "SemaphoreID"919},920"glInterpolatePaths": {921"pathA": "PathID",922"pathB": "PathID"923},924"glInvalidateBufferData": {925"buffer": "BufferID"926},927"glInvalidateBufferSubData": {928"buffer": "BufferID"929},930"glInvalidateNamedFramebufferData": {931"framebuffer": "FramebufferID"932},933"glInvalidateNamedFramebufferSubData": {934"framebuffer": "FramebufferID"935},936"glInvalidateTexImage": {937"texture": "TextureID"938},939"glInvalidateTexSubImage": {940"texture": "TextureID"941},942"glInvalidateTexture": {943"target": "TextureType"944},945"glIsBuffer": {946"buffer": "BufferID"947},948"glIsFenceNV": {949"fence": "FenceNVID"950},951"glIsFramebuffer": {952"framebuffer": "FramebufferID"953},954"glIsMemoryObject": {955"memoryObject": "MemoryObjectID"956},957"glIsPath": {958"path": "PathID"959},960"glIsPointInFillPath": {961"path": "PathID"962},963"glIsPointInStrokePath": {964"path": "PathID"965},966"glIsProgram": {967"program": "ShaderProgramID"968},969"glIsProgramPipeline": {970"pipeline": "ProgramPipelineID"971},972"glIsQuery": {973"id": "QueryID"974},975"glIsRenderbuffer": {976"renderbuffer": "RenderbufferID"977},978"glIsSampler": {979"sampler": "SamplerID"980},981"glIsSemaphore": {982"semaphore": "SemaphoreID"983},984"glIsShader": {985"shader": "ShaderProgramID"986},987"glIsTexture": {988"texture": "TextureID"989},990"glIsTransformFeedback": {991"id": "TransformFeedbackID"992},993"glIsVertexArray": {994"array": "VertexArrayID"995},996"glLightf": {997"pname": "LightParameter"998},999"glLightfv": {1000"pname": "LightParameter"1001},1002"glLightx": {1003"pname": "LightParameter"1004},1005"glLightxv": {1006"pname": "LightParameter"1007},1008"glLinkProgram": {1009"program": "ShaderProgramID"1010},1011"glLogicOp": {1012"opcode": "LogicalOperation"1013},1014"glLoseContext": {1015"current": "GraphicsResetStatus",1016"other": "GraphicsResetStatus"1017},1018"glMapBuffer": {1019"target": "BufferBinding"1020},1021"glMapBufferRange": {1022"target": "BufferBinding"1023},1024"glMapNamedBuffer": {1025"buffer": "BufferID"1026},1027"glMapNamedBufferRange": {1028"buffer": "BufferID"1029},1030"glMaterialf": {1031"pname": "MaterialParameter"1032},1033"glMaterialfv": {1034"pname": "MaterialParameter"1035},1036"glMaterialx": {1037"pname": "MaterialParameter"1038},1039"glMaterialxv": {1040"pname": "MaterialParameter"1041},1042"glMatrixMode": {1043"mode": "MatrixType"1044},1045"glMemoryObjectParameteriv": {1046"memoryObject": "MemoryObjectID"1047},1048"glMultiDrawArrays": {1049"mode": "PrimitiveMode"1050},1051"glMultiDrawArraysInstanced": {1052"mode": "PrimitiveMode"1053},1054"glMultiDrawArraysInstancedBaseInstance": {1055"mode": "PrimitiveMode"1056},1057"glMultiDrawElements": {1058"mode": "PrimitiveMode",1059"type": "DrawElementsType"1060},1061"glMultiDrawElementsBaseVertex": {1062"mode": "PrimitiveMode",1063"type": "DrawElementsType"1064},1065"glMultiDrawElementsInstanced": {1066"mode": "PrimitiveMode",1067"type": "DrawElementsType"1068},1069"glMultiDrawElementsInstancedBaseVertexBaseInstance": {1070"mode": "PrimitiveMode",1071"type": "DrawElementsType"1072},1073"glNamedBufferData": {1074"buffer": "BufferID"1075},1076"glNamedBufferStorage": {1077"buffer": "BufferID",1078"target": "BufferBinding"1079},1080"glNamedBufferSubData": {1081"buffer": "BufferID"1082},1083"glNamedFramebufferDrawBuffer": {1084"framebuffer": "FramebufferID"1085},1086"glNamedFramebufferDrawBuffers": {1087"framebuffer": "FramebufferID"1088},1089"glNamedFramebufferParameteri": {1090"framebuffer": "FramebufferID"1091},1092"glNamedFramebufferReadBuffer": {1093"framebuffer": "FramebufferID"1094},1095"glNamedFramebufferRenderbuffer": {1096"framebuffer": "FramebufferID",1097"renderbuffer": "RenderbufferID"1098},1099"glNamedFramebufferTexture": {1100"framebuffer": "FramebufferID",1101"texture": "TextureID"1102},1103"glNamedFramebufferTextureLayer": {1104"framebuffer": "FramebufferID",1105"texture": "TextureID"1106},1107"glNamedRenderbufferStorage": {1108"renderbuffer": "RenderbufferID"1109},1110"glNamedRenderbufferStorageMultisample": {1111"renderbuffer": "RenderbufferID"1112},1113"glNormalPointer": {1114"type": "VertexAttribType"1115},1116"glPathCommands": {1117"path": "PathID"1118},1119"glPathCoords": {1120"path": "PathID"1121},1122"glPathDashArray": {1123"path": "PathID"1124},1125"glPathGlyphIndexArray": {1126"path": "PathID"1127},1128"glPathGlyphIndexRange": {1129"path": "PathID"1130},1131"glPathGlyphRange": {1132"pathParameterTemplate": "PathID"1133},1134"glPathGlyphs": {1135"pathParameterTemplate": "PathID"1136},1137"glPathMemoryGlyphIndexArray": {1138"path": "PathID"1139},1140"glPathParameterf": {1141"path": "PathID"1142},1143"glPathParameterfv": {1144"path": "PathID"1145},1146"glPathParameteri": {1147"path": "PathID"1148},1149"glPathParameteriv": {1150"path": "PathID"1151},1152"glPathString": {1153"path": "PathID"1154},1155"glPathSubCommands": {1156"path": "PathID"1157},1158"glPathSubCoords": {1159"path": "PathID"1160},1161"glPointAlongPath": {1162"path": "PathID"1163},1164"glPointParameterf": {1165"pname": "PointParameter"1166},1167"glPointParameterfv": {1168"pname": "PointParameter"1169},1170"glPointParameterx": {1171"pname": "PointParameter"1172},1173"glPointParameterxv": {1174"pname": "PointParameter"1175},1176"glPointSizePointer": {1177"type": "VertexAttribType"1178},1179"glProgramBinary": {1180"program": "ShaderProgramID"1181},1182"glProgramParameteri": {1183"program": "ShaderProgramID"1184},1185"glProgramPathFragmentInputGen": {1186"program": "ShaderProgramID"1187},1188"glProgramUniform1d": {1189"program": "ShaderProgramID",1190"location": "UniformLocation"1191},1192"glProgramUniform1dv": {1193"program": "ShaderProgramID",1194"location": "UniformLocation"1195},1196"glProgramUniform1f": {1197"program": "ShaderProgramID",1198"location": "UniformLocation"1199},1200"glProgramUniform1fv": {1201"program": "ShaderProgramID",1202"location": "UniformLocation"1203},1204"glProgramUniform1i": {1205"program": "ShaderProgramID",1206"location": "UniformLocation"1207},1208"glProgramUniform1iv": {1209"program": "ShaderProgramID",1210"location": "UniformLocation"1211},1212"glProgramUniform1ui": {1213"program": "ShaderProgramID",1214"location": "UniformLocation"1215},1216"glProgramUniform1uiv": {1217"program": "ShaderProgramID",1218"location": "UniformLocation"1219},1220"glProgramUniform2d": {1221"program": "ShaderProgramID",1222"location": "UniformLocation"1223},1224"glProgramUniform2dv": {1225"program": "ShaderProgramID",1226"location": "UniformLocation"1227},1228"glProgramUniform2f": {1229"program": "ShaderProgramID",1230"location": "UniformLocation"1231},1232"glProgramUniform2fv": {1233"program": "ShaderProgramID",1234"location": "UniformLocation"1235},1236"glProgramUniform2i": {1237"program": "ShaderProgramID",1238"location": "UniformLocation"1239},1240"glProgramUniform2iv": {1241"program": "ShaderProgramID",1242"location": "UniformLocation"1243},1244"glProgramUniform2ui": {1245"program": "ShaderProgramID",1246"location": "UniformLocation"1247},1248"glProgramUniform2uiv": {1249"program": "ShaderProgramID",1250"location": "UniformLocation"1251},1252"glProgramUniform3d": {1253"program": "ShaderProgramID",1254"location": "UniformLocation"1255},1256"glProgramUniform3dv": {1257"program": "ShaderProgramID",1258"location": "UniformLocation"1259},1260"glProgramUniform3f": {1261"program": "ShaderProgramID",1262"location": "UniformLocation"1263},1264"glProgramUniform3fv": {1265"program": "ShaderProgramID",1266"location": "UniformLocation"1267},1268"glProgramUniform3i": {1269"program": "ShaderProgramID",1270"location": "UniformLocation"1271},1272"glProgramUniform3iv": {1273"program": "ShaderProgramID",1274"location": "UniformLocation"1275},1276"glProgramUniform3ui": {1277"program": "ShaderProgramID",1278"location": "UniformLocation"1279},1280"glProgramUniform3uiv": {1281"program": "ShaderProgramID",1282"location": "UniformLocation"1283},1284"glProgramUniform4d": {1285"program": "ShaderProgramID",1286"location": "UniformLocation"1287},1288"glProgramUniform4dv": {1289"program": "ShaderProgramID",1290"location": "UniformLocation"1291},1292"glProgramUniform4f": {1293"program": "ShaderProgramID",1294"location": "UniformLocation"1295},1296"glProgramUniform4fv": {1297"program": "ShaderProgramID",1298"location": "UniformLocation"1299},1300"glProgramUniform4i": {1301"program": "ShaderProgramID",1302"location": "UniformLocation"1303},1304"glProgramUniform4iv": {1305"program": "ShaderProgramID",1306"location": "UniformLocation"1307},1308"glProgramUniform4ui": {1309"program": "ShaderProgramID",1310"location": "UniformLocation"1311},1312"glProgramUniform4uiv": {1313"program": "ShaderProgramID",1314"location": "UniformLocation"1315},1316"glProgramUniformMatrix2dv": {1317"program": "ShaderProgramID",1318"location": "UniformLocation"1319},1320"glProgramUniformMatrix2fv": {1321"program": "ShaderProgramID",1322"location": "UniformLocation"1323},1324"glProgramUniformMatrix2x3dv": {1325"program": "ShaderProgramID",1326"location": "UniformLocation"1327},1328"glProgramUniformMatrix2x3fv": {1329"program": "ShaderProgramID",1330"location": "UniformLocation"1331},1332"glProgramUniformMatrix2x4dv": {1333"program": "ShaderProgramID",1334"location": "UniformLocation"1335},1336"glProgramUniformMatrix2x4fv": {1337"program": "ShaderProgramID",1338"location": "UniformLocation"1339},1340"glProgramUniformMatrix3dv": {1341"program": "ShaderProgramID",1342"location": "UniformLocation"1343},1344"glProgramUniformMatrix3fv": {1345"program": "ShaderProgramID",1346"location": "UniformLocation"1347},1348"glProgramUniformMatrix3x2dv": {1349"program": "ShaderProgramID",1350"location": "UniformLocation"1351},1352"glProgramUniformMatrix3x2fv": {1353"program": "ShaderProgramID",1354"location": "UniformLocation"1355},1356"glProgramUniformMatrix3x4dv": {1357"program": "ShaderProgramID",1358"location": "UniformLocation"1359},1360"glProgramUniformMatrix3x4fv": {1361"program": "ShaderProgramID",1362"location": "UniformLocation"1363},1364"glProgramUniformMatrix4dv": {1365"program": "ShaderProgramID",1366"location": "UniformLocation"1367},1368"glProgramUniformMatrix4fv": {1369"program": "ShaderProgramID",1370"location": "UniformLocation"1371},1372"glProgramUniformMatrix4x2dv": {1373"program": "ShaderProgramID",1374"location": "UniformLocation"1375},1376"glProgramUniformMatrix4x2fv": {1377"program": "ShaderProgramID",1378"location": "UniformLocation"1379},1380"glProgramUniformMatrix4x3dv": {1381"program": "ShaderProgramID",1382"location": "UniformLocation"1383},1384"glProgramUniformMatrix4x3fv": {1385"program": "ShaderProgramID",1386"location": "UniformLocation"1387},1388"glProvokingVertex": {1389"mode": "ProvokingVertexConvention"1390},1391"glQueryCounter": {1392"id": "QueryID",1393"target": "QueryType"1394},1395"glSamplerParameterf": {1396"sampler": "SamplerID"1397},1398"glSamplerParameterfv": {1399"sampler": "SamplerID"1400},1401"glSamplerParameterfvRobust": {1402"sampler": "SamplerID"1403},1404"glSamplerParameteri": {1405"sampler": "SamplerID"1406},1407"glSamplerParameterIiv": {1408"sampler": "SamplerID"1409},1410"glSamplerParameterIivRobust": {1411"sampler": "SamplerID"1412},1413"glSamplerParameterIuiv": {1414"sampler": "SamplerID"1415},1416"glSamplerParameterIuivRobust": {1417"sampler": "SamplerID"1418},1419"glSamplerParameteriv": {1420"sampler": "SamplerID"1421},1422"glSamplerParameterivRobust": {1423"sampler": "SamplerID"1424},1425"glSemaphoreParameterui64v": {1426"semaphore": "SemaphoreID"1427},1428"glSetFenceNV": {1429"fence": "FenceNVID"1430},1431"glShadeModel": {1432"mode": "ShadingModel"1433},1434"glShaderBinary": {1435"shaders": "const ShaderProgramID *"1436},1437"glShaderSource": {1438"shader": "ShaderProgramID"1439},1440"glShaderStorageBlockBinding": {1441"program": "ShaderProgramID"1442},1443"glSignalSemaphore": {1444"buffers": "const BufferID *",1445"semaphore": "SemaphoreID",1446"textures": "const TextureID *"1447},1448"glStencilFillPath": {1449"path": "PathID"1450},1451"glStencilFillPathInstanced": {1452"pathBase": "PathID"1453},1454"glStencilStrokePath": {1455"path": "PathID"1456},1457"glStencilStrokePathInstanced": {1458"pathBase": "PathID"1459},1460"glStencilThenCoverFillPath": {1461"path": "PathID"1462},1463"glStencilThenCoverFillPathInstanced": {1464"pathBase": "PathID"1465},1466"glStencilThenCoverStrokePath": {1467"path": "PathID"1468},1469"glStencilThenCoverStrokePathInstanced": {1470"pathBase": "PathID"1471},1472"glTestFenceNV": {1473"fence": "FenceNVID"1474},1475"glTexBuffer": {1476"buffer": "BufferID",1477"target": "TextureType"1478},1479"glTexBufferRange": {1480"buffer": "BufferID",1481"target": "TextureType"1482},1483"glTexCoordPointer": {1484"type": "VertexAttribType"1485},1486"glTexEnvf": {1487"pname": "TextureEnvParameter",1488"target": "TextureEnvTarget"1489},1490"glTexEnvfv": {1491"pname": "TextureEnvParameter",1492"target": "TextureEnvTarget"1493},1494"glTexEnvi": {1495"pname": "TextureEnvParameter",1496"target": "TextureEnvTarget"1497},1498"glTexEnviv": {1499"pname": "TextureEnvParameter",1500"target": "TextureEnvTarget"1501},1502"glTexEnvx": {1503"pname": "TextureEnvParameter",1504"target": "TextureEnvTarget"1505},1506"glTexEnvxv": {1507"pname": "TextureEnvParameter",1508"target": "TextureEnvTarget"1509},1510"glTexImage2D": {1511"target": "TextureTarget"1512},1513"glTexImage2DExternal": {1514"target": "TextureTarget"1515},1516"glTexImage2DRobust": {1517"target": "TextureTarget"1518},1519"glTexImage3D": {1520"target": "TextureTarget"1521},1522"glTexImage3DRobust": {1523"target": "TextureTarget"1524},1525"glTexParameterf": {1526"target": "TextureType"1527},1528"glTexParameterfv": {1529"target": "TextureType"1530},1531"glTexParameterfvRobust": {1532"target": "TextureType"1533},1534"glTexParameteri": {1535"target": "TextureType"1536},1537"glTexParameterIiv": {1538"target": "TextureType"1539},1540"glTexParameterIivRobust": {1541"target": "TextureType"1542},1543"glTexParameterIuiv": {1544"target": "TextureType"1545},1546"glTexParameterIuivRobust": {1547"target": "TextureType"1548},1549"glTexParameteriv": {1550"target": "TextureType"1551},1552"glTexParameterivRobust": {1553"target": "TextureType"1554},1555"glTexParameterx": {1556"target": "TextureType"1557},1558"glTexParameterxv": {1559"target": "TextureType"1560},1561"glTexStorage2D": {1562"target": "TextureType"1563},1564"glTexStorage2DMultisample": {1565"target": "TextureType"1566},1567"glTexStorage3D": {1568"target": "TextureType"1569},1570"glTexStorage3DMultisample": {1571"target": "TextureType"1572},1573"glTexStorageMem2D": {1574"memory": "MemoryObjectID",1575"target": "TextureType"1576},1577"glTexStorageMem2DMultisample": {1578"memory": "MemoryObjectID",1579"target": "TextureType"1580},1581"glTexStorageMem3D": {1582"memory": "MemoryObjectID",1583"target": "TextureType"1584},1585"glTexStorageMem3DMultisample": {1586"memory": "MemoryObjectID",1587"target": "TextureType"1588},1589"glTexStorageMemFlags2D": {1590"memory": "MemoryObjectID",1591"target": "TextureType"1592},1593"glTexStorageMemFlags2DMultisample": {1594"memory": "MemoryObjectID",1595"target": "TextureType"1596},1597"glTexStorageMemFlags3D": {1598"memory": "MemoryObjectID",1599"target": "TextureType"1600},1601"glTexStorageMemFlags3DMultisample": {1602"memory": "MemoryObjectID",1603"target": "TextureType"1604},1605"glTexSubImage2D": {1606"target": "TextureTarget"1607},1608"glTexSubImage2DRobust": {1609"target": "TextureTarget"1610},1611"glTexSubImage3D": {1612"target": "TextureTarget"1613},1614"glTexSubImage3DRobust": {1615"target": "TextureTarget"1616},1617"glTextureBuffer": {1618"buffer": "BufferID",1619"texture": "TextureID"1620},1621"glTextureBufferRange": {1622"buffer": "BufferID",1623"texture": "TextureID"1624},1625"glTextureParameterf": {1626"texture": "TextureID"1627},1628"glTextureParameterfv": {1629"texture": "TextureID"1630},1631"glTextureParameteri": {1632"texture": "TextureID"1633},1634"glTextureParameterIiv": {1635"texture": "TextureID"1636},1637"glTextureParameterIuiv": {1638"texture": "TextureID"1639},1640"glTextureParameteriv": {1641"texture": "TextureID"1642},1643"glTextureStorage1D": {1644"texture": "TextureID"1645},1646"glTextureStorage2D": {1647"texture": "TextureID"1648},1649"glTextureStorage2DMultisample": {1650"texture": "TextureID"1651},1652"glTextureStorage3D": {1653"texture": "TextureID"1654},1655"glTextureStorage3DMultisample": {1656"texture": "TextureID"1657},1658"glTextureSubImage1D": {1659"texture": "TextureID"1660},1661"glTextureSubImage2D": {1662"texture": "TextureID"1663},1664"glTextureSubImage3D": {1665"texture": "TextureID"1666},1667"glTextureView": {1668"texture": "TextureID"1669},1670"glTransformFeedbackBufferBase": {1671"buffer": "BufferID"1672},1673"glTransformFeedbackBufferRange": {1674"buffer": "BufferID"1675},1676"glTransformFeedbackVaryings": {1677"program": "ShaderProgramID"1678},1679"glUniform1f": {1680"location": "UniformLocation"1681},1682"glUniform1fv": {1683"location": "UniformLocation"1684},1685"glUniform1i": {1686"location": "UniformLocation"1687},1688"glUniform1iv": {1689"location": "UniformLocation"1690},1691"glUniform1ui": {1692"location": "UniformLocation"1693},1694"glUniform1uiv": {1695"location": "UniformLocation"1696},1697"glUniform2f": {1698"location": "UniformLocation"1699},1700"glUniform2fv": {1701"location": "UniformLocation"1702},1703"glUniform2i": {1704"location": "UniformLocation"1705},1706"glUniform2iv": {1707"location": "UniformLocation"1708},1709"glUniform2ui": {1710"location": "UniformLocation"1711},1712"glUniform2uiv": {1713"location": "UniformLocation"1714},1715"glUniform3f": {1716"location": "UniformLocation"1717},1718"glUniform3fv": {1719"location": "UniformLocation"1720},1721"glUniform3i": {1722"location": "UniformLocation"1723},1724"glUniform3iv": {1725"location": "UniformLocation"1726},1727"glUniform3ui": {1728"location": "UniformLocation"1729},1730"glUniform3uiv": {1731"location": "UniformLocation"1732},1733"glUniform4f": {1734"location": "UniformLocation"1735},1736"glUniform4fv": {1737"location": "UniformLocation"1738},1739"glUniform4i": {1740"location": "UniformLocation"1741},1742"glUniform4iv": {1743"location": "UniformLocation"1744},1745"glUniform4ui": {1746"location": "UniformLocation"1747},1748"glUniform4uiv": {1749"location": "UniformLocation"1750},1751"glUniformMatrix2fv": {1752"location": "UniformLocation"1753},1754"glUniformMatrix3fv": {1755"location": "UniformLocation"1756},1757"glUniformMatrix4fv": {1758"location": "UniformLocation"1759},1760"glUniformMatrix2x3fv": {1761"location": "UniformLocation"1762},1763"glUniformMatrix2x4fv": {1764"location": "UniformLocation"1765},1766"glUniformMatrix3x2fv": {1767"location": "UniformLocation"1768},1769"glUniformMatrix3x4fv": {1770"location": "UniformLocation"1771},1772"glUniformMatrix4x2fv": {1773"location": "UniformLocation"1774},1775"glUniformMatrix4x3fv": {1776"location": "UniformLocation"1777},1778"glUniform1d": {1779"location": "UniformLocation"1780},1781"glUniform1dv": {1782"location": "UniformLocation"1783},1784"glUniform2d": {1785"location": "UniformLocation"1786},1787"glUniform2dv": {1788"location": "UniformLocation"1789},1790"glUniform3d": {1791"location": "UniformLocation"1792},1793"glUniform3dv": {1794"location": "UniformLocation"1795},1796"glUniform4d": {1797"location": "UniformLocation"1798},1799"glUniform4dv": {1800"location": "UniformLocation"1801},1802"glUniformMatrix2dv": {1803"location": "UniformLocation"1804},1805"glUniformMatrix2x3dv": {1806"location": "UniformLocation"1807},1808"glUniformMatrix2x4dv": {1809"location": "UniformLocation"1810},1811"glUniformMatrix3dv": {1812"location": "UniformLocation"1813},1814"glUniformMatrix3x2dv": {1815"location": "UniformLocation"1816},1817"glUniformMatrix3x4dv": {1818"location": "UniformLocation"1819},1820"glUniformMatrix4dv": {1821"location": "UniformLocation"1822},1823"glUniformMatrix4x2dv": {1824"location": "UniformLocation"1825},1826"glUniformMatrix4x3dv": {1827"location": "UniformLocation"1828},1829"glUniformBlockBinding": {1830"program": "ShaderProgramID",1831"uniformBlockIndex": "UniformBlockIndex"1832},1833"glUnmapBuffer": {1834"target": "BufferBinding"1835},1836"glUnmapNamedBuffer": {1837"buffer": "BufferID"1838},1839"glUseProgram": {1840"program": "ShaderProgramID"1841},1842"glUseProgramStages": {1843"pipeline": "ProgramPipelineID",1844"program": "ShaderProgramID"1845},1846"glValidateProgram": {1847"program": "ShaderProgramID"1848},1849"glValidateProgramPipeline": {1850"pipeline": "ProgramPipelineID"1851},1852"glVertexArrayAttribBinding": {1853"vaobj": "VertexArrayID"1854},1855"glVertexArrayAttribFormat": {1856"vaobj": "VertexArrayID"1857},1858"glVertexArrayAttribIFormat": {1859"vaobj": "VertexArrayID"1860},1861"glVertexArrayAttribLFormat": {1862"vaobj": "VertexArrayID"1863},1864"glVertexArrayBindingDivisor": {1865"vaobj": "VertexArrayID"1866},1867"glVertexArrayElementBuffer": {1868"buffer": "BufferID",1869"vaobj": "VertexArrayID"1870},1871"glVertexArrayVertexBuffer": {1872"buffer": "BufferID",1873"vaobj": "VertexArrayID"1874},1875"glVertexArrayVertexBuffers": {1876"buffers": "const BufferID *",1877"vaobj": "VertexArrayID"1878},1879"glVertexAttribFormat": {1880"type": "VertexAttribType"1881},1882"glVertexAttribIFormat": {1883"type": "VertexAttribType"1884},1885"glVertexAttribIPointer": {1886"type": "VertexAttribType"1887},1888"glVertexAttribPointer": {1889"type": "VertexAttribType"1890},1891"glVertexPointer": {1892"type": "VertexAttribType"1893},1894"glWaitSemaphore": {1895"buffers": "const BufferID *",1896"semaphore": "SemaphoreID",1897"textures": "const TextureID *"1898}1899}190019011902