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 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1409 void MojoGLES2Impl::GetUniformsES3CHROMIUM(GLuint program, | 1409 void MojoGLES2Impl::GetUniformsES3CHROMIUM(GLuint program, |
1410 GLsizei bufsize, | 1410 GLsizei bufsize, |
1411 GLsizei* size, | 1411 GLsizei* size, |
1412 void* info) { | 1412 void* info) { |
1413 NOTREACHED() << "Unimplemented GetUniformsES3CHROMIUM."; | 1413 NOTREACHED() << "Unimplemented GetUniformsES3CHROMIUM."; |
1414 } | 1414 } |
1415 GLuint MojoGLES2Impl::CreateStreamTextureCHROMIUM(GLuint texture) { | 1415 GLuint MojoGLES2Impl::CreateStreamTextureCHROMIUM(GLuint texture) { |
1416 NOTREACHED() << "Unimplemented CreateStreamTextureCHROMIUM."; | 1416 NOTREACHED() << "Unimplemented CreateStreamTextureCHROMIUM."; |
1417 return 0; | 1417 return 0; |
1418 } | 1418 } |
| 1419 GLuint MojoGLES2Impl::CreateStreamTextureImageCHROMIUM(GLint image_id) { |
| 1420 NOTREACHED() << "Unimplemented CreateStreamTextureImageCHROMIUM."; |
| 1421 return 0; |
| 1422 } |
1419 GLuint MojoGLES2Impl::CreateImageCHROMIUM(ClientBuffer buffer, | 1423 GLuint MojoGLES2Impl::CreateImageCHROMIUM(ClientBuffer buffer, |
1420 GLsizei width, | 1424 GLsizei width, |
1421 GLsizei height, | 1425 GLsizei height, |
1422 GLenum internalformat) { | 1426 GLenum internalformat) { |
1423 MojoGLES2MakeCurrent(context_); | 1427 MojoGLES2MakeCurrent(context_); |
1424 return glCreateImageCHROMIUM(buffer, width, height, internalformat); | 1428 return glCreateImageCHROMIUM(buffer, width, height, internalformat); |
1425 } | 1429 } |
1426 void MojoGLES2Impl::DestroyImageCHROMIUM(GLuint image_id) { | 1430 void MojoGLES2Impl::DestroyImageCHROMIUM(GLuint image_id) { |
1427 MojoGLES2MakeCurrent(context_); | 1431 MojoGLES2MakeCurrent(context_); |
1428 glDestroyImageCHROMIUM(image_id); | 1432 glDestroyImageCHROMIUM(image_id); |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1714 } | 1718 } |
1715 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() { | 1719 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() { |
1716 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR."; | 1720 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR."; |
1717 return 0; | 1721 return 0; |
1718 } | 1722 } |
1719 void MojoGLES2Impl::BlendBarrierKHR() { | 1723 void MojoGLES2Impl::BlendBarrierKHR() { |
1720 NOTREACHED() << "Unimplemented BlendBarrierKHR."; | 1724 NOTREACHED() << "Unimplemented BlendBarrierKHR."; |
1721 } | 1725 } |
1722 | 1726 |
1723 } // namespace mojo | 1727 } // namespace mojo |
OLD | NEW |