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