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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 GLfloat* params) { | 639 GLfloat* params) { |
640 MojoGLES2MakeCurrent(context_); | 640 MojoGLES2MakeCurrent(context_); |
641 glGetVertexAttribfv(index, pname, params); | 641 glGetVertexAttribfv(index, pname, params); |
642 } | 642 } |
643 void MojoGLES2Impl::GetVertexAttribiv(GLuint index, | 643 void MojoGLES2Impl::GetVertexAttribiv(GLuint index, |
644 GLenum pname, | 644 GLenum pname, |
645 GLint* params) { | 645 GLint* params) { |
646 MojoGLES2MakeCurrent(context_); | 646 MojoGLES2MakeCurrent(context_); |
647 glGetVertexAttribiv(index, pname, params); | 647 glGetVertexAttribiv(index, pname, params); |
648 } | 648 } |
| 649 void MojoGLES2Impl::GetVertexAttribIiv(GLuint index, |
| 650 GLenum pname, |
| 651 GLint* params) { |
| 652 NOTREACHED() << "Unimplemented GetVertexAttribIiv."; |
| 653 } |
| 654 void MojoGLES2Impl::GetVertexAttribIuiv(GLuint index, |
| 655 GLenum pname, |
| 656 GLuint* params) { |
| 657 NOTREACHED() << "Unimplemented GetVertexAttribIuiv."; |
| 658 } |
649 void MojoGLES2Impl::GetVertexAttribPointerv(GLuint index, | 659 void MojoGLES2Impl::GetVertexAttribPointerv(GLuint index, |
650 GLenum pname, | 660 GLenum pname, |
651 void** pointer) { | 661 void** pointer) { |
652 MojoGLES2MakeCurrent(context_); | 662 MojoGLES2MakeCurrent(context_); |
653 glGetVertexAttribPointerv(index, pname, pointer); | 663 glGetVertexAttribPointerv(index, pname, pointer); |
654 } | 664 } |
655 void MojoGLES2Impl::Hint(GLenum target, GLenum mode) { | 665 void MojoGLES2Impl::Hint(GLenum target, GLenum mode) { |
656 MojoGLES2MakeCurrent(context_); | 666 MojoGLES2MakeCurrent(context_); |
657 glHint(target, mode); | 667 glHint(target, mode); |
658 } | 668 } |
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1599 NOTREACHED() << "Unimplemented MatrixLoadfCHROMIUM."; | 1609 NOTREACHED() << "Unimplemented MatrixLoadfCHROMIUM."; |
1600 } | 1610 } |
1601 void MojoGLES2Impl::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) { | 1611 void MojoGLES2Impl::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) { |
1602 NOTREACHED() << "Unimplemented MatrixLoadIdentityCHROMIUM."; | 1612 NOTREACHED() << "Unimplemented MatrixLoadIdentityCHROMIUM."; |
1603 } | 1613 } |
1604 void MojoGLES2Impl::BlendBarrierKHR() { | 1614 void MojoGLES2Impl::BlendBarrierKHR() { |
1605 NOTREACHED() << "Unimplemented BlendBarrierKHR."; | 1615 NOTREACHED() << "Unimplemented BlendBarrierKHR."; |
1606 } | 1616 } |
1607 | 1617 |
1608 } // namespace mojo | 1618 } // namespace mojo |
OLD | NEW |