| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file is auto-generated from | 5 // This file is auto-generated from |
| 6 // gpu/command_buffer/build_gles2_cmd_buffer.py | 6 // gpu/command_buffer/build_gles2_cmd_buffer.py |
| 7 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
| 8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
| 9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
| 10 | 10 |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */, | 92 void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */, |
| 93 GLint /* level */, | 93 GLint /* level */, |
| 94 GLint /* xoffset */, | 94 GLint /* xoffset */, |
| 95 GLint /* yoffset */, | 95 GLint /* yoffset */, |
| 96 GLsizei /* width */, | 96 GLsizei /* width */, |
| 97 GLsizei /* height */, | 97 GLsizei /* height */, |
| 98 GLenum /* format */, | 98 GLenum /* format */, |
| 99 GLsizei /* imageSize */, | 99 GLsizei /* imageSize */, |
| 100 const void* /* data */) { | 100 const void* /* data */) { |
| 101 } | 101 } |
| 102 void GLES2InterfaceStub::CopyBufferSubData(GLenum /* readtarget */, |
| 103 GLenum /* writetarget */, |
| 104 GLintptr /* readoffset */, |
| 105 GLintptr /* writeoffset */, |
| 106 GLsizeiptr /* size */) { |
| 107 } |
| 102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, | 108 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, |
| 103 GLint /* level */, | 109 GLint /* level */, |
| 104 GLenum /* internalformat */, | 110 GLenum /* internalformat */, |
| 105 GLint /* x */, | 111 GLint /* x */, |
| 106 GLint /* y */, | 112 GLint /* y */, |
| 107 GLsizei /* width */, | 113 GLsizei /* width */, |
| 108 GLsizei /* height */, | 114 GLsizei /* height */, |
| 109 GLint /* border */) { | 115 GLint /* border */) { |
| 110 } | 116 } |
| 111 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, | 117 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 GLenum /* attachment */, | 184 GLenum /* attachment */, |
| 179 GLenum /* renderbuffertarget */, | 185 GLenum /* renderbuffertarget */, |
| 180 GLuint /* renderbuffer */) { | 186 GLuint /* renderbuffer */) { |
| 181 } | 187 } |
| 182 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, | 188 void GLES2InterfaceStub::FramebufferTexture2D(GLenum /* target */, |
| 183 GLenum /* attachment */, | 189 GLenum /* attachment */, |
| 184 GLenum /* textarget */, | 190 GLenum /* textarget */, |
| 185 GLuint /* texture */, | 191 GLuint /* texture */, |
| 186 GLint /* level */) { | 192 GLint /* level */) { |
| 187 } | 193 } |
| 194 void GLES2InterfaceStub::FramebufferTextureLayer(GLenum /* target */, |
| 195 GLenum /* attachment */, |
| 196 GLuint /* texture */, |
| 197 GLint /* level */, |
| 198 GLint /* layer */) { |
| 199 } |
| 188 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) { | 200 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) { |
| 189 } | 201 } |
| 190 void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) { | 202 void GLES2InterfaceStub::GenBuffers(GLsizei /* n */, GLuint* /* buffers */) { |
| 191 } | 203 } |
| 192 void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) { | 204 void GLES2InterfaceStub::GenerateMipmap(GLenum /* target */) { |
| 193 } | 205 } |
| 194 void GLES2InterfaceStub::GenFramebuffers(GLsizei /* n */, | 206 void GLES2InterfaceStub::GenFramebuffers(GLsizei /* n */, |
| 195 GLuint* /* framebuffers */) { | 207 GLuint* /* framebuffers */) { |
| 196 } | 208 } |
| 197 void GLES2InterfaceStub::GenRenderbuffers(GLsizei /* n */, | 209 void GLES2InterfaceStub::GenRenderbuffers(GLsizei /* n */, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 void GLES2InterfaceStub::GetFloatv(GLenum /* pname */, GLfloat* /* params */) { | 249 void GLES2InterfaceStub::GetFloatv(GLenum /* pname */, GLfloat* /* params */) { |
| 238 } | 250 } |
| 239 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( | 251 void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( |
| 240 GLenum /* target */, | 252 GLenum /* target */, |
| 241 GLenum /* attachment */, | 253 GLenum /* attachment */, |
| 242 GLenum /* pname */, | 254 GLenum /* pname */, |
| 243 GLint* /* params */) { | 255 GLint* /* params */) { |
| 244 } | 256 } |
| 245 void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) { | 257 void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) { |
| 246 } | 258 } |
| 259 void GLES2InterfaceStub::GetInternalformativ(GLenum /* target */, |
| 260 GLenum /* format */, |
| 261 GLenum /* pname */, |
| 262 GLsizei /* bufSize */, |
| 263 GLint* /* params */) { |
| 264 } |
| 247 void GLES2InterfaceStub::GetProgramiv(GLuint /* program */, | 265 void GLES2InterfaceStub::GetProgramiv(GLuint /* program */, |
| 248 GLenum /* pname */, | 266 GLenum /* pname */, |
| 249 GLint* /* params */) { | 267 GLint* /* params */) { |
| 250 } | 268 } |
| 251 void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */, | 269 void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */, |
| 252 GLsizei /* bufsize */, | 270 GLsizei /* bufsize */, |
| 253 GLsizei* /* length */, | 271 GLsizei* /* length */, |
| 254 char* /* infolog */) { | 272 char* /* infolog */) { |
| 255 } | 273 } |
| 256 void GLES2InterfaceStub::GetRenderbufferParameteriv(GLenum /* target */, | 274 void GLES2InterfaceStub::GetRenderbufferParameteriv(GLenum /* target */, |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 const GLfloat* /* params */) { | 441 const GLfloat* /* params */) { |
| 424 } | 442 } |
| 425 void GLES2InterfaceStub::TexParameteri(GLenum /* target */, | 443 void GLES2InterfaceStub::TexParameteri(GLenum /* target */, |
| 426 GLenum /* pname */, | 444 GLenum /* pname */, |
| 427 GLint /* param */) { | 445 GLint /* param */) { |
| 428 } | 446 } |
| 429 void GLES2InterfaceStub::TexParameteriv(GLenum /* target */, | 447 void GLES2InterfaceStub::TexParameteriv(GLenum /* target */, |
| 430 GLenum /* pname */, | 448 GLenum /* pname */, |
| 431 const GLint* /* params */) { | 449 const GLint* /* params */) { |
| 432 } | 450 } |
| 451 void GLES2InterfaceStub::TexStorage3D(GLenum /* target */, |
| 452 GLsizei /* levels */, |
| 453 GLenum /* internalFormat */, |
| 454 GLsizei /* width */, |
| 455 GLsizei /* height */, |
| 456 GLsizei /* depth */) { |
| 457 } |
| 433 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, | 458 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, |
| 434 GLint /* level */, | 459 GLint /* level */, |
| 435 GLint /* xoffset */, | 460 GLint /* xoffset */, |
| 436 GLint /* yoffset */, | 461 GLint /* yoffset */, |
| 437 GLsizei /* width */, | 462 GLsizei /* width */, |
| 438 GLsizei /* height */, | 463 GLsizei /* height */, |
| 439 GLenum /* format */, | 464 GLenum /* format */, |
| 440 GLenum /* type */, | 465 GLenum /* type */, |
| 441 const void* /* pixels */) { | 466 const void* /* pixels */) { |
| 442 } | 467 } |
| 443 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { | 468 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { |
| 444 } | 469 } |
| 445 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, | 470 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, |
| 446 GLsizei /* count */, | 471 GLsizei /* count */, |
| 447 const GLfloat* /* v */) { | 472 const GLfloat* /* v */) { |
| 448 } | 473 } |
| 449 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) { | 474 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) { |
| 450 } | 475 } |
| 451 void GLES2InterfaceStub::Uniform1iv(GLint /* location */, | 476 void GLES2InterfaceStub::Uniform1iv(GLint /* location */, |
| 452 GLsizei /* count */, | 477 GLsizei /* count */, |
| 453 const GLint* /* v */) { | 478 const GLint* /* v */) { |
| 454 } | 479 } |
| 480 void GLES2InterfaceStub::Uniform1ui(GLint /* location */, GLuint /* x */) { |
| 481 } |
| 482 void GLES2InterfaceStub::Uniform1uiv(GLint /* location */, |
| 483 GLsizei /* count */, |
| 484 const GLuint* /* v */) { |
| 485 } |
| 455 void GLES2InterfaceStub::Uniform2f(GLint /* location */, | 486 void GLES2InterfaceStub::Uniform2f(GLint /* location */, |
| 456 GLfloat /* x */, | 487 GLfloat /* x */, |
| 457 GLfloat /* y */) { | 488 GLfloat /* y */) { |
| 458 } | 489 } |
| 459 void GLES2InterfaceStub::Uniform2fv(GLint /* location */, | 490 void GLES2InterfaceStub::Uniform2fv(GLint /* location */, |
| 460 GLsizei /* count */, | 491 GLsizei /* count */, |
| 461 const GLfloat* /* v */) { | 492 const GLfloat* /* v */) { |
| 462 } | 493 } |
| 463 void GLES2InterfaceStub::Uniform2i(GLint /* location */, | 494 void GLES2InterfaceStub::Uniform2i(GLint /* location */, |
| 464 GLint /* x */, | 495 GLint /* x */, |
| 465 GLint /* y */) { | 496 GLint /* y */) { |
| 466 } | 497 } |
| 467 void GLES2InterfaceStub::Uniform2iv(GLint /* location */, | 498 void GLES2InterfaceStub::Uniform2iv(GLint /* location */, |
| 468 GLsizei /* count */, | 499 GLsizei /* count */, |
| 469 const GLint* /* v */) { | 500 const GLint* /* v */) { |
| 470 } | 501 } |
| 502 void GLES2InterfaceStub::Uniform2ui(GLint /* location */, |
| 503 GLuint /* x */, |
| 504 GLuint /* y */) { |
| 505 } |
| 506 void GLES2InterfaceStub::Uniform2uiv(GLint /* location */, |
| 507 GLsizei /* count */, |
| 508 const GLuint* /* v */) { |
| 509 } |
| 471 void GLES2InterfaceStub::Uniform3f(GLint /* location */, | 510 void GLES2InterfaceStub::Uniform3f(GLint /* location */, |
| 472 GLfloat /* x */, | 511 GLfloat /* x */, |
| 473 GLfloat /* y */, | 512 GLfloat /* y */, |
| 474 GLfloat /* z */) { | 513 GLfloat /* z */) { |
| 475 } | 514 } |
| 476 void GLES2InterfaceStub::Uniform3fv(GLint /* location */, | 515 void GLES2InterfaceStub::Uniform3fv(GLint /* location */, |
| 477 GLsizei /* count */, | 516 GLsizei /* count */, |
| 478 const GLfloat* /* v */) { | 517 const GLfloat* /* v */) { |
| 479 } | 518 } |
| 480 void GLES2InterfaceStub::Uniform3i(GLint /* location */, | 519 void GLES2InterfaceStub::Uniform3i(GLint /* location */, |
| 481 GLint /* x */, | 520 GLint /* x */, |
| 482 GLint /* y */, | 521 GLint /* y */, |
| 483 GLint /* z */) { | 522 GLint /* z */) { |
| 484 } | 523 } |
| 485 void GLES2InterfaceStub::Uniform3iv(GLint /* location */, | 524 void GLES2InterfaceStub::Uniform3iv(GLint /* location */, |
| 486 GLsizei /* count */, | 525 GLsizei /* count */, |
| 487 const GLint* /* v */) { | 526 const GLint* /* v */) { |
| 488 } | 527 } |
| 528 void GLES2InterfaceStub::Uniform3ui(GLint /* location */, |
| 529 GLuint /* x */, |
| 530 GLuint /* y */, |
| 531 GLuint /* z */) { |
| 532 } |
| 533 void GLES2InterfaceStub::Uniform3uiv(GLint /* location */, |
| 534 GLsizei /* count */, |
| 535 const GLuint* /* v */) { |
| 536 } |
| 489 void GLES2InterfaceStub::Uniform4f(GLint /* location */, | 537 void GLES2InterfaceStub::Uniform4f(GLint /* location */, |
| 490 GLfloat /* x */, | 538 GLfloat /* x */, |
| 491 GLfloat /* y */, | 539 GLfloat /* y */, |
| 492 GLfloat /* z */, | 540 GLfloat /* z */, |
| 493 GLfloat /* w */) { | 541 GLfloat /* w */) { |
| 494 } | 542 } |
| 495 void GLES2InterfaceStub::Uniform4fv(GLint /* location */, | 543 void GLES2InterfaceStub::Uniform4fv(GLint /* location */, |
| 496 GLsizei /* count */, | 544 GLsizei /* count */, |
| 497 const GLfloat* /* v */) { | 545 const GLfloat* /* v */) { |
| 498 } | 546 } |
| 499 void GLES2InterfaceStub::Uniform4i(GLint /* location */, | 547 void GLES2InterfaceStub::Uniform4i(GLint /* location */, |
| 500 GLint /* x */, | 548 GLint /* x */, |
| 501 GLint /* y */, | 549 GLint /* y */, |
| 502 GLint /* z */, | 550 GLint /* z */, |
| 503 GLint /* w */) { | 551 GLint /* w */) { |
| 504 } | 552 } |
| 505 void GLES2InterfaceStub::Uniform4iv(GLint /* location */, | 553 void GLES2InterfaceStub::Uniform4iv(GLint /* location */, |
| 506 GLsizei /* count */, | 554 GLsizei /* count */, |
| 507 const GLint* /* v */) { | 555 const GLint* /* v */) { |
| 508 } | 556 } |
| 557 void GLES2InterfaceStub::Uniform4ui(GLint /* location */, |
| 558 GLuint /* x */, |
| 559 GLuint /* y */, |
| 560 GLuint /* z */, |
| 561 GLuint /* w */) { |
| 562 } |
| 563 void GLES2InterfaceStub::Uniform4uiv(GLint /* location */, |
| 564 GLsizei /* count */, |
| 565 const GLuint* /* v */) { |
| 566 } |
| 509 void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */, | 567 void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */, |
| 510 GLsizei /* count */, | 568 GLsizei /* count */, |
| 511 GLboolean /* transpose */, | 569 GLboolean /* transpose */, |
| 512 const GLfloat* /* value */) { | 570 const GLfloat* /* value */) { |
| 513 } | 571 } |
| 572 void GLES2InterfaceStub::UniformMatrix2x3fv(GLint /* location */, |
| 573 GLsizei /* count */, |
| 574 GLboolean /* transpose */, |
| 575 const GLfloat* /* value */) { |
| 576 } |
| 577 void GLES2InterfaceStub::UniformMatrix2x4fv(GLint /* location */, |
| 578 GLsizei /* count */, |
| 579 GLboolean /* transpose */, |
| 580 const GLfloat* /* value */) { |
| 581 } |
| 514 void GLES2InterfaceStub::UniformMatrix3fv(GLint /* location */, | 582 void GLES2InterfaceStub::UniformMatrix3fv(GLint /* location */, |
| 515 GLsizei /* count */, | 583 GLsizei /* count */, |
| 516 GLboolean /* transpose */, | 584 GLboolean /* transpose */, |
| 517 const GLfloat* /* value */) { | 585 const GLfloat* /* value */) { |
| 518 } | 586 } |
| 587 void GLES2InterfaceStub::UniformMatrix3x2fv(GLint /* location */, |
| 588 GLsizei /* count */, |
| 589 GLboolean /* transpose */, |
| 590 const GLfloat* /* value */) { |
| 591 } |
| 592 void GLES2InterfaceStub::UniformMatrix3x4fv(GLint /* location */, |
| 593 GLsizei /* count */, |
| 594 GLboolean /* transpose */, |
| 595 const GLfloat* /* value */) { |
| 596 } |
| 519 void GLES2InterfaceStub::UniformMatrix4fv(GLint /* location */, | 597 void GLES2InterfaceStub::UniformMatrix4fv(GLint /* location */, |
| 520 GLsizei /* count */, | 598 GLsizei /* count */, |
| 521 GLboolean /* transpose */, | 599 GLboolean /* transpose */, |
| 522 const GLfloat* /* value */) { | 600 const GLfloat* /* value */) { |
| 523 } | 601 } |
| 602 void GLES2InterfaceStub::UniformMatrix4x2fv(GLint /* location */, |
| 603 GLsizei /* count */, |
| 604 GLboolean /* transpose */, |
| 605 const GLfloat* /* value */) { |
| 606 } |
| 607 void GLES2InterfaceStub::UniformMatrix4x3fv(GLint /* location */, |
| 608 GLsizei /* count */, |
| 609 GLboolean /* transpose */, |
| 610 const GLfloat* /* value */) { |
| 611 } |
| 524 void GLES2InterfaceStub::UseProgram(GLuint /* program */) { | 612 void GLES2InterfaceStub::UseProgram(GLuint /* program */) { |
| 525 } | 613 } |
| 526 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) { | 614 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) { |
| 527 } | 615 } |
| 528 void GLES2InterfaceStub::VertexAttrib1f(GLuint /* indx */, GLfloat /* x */) { | 616 void GLES2InterfaceStub::VertexAttrib1f(GLuint /* indx */, GLfloat /* x */) { |
| 529 } | 617 } |
| 530 void GLES2InterfaceStub::VertexAttrib1fv(GLuint /* indx */, | 618 void GLES2InterfaceStub::VertexAttrib1fv(GLuint /* indx */, |
| 531 const GLfloat* /* values */) { | 619 const GLfloat* /* values */) { |
| 532 } | 620 } |
| 533 void GLES2InterfaceStub::VertexAttrib2f(GLuint /* indx */, | 621 void GLES2InterfaceStub::VertexAttrib2f(GLuint /* indx */, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 547 } | 635 } |
| 548 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, | 636 void GLES2InterfaceStub::VertexAttrib4f(GLuint /* indx */, |
| 549 GLfloat /* x */, | 637 GLfloat /* x */, |
| 550 GLfloat /* y */, | 638 GLfloat /* y */, |
| 551 GLfloat /* z */, | 639 GLfloat /* z */, |
| 552 GLfloat /* w */) { | 640 GLfloat /* w */) { |
| 553 } | 641 } |
| 554 void GLES2InterfaceStub::VertexAttrib4fv(GLuint /* indx */, | 642 void GLES2InterfaceStub::VertexAttrib4fv(GLuint /* indx */, |
| 555 const GLfloat* /* values */) { | 643 const GLfloat* /* values */) { |
| 556 } | 644 } |
| 645 void GLES2InterfaceStub::VertexAttribI4i(GLuint /* indx */, |
| 646 GLint /* x */, |
| 647 GLint /* y */, |
| 648 GLint /* z */, |
| 649 GLint /* w */) { |
| 650 } |
| 651 void GLES2InterfaceStub::VertexAttribI4iv(GLuint /* indx */, |
| 652 const GLint* /* values */) { |
| 653 } |
| 654 void GLES2InterfaceStub::VertexAttribI4ui(GLuint /* indx */, |
| 655 GLuint /* x */, |
| 656 GLuint /* y */, |
| 657 GLuint /* z */, |
| 658 GLuint /* w */) { |
| 659 } |
| 660 void GLES2InterfaceStub::VertexAttribI4uiv(GLuint /* indx */, |
| 661 const GLuint* /* values */) { |
| 662 } |
| 663 void GLES2InterfaceStub::VertexAttribIPointer(GLuint /* indx */, |
| 664 GLint /* size */, |
| 665 GLenum /* type */, |
| 666 GLsizei /* stride */, |
| 667 const void* /* ptr */) { |
| 668 } |
| 557 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */, | 669 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */, |
| 558 GLint /* size */, | 670 GLint /* size */, |
| 559 GLenum /* type */, | 671 GLenum /* type */, |
| 560 GLboolean /* normalized */, | 672 GLboolean /* normalized */, |
| 561 GLsizei /* stride */, | 673 GLsizei /* stride */, |
| 562 const void* /* ptr */) { | 674 const void* /* ptr */) { |
| 563 } | 675 } |
| 564 void GLES2InterfaceStub::Viewport(GLint /* x */, | 676 void GLES2InterfaceStub::Viewport(GLint /* x */, |
| 565 GLint /* y */, | 677 GLint /* y */, |
| 566 GLsizei /* width */, | 678 GLsizei /* width */, |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 GLfloat /* uv_height */) { | 976 GLfloat /* uv_height */) { |
| 865 } | 977 } |
| 866 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, | 978 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, |
| 867 const GLfloat* /* m */) { | 979 const GLfloat* /* m */) { |
| 868 } | 980 } |
| 869 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { | 981 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { |
| 870 } | 982 } |
| 871 void GLES2InterfaceStub::BlendBarrierKHR() { | 983 void GLES2InterfaceStub::BlendBarrierKHR() { |
| 872 } | 984 } |
| 873 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 985 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| OLD | NEW |