1 // GENERATED FILE - DO NOT EDIT. 2 // Generated by generate_entry_points.py using data from gl.xml and gl_angle_ext.xml. 3 // 4 // Copyright 2020 The ANGLE Project Authors. All rights reserved. 5 // Use of this source code is governed by a BSD-style license that can be 6 // found in the LICENSE file. 7 // 8 // entry_points_enum_autogen.cpp: 9 // Helper methods for the GL/GLES entry points enumeration. 10 11 #include "libANGLE/entry_points_enum_autogen.h" 12 13 #include "common/debug.h" 14 15 namespace gl 16 { GetEntryPointName(EntryPoint ep)17const char *GetEntryPointName(EntryPoint ep) 18 { 19 switch (ep) 20 { 21 case EntryPoint::Accum: 22 return "glAccum"; 23 case EntryPoint::ActiveShaderProgram: 24 return "glActiveShaderProgram"; 25 case EntryPoint::ActiveTexture: 26 return "glActiveTexture"; 27 case EntryPoint::AlphaFunc: 28 return "glAlphaFunc"; 29 case EntryPoint::AlphaFuncx: 30 return "glAlphaFuncx"; 31 case EntryPoint::AreTexturesResident: 32 return "glAreTexturesResident"; 33 case EntryPoint::ArrayElement: 34 return "glArrayElement"; 35 case EntryPoint::AttachShader: 36 return "glAttachShader"; 37 case EntryPoint::Begin: 38 return "glBegin"; 39 case EntryPoint::BeginConditionalRender: 40 return "glBeginConditionalRender"; 41 case EntryPoint::BeginQuery: 42 return "glBeginQuery"; 43 case EntryPoint::BeginQueryEXT: 44 return "glBeginQueryEXT"; 45 case EntryPoint::BeginQueryIndexed: 46 return "glBeginQueryIndexed"; 47 case EntryPoint::BeginTransformFeedback: 48 return "glBeginTransformFeedback"; 49 case EntryPoint::BindAttribLocation: 50 return "glBindAttribLocation"; 51 case EntryPoint::BindBuffer: 52 return "glBindBuffer"; 53 case EntryPoint::BindBufferBase: 54 return "glBindBufferBase"; 55 case EntryPoint::BindBufferRange: 56 return "glBindBufferRange"; 57 case EntryPoint::BindBuffersBase: 58 return "glBindBuffersBase"; 59 case EntryPoint::BindBuffersRange: 60 return "glBindBuffersRange"; 61 case EntryPoint::BindFragDataLocation: 62 return "glBindFragDataLocation"; 63 case EntryPoint::BindFragDataLocationEXT: 64 return "glBindFragDataLocationEXT"; 65 case EntryPoint::BindFragDataLocationIndexed: 66 return "glBindFragDataLocationIndexed"; 67 case EntryPoint::BindFragDataLocationIndexedEXT: 68 return "glBindFragDataLocationIndexedEXT"; 69 case EntryPoint::BindFramebuffer: 70 return "glBindFramebuffer"; 71 case EntryPoint::BindFramebufferOES: 72 return "glBindFramebufferOES"; 73 case EntryPoint::BindImageTexture: 74 return "glBindImageTexture"; 75 case EntryPoint::BindImageTextures: 76 return "glBindImageTextures"; 77 case EntryPoint::BindProgramPipeline: 78 return "glBindProgramPipeline"; 79 case EntryPoint::BindRenderbuffer: 80 return "glBindRenderbuffer"; 81 case EntryPoint::BindRenderbufferOES: 82 return "glBindRenderbufferOES"; 83 case EntryPoint::BindSampler: 84 return "glBindSampler"; 85 case EntryPoint::BindSamplers: 86 return "glBindSamplers"; 87 case EntryPoint::BindTexture: 88 return "glBindTexture"; 89 case EntryPoint::BindTextureUnit: 90 return "glBindTextureUnit"; 91 case EntryPoint::BindTextures: 92 return "glBindTextures"; 93 case EntryPoint::BindTransformFeedback: 94 return "glBindTransformFeedback"; 95 case EntryPoint::BindUniformLocationCHROMIUM: 96 return "glBindUniformLocationCHROMIUM"; 97 case EntryPoint::BindVertexArray: 98 return "glBindVertexArray"; 99 case EntryPoint::BindVertexArrayOES: 100 return "glBindVertexArrayOES"; 101 case EntryPoint::BindVertexBuffer: 102 return "glBindVertexBuffer"; 103 case EntryPoint::BindVertexBuffers: 104 return "glBindVertexBuffers"; 105 case EntryPoint::Bitmap: 106 return "glBitmap"; 107 case EntryPoint::BlendBarrier: 108 return "glBlendBarrier"; 109 case EntryPoint::BlendColor: 110 return "glBlendColor"; 111 case EntryPoint::BlendEquation: 112 return "glBlendEquation"; 113 case EntryPoint::BlendEquationSeparate: 114 return "glBlendEquationSeparate"; 115 case EntryPoint::BlendEquationSeparatei: 116 return "glBlendEquationSeparatei"; 117 case EntryPoint::BlendEquationSeparateiEXT: 118 return "glBlendEquationSeparateiEXT"; 119 case EntryPoint::BlendEquationSeparateiOES: 120 return "glBlendEquationSeparateiOES"; 121 case EntryPoint::BlendEquationi: 122 return "glBlendEquationi"; 123 case EntryPoint::BlendEquationiEXT: 124 return "glBlendEquationiEXT"; 125 case EntryPoint::BlendEquationiOES: 126 return "glBlendEquationiOES"; 127 case EntryPoint::BlendFunc: 128 return "glBlendFunc"; 129 case EntryPoint::BlendFuncSeparate: 130 return "glBlendFuncSeparate"; 131 case EntryPoint::BlendFuncSeparatei: 132 return "glBlendFuncSeparatei"; 133 case EntryPoint::BlendFuncSeparateiEXT: 134 return "glBlendFuncSeparateiEXT"; 135 case EntryPoint::BlendFuncSeparateiOES: 136 return "glBlendFuncSeparateiOES"; 137 case EntryPoint::BlendFunci: 138 return "glBlendFunci"; 139 case EntryPoint::BlendFunciEXT: 140 return "glBlendFunciEXT"; 141 case EntryPoint::BlendFunciOES: 142 return "glBlendFunciOES"; 143 case EntryPoint::BlitFramebuffer: 144 return "glBlitFramebuffer"; 145 case EntryPoint::BlitFramebufferANGLE: 146 return "glBlitFramebufferANGLE"; 147 case EntryPoint::BlitNamedFramebuffer: 148 return "glBlitNamedFramebuffer"; 149 case EntryPoint::BufferData: 150 return "glBufferData"; 151 case EntryPoint::BufferStorage: 152 return "glBufferStorage"; 153 case EntryPoint::BufferStorageMemEXT: 154 return "glBufferStorageMemEXT"; 155 case EntryPoint::BufferSubData: 156 return "glBufferSubData"; 157 case EntryPoint::CallList: 158 return "glCallList"; 159 case EntryPoint::CallLists: 160 return "glCallLists"; 161 case EntryPoint::CheckFramebufferStatus: 162 return "glCheckFramebufferStatus"; 163 case EntryPoint::CheckFramebufferStatusOES: 164 return "glCheckFramebufferStatusOES"; 165 case EntryPoint::CheckNamedFramebufferStatus: 166 return "glCheckNamedFramebufferStatus"; 167 case EntryPoint::ClampColor: 168 return "glClampColor"; 169 case EntryPoint::Clear: 170 return "glClear"; 171 case EntryPoint::ClearAccum: 172 return "glClearAccum"; 173 case EntryPoint::ClearBufferData: 174 return "glClearBufferData"; 175 case EntryPoint::ClearBufferSubData: 176 return "glClearBufferSubData"; 177 case EntryPoint::ClearBufferfi: 178 return "glClearBufferfi"; 179 case EntryPoint::ClearBufferfv: 180 return "glClearBufferfv"; 181 case EntryPoint::ClearBufferiv: 182 return "glClearBufferiv"; 183 case EntryPoint::ClearBufferuiv: 184 return "glClearBufferuiv"; 185 case EntryPoint::ClearColor: 186 return "glClearColor"; 187 case EntryPoint::ClearColorx: 188 return "glClearColorx"; 189 case EntryPoint::ClearDepth: 190 return "glClearDepth"; 191 case EntryPoint::ClearDepthf: 192 return "glClearDepthf"; 193 case EntryPoint::ClearDepthx: 194 return "glClearDepthx"; 195 case EntryPoint::ClearIndex: 196 return "glClearIndex"; 197 case EntryPoint::ClearNamedBufferData: 198 return "glClearNamedBufferData"; 199 case EntryPoint::ClearNamedBufferSubData: 200 return "glClearNamedBufferSubData"; 201 case EntryPoint::ClearNamedFramebufferfi: 202 return "glClearNamedFramebufferfi"; 203 case EntryPoint::ClearNamedFramebufferfv: 204 return "glClearNamedFramebufferfv"; 205 case EntryPoint::ClearNamedFramebufferiv: 206 return "glClearNamedFramebufferiv"; 207 case EntryPoint::ClearNamedFramebufferuiv: 208 return "glClearNamedFramebufferuiv"; 209 case EntryPoint::ClearStencil: 210 return "glClearStencil"; 211 case EntryPoint::ClearTexImage: 212 return "glClearTexImage"; 213 case EntryPoint::ClearTexSubImage: 214 return "glClearTexSubImage"; 215 case EntryPoint::ClientActiveTexture: 216 return "glClientActiveTexture"; 217 case EntryPoint::ClientWaitSync: 218 return "glClientWaitSync"; 219 case EntryPoint::ClipControl: 220 return "glClipControl"; 221 case EntryPoint::ClipPlane: 222 return "glClipPlane"; 223 case EntryPoint::ClipPlanef: 224 return "glClipPlanef"; 225 case EntryPoint::ClipPlanex: 226 return "glClipPlanex"; 227 case EntryPoint::Color3b: 228 return "glColor3b"; 229 case EntryPoint::Color3bv: 230 return "glColor3bv"; 231 case EntryPoint::Color3d: 232 return "glColor3d"; 233 case EntryPoint::Color3dv: 234 return "glColor3dv"; 235 case EntryPoint::Color3f: 236 return "glColor3f"; 237 case EntryPoint::Color3fv: 238 return "glColor3fv"; 239 case EntryPoint::Color3i: 240 return "glColor3i"; 241 case EntryPoint::Color3iv: 242 return "glColor3iv"; 243 case EntryPoint::Color3s: 244 return "glColor3s"; 245 case EntryPoint::Color3sv: 246 return "glColor3sv"; 247 case EntryPoint::Color3ub: 248 return "glColor3ub"; 249 case EntryPoint::Color3ubv: 250 return "glColor3ubv"; 251 case EntryPoint::Color3ui: 252 return "glColor3ui"; 253 case EntryPoint::Color3uiv: 254 return "glColor3uiv"; 255 case EntryPoint::Color3us: 256 return "glColor3us"; 257 case EntryPoint::Color3usv: 258 return "glColor3usv"; 259 case EntryPoint::Color4b: 260 return "glColor4b"; 261 case EntryPoint::Color4bv: 262 return "glColor4bv"; 263 case EntryPoint::Color4d: 264 return "glColor4d"; 265 case EntryPoint::Color4dv: 266 return "glColor4dv"; 267 case EntryPoint::Color4f: 268 return "glColor4f"; 269 case EntryPoint::Color4fv: 270 return "glColor4fv"; 271 case EntryPoint::Color4i: 272 return "glColor4i"; 273 case EntryPoint::Color4iv: 274 return "glColor4iv"; 275 case EntryPoint::Color4s: 276 return "glColor4s"; 277 case EntryPoint::Color4sv: 278 return "glColor4sv"; 279 case EntryPoint::Color4ub: 280 return "glColor4ub"; 281 case EntryPoint::Color4ubv: 282 return "glColor4ubv"; 283 case EntryPoint::Color4ui: 284 return "glColor4ui"; 285 case EntryPoint::Color4uiv: 286 return "glColor4uiv"; 287 case EntryPoint::Color4us: 288 return "glColor4us"; 289 case EntryPoint::Color4usv: 290 return "glColor4usv"; 291 case EntryPoint::Color4x: 292 return "glColor4x"; 293 case EntryPoint::ColorMask: 294 return "glColorMask"; 295 case EntryPoint::ColorMaski: 296 return "glColorMaski"; 297 case EntryPoint::ColorMaskiEXT: 298 return "glColorMaskiEXT"; 299 case EntryPoint::ColorMaskiOES: 300 return "glColorMaskiOES"; 301 case EntryPoint::ColorMaterial: 302 return "glColorMaterial"; 303 case EntryPoint::ColorP3ui: 304 return "glColorP3ui"; 305 case EntryPoint::ColorP3uiv: 306 return "glColorP3uiv"; 307 case EntryPoint::ColorP4ui: 308 return "glColorP4ui"; 309 case EntryPoint::ColorP4uiv: 310 return "glColorP4uiv"; 311 case EntryPoint::ColorPointer: 312 return "glColorPointer"; 313 case EntryPoint::CompileShader: 314 return "glCompileShader"; 315 case EntryPoint::CompressedCopyTextureCHROMIUM: 316 return "glCompressedCopyTextureCHROMIUM"; 317 case EntryPoint::CompressedTexImage1D: 318 return "glCompressedTexImage1D"; 319 case EntryPoint::CompressedTexImage2D: 320 return "glCompressedTexImage2D"; 321 case EntryPoint::CompressedTexImage2DRobustANGLE: 322 return "glCompressedTexImage2DRobustANGLE"; 323 case EntryPoint::CompressedTexImage3D: 324 return "glCompressedTexImage3D"; 325 case EntryPoint::CompressedTexImage3DOES: 326 return "glCompressedTexImage3DOES"; 327 case EntryPoint::CompressedTexImage3DRobustANGLE: 328 return "glCompressedTexImage3DRobustANGLE"; 329 case EntryPoint::CompressedTexSubImage1D: 330 return "glCompressedTexSubImage1D"; 331 case EntryPoint::CompressedTexSubImage2D: 332 return "glCompressedTexSubImage2D"; 333 case EntryPoint::CompressedTexSubImage2DRobustANGLE: 334 return "glCompressedTexSubImage2DRobustANGLE"; 335 case EntryPoint::CompressedTexSubImage3D: 336 return "glCompressedTexSubImage3D"; 337 case EntryPoint::CompressedTexSubImage3DOES: 338 return "glCompressedTexSubImage3DOES"; 339 case EntryPoint::CompressedTexSubImage3DRobustANGLE: 340 return "glCompressedTexSubImage3DRobustANGLE"; 341 case EntryPoint::CompressedTextureSubImage1D: 342 return "glCompressedTextureSubImage1D"; 343 case EntryPoint::CompressedTextureSubImage2D: 344 return "glCompressedTextureSubImage2D"; 345 case EntryPoint::CompressedTextureSubImage3D: 346 return "glCompressedTextureSubImage3D"; 347 case EntryPoint::CopyBufferSubData: 348 return "glCopyBufferSubData"; 349 case EntryPoint::CopyImageSubData: 350 return "glCopyImageSubData"; 351 case EntryPoint::CopyNamedBufferSubData: 352 return "glCopyNamedBufferSubData"; 353 case EntryPoint::CopyPixels: 354 return "glCopyPixels"; 355 case EntryPoint::CopySubTexture3DANGLE: 356 return "glCopySubTexture3DANGLE"; 357 case EntryPoint::CopySubTextureCHROMIUM: 358 return "glCopySubTextureCHROMIUM"; 359 case EntryPoint::CopyTexImage1D: 360 return "glCopyTexImage1D"; 361 case EntryPoint::CopyTexImage2D: 362 return "glCopyTexImage2D"; 363 case EntryPoint::CopyTexSubImage1D: 364 return "glCopyTexSubImage1D"; 365 case EntryPoint::CopyTexSubImage2D: 366 return "glCopyTexSubImage2D"; 367 case EntryPoint::CopyTexSubImage3D: 368 return "glCopyTexSubImage3D"; 369 case EntryPoint::CopyTexSubImage3DOES: 370 return "glCopyTexSubImage3DOES"; 371 case EntryPoint::CopyTexture3DANGLE: 372 return "glCopyTexture3DANGLE"; 373 case EntryPoint::CopyTextureCHROMIUM: 374 return "glCopyTextureCHROMIUM"; 375 case EntryPoint::CopyTextureSubImage1D: 376 return "glCopyTextureSubImage1D"; 377 case EntryPoint::CopyTextureSubImage2D: 378 return "glCopyTextureSubImage2D"; 379 case EntryPoint::CopyTextureSubImage3D: 380 return "glCopyTextureSubImage3D"; 381 case EntryPoint::CoverageModulationCHROMIUM: 382 return "glCoverageModulationCHROMIUM"; 383 case EntryPoint::CreateBuffers: 384 return "glCreateBuffers"; 385 case EntryPoint::CreateFramebuffers: 386 return "glCreateFramebuffers"; 387 case EntryPoint::CreateMemoryObjectsEXT: 388 return "glCreateMemoryObjectsEXT"; 389 case EntryPoint::CreateProgram: 390 return "glCreateProgram"; 391 case EntryPoint::CreateProgramPipelines: 392 return "glCreateProgramPipelines"; 393 case EntryPoint::CreateQueries: 394 return "glCreateQueries"; 395 case EntryPoint::CreateRenderbuffers: 396 return "glCreateRenderbuffers"; 397 case EntryPoint::CreateSamplers: 398 return "glCreateSamplers"; 399 case EntryPoint::CreateShader: 400 return "glCreateShader"; 401 case EntryPoint::CreateShaderProgramv: 402 return "glCreateShaderProgramv"; 403 case EntryPoint::CreateTextures: 404 return "glCreateTextures"; 405 case EntryPoint::CreateTransformFeedbacks: 406 return "glCreateTransformFeedbacks"; 407 case EntryPoint::CreateVertexArrays: 408 return "glCreateVertexArrays"; 409 case EntryPoint::CullFace: 410 return "glCullFace"; 411 case EntryPoint::CurrentPaletteMatrixOES: 412 return "glCurrentPaletteMatrixOES"; 413 case EntryPoint::DebugMessageCallback: 414 return "glDebugMessageCallback"; 415 case EntryPoint::DebugMessageCallbackKHR: 416 return "glDebugMessageCallbackKHR"; 417 case EntryPoint::DebugMessageControl: 418 return "glDebugMessageControl"; 419 case EntryPoint::DebugMessageControlKHR: 420 return "glDebugMessageControlKHR"; 421 case EntryPoint::DebugMessageInsert: 422 return "glDebugMessageInsert"; 423 case EntryPoint::DebugMessageInsertKHR: 424 return "glDebugMessageInsertKHR"; 425 case EntryPoint::DeleteBuffers: 426 return "glDeleteBuffers"; 427 case EntryPoint::DeleteFencesNV: 428 return "glDeleteFencesNV"; 429 case EntryPoint::DeleteFramebuffers: 430 return "glDeleteFramebuffers"; 431 case EntryPoint::DeleteFramebuffersOES: 432 return "glDeleteFramebuffersOES"; 433 case EntryPoint::DeleteLists: 434 return "glDeleteLists"; 435 case EntryPoint::DeleteMemoryObjectsEXT: 436 return "glDeleteMemoryObjectsEXT"; 437 case EntryPoint::DeleteProgram: 438 return "glDeleteProgram"; 439 case EntryPoint::DeleteProgramPipelines: 440 return "glDeleteProgramPipelines"; 441 case EntryPoint::DeleteQueries: 442 return "glDeleteQueries"; 443 case EntryPoint::DeleteQueriesEXT: 444 return "glDeleteQueriesEXT"; 445 case EntryPoint::DeleteRenderbuffers: 446 return "glDeleteRenderbuffers"; 447 case EntryPoint::DeleteRenderbuffersOES: 448 return "glDeleteRenderbuffersOES"; 449 case EntryPoint::DeleteSamplers: 450 return "glDeleteSamplers"; 451 case EntryPoint::DeleteSemaphoresEXT: 452 return "glDeleteSemaphoresEXT"; 453 case EntryPoint::DeleteShader: 454 return "glDeleteShader"; 455 case EntryPoint::DeleteSync: 456 return "glDeleteSync"; 457 case EntryPoint::DeleteTextures: 458 return "glDeleteTextures"; 459 case EntryPoint::DeleteTransformFeedbacks: 460 return "glDeleteTransformFeedbacks"; 461 case EntryPoint::DeleteVertexArrays: 462 return "glDeleteVertexArrays"; 463 case EntryPoint::DeleteVertexArraysOES: 464 return "glDeleteVertexArraysOES"; 465 case EntryPoint::DepthFunc: 466 return "glDepthFunc"; 467 case EntryPoint::DepthMask: 468 return "glDepthMask"; 469 case EntryPoint::DepthRange: 470 return "glDepthRange"; 471 case EntryPoint::DepthRangeArrayv: 472 return "glDepthRangeArrayv"; 473 case EntryPoint::DepthRangeIndexed: 474 return "glDepthRangeIndexed"; 475 case EntryPoint::DepthRangef: 476 return "glDepthRangef"; 477 case EntryPoint::DepthRangex: 478 return "glDepthRangex"; 479 case EntryPoint::DetachShader: 480 return "glDetachShader"; 481 case EntryPoint::Disable: 482 return "glDisable"; 483 case EntryPoint::DisableClientState: 484 return "glDisableClientState"; 485 case EntryPoint::DisableExtensionANGLE: 486 return "glDisableExtensionANGLE"; 487 case EntryPoint::DisableVertexArrayAttrib: 488 return "glDisableVertexArrayAttrib"; 489 case EntryPoint::DisableVertexAttribArray: 490 return "glDisableVertexAttribArray"; 491 case EntryPoint::Disablei: 492 return "glDisablei"; 493 case EntryPoint::DisableiEXT: 494 return "glDisableiEXT"; 495 case EntryPoint::DisableiOES: 496 return "glDisableiOES"; 497 case EntryPoint::DiscardFramebufferEXT: 498 return "glDiscardFramebufferEXT"; 499 case EntryPoint::DispatchCompute: 500 return "glDispatchCompute"; 501 case EntryPoint::DispatchComputeIndirect: 502 return "glDispatchComputeIndirect"; 503 case EntryPoint::DrawArrays: 504 return "glDrawArrays"; 505 case EntryPoint::DrawArraysIndirect: 506 return "glDrawArraysIndirect"; 507 case EntryPoint::DrawArraysInstanced: 508 return "glDrawArraysInstanced"; 509 case EntryPoint::DrawArraysInstancedANGLE: 510 return "glDrawArraysInstancedANGLE"; 511 case EntryPoint::DrawArraysInstancedBaseInstance: 512 return "glDrawArraysInstancedBaseInstance"; 513 case EntryPoint::DrawArraysInstancedBaseInstanceANGLE: 514 return "glDrawArraysInstancedBaseInstanceANGLE"; 515 case EntryPoint::DrawArraysInstancedEXT: 516 return "glDrawArraysInstancedEXT"; 517 case EntryPoint::DrawBuffer: 518 return "glDrawBuffer"; 519 case EntryPoint::DrawBuffers: 520 return "glDrawBuffers"; 521 case EntryPoint::DrawBuffersEXT: 522 return "glDrawBuffersEXT"; 523 case EntryPoint::DrawElements: 524 return "glDrawElements"; 525 case EntryPoint::DrawElementsBaseVertex: 526 return "glDrawElementsBaseVertex"; 527 case EntryPoint::DrawElementsBaseVertexEXT: 528 return "glDrawElementsBaseVertexEXT"; 529 case EntryPoint::DrawElementsBaseVertexOES: 530 return "glDrawElementsBaseVertexOES"; 531 case EntryPoint::DrawElementsIndirect: 532 return "glDrawElementsIndirect"; 533 case EntryPoint::DrawElementsInstanced: 534 return "glDrawElementsInstanced"; 535 case EntryPoint::DrawElementsInstancedANGLE: 536 return "glDrawElementsInstancedANGLE"; 537 case EntryPoint::DrawElementsInstancedBaseInstance: 538 return "glDrawElementsInstancedBaseInstance"; 539 case EntryPoint::DrawElementsInstancedBaseVertex: 540 return "glDrawElementsInstancedBaseVertex"; 541 case EntryPoint::DrawElementsInstancedBaseVertexBaseInstance: 542 return "glDrawElementsInstancedBaseVertexBaseInstance"; 543 case EntryPoint::DrawElementsInstancedBaseVertexBaseInstanceANGLE: 544 return "glDrawElementsInstancedBaseVertexBaseInstanceANGLE"; 545 case EntryPoint::DrawElementsInstancedBaseVertexEXT: 546 return "glDrawElementsInstancedBaseVertexEXT"; 547 case EntryPoint::DrawElementsInstancedBaseVertexOES: 548 return "glDrawElementsInstancedBaseVertexOES"; 549 case EntryPoint::DrawElementsInstancedEXT: 550 return "glDrawElementsInstancedEXT"; 551 case EntryPoint::DrawPixels: 552 return "glDrawPixels"; 553 case EntryPoint::DrawRangeElements: 554 return "glDrawRangeElements"; 555 case EntryPoint::DrawRangeElementsBaseVertex: 556 return "glDrawRangeElementsBaseVertex"; 557 case EntryPoint::DrawRangeElementsBaseVertexEXT: 558 return "glDrawRangeElementsBaseVertexEXT"; 559 case EntryPoint::DrawRangeElementsBaseVertexOES: 560 return "glDrawRangeElementsBaseVertexOES"; 561 case EntryPoint::DrawTexfOES: 562 return "glDrawTexfOES"; 563 case EntryPoint::DrawTexfvOES: 564 return "glDrawTexfvOES"; 565 case EntryPoint::DrawTexiOES: 566 return "glDrawTexiOES"; 567 case EntryPoint::DrawTexivOES: 568 return "glDrawTexivOES"; 569 case EntryPoint::DrawTexsOES: 570 return "glDrawTexsOES"; 571 case EntryPoint::DrawTexsvOES: 572 return "glDrawTexsvOES"; 573 case EntryPoint::DrawTexxOES: 574 return "glDrawTexxOES"; 575 case EntryPoint::DrawTexxvOES: 576 return "glDrawTexxvOES"; 577 case EntryPoint::DrawTransformFeedback: 578 return "glDrawTransformFeedback"; 579 case EntryPoint::DrawTransformFeedbackInstanced: 580 return "glDrawTransformFeedbackInstanced"; 581 case EntryPoint::DrawTransformFeedbackStream: 582 return "glDrawTransformFeedbackStream"; 583 case EntryPoint::DrawTransformFeedbackStreamInstanced: 584 return "glDrawTransformFeedbackStreamInstanced"; 585 case EntryPoint::EGLImageTargetRenderbufferStorageOES: 586 return "glEGLImageTargetRenderbufferStorageOES"; 587 case EntryPoint::EGLImageTargetTexture2DOES: 588 return "glEGLImageTargetTexture2DOES"; 589 case EntryPoint::EdgeFlag: 590 return "glEdgeFlag"; 591 case EntryPoint::EdgeFlagPointer: 592 return "glEdgeFlagPointer"; 593 case EntryPoint::EdgeFlagv: 594 return "glEdgeFlagv"; 595 case EntryPoint::Enable: 596 return "glEnable"; 597 case EntryPoint::EnableClientState: 598 return "glEnableClientState"; 599 case EntryPoint::EnableVertexArrayAttrib: 600 return "glEnableVertexArrayAttrib"; 601 case EntryPoint::EnableVertexAttribArray: 602 return "glEnableVertexAttribArray"; 603 case EntryPoint::Enablei: 604 return "glEnablei"; 605 case EntryPoint::EnableiEXT: 606 return "glEnableiEXT"; 607 case EntryPoint::EnableiOES: 608 return "glEnableiOES"; 609 case EntryPoint::End: 610 return "glEnd"; 611 case EntryPoint::EndConditionalRender: 612 return "glEndConditionalRender"; 613 case EntryPoint::EndList: 614 return "glEndList"; 615 case EntryPoint::EndQuery: 616 return "glEndQuery"; 617 case EntryPoint::EndQueryEXT: 618 return "glEndQueryEXT"; 619 case EntryPoint::EndQueryIndexed: 620 return "glEndQueryIndexed"; 621 case EntryPoint::EndTransformFeedback: 622 return "glEndTransformFeedback"; 623 case EntryPoint::EvalCoord1d: 624 return "glEvalCoord1d"; 625 case EntryPoint::EvalCoord1dv: 626 return "glEvalCoord1dv"; 627 case EntryPoint::EvalCoord1f: 628 return "glEvalCoord1f"; 629 case EntryPoint::EvalCoord1fv: 630 return "glEvalCoord1fv"; 631 case EntryPoint::EvalCoord2d: 632 return "glEvalCoord2d"; 633 case EntryPoint::EvalCoord2dv: 634 return "glEvalCoord2dv"; 635 case EntryPoint::EvalCoord2f: 636 return "glEvalCoord2f"; 637 case EntryPoint::EvalCoord2fv: 638 return "glEvalCoord2fv"; 639 case EntryPoint::EvalMesh1: 640 return "glEvalMesh1"; 641 case EntryPoint::EvalMesh2: 642 return "glEvalMesh2"; 643 case EntryPoint::EvalPoint1: 644 return "glEvalPoint1"; 645 case EntryPoint::EvalPoint2: 646 return "glEvalPoint2"; 647 case EntryPoint::FeedbackBuffer: 648 return "glFeedbackBuffer"; 649 case EntryPoint::FenceSync: 650 return "glFenceSync"; 651 case EntryPoint::Finish: 652 return "glFinish"; 653 case EntryPoint::FinishFenceNV: 654 return "glFinishFenceNV"; 655 case EntryPoint::Flush: 656 return "glFlush"; 657 case EntryPoint::FlushMappedBufferRange: 658 return "glFlushMappedBufferRange"; 659 case EntryPoint::FlushMappedBufferRangeEXT: 660 return "glFlushMappedBufferRangeEXT"; 661 case EntryPoint::FlushMappedNamedBufferRange: 662 return "glFlushMappedNamedBufferRange"; 663 case EntryPoint::FogCoordPointer: 664 return "glFogCoordPointer"; 665 case EntryPoint::FogCoordd: 666 return "glFogCoordd"; 667 case EntryPoint::FogCoorddv: 668 return "glFogCoorddv"; 669 case EntryPoint::FogCoordf: 670 return "glFogCoordf"; 671 case EntryPoint::FogCoordfv: 672 return "glFogCoordfv"; 673 case EntryPoint::Fogf: 674 return "glFogf"; 675 case EntryPoint::Fogfv: 676 return "glFogfv"; 677 case EntryPoint::Fogi: 678 return "glFogi"; 679 case EntryPoint::Fogiv: 680 return "glFogiv"; 681 case EntryPoint::Fogx: 682 return "glFogx"; 683 case EntryPoint::Fogxv: 684 return "glFogxv"; 685 case EntryPoint::FramebufferParameteri: 686 return "glFramebufferParameteri"; 687 case EntryPoint::FramebufferRenderbuffer: 688 return "glFramebufferRenderbuffer"; 689 case EntryPoint::FramebufferRenderbufferOES: 690 return "glFramebufferRenderbufferOES"; 691 case EntryPoint::FramebufferTexture: 692 return "glFramebufferTexture"; 693 case EntryPoint::FramebufferTexture1D: 694 return "glFramebufferTexture1D"; 695 case EntryPoint::FramebufferTexture2D: 696 return "glFramebufferTexture2D"; 697 case EntryPoint::FramebufferTexture2DMultisampleEXT: 698 return "glFramebufferTexture2DMultisampleEXT"; 699 case EntryPoint::FramebufferTexture2DOES: 700 return "glFramebufferTexture2DOES"; 701 case EntryPoint::FramebufferTexture3D: 702 return "glFramebufferTexture3D"; 703 case EntryPoint::FramebufferTexture3DOES: 704 return "glFramebufferTexture3DOES"; 705 case EntryPoint::FramebufferTextureEXT: 706 return "glFramebufferTextureEXT"; 707 case EntryPoint::FramebufferTextureLayer: 708 return "glFramebufferTextureLayer"; 709 case EntryPoint::FramebufferTextureMultiviewOVR: 710 return "glFramebufferTextureMultiviewOVR"; 711 case EntryPoint::FrontFace: 712 return "glFrontFace"; 713 case EntryPoint::Frustum: 714 return "glFrustum"; 715 case EntryPoint::Frustumf: 716 return "glFrustumf"; 717 case EntryPoint::Frustumx: 718 return "glFrustumx"; 719 case EntryPoint::GenBuffers: 720 return "glGenBuffers"; 721 case EntryPoint::GenFencesNV: 722 return "glGenFencesNV"; 723 case EntryPoint::GenFramebuffers: 724 return "glGenFramebuffers"; 725 case EntryPoint::GenFramebuffersOES: 726 return "glGenFramebuffersOES"; 727 case EntryPoint::GenLists: 728 return "glGenLists"; 729 case EntryPoint::GenProgramPipelines: 730 return "glGenProgramPipelines"; 731 case EntryPoint::GenQueries: 732 return "glGenQueries"; 733 case EntryPoint::GenQueriesEXT: 734 return "glGenQueriesEXT"; 735 case EntryPoint::GenRenderbuffers: 736 return "glGenRenderbuffers"; 737 case EntryPoint::GenRenderbuffersOES: 738 return "glGenRenderbuffersOES"; 739 case EntryPoint::GenSamplers: 740 return "glGenSamplers"; 741 case EntryPoint::GenSemaphoresEXT: 742 return "glGenSemaphoresEXT"; 743 case EntryPoint::GenTextures: 744 return "glGenTextures"; 745 case EntryPoint::GenTransformFeedbacks: 746 return "glGenTransformFeedbacks"; 747 case EntryPoint::GenVertexArrays: 748 return "glGenVertexArrays"; 749 case EntryPoint::GenVertexArraysOES: 750 return "glGenVertexArraysOES"; 751 case EntryPoint::GenerateMipmap: 752 return "glGenerateMipmap"; 753 case EntryPoint::GenerateMipmapOES: 754 return "glGenerateMipmapOES"; 755 case EntryPoint::GenerateTextureMipmap: 756 return "glGenerateTextureMipmap"; 757 case EntryPoint::GetActiveAtomicCounterBufferiv: 758 return "glGetActiveAtomicCounterBufferiv"; 759 case EntryPoint::GetActiveAttrib: 760 return "glGetActiveAttrib"; 761 case EntryPoint::GetActiveSubroutineName: 762 return "glGetActiveSubroutineName"; 763 case EntryPoint::GetActiveSubroutineUniformName: 764 return "glGetActiveSubroutineUniformName"; 765 case EntryPoint::GetActiveSubroutineUniformiv: 766 return "glGetActiveSubroutineUniformiv"; 767 case EntryPoint::GetActiveUniform: 768 return "glGetActiveUniform"; 769 case EntryPoint::GetActiveUniformBlockName: 770 return "glGetActiveUniformBlockName"; 771 case EntryPoint::GetActiveUniformBlockiv: 772 return "glGetActiveUniformBlockiv"; 773 case EntryPoint::GetActiveUniformBlockivRobustANGLE: 774 return "glGetActiveUniformBlockivRobustANGLE"; 775 case EntryPoint::GetActiveUniformName: 776 return "glGetActiveUniformName"; 777 case EntryPoint::GetActiveUniformsiv: 778 return "glGetActiveUniformsiv"; 779 case EntryPoint::GetAttachedShaders: 780 return "glGetAttachedShaders"; 781 case EntryPoint::GetAttribLocation: 782 return "glGetAttribLocation"; 783 case EntryPoint::GetBooleani_v: 784 return "glGetBooleani_v"; 785 case EntryPoint::GetBooleani_vRobustANGLE: 786 return "glGetBooleani_vRobustANGLE"; 787 case EntryPoint::GetBooleanv: 788 return "glGetBooleanv"; 789 case EntryPoint::GetBooleanvRobustANGLE: 790 return "glGetBooleanvRobustANGLE"; 791 case EntryPoint::GetBufferParameteri64v: 792 return "glGetBufferParameteri64v"; 793 case EntryPoint::GetBufferParameteri64vRobustANGLE: 794 return "glGetBufferParameteri64vRobustANGLE"; 795 case EntryPoint::GetBufferParameteriv: 796 return "glGetBufferParameteriv"; 797 case EntryPoint::GetBufferParameterivRobustANGLE: 798 return "glGetBufferParameterivRobustANGLE"; 799 case EntryPoint::GetBufferPointerv: 800 return "glGetBufferPointerv"; 801 case EntryPoint::GetBufferPointervOES: 802 return "glGetBufferPointervOES"; 803 case EntryPoint::GetBufferPointervRobustANGLE: 804 return "glGetBufferPointervRobustANGLE"; 805 case EntryPoint::GetBufferSubData: 806 return "glGetBufferSubData"; 807 case EntryPoint::GetClipPlane: 808 return "glGetClipPlane"; 809 case EntryPoint::GetClipPlanef: 810 return "glGetClipPlanef"; 811 case EntryPoint::GetClipPlanex: 812 return "glGetClipPlanex"; 813 case EntryPoint::GetCompressedTexImage: 814 return "glGetCompressedTexImage"; 815 case EntryPoint::GetCompressedTextureImage: 816 return "glGetCompressedTextureImage"; 817 case EntryPoint::GetCompressedTextureSubImage: 818 return "glGetCompressedTextureSubImage"; 819 case EntryPoint::GetDebugMessageLog: 820 return "glGetDebugMessageLog"; 821 case EntryPoint::GetDebugMessageLogKHR: 822 return "glGetDebugMessageLogKHR"; 823 case EntryPoint::GetDoublei_v: 824 return "glGetDoublei_v"; 825 case EntryPoint::GetDoublev: 826 return "glGetDoublev"; 827 case EntryPoint::GetError: 828 return "glGetError"; 829 case EntryPoint::GetFenceivNV: 830 return "glGetFenceivNV"; 831 case EntryPoint::GetFixedv: 832 return "glGetFixedv"; 833 case EntryPoint::GetFloati_v: 834 return "glGetFloati_v"; 835 case EntryPoint::GetFloatv: 836 return "glGetFloatv"; 837 case EntryPoint::GetFloatvRobustANGLE: 838 return "glGetFloatvRobustANGLE"; 839 case EntryPoint::GetFragDataIndex: 840 return "glGetFragDataIndex"; 841 case EntryPoint::GetFragDataIndexEXT: 842 return "glGetFragDataIndexEXT"; 843 case EntryPoint::GetFragDataLocation: 844 return "glGetFragDataLocation"; 845 case EntryPoint::GetFramebufferAttachmentParameteriv: 846 return "glGetFramebufferAttachmentParameteriv"; 847 case EntryPoint::GetFramebufferAttachmentParameterivOES: 848 return "glGetFramebufferAttachmentParameterivOES"; 849 case EntryPoint::GetFramebufferAttachmentParameterivRobustANGLE: 850 return "glGetFramebufferAttachmentParameterivRobustANGLE"; 851 case EntryPoint::GetFramebufferParameteriv: 852 return "glGetFramebufferParameteriv"; 853 case EntryPoint::GetFramebufferParameterivRobustANGLE: 854 return "glGetFramebufferParameterivRobustANGLE"; 855 case EntryPoint::GetGraphicsResetStatus: 856 return "glGetGraphicsResetStatus"; 857 case EntryPoint::GetGraphicsResetStatusEXT: 858 return "glGetGraphicsResetStatusEXT"; 859 case EntryPoint::GetInteger64i_v: 860 return "glGetInteger64i_v"; 861 case EntryPoint::GetInteger64i_vRobustANGLE: 862 return "glGetInteger64i_vRobustANGLE"; 863 case EntryPoint::GetInteger64v: 864 return "glGetInteger64v"; 865 case EntryPoint::GetInteger64vEXT: 866 return "glGetInteger64vEXT"; 867 case EntryPoint::GetInteger64vRobustANGLE: 868 return "glGetInteger64vRobustANGLE"; 869 case EntryPoint::GetIntegeri_v: 870 return "glGetIntegeri_v"; 871 case EntryPoint::GetIntegeri_vRobustANGLE: 872 return "glGetIntegeri_vRobustANGLE"; 873 case EntryPoint::GetIntegerv: 874 return "glGetIntegerv"; 875 case EntryPoint::GetIntegervRobustANGLE: 876 return "glGetIntegervRobustANGLE"; 877 case EntryPoint::GetInternalformati64v: 878 return "glGetInternalformati64v"; 879 case EntryPoint::GetInternalformativ: 880 return "glGetInternalformativ"; 881 case EntryPoint::GetInternalformativRobustANGLE: 882 return "glGetInternalformativRobustANGLE"; 883 case EntryPoint::GetLightfv: 884 return "glGetLightfv"; 885 case EntryPoint::GetLightiv: 886 return "glGetLightiv"; 887 case EntryPoint::GetLightxv: 888 return "glGetLightxv"; 889 case EntryPoint::GetMapdv: 890 return "glGetMapdv"; 891 case EntryPoint::GetMapfv: 892 return "glGetMapfv"; 893 case EntryPoint::GetMapiv: 894 return "glGetMapiv"; 895 case EntryPoint::GetMaterialfv: 896 return "glGetMaterialfv"; 897 case EntryPoint::GetMaterialiv: 898 return "glGetMaterialiv"; 899 case EntryPoint::GetMaterialxv: 900 return "glGetMaterialxv"; 901 case EntryPoint::GetMemoryObjectParameterivEXT: 902 return "glGetMemoryObjectParameterivEXT"; 903 case EntryPoint::GetMultisamplefv: 904 return "glGetMultisamplefv"; 905 case EntryPoint::GetMultisamplefvANGLE: 906 return "glGetMultisamplefvANGLE"; 907 case EntryPoint::GetMultisamplefvRobustANGLE: 908 return "glGetMultisamplefvRobustANGLE"; 909 case EntryPoint::GetNamedBufferParameteri64v: 910 return "glGetNamedBufferParameteri64v"; 911 case EntryPoint::GetNamedBufferParameteriv: 912 return "glGetNamedBufferParameteriv"; 913 case EntryPoint::GetNamedBufferPointerv: 914 return "glGetNamedBufferPointerv"; 915 case EntryPoint::GetNamedBufferSubData: 916 return "glGetNamedBufferSubData"; 917 case EntryPoint::GetNamedFramebufferAttachmentParameteriv: 918 return "glGetNamedFramebufferAttachmentParameteriv"; 919 case EntryPoint::GetNamedFramebufferParameteriv: 920 return "glGetNamedFramebufferParameteriv"; 921 case EntryPoint::GetNamedRenderbufferParameteriv: 922 return "glGetNamedRenderbufferParameteriv"; 923 case EntryPoint::GetObjectLabel: 924 return "glGetObjectLabel"; 925 case EntryPoint::GetObjectLabelKHR: 926 return "glGetObjectLabelKHR"; 927 case EntryPoint::GetObjectPtrLabel: 928 return "glGetObjectPtrLabel"; 929 case EntryPoint::GetObjectPtrLabelKHR: 930 return "glGetObjectPtrLabelKHR"; 931 case EntryPoint::GetPixelMapfv: 932 return "glGetPixelMapfv"; 933 case EntryPoint::GetPixelMapuiv: 934 return "glGetPixelMapuiv"; 935 case EntryPoint::GetPixelMapusv: 936 return "glGetPixelMapusv"; 937 case EntryPoint::GetPointerv: 938 return "glGetPointerv"; 939 case EntryPoint::GetPointervKHR: 940 return "glGetPointervKHR"; 941 case EntryPoint::GetPointervRobustANGLERobustANGLE: 942 return "glGetPointervRobustANGLERobustANGLE"; 943 case EntryPoint::GetPolygonStipple: 944 return "glGetPolygonStipple"; 945 case EntryPoint::GetProgramBinary: 946 return "glGetProgramBinary"; 947 case EntryPoint::GetProgramBinaryOES: 948 return "glGetProgramBinaryOES"; 949 case EntryPoint::GetProgramInfoLog: 950 return "glGetProgramInfoLog"; 951 case EntryPoint::GetProgramInterfaceiv: 952 return "glGetProgramInterfaceiv"; 953 case EntryPoint::GetProgramInterfaceivRobustANGLE: 954 return "glGetProgramInterfaceivRobustANGLE"; 955 case EntryPoint::GetProgramPipelineInfoLog: 956 return "glGetProgramPipelineInfoLog"; 957 case EntryPoint::GetProgramPipelineiv: 958 return "glGetProgramPipelineiv"; 959 case EntryPoint::GetProgramResourceIndex: 960 return "glGetProgramResourceIndex"; 961 case EntryPoint::GetProgramResourceLocation: 962 return "glGetProgramResourceLocation"; 963 case EntryPoint::GetProgramResourceLocationIndex: 964 return "glGetProgramResourceLocationIndex"; 965 case EntryPoint::GetProgramResourceLocationIndexEXT: 966 return "glGetProgramResourceLocationIndexEXT"; 967 case EntryPoint::GetProgramResourceName: 968 return "glGetProgramResourceName"; 969 case EntryPoint::GetProgramResourceiv: 970 return "glGetProgramResourceiv"; 971 case EntryPoint::GetProgramStageiv: 972 return "glGetProgramStageiv"; 973 case EntryPoint::GetProgramiv: 974 return "glGetProgramiv"; 975 case EntryPoint::GetProgramivRobustANGLE: 976 return "glGetProgramivRobustANGLE"; 977 case EntryPoint::GetQueryBufferObjecti64v: 978 return "glGetQueryBufferObjecti64v"; 979 case EntryPoint::GetQueryBufferObjectiv: 980 return "glGetQueryBufferObjectiv"; 981 case EntryPoint::GetQueryBufferObjectui64v: 982 return "glGetQueryBufferObjectui64v"; 983 case EntryPoint::GetQueryBufferObjectuiv: 984 return "glGetQueryBufferObjectuiv"; 985 case EntryPoint::GetQueryIndexediv: 986 return "glGetQueryIndexediv"; 987 case EntryPoint::GetQueryObjecti64v: 988 return "glGetQueryObjecti64v"; 989 case EntryPoint::GetQueryObjecti64vEXT: 990 return "glGetQueryObjecti64vEXT"; 991 case EntryPoint::GetQueryObjecti64vRobustANGLE: 992 return "glGetQueryObjecti64vRobustANGLE"; 993 case EntryPoint::GetQueryObjectiv: 994 return "glGetQueryObjectiv"; 995 case EntryPoint::GetQueryObjectivEXT: 996 return "glGetQueryObjectivEXT"; 997 case EntryPoint::GetQueryObjectivRobustANGLE: 998 return "glGetQueryObjectivRobustANGLE"; 999 case EntryPoint::GetQueryObjectui64v: 1000 return "glGetQueryObjectui64v"; 1001 case EntryPoint::GetQueryObjectui64vEXT: 1002 return "glGetQueryObjectui64vEXT"; 1003 case EntryPoint::GetQueryObjectui64vRobustANGLE: 1004 return "glGetQueryObjectui64vRobustANGLE"; 1005 case EntryPoint::GetQueryObjectuiv: 1006 return "glGetQueryObjectuiv"; 1007 case EntryPoint::GetQueryObjectuivEXT: 1008 return "glGetQueryObjectuivEXT"; 1009 case EntryPoint::GetQueryObjectuivRobustANGLE: 1010 return "glGetQueryObjectuivRobustANGLE"; 1011 case EntryPoint::GetQueryiv: 1012 return "glGetQueryiv"; 1013 case EntryPoint::GetQueryivEXT: 1014 return "glGetQueryivEXT"; 1015 case EntryPoint::GetQueryivRobustANGLE: 1016 return "glGetQueryivRobustANGLE"; 1017 case EntryPoint::GetRenderbufferImageANGLE: 1018 return "glGetRenderbufferImageANGLE"; 1019 case EntryPoint::GetRenderbufferParameteriv: 1020 return "glGetRenderbufferParameteriv"; 1021 case EntryPoint::GetRenderbufferParameterivOES: 1022 return "glGetRenderbufferParameterivOES"; 1023 case EntryPoint::GetRenderbufferParameterivRobustANGLE: 1024 return "glGetRenderbufferParameterivRobustANGLE"; 1025 case EntryPoint::GetSamplerParameterIiv: 1026 return "glGetSamplerParameterIiv"; 1027 case EntryPoint::GetSamplerParameterIivOES: 1028 return "glGetSamplerParameterIivOES"; 1029 case EntryPoint::GetSamplerParameterIivRobustANGLE: 1030 return "glGetSamplerParameterIivRobustANGLE"; 1031 case EntryPoint::GetSamplerParameterIuiv: 1032 return "glGetSamplerParameterIuiv"; 1033 case EntryPoint::GetSamplerParameterIuivOES: 1034 return "glGetSamplerParameterIuivOES"; 1035 case EntryPoint::GetSamplerParameterIuivRobustANGLE: 1036 return "glGetSamplerParameterIuivRobustANGLE"; 1037 case EntryPoint::GetSamplerParameterfv: 1038 return "glGetSamplerParameterfv"; 1039 case EntryPoint::GetSamplerParameterfvRobustANGLE: 1040 return "glGetSamplerParameterfvRobustANGLE"; 1041 case EntryPoint::GetSamplerParameteriv: 1042 return "glGetSamplerParameteriv"; 1043 case EntryPoint::GetSamplerParameterivRobustANGLE: 1044 return "glGetSamplerParameterivRobustANGLE"; 1045 case EntryPoint::GetSemaphoreParameterui64vEXT: 1046 return "glGetSemaphoreParameterui64vEXT"; 1047 case EntryPoint::GetShaderInfoLog: 1048 return "glGetShaderInfoLog"; 1049 case EntryPoint::GetShaderPrecisionFormat: 1050 return "glGetShaderPrecisionFormat"; 1051 case EntryPoint::GetShaderSource: 1052 return "glGetShaderSource"; 1053 case EntryPoint::GetShaderiv: 1054 return "glGetShaderiv"; 1055 case EntryPoint::GetShaderivRobustANGLE: 1056 return "glGetShaderivRobustANGLE"; 1057 case EntryPoint::GetString: 1058 return "glGetString"; 1059 case EntryPoint::GetStringi: 1060 return "glGetStringi"; 1061 case EntryPoint::GetSubroutineIndex: 1062 return "glGetSubroutineIndex"; 1063 case EntryPoint::GetSubroutineUniformLocation: 1064 return "glGetSubroutineUniformLocation"; 1065 case EntryPoint::GetSynciv: 1066 return "glGetSynciv"; 1067 case EntryPoint::GetTexEnvfv: 1068 return "glGetTexEnvfv"; 1069 case EntryPoint::GetTexEnviv: 1070 return "glGetTexEnviv"; 1071 case EntryPoint::GetTexEnvxv: 1072 return "glGetTexEnvxv"; 1073 case EntryPoint::GetTexGendv: 1074 return "glGetTexGendv"; 1075 case EntryPoint::GetTexGenfv: 1076 return "glGetTexGenfv"; 1077 case EntryPoint::GetTexGenfvOES: 1078 return "glGetTexGenfvOES"; 1079 case EntryPoint::GetTexGeniv: 1080 return "glGetTexGeniv"; 1081 case EntryPoint::GetTexGenivOES: 1082 return "glGetTexGenivOES"; 1083 case EntryPoint::GetTexGenxvOES: 1084 return "glGetTexGenxvOES"; 1085 case EntryPoint::GetTexImage: 1086 return "glGetTexImage"; 1087 case EntryPoint::GetTexImageANGLE: 1088 return "glGetTexImageANGLE"; 1089 case EntryPoint::GetTexLevelParameterfv: 1090 return "glGetTexLevelParameterfv"; 1091 case EntryPoint::GetTexLevelParameterfvANGLE: 1092 return "glGetTexLevelParameterfvANGLE"; 1093 case EntryPoint::GetTexLevelParameterfvRobustANGLE: 1094 return "glGetTexLevelParameterfvRobustANGLE"; 1095 case EntryPoint::GetTexLevelParameteriv: 1096 return "glGetTexLevelParameteriv"; 1097 case EntryPoint::GetTexLevelParameterivANGLE: 1098 return "glGetTexLevelParameterivANGLE"; 1099 case EntryPoint::GetTexLevelParameterivRobustANGLE: 1100 return "glGetTexLevelParameterivRobustANGLE"; 1101 case EntryPoint::GetTexParameterIiv: 1102 return "glGetTexParameterIiv"; 1103 case EntryPoint::GetTexParameterIivOES: 1104 return "glGetTexParameterIivOES"; 1105 case EntryPoint::GetTexParameterIivRobustANGLE: 1106 return "glGetTexParameterIivRobustANGLE"; 1107 case EntryPoint::GetTexParameterIuiv: 1108 return "glGetTexParameterIuiv"; 1109 case EntryPoint::GetTexParameterIuivOES: 1110 return "glGetTexParameterIuivOES"; 1111 case EntryPoint::GetTexParameterIuivRobustANGLE: 1112 return "glGetTexParameterIuivRobustANGLE"; 1113 case EntryPoint::GetTexParameterfv: 1114 return "glGetTexParameterfv"; 1115 case EntryPoint::GetTexParameterfvRobustANGLE: 1116 return "glGetTexParameterfvRobustANGLE"; 1117 case EntryPoint::GetTexParameteriv: 1118 return "glGetTexParameteriv"; 1119 case EntryPoint::GetTexParameterivRobustANGLE: 1120 return "glGetTexParameterivRobustANGLE"; 1121 case EntryPoint::GetTexParameterxv: 1122 return "glGetTexParameterxv"; 1123 case EntryPoint::GetTextureImage: 1124 return "glGetTextureImage"; 1125 case EntryPoint::GetTextureLevelParameterfv: 1126 return "glGetTextureLevelParameterfv"; 1127 case EntryPoint::GetTextureLevelParameteriv: 1128 return "glGetTextureLevelParameteriv"; 1129 case EntryPoint::GetTextureParameterIiv: 1130 return "glGetTextureParameterIiv"; 1131 case EntryPoint::GetTextureParameterIuiv: 1132 return "glGetTextureParameterIuiv"; 1133 case EntryPoint::GetTextureParameterfv: 1134 return "glGetTextureParameterfv"; 1135 case EntryPoint::GetTextureParameteriv: 1136 return "glGetTextureParameteriv"; 1137 case EntryPoint::GetTextureSubImage: 1138 return "glGetTextureSubImage"; 1139 case EntryPoint::GetTransformFeedbackVarying: 1140 return "glGetTransformFeedbackVarying"; 1141 case EntryPoint::GetTransformFeedbacki64_v: 1142 return "glGetTransformFeedbacki64_v"; 1143 case EntryPoint::GetTransformFeedbacki_v: 1144 return "glGetTransformFeedbacki_v"; 1145 case EntryPoint::GetTransformFeedbackiv: 1146 return "glGetTransformFeedbackiv"; 1147 case EntryPoint::GetTranslatedShaderSourceANGLE: 1148 return "glGetTranslatedShaderSourceANGLE"; 1149 case EntryPoint::GetUniformBlockIndex: 1150 return "glGetUniformBlockIndex"; 1151 case EntryPoint::GetUniformIndices: 1152 return "glGetUniformIndices"; 1153 case EntryPoint::GetUniformLocation: 1154 return "glGetUniformLocation"; 1155 case EntryPoint::GetUniformSubroutineuiv: 1156 return "glGetUniformSubroutineuiv"; 1157 case EntryPoint::GetUniformdv: 1158 return "glGetUniformdv"; 1159 case EntryPoint::GetUniformfv: 1160 return "glGetUniformfv"; 1161 case EntryPoint::GetUniformfvRobustANGLE: 1162 return "glGetUniformfvRobustANGLE"; 1163 case EntryPoint::GetUniformiv: 1164 return "glGetUniformiv"; 1165 case EntryPoint::GetUniformivRobustANGLE: 1166 return "glGetUniformivRobustANGLE"; 1167 case EntryPoint::GetUniformuiv: 1168 return "glGetUniformuiv"; 1169 case EntryPoint::GetUniformuivRobustANGLE: 1170 return "glGetUniformuivRobustANGLE"; 1171 case EntryPoint::GetUnsignedBytei_vEXT: 1172 return "glGetUnsignedBytei_vEXT"; 1173 case EntryPoint::GetUnsignedBytevEXT: 1174 return "glGetUnsignedBytevEXT"; 1175 case EntryPoint::GetVertexArrayIndexed64iv: 1176 return "glGetVertexArrayIndexed64iv"; 1177 case EntryPoint::GetVertexArrayIndexediv: 1178 return "glGetVertexArrayIndexediv"; 1179 case EntryPoint::GetVertexArrayiv: 1180 return "glGetVertexArrayiv"; 1181 case EntryPoint::GetVertexAttribIiv: 1182 return "glGetVertexAttribIiv"; 1183 case EntryPoint::GetVertexAttribIivRobustANGLE: 1184 return "glGetVertexAttribIivRobustANGLE"; 1185 case EntryPoint::GetVertexAttribIuiv: 1186 return "glGetVertexAttribIuiv"; 1187 case EntryPoint::GetVertexAttribIuivRobustANGLE: 1188 return "glGetVertexAttribIuivRobustANGLE"; 1189 case EntryPoint::GetVertexAttribLdv: 1190 return "glGetVertexAttribLdv"; 1191 case EntryPoint::GetVertexAttribPointerv: 1192 return "glGetVertexAttribPointerv"; 1193 case EntryPoint::GetVertexAttribPointervRobustANGLE: 1194 return "glGetVertexAttribPointervRobustANGLE"; 1195 case EntryPoint::GetVertexAttribdv: 1196 return "glGetVertexAttribdv"; 1197 case EntryPoint::GetVertexAttribfv: 1198 return "glGetVertexAttribfv"; 1199 case EntryPoint::GetVertexAttribfvRobustANGLE: 1200 return "glGetVertexAttribfvRobustANGLE"; 1201 case EntryPoint::GetVertexAttribiv: 1202 return "glGetVertexAttribiv"; 1203 case EntryPoint::GetVertexAttribivRobustANGLE: 1204 return "glGetVertexAttribivRobustANGLE"; 1205 case EntryPoint::GetnColorTable: 1206 return "glGetnColorTable"; 1207 case EntryPoint::GetnCompressedTexImage: 1208 return "glGetnCompressedTexImage"; 1209 case EntryPoint::GetnConvolutionFilter: 1210 return "glGetnConvolutionFilter"; 1211 case EntryPoint::GetnHistogram: 1212 return "glGetnHistogram"; 1213 case EntryPoint::GetnMapdv: 1214 return "glGetnMapdv"; 1215 case EntryPoint::GetnMapfv: 1216 return "glGetnMapfv"; 1217 case EntryPoint::GetnMapiv: 1218 return "glGetnMapiv"; 1219 case EntryPoint::GetnMinmax: 1220 return "glGetnMinmax"; 1221 case EntryPoint::GetnPixelMapfv: 1222 return "glGetnPixelMapfv"; 1223 case EntryPoint::GetnPixelMapuiv: 1224 return "glGetnPixelMapuiv"; 1225 case EntryPoint::GetnPixelMapusv: 1226 return "glGetnPixelMapusv"; 1227 case EntryPoint::GetnPolygonStipple: 1228 return "glGetnPolygonStipple"; 1229 case EntryPoint::GetnSeparableFilter: 1230 return "glGetnSeparableFilter"; 1231 case EntryPoint::GetnTexImage: 1232 return "glGetnTexImage"; 1233 case EntryPoint::GetnUniformdv: 1234 return "glGetnUniformdv"; 1235 case EntryPoint::GetnUniformfv: 1236 return "glGetnUniformfv"; 1237 case EntryPoint::GetnUniformfvEXT: 1238 return "glGetnUniformfvEXT"; 1239 case EntryPoint::GetnUniformfvRobustANGLE: 1240 return "glGetnUniformfvRobustANGLE"; 1241 case EntryPoint::GetnUniformiv: 1242 return "glGetnUniformiv"; 1243 case EntryPoint::GetnUniformivEXT: 1244 return "glGetnUniformivEXT"; 1245 case EntryPoint::GetnUniformivRobustANGLE: 1246 return "glGetnUniformivRobustANGLE"; 1247 case EntryPoint::GetnUniformuiv: 1248 return "glGetnUniformuiv"; 1249 case EntryPoint::GetnUniformuivRobustANGLE: 1250 return "glGetnUniformuivRobustANGLE"; 1251 case EntryPoint::Hint: 1252 return "glHint"; 1253 case EntryPoint::ImportMemoryFdEXT: 1254 return "glImportMemoryFdEXT"; 1255 case EntryPoint::ImportMemoryZirconHandleANGLE: 1256 return "glImportMemoryZirconHandleANGLE"; 1257 case EntryPoint::ImportSemaphoreFdEXT: 1258 return "glImportSemaphoreFdEXT"; 1259 case EntryPoint::ImportSemaphoreZirconHandleANGLE: 1260 return "glImportSemaphoreZirconHandleANGLE"; 1261 case EntryPoint::IndexMask: 1262 return "glIndexMask"; 1263 case EntryPoint::IndexPointer: 1264 return "glIndexPointer"; 1265 case EntryPoint::Indexd: 1266 return "glIndexd"; 1267 case EntryPoint::Indexdv: 1268 return "glIndexdv"; 1269 case EntryPoint::Indexf: 1270 return "glIndexf"; 1271 case EntryPoint::Indexfv: 1272 return "glIndexfv"; 1273 case EntryPoint::Indexi: 1274 return "glIndexi"; 1275 case EntryPoint::Indexiv: 1276 return "glIndexiv"; 1277 case EntryPoint::Indexs: 1278 return "glIndexs"; 1279 case EntryPoint::Indexsv: 1280 return "glIndexsv"; 1281 case EntryPoint::Indexub: 1282 return "glIndexub"; 1283 case EntryPoint::Indexubv: 1284 return "glIndexubv"; 1285 case EntryPoint::InitNames: 1286 return "glInitNames"; 1287 case EntryPoint::InsertEventMarkerEXT: 1288 return "glInsertEventMarkerEXT"; 1289 case EntryPoint::InterleavedArrays: 1290 return "glInterleavedArrays"; 1291 case EntryPoint::Invalid: 1292 return "glInvalid"; 1293 case EntryPoint::InvalidateBufferData: 1294 return "glInvalidateBufferData"; 1295 case EntryPoint::InvalidateBufferSubData: 1296 return "glInvalidateBufferSubData"; 1297 case EntryPoint::InvalidateFramebuffer: 1298 return "glInvalidateFramebuffer"; 1299 case EntryPoint::InvalidateNamedFramebufferData: 1300 return "glInvalidateNamedFramebufferData"; 1301 case EntryPoint::InvalidateNamedFramebufferSubData: 1302 return "glInvalidateNamedFramebufferSubData"; 1303 case EntryPoint::InvalidateSubFramebuffer: 1304 return "glInvalidateSubFramebuffer"; 1305 case EntryPoint::InvalidateTexImage: 1306 return "glInvalidateTexImage"; 1307 case EntryPoint::InvalidateTexSubImage: 1308 return "glInvalidateTexSubImage"; 1309 case EntryPoint::InvalidateTextureANGLE: 1310 return "glInvalidateTextureANGLE"; 1311 case EntryPoint::IsBuffer: 1312 return "glIsBuffer"; 1313 case EntryPoint::IsEnabled: 1314 return "glIsEnabled"; 1315 case EntryPoint::IsEnabledi: 1316 return "glIsEnabledi"; 1317 case EntryPoint::IsEnablediEXT: 1318 return "glIsEnablediEXT"; 1319 case EntryPoint::IsEnablediOES: 1320 return "glIsEnablediOES"; 1321 case EntryPoint::IsFenceNV: 1322 return "glIsFenceNV"; 1323 case EntryPoint::IsFramebuffer: 1324 return "glIsFramebuffer"; 1325 case EntryPoint::IsFramebufferOES: 1326 return "glIsFramebufferOES"; 1327 case EntryPoint::IsList: 1328 return "glIsList"; 1329 case EntryPoint::IsMemoryObjectEXT: 1330 return "glIsMemoryObjectEXT"; 1331 case EntryPoint::IsProgram: 1332 return "glIsProgram"; 1333 case EntryPoint::IsProgramPipeline: 1334 return "glIsProgramPipeline"; 1335 case EntryPoint::IsQuery: 1336 return "glIsQuery"; 1337 case EntryPoint::IsQueryEXT: 1338 return "glIsQueryEXT"; 1339 case EntryPoint::IsRenderbuffer: 1340 return "glIsRenderbuffer"; 1341 case EntryPoint::IsRenderbufferOES: 1342 return "glIsRenderbufferOES"; 1343 case EntryPoint::IsSampler: 1344 return "glIsSampler"; 1345 case EntryPoint::IsSemaphoreEXT: 1346 return "glIsSemaphoreEXT"; 1347 case EntryPoint::IsShader: 1348 return "glIsShader"; 1349 case EntryPoint::IsSync: 1350 return "glIsSync"; 1351 case EntryPoint::IsTexture: 1352 return "glIsTexture"; 1353 case EntryPoint::IsTransformFeedback: 1354 return "glIsTransformFeedback"; 1355 case EntryPoint::IsVertexArray: 1356 return "glIsVertexArray"; 1357 case EntryPoint::IsVertexArrayOES: 1358 return "glIsVertexArrayOES"; 1359 case EntryPoint::LightModelf: 1360 return "glLightModelf"; 1361 case EntryPoint::LightModelfv: 1362 return "glLightModelfv"; 1363 case EntryPoint::LightModeli: 1364 return "glLightModeli"; 1365 case EntryPoint::LightModeliv: 1366 return "glLightModeliv"; 1367 case EntryPoint::LightModelx: 1368 return "glLightModelx"; 1369 case EntryPoint::LightModelxv: 1370 return "glLightModelxv"; 1371 case EntryPoint::Lightf: 1372 return "glLightf"; 1373 case EntryPoint::Lightfv: 1374 return "glLightfv"; 1375 case EntryPoint::Lighti: 1376 return "glLighti"; 1377 case EntryPoint::Lightiv: 1378 return "glLightiv"; 1379 case EntryPoint::Lightx: 1380 return "glLightx"; 1381 case EntryPoint::Lightxv: 1382 return "glLightxv"; 1383 case EntryPoint::LineStipple: 1384 return "glLineStipple"; 1385 case EntryPoint::LineWidth: 1386 return "glLineWidth"; 1387 case EntryPoint::LineWidthx: 1388 return "glLineWidthx"; 1389 case EntryPoint::LinkProgram: 1390 return "glLinkProgram"; 1391 case EntryPoint::ListBase: 1392 return "glListBase"; 1393 case EntryPoint::LoadIdentity: 1394 return "glLoadIdentity"; 1395 case EntryPoint::LoadMatrixd: 1396 return "glLoadMatrixd"; 1397 case EntryPoint::LoadMatrixf: 1398 return "glLoadMatrixf"; 1399 case EntryPoint::LoadMatrixx: 1400 return "glLoadMatrixx"; 1401 case EntryPoint::LoadName: 1402 return "glLoadName"; 1403 case EntryPoint::LoadPaletteFromModelViewMatrixOES: 1404 return "glLoadPaletteFromModelViewMatrixOES"; 1405 case EntryPoint::LoadTransposeMatrixd: 1406 return "glLoadTransposeMatrixd"; 1407 case EntryPoint::LoadTransposeMatrixf: 1408 return "glLoadTransposeMatrixf"; 1409 case EntryPoint::LogicOp: 1410 return "glLogicOp"; 1411 case EntryPoint::LoseContextCHROMIUM: 1412 return "glLoseContextCHROMIUM"; 1413 case EntryPoint::Map1d: 1414 return "glMap1d"; 1415 case EntryPoint::Map1f: 1416 return "glMap1f"; 1417 case EntryPoint::Map2d: 1418 return "glMap2d"; 1419 case EntryPoint::Map2f: 1420 return "glMap2f"; 1421 case EntryPoint::MapBuffer: 1422 return "glMapBuffer"; 1423 case EntryPoint::MapBufferOES: 1424 return "glMapBufferOES"; 1425 case EntryPoint::MapBufferRange: 1426 return "glMapBufferRange"; 1427 case EntryPoint::MapBufferRangeEXT: 1428 return "glMapBufferRangeEXT"; 1429 case EntryPoint::MapGrid1d: 1430 return "glMapGrid1d"; 1431 case EntryPoint::MapGrid1f: 1432 return "glMapGrid1f"; 1433 case EntryPoint::MapGrid2d: 1434 return "glMapGrid2d"; 1435 case EntryPoint::MapGrid2f: 1436 return "glMapGrid2f"; 1437 case EntryPoint::MapNamedBuffer: 1438 return "glMapNamedBuffer"; 1439 case EntryPoint::MapNamedBufferRange: 1440 return "glMapNamedBufferRange"; 1441 case EntryPoint::Materialf: 1442 return "glMaterialf"; 1443 case EntryPoint::Materialfv: 1444 return "glMaterialfv"; 1445 case EntryPoint::Materiali: 1446 return "glMateriali"; 1447 case EntryPoint::Materialiv: 1448 return "glMaterialiv"; 1449 case EntryPoint::Materialx: 1450 return "glMaterialx"; 1451 case EntryPoint::Materialxv: 1452 return "glMaterialxv"; 1453 case EntryPoint::MatrixIndexPointerOES: 1454 return "glMatrixIndexPointerOES"; 1455 case EntryPoint::MatrixMode: 1456 return "glMatrixMode"; 1457 case EntryPoint::MaxShaderCompilerThreadsKHR: 1458 return "glMaxShaderCompilerThreadsKHR"; 1459 case EntryPoint::MemoryBarrier: 1460 return "glMemoryBarrier"; 1461 case EntryPoint::MemoryBarrierByRegion: 1462 return "glMemoryBarrierByRegion"; 1463 case EntryPoint::MemoryObjectParameterivEXT: 1464 return "glMemoryObjectParameterivEXT"; 1465 case EntryPoint::MinSampleShading: 1466 return "glMinSampleShading"; 1467 case EntryPoint::MultMatrixd: 1468 return "glMultMatrixd"; 1469 case EntryPoint::MultMatrixf: 1470 return "glMultMatrixf"; 1471 case EntryPoint::MultMatrixx: 1472 return "glMultMatrixx"; 1473 case EntryPoint::MultTransposeMatrixd: 1474 return "glMultTransposeMatrixd"; 1475 case EntryPoint::MultTransposeMatrixf: 1476 return "glMultTransposeMatrixf"; 1477 case EntryPoint::MultiDrawArrays: 1478 return "glMultiDrawArrays"; 1479 case EntryPoint::MultiDrawArraysANGLE: 1480 return "glMultiDrawArraysANGLE"; 1481 case EntryPoint::MultiDrawArraysIndirect: 1482 return "glMultiDrawArraysIndirect"; 1483 case EntryPoint::MultiDrawArraysIndirectCount: 1484 return "glMultiDrawArraysIndirectCount"; 1485 case EntryPoint::MultiDrawArraysInstancedANGLE: 1486 return "glMultiDrawArraysInstancedANGLE"; 1487 case EntryPoint::MultiDrawArraysInstancedBaseInstanceANGLE: 1488 return "glMultiDrawArraysInstancedBaseInstanceANGLE"; 1489 case EntryPoint::MultiDrawElements: 1490 return "glMultiDrawElements"; 1491 case EntryPoint::MultiDrawElementsANGLE: 1492 return "glMultiDrawElementsANGLE"; 1493 case EntryPoint::MultiDrawElementsBaseVertex: 1494 return "glMultiDrawElementsBaseVertex"; 1495 case EntryPoint::MultiDrawElementsBaseVertexEXT: 1496 return "glMultiDrawElementsBaseVertexEXT"; 1497 case EntryPoint::MultiDrawElementsIndirect: 1498 return "glMultiDrawElementsIndirect"; 1499 case EntryPoint::MultiDrawElementsIndirectCount: 1500 return "glMultiDrawElementsIndirectCount"; 1501 case EntryPoint::MultiDrawElementsInstancedANGLE: 1502 return "glMultiDrawElementsInstancedANGLE"; 1503 case EntryPoint::MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE: 1504 return "glMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE"; 1505 case EntryPoint::MultiTexCoord1d: 1506 return "glMultiTexCoord1d"; 1507 case EntryPoint::MultiTexCoord1dv: 1508 return "glMultiTexCoord1dv"; 1509 case EntryPoint::MultiTexCoord1f: 1510 return "glMultiTexCoord1f"; 1511 case EntryPoint::MultiTexCoord1fv: 1512 return "glMultiTexCoord1fv"; 1513 case EntryPoint::MultiTexCoord1i: 1514 return "glMultiTexCoord1i"; 1515 case EntryPoint::MultiTexCoord1iv: 1516 return "glMultiTexCoord1iv"; 1517 case EntryPoint::MultiTexCoord1s: 1518 return "glMultiTexCoord1s"; 1519 case EntryPoint::MultiTexCoord1sv: 1520 return "glMultiTexCoord1sv"; 1521 case EntryPoint::MultiTexCoord2d: 1522 return "glMultiTexCoord2d"; 1523 case EntryPoint::MultiTexCoord2dv: 1524 return "glMultiTexCoord2dv"; 1525 case EntryPoint::MultiTexCoord2f: 1526 return "glMultiTexCoord2f"; 1527 case EntryPoint::MultiTexCoord2fv: 1528 return "glMultiTexCoord2fv"; 1529 case EntryPoint::MultiTexCoord2i: 1530 return "glMultiTexCoord2i"; 1531 case EntryPoint::MultiTexCoord2iv: 1532 return "glMultiTexCoord2iv"; 1533 case EntryPoint::MultiTexCoord2s: 1534 return "glMultiTexCoord2s"; 1535 case EntryPoint::MultiTexCoord2sv: 1536 return "glMultiTexCoord2sv"; 1537 case EntryPoint::MultiTexCoord3d: 1538 return "glMultiTexCoord3d"; 1539 case EntryPoint::MultiTexCoord3dv: 1540 return "glMultiTexCoord3dv"; 1541 case EntryPoint::MultiTexCoord3f: 1542 return "glMultiTexCoord3f"; 1543 case EntryPoint::MultiTexCoord3fv: 1544 return "glMultiTexCoord3fv"; 1545 case EntryPoint::MultiTexCoord3i: 1546 return "glMultiTexCoord3i"; 1547 case EntryPoint::MultiTexCoord3iv: 1548 return "glMultiTexCoord3iv"; 1549 case EntryPoint::MultiTexCoord3s: 1550 return "glMultiTexCoord3s"; 1551 case EntryPoint::MultiTexCoord3sv: 1552 return "glMultiTexCoord3sv"; 1553 case EntryPoint::MultiTexCoord4d: 1554 return "glMultiTexCoord4d"; 1555 case EntryPoint::MultiTexCoord4dv: 1556 return "glMultiTexCoord4dv"; 1557 case EntryPoint::MultiTexCoord4f: 1558 return "glMultiTexCoord4f"; 1559 case EntryPoint::MultiTexCoord4fv: 1560 return "glMultiTexCoord4fv"; 1561 case EntryPoint::MultiTexCoord4i: 1562 return "glMultiTexCoord4i"; 1563 case EntryPoint::MultiTexCoord4iv: 1564 return "glMultiTexCoord4iv"; 1565 case EntryPoint::MultiTexCoord4s: 1566 return "glMultiTexCoord4s"; 1567 case EntryPoint::MultiTexCoord4sv: 1568 return "glMultiTexCoord4sv"; 1569 case EntryPoint::MultiTexCoord4x: 1570 return "glMultiTexCoord4x"; 1571 case EntryPoint::MultiTexCoordP1ui: 1572 return "glMultiTexCoordP1ui"; 1573 case EntryPoint::MultiTexCoordP1uiv: 1574 return "glMultiTexCoordP1uiv"; 1575 case EntryPoint::MultiTexCoordP2ui: 1576 return "glMultiTexCoordP2ui"; 1577 case EntryPoint::MultiTexCoordP2uiv: 1578 return "glMultiTexCoordP2uiv"; 1579 case EntryPoint::MultiTexCoordP3ui: 1580 return "glMultiTexCoordP3ui"; 1581 case EntryPoint::MultiTexCoordP3uiv: 1582 return "glMultiTexCoordP3uiv"; 1583 case EntryPoint::MultiTexCoordP4ui: 1584 return "glMultiTexCoordP4ui"; 1585 case EntryPoint::MultiTexCoordP4uiv: 1586 return "glMultiTexCoordP4uiv"; 1587 case EntryPoint::NamedBufferData: 1588 return "glNamedBufferData"; 1589 case EntryPoint::NamedBufferStorage: 1590 return "glNamedBufferStorage"; 1591 case EntryPoint::NamedBufferSubData: 1592 return "glNamedBufferSubData"; 1593 case EntryPoint::NamedFramebufferDrawBuffer: 1594 return "glNamedFramebufferDrawBuffer"; 1595 case EntryPoint::NamedFramebufferDrawBuffers: 1596 return "glNamedFramebufferDrawBuffers"; 1597 case EntryPoint::NamedFramebufferParameteri: 1598 return "glNamedFramebufferParameteri"; 1599 case EntryPoint::NamedFramebufferReadBuffer: 1600 return "glNamedFramebufferReadBuffer"; 1601 case EntryPoint::NamedFramebufferRenderbuffer: 1602 return "glNamedFramebufferRenderbuffer"; 1603 case EntryPoint::NamedFramebufferTexture: 1604 return "glNamedFramebufferTexture"; 1605 case EntryPoint::NamedFramebufferTextureLayer: 1606 return "glNamedFramebufferTextureLayer"; 1607 case EntryPoint::NamedRenderbufferStorage: 1608 return "glNamedRenderbufferStorage"; 1609 case EntryPoint::NamedRenderbufferStorageMultisample: 1610 return "glNamedRenderbufferStorageMultisample"; 1611 case EntryPoint::NewList: 1612 return "glNewList"; 1613 case EntryPoint::Normal3b: 1614 return "glNormal3b"; 1615 case EntryPoint::Normal3bv: 1616 return "glNormal3bv"; 1617 case EntryPoint::Normal3d: 1618 return "glNormal3d"; 1619 case EntryPoint::Normal3dv: 1620 return "glNormal3dv"; 1621 case EntryPoint::Normal3f: 1622 return "glNormal3f"; 1623 case EntryPoint::Normal3fv: 1624 return "glNormal3fv"; 1625 case EntryPoint::Normal3i: 1626 return "glNormal3i"; 1627 case EntryPoint::Normal3iv: 1628 return "glNormal3iv"; 1629 case EntryPoint::Normal3s: 1630 return "glNormal3s"; 1631 case EntryPoint::Normal3sv: 1632 return "glNormal3sv"; 1633 case EntryPoint::Normal3x: 1634 return "glNormal3x"; 1635 case EntryPoint::NormalP3ui: 1636 return "glNormalP3ui"; 1637 case EntryPoint::NormalP3uiv: 1638 return "glNormalP3uiv"; 1639 case EntryPoint::NormalPointer: 1640 return "glNormalPointer"; 1641 case EntryPoint::ObjectLabel: 1642 return "glObjectLabel"; 1643 case EntryPoint::ObjectLabelKHR: 1644 return "glObjectLabelKHR"; 1645 case EntryPoint::ObjectPtrLabel: 1646 return "glObjectPtrLabel"; 1647 case EntryPoint::ObjectPtrLabelKHR: 1648 return "glObjectPtrLabelKHR"; 1649 case EntryPoint::Ortho: 1650 return "glOrtho"; 1651 case EntryPoint::Orthof: 1652 return "glOrthof"; 1653 case EntryPoint::Orthox: 1654 return "glOrthox"; 1655 case EntryPoint::PassThrough: 1656 return "glPassThrough"; 1657 case EntryPoint::PatchParameterfv: 1658 return "glPatchParameterfv"; 1659 case EntryPoint::PatchParameteri: 1660 return "glPatchParameteri"; 1661 case EntryPoint::PauseTransformFeedback: 1662 return "glPauseTransformFeedback"; 1663 case EntryPoint::PixelMapfv: 1664 return "glPixelMapfv"; 1665 case EntryPoint::PixelMapuiv: 1666 return "glPixelMapuiv"; 1667 case EntryPoint::PixelMapusv: 1668 return "glPixelMapusv"; 1669 case EntryPoint::PixelStoref: 1670 return "glPixelStoref"; 1671 case EntryPoint::PixelStorei: 1672 return "glPixelStorei"; 1673 case EntryPoint::PixelTransferf: 1674 return "glPixelTransferf"; 1675 case EntryPoint::PixelTransferi: 1676 return "glPixelTransferi"; 1677 case EntryPoint::PixelZoom: 1678 return "glPixelZoom"; 1679 case EntryPoint::PointParameterf: 1680 return "glPointParameterf"; 1681 case EntryPoint::PointParameterfv: 1682 return "glPointParameterfv"; 1683 case EntryPoint::PointParameteri: 1684 return "glPointParameteri"; 1685 case EntryPoint::PointParameteriv: 1686 return "glPointParameteriv"; 1687 case EntryPoint::PointParameterx: 1688 return "glPointParameterx"; 1689 case EntryPoint::PointParameterxv: 1690 return "glPointParameterxv"; 1691 case EntryPoint::PointSize: 1692 return "glPointSize"; 1693 case EntryPoint::PointSizePointerOES: 1694 return "glPointSizePointerOES"; 1695 case EntryPoint::PointSizex: 1696 return "glPointSizex"; 1697 case EntryPoint::PolygonMode: 1698 return "glPolygonMode"; 1699 case EntryPoint::PolygonOffset: 1700 return "glPolygonOffset"; 1701 case EntryPoint::PolygonOffsetClamp: 1702 return "glPolygonOffsetClamp"; 1703 case EntryPoint::PolygonOffsetx: 1704 return "glPolygonOffsetx"; 1705 case EntryPoint::PolygonStipple: 1706 return "glPolygonStipple"; 1707 case EntryPoint::PopAttrib: 1708 return "glPopAttrib"; 1709 case EntryPoint::PopClientAttrib: 1710 return "glPopClientAttrib"; 1711 case EntryPoint::PopDebugGroup: 1712 return "glPopDebugGroup"; 1713 case EntryPoint::PopDebugGroupKHR: 1714 return "glPopDebugGroupKHR"; 1715 case EntryPoint::PopGroupMarkerEXT: 1716 return "glPopGroupMarkerEXT"; 1717 case EntryPoint::PopMatrix: 1718 return "glPopMatrix"; 1719 case EntryPoint::PopName: 1720 return "glPopName"; 1721 case EntryPoint::PrimitiveBoundingBox: 1722 return "glPrimitiveBoundingBox"; 1723 case EntryPoint::PrimitiveRestartIndex: 1724 return "glPrimitiveRestartIndex"; 1725 case EntryPoint::PrioritizeTextures: 1726 return "glPrioritizeTextures"; 1727 case EntryPoint::ProgramBinary: 1728 return "glProgramBinary"; 1729 case EntryPoint::ProgramBinaryOES: 1730 return "glProgramBinaryOES"; 1731 case EntryPoint::ProgramParameteri: 1732 return "glProgramParameteri"; 1733 case EntryPoint::ProgramUniform1d: 1734 return "glProgramUniform1d"; 1735 case EntryPoint::ProgramUniform1dv: 1736 return "glProgramUniform1dv"; 1737 case EntryPoint::ProgramUniform1f: 1738 return "glProgramUniform1f"; 1739 case EntryPoint::ProgramUniform1fv: 1740 return "glProgramUniform1fv"; 1741 case EntryPoint::ProgramUniform1i: 1742 return "glProgramUniform1i"; 1743 case EntryPoint::ProgramUniform1iv: 1744 return "glProgramUniform1iv"; 1745 case EntryPoint::ProgramUniform1ui: 1746 return "glProgramUniform1ui"; 1747 case EntryPoint::ProgramUniform1uiv: 1748 return "glProgramUniform1uiv"; 1749 case EntryPoint::ProgramUniform2d: 1750 return "glProgramUniform2d"; 1751 case EntryPoint::ProgramUniform2dv: 1752 return "glProgramUniform2dv"; 1753 case EntryPoint::ProgramUniform2f: 1754 return "glProgramUniform2f"; 1755 case EntryPoint::ProgramUniform2fv: 1756 return "glProgramUniform2fv"; 1757 case EntryPoint::ProgramUniform2i: 1758 return "glProgramUniform2i"; 1759 case EntryPoint::ProgramUniform2iv: 1760 return "glProgramUniform2iv"; 1761 case EntryPoint::ProgramUniform2ui: 1762 return "glProgramUniform2ui"; 1763 case EntryPoint::ProgramUniform2uiv: 1764 return "glProgramUniform2uiv"; 1765 case EntryPoint::ProgramUniform3d: 1766 return "glProgramUniform3d"; 1767 case EntryPoint::ProgramUniform3dv: 1768 return "glProgramUniform3dv"; 1769 case EntryPoint::ProgramUniform3f: 1770 return "glProgramUniform3f"; 1771 case EntryPoint::ProgramUniform3fv: 1772 return "glProgramUniform3fv"; 1773 case EntryPoint::ProgramUniform3i: 1774 return "glProgramUniform3i"; 1775 case EntryPoint::ProgramUniform3iv: 1776 return "glProgramUniform3iv"; 1777 case EntryPoint::ProgramUniform3ui: 1778 return "glProgramUniform3ui"; 1779 case EntryPoint::ProgramUniform3uiv: 1780 return "glProgramUniform3uiv"; 1781 case EntryPoint::ProgramUniform4d: 1782 return "glProgramUniform4d"; 1783 case EntryPoint::ProgramUniform4dv: 1784 return "glProgramUniform4dv"; 1785 case EntryPoint::ProgramUniform4f: 1786 return "glProgramUniform4f"; 1787 case EntryPoint::ProgramUniform4fv: 1788 return "glProgramUniform4fv"; 1789 case EntryPoint::ProgramUniform4i: 1790 return "glProgramUniform4i"; 1791 case EntryPoint::ProgramUniform4iv: 1792 return "glProgramUniform4iv"; 1793 case EntryPoint::ProgramUniform4ui: 1794 return "glProgramUniform4ui"; 1795 case EntryPoint::ProgramUniform4uiv: 1796 return "glProgramUniform4uiv"; 1797 case EntryPoint::ProgramUniformMatrix2dv: 1798 return "glProgramUniformMatrix2dv"; 1799 case EntryPoint::ProgramUniformMatrix2fv: 1800 return "glProgramUniformMatrix2fv"; 1801 case EntryPoint::ProgramUniformMatrix2x3dv: 1802 return "glProgramUniformMatrix2x3dv"; 1803 case EntryPoint::ProgramUniformMatrix2x3fv: 1804 return "glProgramUniformMatrix2x3fv"; 1805 case EntryPoint::ProgramUniformMatrix2x4dv: 1806 return "glProgramUniformMatrix2x4dv"; 1807 case EntryPoint::ProgramUniformMatrix2x4fv: 1808 return "glProgramUniformMatrix2x4fv"; 1809 case EntryPoint::ProgramUniformMatrix3dv: 1810 return "glProgramUniformMatrix3dv"; 1811 case EntryPoint::ProgramUniformMatrix3fv: 1812 return "glProgramUniformMatrix3fv"; 1813 case EntryPoint::ProgramUniformMatrix3x2dv: 1814 return "glProgramUniformMatrix3x2dv"; 1815 case EntryPoint::ProgramUniformMatrix3x2fv: 1816 return "glProgramUniformMatrix3x2fv"; 1817 case EntryPoint::ProgramUniformMatrix3x4dv: 1818 return "glProgramUniformMatrix3x4dv"; 1819 case EntryPoint::ProgramUniformMatrix3x4fv: 1820 return "glProgramUniformMatrix3x4fv"; 1821 case EntryPoint::ProgramUniformMatrix4dv: 1822 return "glProgramUniformMatrix4dv"; 1823 case EntryPoint::ProgramUniformMatrix4fv: 1824 return "glProgramUniformMatrix4fv"; 1825 case EntryPoint::ProgramUniformMatrix4x2dv: 1826 return "glProgramUniformMatrix4x2dv"; 1827 case EntryPoint::ProgramUniformMatrix4x2fv: 1828 return "glProgramUniformMatrix4x2fv"; 1829 case EntryPoint::ProgramUniformMatrix4x3dv: 1830 return "glProgramUniformMatrix4x3dv"; 1831 case EntryPoint::ProgramUniformMatrix4x3fv: 1832 return "glProgramUniformMatrix4x3fv"; 1833 case EntryPoint::ProvokingVertex: 1834 return "glProvokingVertex"; 1835 case EntryPoint::ProvokingVertexANGLE: 1836 return "glProvokingVertexANGLE"; 1837 case EntryPoint::PushAttrib: 1838 return "glPushAttrib"; 1839 case EntryPoint::PushClientAttrib: 1840 return "glPushClientAttrib"; 1841 case EntryPoint::PushDebugGroup: 1842 return "glPushDebugGroup"; 1843 case EntryPoint::PushDebugGroupKHR: 1844 return "glPushDebugGroupKHR"; 1845 case EntryPoint::PushGroupMarkerEXT: 1846 return "glPushGroupMarkerEXT"; 1847 case EntryPoint::PushMatrix: 1848 return "glPushMatrix"; 1849 case EntryPoint::PushName: 1850 return "glPushName"; 1851 case EntryPoint::QueryCounter: 1852 return "glQueryCounter"; 1853 case EntryPoint::QueryCounterEXT: 1854 return "glQueryCounterEXT"; 1855 case EntryPoint::QueryMatrixxOES: 1856 return "glQueryMatrixxOES"; 1857 case EntryPoint::RasterPos2d: 1858 return "glRasterPos2d"; 1859 case EntryPoint::RasterPos2dv: 1860 return "glRasterPos2dv"; 1861 case EntryPoint::RasterPos2f: 1862 return "glRasterPos2f"; 1863 case EntryPoint::RasterPos2fv: 1864 return "glRasterPos2fv"; 1865 case EntryPoint::RasterPos2i: 1866 return "glRasterPos2i"; 1867 case EntryPoint::RasterPos2iv: 1868 return "glRasterPos2iv"; 1869 case EntryPoint::RasterPos2s: 1870 return "glRasterPos2s"; 1871 case EntryPoint::RasterPos2sv: 1872 return "glRasterPos2sv"; 1873 case EntryPoint::RasterPos3d: 1874 return "glRasterPos3d"; 1875 case EntryPoint::RasterPos3dv: 1876 return "glRasterPos3dv"; 1877 case EntryPoint::RasterPos3f: 1878 return "glRasterPos3f"; 1879 case EntryPoint::RasterPos3fv: 1880 return "glRasterPos3fv"; 1881 case EntryPoint::RasterPos3i: 1882 return "glRasterPos3i"; 1883 case EntryPoint::RasterPos3iv: 1884 return "glRasterPos3iv"; 1885 case EntryPoint::RasterPos3s: 1886 return "glRasterPos3s"; 1887 case EntryPoint::RasterPos3sv: 1888 return "glRasterPos3sv"; 1889 case EntryPoint::RasterPos4d: 1890 return "glRasterPos4d"; 1891 case EntryPoint::RasterPos4dv: 1892 return "glRasterPos4dv"; 1893 case EntryPoint::RasterPos4f: 1894 return "glRasterPos4f"; 1895 case EntryPoint::RasterPos4fv: 1896 return "glRasterPos4fv"; 1897 case EntryPoint::RasterPos4i: 1898 return "glRasterPos4i"; 1899 case EntryPoint::RasterPos4iv: 1900 return "glRasterPos4iv"; 1901 case EntryPoint::RasterPos4s: 1902 return "glRasterPos4s"; 1903 case EntryPoint::RasterPos4sv: 1904 return "glRasterPos4sv"; 1905 case EntryPoint::ReadBuffer: 1906 return "glReadBuffer"; 1907 case EntryPoint::ReadPixels: 1908 return "glReadPixels"; 1909 case EntryPoint::ReadPixelsRobustANGLE: 1910 return "glReadPixelsRobustANGLE"; 1911 case EntryPoint::ReadnPixels: 1912 return "glReadnPixels"; 1913 case EntryPoint::ReadnPixelsEXT: 1914 return "glReadnPixelsEXT"; 1915 case EntryPoint::ReadnPixelsRobustANGLE: 1916 return "glReadnPixelsRobustANGLE"; 1917 case EntryPoint::Rectd: 1918 return "glRectd"; 1919 case EntryPoint::Rectdv: 1920 return "glRectdv"; 1921 case EntryPoint::Rectf: 1922 return "glRectf"; 1923 case EntryPoint::Rectfv: 1924 return "glRectfv"; 1925 case EntryPoint::Recti: 1926 return "glRecti"; 1927 case EntryPoint::Rectiv: 1928 return "glRectiv"; 1929 case EntryPoint::Rects: 1930 return "glRects"; 1931 case EntryPoint::Rectsv: 1932 return "glRectsv"; 1933 case EntryPoint::ReleaseShaderCompiler: 1934 return "glReleaseShaderCompiler"; 1935 case EntryPoint::RenderMode: 1936 return "glRenderMode"; 1937 case EntryPoint::RenderbufferStorage: 1938 return "glRenderbufferStorage"; 1939 case EntryPoint::RenderbufferStorageMultisample: 1940 return "glRenderbufferStorageMultisample"; 1941 case EntryPoint::RenderbufferStorageMultisampleANGLE: 1942 return "glRenderbufferStorageMultisampleANGLE"; 1943 case EntryPoint::RenderbufferStorageMultisampleEXT: 1944 return "glRenderbufferStorageMultisampleEXT"; 1945 case EntryPoint::RenderbufferStorageOES: 1946 return "glRenderbufferStorageOES"; 1947 case EntryPoint::RequestExtensionANGLE: 1948 return "glRequestExtensionANGLE"; 1949 case EntryPoint::ResumeTransformFeedback: 1950 return "glResumeTransformFeedback"; 1951 case EntryPoint::Rotated: 1952 return "glRotated"; 1953 case EntryPoint::Rotatef: 1954 return "glRotatef"; 1955 case EntryPoint::Rotatex: 1956 return "glRotatex"; 1957 case EntryPoint::SampleCoverage: 1958 return "glSampleCoverage"; 1959 case EntryPoint::SampleCoveragex: 1960 return "glSampleCoveragex"; 1961 case EntryPoint::SampleMaski: 1962 return "glSampleMaski"; 1963 case EntryPoint::SampleMaskiANGLE: 1964 return "glSampleMaskiANGLE"; 1965 case EntryPoint::SamplerParameterIiv: 1966 return "glSamplerParameterIiv"; 1967 case EntryPoint::SamplerParameterIivOES: 1968 return "glSamplerParameterIivOES"; 1969 case EntryPoint::SamplerParameterIivRobustANGLE: 1970 return "glSamplerParameterIivRobustANGLE"; 1971 case EntryPoint::SamplerParameterIuiv: 1972 return "glSamplerParameterIuiv"; 1973 case EntryPoint::SamplerParameterIuivOES: 1974 return "glSamplerParameterIuivOES"; 1975 case EntryPoint::SamplerParameterIuivRobustANGLE: 1976 return "glSamplerParameterIuivRobustANGLE"; 1977 case EntryPoint::SamplerParameterf: 1978 return "glSamplerParameterf"; 1979 case EntryPoint::SamplerParameterfv: 1980 return "glSamplerParameterfv"; 1981 case EntryPoint::SamplerParameterfvRobustANGLE: 1982 return "glSamplerParameterfvRobustANGLE"; 1983 case EntryPoint::SamplerParameteri: 1984 return "glSamplerParameteri"; 1985 case EntryPoint::SamplerParameteriv: 1986 return "glSamplerParameteriv"; 1987 case EntryPoint::SamplerParameterivRobustANGLE: 1988 return "glSamplerParameterivRobustANGLE"; 1989 case EntryPoint::Scaled: 1990 return "glScaled"; 1991 case EntryPoint::Scalef: 1992 return "glScalef"; 1993 case EntryPoint::Scalex: 1994 return "glScalex"; 1995 case EntryPoint::Scissor: 1996 return "glScissor"; 1997 case EntryPoint::ScissorArrayv: 1998 return "glScissorArrayv"; 1999 case EntryPoint::ScissorIndexed: 2000 return "glScissorIndexed"; 2001 case EntryPoint::ScissorIndexedv: 2002 return "glScissorIndexedv"; 2003 case EntryPoint::SecondaryColor3b: 2004 return "glSecondaryColor3b"; 2005 case EntryPoint::SecondaryColor3bv: 2006 return "glSecondaryColor3bv"; 2007 case EntryPoint::SecondaryColor3d: 2008 return "glSecondaryColor3d"; 2009 case EntryPoint::SecondaryColor3dv: 2010 return "glSecondaryColor3dv"; 2011 case EntryPoint::SecondaryColor3f: 2012 return "glSecondaryColor3f"; 2013 case EntryPoint::SecondaryColor3fv: 2014 return "glSecondaryColor3fv"; 2015 case EntryPoint::SecondaryColor3i: 2016 return "glSecondaryColor3i"; 2017 case EntryPoint::SecondaryColor3iv: 2018 return "glSecondaryColor3iv"; 2019 case EntryPoint::SecondaryColor3s: 2020 return "glSecondaryColor3s"; 2021 case EntryPoint::SecondaryColor3sv: 2022 return "glSecondaryColor3sv"; 2023 case EntryPoint::SecondaryColor3ub: 2024 return "glSecondaryColor3ub"; 2025 case EntryPoint::SecondaryColor3ubv: 2026 return "glSecondaryColor3ubv"; 2027 case EntryPoint::SecondaryColor3ui: 2028 return "glSecondaryColor3ui"; 2029 case EntryPoint::SecondaryColor3uiv: 2030 return "glSecondaryColor3uiv"; 2031 case EntryPoint::SecondaryColor3us: 2032 return "glSecondaryColor3us"; 2033 case EntryPoint::SecondaryColor3usv: 2034 return "glSecondaryColor3usv"; 2035 case EntryPoint::SecondaryColorP3ui: 2036 return "glSecondaryColorP3ui"; 2037 case EntryPoint::SecondaryColorP3uiv: 2038 return "glSecondaryColorP3uiv"; 2039 case EntryPoint::SecondaryColorPointer: 2040 return "glSecondaryColorPointer"; 2041 case EntryPoint::SelectBuffer: 2042 return "glSelectBuffer"; 2043 case EntryPoint::SemaphoreParameterui64vEXT: 2044 return "glSemaphoreParameterui64vEXT"; 2045 case EntryPoint::SetFenceNV: 2046 return "glSetFenceNV"; 2047 case EntryPoint::ShadeModel: 2048 return "glShadeModel"; 2049 case EntryPoint::ShaderBinary: 2050 return "glShaderBinary"; 2051 case EntryPoint::ShaderSource: 2052 return "glShaderSource"; 2053 case EntryPoint::ShaderStorageBlockBinding: 2054 return "glShaderStorageBlockBinding"; 2055 case EntryPoint::SignalSemaphoreEXT: 2056 return "glSignalSemaphoreEXT"; 2057 case EntryPoint::SpecializeShader: 2058 return "glSpecializeShader"; 2059 case EntryPoint::StencilFunc: 2060 return "glStencilFunc"; 2061 case EntryPoint::StencilFuncSeparate: 2062 return "glStencilFuncSeparate"; 2063 case EntryPoint::StencilMask: 2064 return "glStencilMask"; 2065 case EntryPoint::StencilMaskSeparate: 2066 return "glStencilMaskSeparate"; 2067 case EntryPoint::StencilOp: 2068 return "glStencilOp"; 2069 case EntryPoint::StencilOpSeparate: 2070 return "glStencilOpSeparate"; 2071 case EntryPoint::TestFenceNV: 2072 return "glTestFenceNV"; 2073 case EntryPoint::TexBuffer: 2074 return "glTexBuffer"; 2075 case EntryPoint::TexBufferRange: 2076 return "glTexBufferRange"; 2077 case EntryPoint::TexCoord1d: 2078 return "glTexCoord1d"; 2079 case EntryPoint::TexCoord1dv: 2080 return "glTexCoord1dv"; 2081 case EntryPoint::TexCoord1f: 2082 return "glTexCoord1f"; 2083 case EntryPoint::TexCoord1fv: 2084 return "glTexCoord1fv"; 2085 case EntryPoint::TexCoord1i: 2086 return "glTexCoord1i"; 2087 case EntryPoint::TexCoord1iv: 2088 return "glTexCoord1iv"; 2089 case EntryPoint::TexCoord1s: 2090 return "glTexCoord1s"; 2091 case EntryPoint::TexCoord1sv: 2092 return "glTexCoord1sv"; 2093 case EntryPoint::TexCoord2d: 2094 return "glTexCoord2d"; 2095 case EntryPoint::TexCoord2dv: 2096 return "glTexCoord2dv"; 2097 case EntryPoint::TexCoord2f: 2098 return "glTexCoord2f"; 2099 case EntryPoint::TexCoord2fv: 2100 return "glTexCoord2fv"; 2101 case EntryPoint::TexCoord2i: 2102 return "glTexCoord2i"; 2103 case EntryPoint::TexCoord2iv: 2104 return "glTexCoord2iv"; 2105 case EntryPoint::TexCoord2s: 2106 return "glTexCoord2s"; 2107 case EntryPoint::TexCoord2sv: 2108 return "glTexCoord2sv"; 2109 case EntryPoint::TexCoord3d: 2110 return "glTexCoord3d"; 2111 case EntryPoint::TexCoord3dv: 2112 return "glTexCoord3dv"; 2113 case EntryPoint::TexCoord3f: 2114 return "glTexCoord3f"; 2115 case EntryPoint::TexCoord3fv: 2116 return "glTexCoord3fv"; 2117 case EntryPoint::TexCoord3i: 2118 return "glTexCoord3i"; 2119 case EntryPoint::TexCoord3iv: 2120 return "glTexCoord3iv"; 2121 case EntryPoint::TexCoord3s: 2122 return "glTexCoord3s"; 2123 case EntryPoint::TexCoord3sv: 2124 return "glTexCoord3sv"; 2125 case EntryPoint::TexCoord4d: 2126 return "glTexCoord4d"; 2127 case EntryPoint::TexCoord4dv: 2128 return "glTexCoord4dv"; 2129 case EntryPoint::TexCoord4f: 2130 return "glTexCoord4f"; 2131 case EntryPoint::TexCoord4fv: 2132 return "glTexCoord4fv"; 2133 case EntryPoint::TexCoord4i: 2134 return "glTexCoord4i"; 2135 case EntryPoint::TexCoord4iv: 2136 return "glTexCoord4iv"; 2137 case EntryPoint::TexCoord4s: 2138 return "glTexCoord4s"; 2139 case EntryPoint::TexCoord4sv: 2140 return "glTexCoord4sv"; 2141 case EntryPoint::TexCoordP1ui: 2142 return "glTexCoordP1ui"; 2143 case EntryPoint::TexCoordP1uiv: 2144 return "glTexCoordP1uiv"; 2145 case EntryPoint::TexCoordP2ui: 2146 return "glTexCoordP2ui"; 2147 case EntryPoint::TexCoordP2uiv: 2148 return "glTexCoordP2uiv"; 2149 case EntryPoint::TexCoordP3ui: 2150 return "glTexCoordP3ui"; 2151 case EntryPoint::TexCoordP3uiv: 2152 return "glTexCoordP3uiv"; 2153 case EntryPoint::TexCoordP4ui: 2154 return "glTexCoordP4ui"; 2155 case EntryPoint::TexCoordP4uiv: 2156 return "glTexCoordP4uiv"; 2157 case EntryPoint::TexCoordPointer: 2158 return "glTexCoordPointer"; 2159 case EntryPoint::TexEnvf: 2160 return "glTexEnvf"; 2161 case EntryPoint::TexEnvfv: 2162 return "glTexEnvfv"; 2163 case EntryPoint::TexEnvi: 2164 return "glTexEnvi"; 2165 case EntryPoint::TexEnviv: 2166 return "glTexEnviv"; 2167 case EntryPoint::TexEnvx: 2168 return "glTexEnvx"; 2169 case EntryPoint::TexEnvxv: 2170 return "glTexEnvxv"; 2171 case EntryPoint::TexGend: 2172 return "glTexGend"; 2173 case EntryPoint::TexGendv: 2174 return "glTexGendv"; 2175 case EntryPoint::TexGenf: 2176 return "glTexGenf"; 2177 case EntryPoint::TexGenfOES: 2178 return "glTexGenfOES"; 2179 case EntryPoint::TexGenfv: 2180 return "glTexGenfv"; 2181 case EntryPoint::TexGenfvOES: 2182 return "glTexGenfvOES"; 2183 case EntryPoint::TexGeni: 2184 return "glTexGeni"; 2185 case EntryPoint::TexGeniOES: 2186 return "glTexGeniOES"; 2187 case EntryPoint::TexGeniv: 2188 return "glTexGeniv"; 2189 case EntryPoint::TexGenivOES: 2190 return "glTexGenivOES"; 2191 case EntryPoint::TexGenxOES: 2192 return "glTexGenxOES"; 2193 case EntryPoint::TexGenxvOES: 2194 return "glTexGenxvOES"; 2195 case EntryPoint::TexImage1D: 2196 return "glTexImage1D"; 2197 case EntryPoint::TexImage2D: 2198 return "glTexImage2D"; 2199 case EntryPoint::TexImage2DExternalANGLE: 2200 return "glTexImage2DExternalANGLE"; 2201 case EntryPoint::TexImage2DMultisample: 2202 return "glTexImage2DMultisample"; 2203 case EntryPoint::TexImage2DRobustANGLE: 2204 return "glTexImage2DRobustANGLE"; 2205 case EntryPoint::TexImage3D: 2206 return "glTexImage3D"; 2207 case EntryPoint::TexImage3DMultisample: 2208 return "glTexImage3DMultisample"; 2209 case EntryPoint::TexImage3DOES: 2210 return "glTexImage3DOES"; 2211 case EntryPoint::TexImage3DRobustANGLE: 2212 return "glTexImage3DRobustANGLE"; 2213 case EntryPoint::TexParameterIiv: 2214 return "glTexParameterIiv"; 2215 case EntryPoint::TexParameterIivOES: 2216 return "glTexParameterIivOES"; 2217 case EntryPoint::TexParameterIivRobustANGLE: 2218 return "glTexParameterIivRobustANGLE"; 2219 case EntryPoint::TexParameterIuiv: 2220 return "glTexParameterIuiv"; 2221 case EntryPoint::TexParameterIuivOES: 2222 return "glTexParameterIuivOES"; 2223 case EntryPoint::TexParameterIuivRobustANGLE: 2224 return "glTexParameterIuivRobustANGLE"; 2225 case EntryPoint::TexParameterf: 2226 return "glTexParameterf"; 2227 case EntryPoint::TexParameterfv: 2228 return "glTexParameterfv"; 2229 case EntryPoint::TexParameterfvRobustANGLE: 2230 return "glTexParameterfvRobustANGLE"; 2231 case EntryPoint::TexParameteri: 2232 return "glTexParameteri"; 2233 case EntryPoint::TexParameteriv: 2234 return "glTexParameteriv"; 2235 case EntryPoint::TexParameterivRobustANGLE: 2236 return "glTexParameterivRobustANGLE"; 2237 case EntryPoint::TexParameterx: 2238 return "glTexParameterx"; 2239 case EntryPoint::TexParameterxv: 2240 return "glTexParameterxv"; 2241 case EntryPoint::TexStorage1D: 2242 return "glTexStorage1D"; 2243 case EntryPoint::TexStorage1DEXT: 2244 return "glTexStorage1DEXT"; 2245 case EntryPoint::TexStorage2D: 2246 return "glTexStorage2D"; 2247 case EntryPoint::TexStorage2DEXT: 2248 return "glTexStorage2DEXT"; 2249 case EntryPoint::TexStorage2DMultisample: 2250 return "glTexStorage2DMultisample"; 2251 case EntryPoint::TexStorage2DMultisampleANGLE: 2252 return "glTexStorage2DMultisampleANGLE"; 2253 case EntryPoint::TexStorage3D: 2254 return "glTexStorage3D"; 2255 case EntryPoint::TexStorage3DEXT: 2256 return "glTexStorage3DEXT"; 2257 case EntryPoint::TexStorage3DMultisample: 2258 return "glTexStorage3DMultisample"; 2259 case EntryPoint::TexStorage3DMultisampleOES: 2260 return "glTexStorage3DMultisampleOES"; 2261 case EntryPoint::TexStorageMem2DEXT: 2262 return "glTexStorageMem2DEXT"; 2263 case EntryPoint::TexStorageMem2DMultisampleEXT: 2264 return "glTexStorageMem2DMultisampleEXT"; 2265 case EntryPoint::TexStorageMem3DEXT: 2266 return "glTexStorageMem3DEXT"; 2267 case EntryPoint::TexStorageMem3DMultisampleEXT: 2268 return "glTexStorageMem3DMultisampleEXT"; 2269 case EntryPoint::TexSubImage1D: 2270 return "glTexSubImage1D"; 2271 case EntryPoint::TexSubImage2D: 2272 return "glTexSubImage2D"; 2273 case EntryPoint::TexSubImage2DRobustANGLE: 2274 return "glTexSubImage2DRobustANGLE"; 2275 case EntryPoint::TexSubImage3D: 2276 return "glTexSubImage3D"; 2277 case EntryPoint::TexSubImage3DOES: 2278 return "glTexSubImage3DOES"; 2279 case EntryPoint::TexSubImage3DRobustANGLE: 2280 return "glTexSubImage3DRobustANGLE"; 2281 case EntryPoint::TextureBarrier: 2282 return "glTextureBarrier"; 2283 case EntryPoint::TextureBuffer: 2284 return "glTextureBuffer"; 2285 case EntryPoint::TextureBufferRange: 2286 return "glTextureBufferRange"; 2287 case EntryPoint::TextureParameterIiv: 2288 return "glTextureParameterIiv"; 2289 case EntryPoint::TextureParameterIuiv: 2290 return "glTextureParameterIuiv"; 2291 case EntryPoint::TextureParameterf: 2292 return "glTextureParameterf"; 2293 case EntryPoint::TextureParameterfv: 2294 return "glTextureParameterfv"; 2295 case EntryPoint::TextureParameteri: 2296 return "glTextureParameteri"; 2297 case EntryPoint::TextureParameteriv: 2298 return "glTextureParameteriv"; 2299 case EntryPoint::TextureStorage1D: 2300 return "glTextureStorage1D"; 2301 case EntryPoint::TextureStorage2D: 2302 return "glTextureStorage2D"; 2303 case EntryPoint::TextureStorage2DMultisample: 2304 return "glTextureStorage2DMultisample"; 2305 case EntryPoint::TextureStorage3D: 2306 return "glTextureStorage3D"; 2307 case EntryPoint::TextureStorage3DMultisample: 2308 return "glTextureStorage3DMultisample"; 2309 case EntryPoint::TextureSubImage1D: 2310 return "glTextureSubImage1D"; 2311 case EntryPoint::TextureSubImage2D: 2312 return "glTextureSubImage2D"; 2313 case EntryPoint::TextureSubImage3D: 2314 return "glTextureSubImage3D"; 2315 case EntryPoint::TextureView: 2316 return "glTextureView"; 2317 case EntryPoint::TransformFeedbackBufferBase: 2318 return "glTransformFeedbackBufferBase"; 2319 case EntryPoint::TransformFeedbackBufferRange: 2320 return "glTransformFeedbackBufferRange"; 2321 case EntryPoint::TransformFeedbackVaryings: 2322 return "glTransformFeedbackVaryings"; 2323 case EntryPoint::Translated: 2324 return "glTranslated"; 2325 case EntryPoint::Translatef: 2326 return "glTranslatef"; 2327 case EntryPoint::Translatex: 2328 return "glTranslatex"; 2329 case EntryPoint::Uniform1d: 2330 return "glUniform1d"; 2331 case EntryPoint::Uniform1dv: 2332 return "glUniform1dv"; 2333 case EntryPoint::Uniform1f: 2334 return "glUniform1f"; 2335 case EntryPoint::Uniform1fv: 2336 return "glUniform1fv"; 2337 case EntryPoint::Uniform1i: 2338 return "glUniform1i"; 2339 case EntryPoint::Uniform1iv: 2340 return "glUniform1iv"; 2341 case EntryPoint::Uniform1ui: 2342 return "glUniform1ui"; 2343 case EntryPoint::Uniform1uiv: 2344 return "glUniform1uiv"; 2345 case EntryPoint::Uniform2d: 2346 return "glUniform2d"; 2347 case EntryPoint::Uniform2dv: 2348 return "glUniform2dv"; 2349 case EntryPoint::Uniform2f: 2350 return "glUniform2f"; 2351 case EntryPoint::Uniform2fv: 2352 return "glUniform2fv"; 2353 case EntryPoint::Uniform2i: 2354 return "glUniform2i"; 2355 case EntryPoint::Uniform2iv: 2356 return "glUniform2iv"; 2357 case EntryPoint::Uniform2ui: 2358 return "glUniform2ui"; 2359 case EntryPoint::Uniform2uiv: 2360 return "glUniform2uiv"; 2361 case EntryPoint::Uniform3d: 2362 return "glUniform3d"; 2363 case EntryPoint::Uniform3dv: 2364 return "glUniform3dv"; 2365 case EntryPoint::Uniform3f: 2366 return "glUniform3f"; 2367 case EntryPoint::Uniform3fv: 2368 return "glUniform3fv"; 2369 case EntryPoint::Uniform3i: 2370 return "glUniform3i"; 2371 case EntryPoint::Uniform3iv: 2372 return "glUniform3iv"; 2373 case EntryPoint::Uniform3ui: 2374 return "glUniform3ui"; 2375 case EntryPoint::Uniform3uiv: 2376 return "glUniform3uiv"; 2377 case EntryPoint::Uniform4d: 2378 return "glUniform4d"; 2379 case EntryPoint::Uniform4dv: 2380 return "glUniform4dv"; 2381 case EntryPoint::Uniform4f: 2382 return "glUniform4f"; 2383 case EntryPoint::Uniform4fv: 2384 return "glUniform4fv"; 2385 case EntryPoint::Uniform4i: 2386 return "glUniform4i"; 2387 case EntryPoint::Uniform4iv: 2388 return "glUniform4iv"; 2389 case EntryPoint::Uniform4ui: 2390 return "glUniform4ui"; 2391 case EntryPoint::Uniform4uiv: 2392 return "glUniform4uiv"; 2393 case EntryPoint::UniformBlockBinding: 2394 return "glUniformBlockBinding"; 2395 case EntryPoint::UniformMatrix2dv: 2396 return "glUniformMatrix2dv"; 2397 case EntryPoint::UniformMatrix2fv: 2398 return "glUniformMatrix2fv"; 2399 case EntryPoint::UniformMatrix2x3dv: 2400 return "glUniformMatrix2x3dv"; 2401 case EntryPoint::UniformMatrix2x3fv: 2402 return "glUniformMatrix2x3fv"; 2403 case EntryPoint::UniformMatrix2x4dv: 2404 return "glUniformMatrix2x4dv"; 2405 case EntryPoint::UniformMatrix2x4fv: 2406 return "glUniformMatrix2x4fv"; 2407 case EntryPoint::UniformMatrix3dv: 2408 return "glUniformMatrix3dv"; 2409 case EntryPoint::UniformMatrix3fv: 2410 return "glUniformMatrix3fv"; 2411 case EntryPoint::UniformMatrix3x2dv: 2412 return "glUniformMatrix3x2dv"; 2413 case EntryPoint::UniformMatrix3x2fv: 2414 return "glUniformMatrix3x2fv"; 2415 case EntryPoint::UniformMatrix3x4dv: 2416 return "glUniformMatrix3x4dv"; 2417 case EntryPoint::UniformMatrix3x4fv: 2418 return "glUniformMatrix3x4fv"; 2419 case EntryPoint::UniformMatrix4dv: 2420 return "glUniformMatrix4dv"; 2421 case EntryPoint::UniformMatrix4fv: 2422 return "glUniformMatrix4fv"; 2423 case EntryPoint::UniformMatrix4x2dv: 2424 return "glUniformMatrix4x2dv"; 2425 case EntryPoint::UniformMatrix4x2fv: 2426 return "glUniformMatrix4x2fv"; 2427 case EntryPoint::UniformMatrix4x3dv: 2428 return "glUniformMatrix4x3dv"; 2429 case EntryPoint::UniformMatrix4x3fv: 2430 return "glUniformMatrix4x3fv"; 2431 case EntryPoint::UniformSubroutinesuiv: 2432 return "glUniformSubroutinesuiv"; 2433 case EntryPoint::UnmapBuffer: 2434 return "glUnmapBuffer"; 2435 case EntryPoint::UnmapBufferOES: 2436 return "glUnmapBufferOES"; 2437 case EntryPoint::UnmapNamedBuffer: 2438 return "glUnmapNamedBuffer"; 2439 case EntryPoint::UseProgram: 2440 return "glUseProgram"; 2441 case EntryPoint::UseProgramStages: 2442 return "glUseProgramStages"; 2443 case EntryPoint::ValidateProgram: 2444 return "glValidateProgram"; 2445 case EntryPoint::ValidateProgramPipeline: 2446 return "glValidateProgramPipeline"; 2447 case EntryPoint::Vertex2d: 2448 return "glVertex2d"; 2449 case EntryPoint::Vertex2dv: 2450 return "glVertex2dv"; 2451 case EntryPoint::Vertex2f: 2452 return "glVertex2f"; 2453 case EntryPoint::Vertex2fv: 2454 return "glVertex2fv"; 2455 case EntryPoint::Vertex2i: 2456 return "glVertex2i"; 2457 case EntryPoint::Vertex2iv: 2458 return "glVertex2iv"; 2459 case EntryPoint::Vertex2s: 2460 return "glVertex2s"; 2461 case EntryPoint::Vertex2sv: 2462 return "glVertex2sv"; 2463 case EntryPoint::Vertex3d: 2464 return "glVertex3d"; 2465 case EntryPoint::Vertex3dv: 2466 return "glVertex3dv"; 2467 case EntryPoint::Vertex3f: 2468 return "glVertex3f"; 2469 case EntryPoint::Vertex3fv: 2470 return "glVertex3fv"; 2471 case EntryPoint::Vertex3i: 2472 return "glVertex3i"; 2473 case EntryPoint::Vertex3iv: 2474 return "glVertex3iv"; 2475 case EntryPoint::Vertex3s: 2476 return "glVertex3s"; 2477 case EntryPoint::Vertex3sv: 2478 return "glVertex3sv"; 2479 case EntryPoint::Vertex4d: 2480 return "glVertex4d"; 2481 case EntryPoint::Vertex4dv: 2482 return "glVertex4dv"; 2483 case EntryPoint::Vertex4f: 2484 return "glVertex4f"; 2485 case EntryPoint::Vertex4fv: 2486 return "glVertex4fv"; 2487 case EntryPoint::Vertex4i: 2488 return "glVertex4i"; 2489 case EntryPoint::Vertex4iv: 2490 return "glVertex4iv"; 2491 case EntryPoint::Vertex4s: 2492 return "glVertex4s"; 2493 case EntryPoint::Vertex4sv: 2494 return "glVertex4sv"; 2495 case EntryPoint::VertexArrayAttribBinding: 2496 return "glVertexArrayAttribBinding"; 2497 case EntryPoint::VertexArrayAttribFormat: 2498 return "glVertexArrayAttribFormat"; 2499 case EntryPoint::VertexArrayAttribIFormat: 2500 return "glVertexArrayAttribIFormat"; 2501 case EntryPoint::VertexArrayAttribLFormat: 2502 return "glVertexArrayAttribLFormat"; 2503 case EntryPoint::VertexArrayBindingDivisor: 2504 return "glVertexArrayBindingDivisor"; 2505 case EntryPoint::VertexArrayElementBuffer: 2506 return "glVertexArrayElementBuffer"; 2507 case EntryPoint::VertexArrayVertexBuffer: 2508 return "glVertexArrayVertexBuffer"; 2509 case EntryPoint::VertexArrayVertexBuffers: 2510 return "glVertexArrayVertexBuffers"; 2511 case EntryPoint::VertexAttrib1d: 2512 return "glVertexAttrib1d"; 2513 case EntryPoint::VertexAttrib1dv: 2514 return "glVertexAttrib1dv"; 2515 case EntryPoint::VertexAttrib1f: 2516 return "glVertexAttrib1f"; 2517 case EntryPoint::VertexAttrib1fv: 2518 return "glVertexAttrib1fv"; 2519 case EntryPoint::VertexAttrib1s: 2520 return "glVertexAttrib1s"; 2521 case EntryPoint::VertexAttrib1sv: 2522 return "glVertexAttrib1sv"; 2523 case EntryPoint::VertexAttrib2d: 2524 return "glVertexAttrib2d"; 2525 case EntryPoint::VertexAttrib2dv: 2526 return "glVertexAttrib2dv"; 2527 case EntryPoint::VertexAttrib2f: 2528 return "glVertexAttrib2f"; 2529 case EntryPoint::VertexAttrib2fv: 2530 return "glVertexAttrib2fv"; 2531 case EntryPoint::VertexAttrib2s: 2532 return "glVertexAttrib2s"; 2533 case EntryPoint::VertexAttrib2sv: 2534 return "glVertexAttrib2sv"; 2535 case EntryPoint::VertexAttrib3d: 2536 return "glVertexAttrib3d"; 2537 case EntryPoint::VertexAttrib3dv: 2538 return "glVertexAttrib3dv"; 2539 case EntryPoint::VertexAttrib3f: 2540 return "glVertexAttrib3f"; 2541 case EntryPoint::VertexAttrib3fv: 2542 return "glVertexAttrib3fv"; 2543 case EntryPoint::VertexAttrib3s: 2544 return "glVertexAttrib3s"; 2545 case EntryPoint::VertexAttrib3sv: 2546 return "glVertexAttrib3sv"; 2547 case EntryPoint::VertexAttrib4Nbv: 2548 return "glVertexAttrib4Nbv"; 2549 case EntryPoint::VertexAttrib4Niv: 2550 return "glVertexAttrib4Niv"; 2551 case EntryPoint::VertexAttrib4Nsv: 2552 return "glVertexAttrib4Nsv"; 2553 case EntryPoint::VertexAttrib4Nub: 2554 return "glVertexAttrib4Nub"; 2555 case EntryPoint::VertexAttrib4Nubv: 2556 return "glVertexAttrib4Nubv"; 2557 case EntryPoint::VertexAttrib4Nuiv: 2558 return "glVertexAttrib4Nuiv"; 2559 case EntryPoint::VertexAttrib4Nusv: 2560 return "glVertexAttrib4Nusv"; 2561 case EntryPoint::VertexAttrib4bv: 2562 return "glVertexAttrib4bv"; 2563 case EntryPoint::VertexAttrib4d: 2564 return "glVertexAttrib4d"; 2565 case EntryPoint::VertexAttrib4dv: 2566 return "glVertexAttrib4dv"; 2567 case EntryPoint::VertexAttrib4f: 2568 return "glVertexAttrib4f"; 2569 case EntryPoint::VertexAttrib4fv: 2570 return "glVertexAttrib4fv"; 2571 case EntryPoint::VertexAttrib4iv: 2572 return "glVertexAttrib4iv"; 2573 case EntryPoint::VertexAttrib4s: 2574 return "glVertexAttrib4s"; 2575 case EntryPoint::VertexAttrib4sv: 2576 return "glVertexAttrib4sv"; 2577 case EntryPoint::VertexAttrib4ubv: 2578 return "glVertexAttrib4ubv"; 2579 case EntryPoint::VertexAttrib4uiv: 2580 return "glVertexAttrib4uiv"; 2581 case EntryPoint::VertexAttrib4usv: 2582 return "glVertexAttrib4usv"; 2583 case EntryPoint::VertexAttribBinding: 2584 return "glVertexAttribBinding"; 2585 case EntryPoint::VertexAttribDivisor: 2586 return "glVertexAttribDivisor"; 2587 case EntryPoint::VertexAttribDivisorANGLE: 2588 return "glVertexAttribDivisorANGLE"; 2589 case EntryPoint::VertexAttribDivisorEXT: 2590 return "glVertexAttribDivisorEXT"; 2591 case EntryPoint::VertexAttribFormat: 2592 return "glVertexAttribFormat"; 2593 case EntryPoint::VertexAttribI1i: 2594 return "glVertexAttribI1i"; 2595 case EntryPoint::VertexAttribI1iv: 2596 return "glVertexAttribI1iv"; 2597 case EntryPoint::VertexAttribI1ui: 2598 return "glVertexAttribI1ui"; 2599 case EntryPoint::VertexAttribI1uiv: 2600 return "glVertexAttribI1uiv"; 2601 case EntryPoint::VertexAttribI2i: 2602 return "glVertexAttribI2i"; 2603 case EntryPoint::VertexAttribI2iv: 2604 return "glVertexAttribI2iv"; 2605 case EntryPoint::VertexAttribI2ui: 2606 return "glVertexAttribI2ui"; 2607 case EntryPoint::VertexAttribI2uiv: 2608 return "glVertexAttribI2uiv"; 2609 case EntryPoint::VertexAttribI3i: 2610 return "glVertexAttribI3i"; 2611 case EntryPoint::VertexAttribI3iv: 2612 return "glVertexAttribI3iv"; 2613 case EntryPoint::VertexAttribI3ui: 2614 return "glVertexAttribI3ui"; 2615 case EntryPoint::VertexAttribI3uiv: 2616 return "glVertexAttribI3uiv"; 2617 case EntryPoint::VertexAttribI4bv: 2618 return "glVertexAttribI4bv"; 2619 case EntryPoint::VertexAttribI4i: 2620 return "glVertexAttribI4i"; 2621 case EntryPoint::VertexAttribI4iv: 2622 return "glVertexAttribI4iv"; 2623 case EntryPoint::VertexAttribI4sv: 2624 return "glVertexAttribI4sv"; 2625 case EntryPoint::VertexAttribI4ubv: 2626 return "glVertexAttribI4ubv"; 2627 case EntryPoint::VertexAttribI4ui: 2628 return "glVertexAttribI4ui"; 2629 case EntryPoint::VertexAttribI4uiv: 2630 return "glVertexAttribI4uiv"; 2631 case EntryPoint::VertexAttribI4usv: 2632 return "glVertexAttribI4usv"; 2633 case EntryPoint::VertexAttribIFormat: 2634 return "glVertexAttribIFormat"; 2635 case EntryPoint::VertexAttribIPointer: 2636 return "glVertexAttribIPointer"; 2637 case EntryPoint::VertexAttribL1d: 2638 return "glVertexAttribL1d"; 2639 case EntryPoint::VertexAttribL1dv: 2640 return "glVertexAttribL1dv"; 2641 case EntryPoint::VertexAttribL2d: 2642 return "glVertexAttribL2d"; 2643 case EntryPoint::VertexAttribL2dv: 2644 return "glVertexAttribL2dv"; 2645 case EntryPoint::VertexAttribL3d: 2646 return "glVertexAttribL3d"; 2647 case EntryPoint::VertexAttribL3dv: 2648 return "glVertexAttribL3dv"; 2649 case EntryPoint::VertexAttribL4d: 2650 return "glVertexAttribL4d"; 2651 case EntryPoint::VertexAttribL4dv: 2652 return "glVertexAttribL4dv"; 2653 case EntryPoint::VertexAttribLFormat: 2654 return "glVertexAttribLFormat"; 2655 case EntryPoint::VertexAttribLPointer: 2656 return "glVertexAttribLPointer"; 2657 case EntryPoint::VertexAttribP1ui: 2658 return "glVertexAttribP1ui"; 2659 case EntryPoint::VertexAttribP1uiv: 2660 return "glVertexAttribP1uiv"; 2661 case EntryPoint::VertexAttribP2ui: 2662 return "glVertexAttribP2ui"; 2663 case EntryPoint::VertexAttribP2uiv: 2664 return "glVertexAttribP2uiv"; 2665 case EntryPoint::VertexAttribP3ui: 2666 return "glVertexAttribP3ui"; 2667 case EntryPoint::VertexAttribP3uiv: 2668 return "glVertexAttribP3uiv"; 2669 case EntryPoint::VertexAttribP4ui: 2670 return "glVertexAttribP4ui"; 2671 case EntryPoint::VertexAttribP4uiv: 2672 return "glVertexAttribP4uiv"; 2673 case EntryPoint::VertexAttribPointer: 2674 return "glVertexAttribPointer"; 2675 case EntryPoint::VertexBindingDivisor: 2676 return "glVertexBindingDivisor"; 2677 case EntryPoint::VertexP2ui: 2678 return "glVertexP2ui"; 2679 case EntryPoint::VertexP2uiv: 2680 return "glVertexP2uiv"; 2681 case EntryPoint::VertexP3ui: 2682 return "glVertexP3ui"; 2683 case EntryPoint::VertexP3uiv: 2684 return "glVertexP3uiv"; 2685 case EntryPoint::VertexP4ui: 2686 return "glVertexP4ui"; 2687 case EntryPoint::VertexP4uiv: 2688 return "glVertexP4uiv"; 2689 case EntryPoint::VertexPointer: 2690 return "glVertexPointer"; 2691 case EntryPoint::Viewport: 2692 return "glViewport"; 2693 case EntryPoint::ViewportArrayv: 2694 return "glViewportArrayv"; 2695 case EntryPoint::ViewportIndexedf: 2696 return "glViewportIndexedf"; 2697 case EntryPoint::ViewportIndexedfv: 2698 return "glViewportIndexedfv"; 2699 case EntryPoint::WaitSemaphoreEXT: 2700 return "glWaitSemaphoreEXT"; 2701 case EntryPoint::WaitSync: 2702 return "glWaitSync"; 2703 case EntryPoint::WeightPointerOES: 2704 return "glWeightPointerOES"; 2705 case EntryPoint::WindowPos2d: 2706 return "glWindowPos2d"; 2707 case EntryPoint::WindowPos2dv: 2708 return "glWindowPos2dv"; 2709 case EntryPoint::WindowPos2f: 2710 return "glWindowPos2f"; 2711 case EntryPoint::WindowPos2fv: 2712 return "glWindowPos2fv"; 2713 case EntryPoint::WindowPos2i: 2714 return "glWindowPos2i"; 2715 case EntryPoint::WindowPos2iv: 2716 return "glWindowPos2iv"; 2717 case EntryPoint::WindowPos2s: 2718 return "glWindowPos2s"; 2719 case EntryPoint::WindowPos2sv: 2720 return "glWindowPos2sv"; 2721 case EntryPoint::WindowPos3d: 2722 return "glWindowPos3d"; 2723 case EntryPoint::WindowPos3dv: 2724 return "glWindowPos3dv"; 2725 case EntryPoint::WindowPos3f: 2726 return "glWindowPos3f"; 2727 case EntryPoint::WindowPos3fv: 2728 return "glWindowPos3fv"; 2729 case EntryPoint::WindowPos3i: 2730 return "glWindowPos3i"; 2731 case EntryPoint::WindowPos3iv: 2732 return "glWindowPos3iv"; 2733 case EntryPoint::WindowPos3s: 2734 return "glWindowPos3s"; 2735 case EntryPoint::WindowPos3sv: 2736 return "glWindowPos3sv"; 2737 default: 2738 UNREACHABLE(); 2739 return "error"; 2740 } 2741 } 2742 } // namespace gl 2743