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 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1487 MojoGLES2MakeCurrent(context_); | 1487 MojoGLES2MakeCurrent(context_); |
1488 glCopySubTextureCHROMIUM(target, source_id, dest_id, xoffset, yoffset, x, y, | 1488 glCopySubTextureCHROMIUM(target, source_id, dest_id, xoffset, yoffset, x, y, |
1489 width, height, unpack_flip_y, | 1489 width, height, unpack_flip_y, |
1490 unpack_premultiply_alpha, unpack_unmultiply_alpha); | 1490 unpack_premultiply_alpha, unpack_unmultiply_alpha); |
1491 } | 1491 } |
1492 void MojoGLES2Impl::CompressedCopyTextureCHROMIUM(GLenum target, | 1492 void MojoGLES2Impl::CompressedCopyTextureCHROMIUM(GLenum target, |
1493 GLenum source_id, | 1493 GLenum source_id, |
1494 GLenum dest_id) { | 1494 GLenum dest_id) { |
1495 NOTREACHED() << "Unimplemented CompressedCopyTextureCHROMIUM."; | 1495 NOTREACHED() << "Unimplemented CompressedCopyTextureCHROMIUM."; |
1496 } | 1496 } |
| 1497 void MojoGLES2Impl::CompressedCopySubTextureCHROMIUM(GLenum target, |
| 1498 GLenum source_id, |
| 1499 GLenum dest_id, |
| 1500 GLint xoffset, |
| 1501 GLint yoffset, |
| 1502 GLint x, |
| 1503 GLint y, |
| 1504 GLsizei width, |
| 1505 GLsizei height) { |
| 1506 NOTREACHED() << "Unimplemented CompressedCopySubTextureCHROMIUM."; |
| 1507 } |
1497 void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode, | 1508 void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode, |
1498 GLint first, | 1509 GLint first, |
1499 GLsizei count, | 1510 GLsizei count, |
1500 GLsizei primcount) { | 1511 GLsizei primcount) { |
1501 NOTREACHED() << "Unimplemented DrawArraysInstancedANGLE."; | 1512 NOTREACHED() << "Unimplemented DrawArraysInstancedANGLE."; |
1502 } | 1513 } |
1503 void MojoGLES2Impl::DrawElementsInstancedANGLE(GLenum mode, | 1514 void MojoGLES2Impl::DrawElementsInstancedANGLE(GLenum mode, |
1504 GLsizei count, | 1515 GLsizei count, |
1505 GLenum type, | 1516 GLenum type, |
1506 const void* indices, | 1517 const void* indices, |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1719 } | 1730 } |
1720 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() { | 1731 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() { |
1721 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR."; | 1732 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR."; |
1722 return 0; | 1733 return 0; |
1723 } | 1734 } |
1724 void MojoGLES2Impl::BlendBarrierKHR() { | 1735 void MojoGLES2Impl::BlendBarrierKHR() { |
1725 NOTREACHED() << "Unimplemented BlendBarrierKHR."; | 1736 NOTREACHED() << "Unimplemented BlendBarrierKHR."; |
1726 } | 1737 } |
1727 | 1738 |
1728 } // namespace mojo | 1739 } // namespace mojo |
OLD | NEW |