| 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 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1501 } | 1501 } |
| 1502 void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id, | 1502 void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
| 1503 const GLfloat* contents_rect, | 1503 const GLfloat* contents_rect, |
| 1504 GLfloat opacity, | 1504 GLfloat opacity, |
| 1505 GLuint background_color, | 1505 GLuint background_color, |
| 1506 GLuint edge_aa_mask, | 1506 GLuint edge_aa_mask, |
| 1507 const GLfloat* bounds_rect, | 1507 const GLfloat* bounds_rect, |
| 1508 GLboolean is_clipped, | 1508 GLboolean is_clipped, |
| 1509 const GLfloat* clip_rect, | 1509 const GLfloat* clip_rect, |
| 1510 GLint sorting_context_id, | 1510 GLint sorting_context_id, |
| 1511 const GLfloat* transform) { | 1511 const GLfloat* transform, |
| 1512 GLuint filter) { |
| 1512 gles2::GetGLContext()->ScheduleCALayerCHROMIUM( | 1513 gles2::GetGLContext()->ScheduleCALayerCHROMIUM( |
| 1513 contents_texture_id, contents_rect, opacity, background_color, | 1514 contents_texture_id, contents_rect, opacity, background_color, |
| 1514 edge_aa_mask, bounds_rect, is_clipped, clip_rect, sorting_context_id, | 1515 edge_aa_mask, bounds_rect, is_clipped, clip_rect, sorting_context_id, |
| 1515 transform); | 1516 transform, filter); |
| 1516 } | 1517 } |
| 1517 void GL_APIENTRY GLES2CommitOverlayPlanesCHROMIUM() { | 1518 void GL_APIENTRY GLES2CommitOverlayPlanesCHROMIUM() { |
| 1518 gles2::GetGLContext()->CommitOverlayPlanesCHROMIUM(); | 1519 gles2::GetGLContext()->CommitOverlayPlanesCHROMIUM(); |
| 1519 } | 1520 } |
| 1520 void GL_APIENTRY GLES2SwapInterval(GLint interval) { | 1521 void GL_APIENTRY GLES2SwapInterval(GLint interval) { |
| 1521 gles2::GetGLContext()->SwapInterval(interval); | 1522 gles2::GetGLContext()->SwapInterval(interval); |
| 1522 } | 1523 } |
| 1523 void GL_APIENTRY GLES2FlushDriverCachesCHROMIUM() { | 1524 void GL_APIENTRY GLES2FlushDriverCachesCHROMIUM() { |
| 1524 gles2::GetGLContext()->FlushDriverCachesCHROMIUM(); | 1525 gles2::GetGLContext()->FlushDriverCachesCHROMIUM(); |
| 1525 } | 1526 } |
| (...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3031 reinterpret_cast<GLES2FunctionPointer>( | 3032 reinterpret_cast<GLES2FunctionPointer>( |
| 3032 glUniformMatrix4fvStreamTextureMatrixCHROMIUM), | 3033 glUniformMatrix4fvStreamTextureMatrixCHROMIUM), |
| 3033 }, | 3034 }, |
| 3034 { | 3035 { |
| 3035 NULL, NULL, | 3036 NULL, NULL, |
| 3036 }, | 3037 }, |
| 3037 }; | 3038 }; |
| 3038 | 3039 |
| 3039 } // namespace gles2 | 3040 } // namespace gles2 |
| 3040 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ | 3041 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ |
| OLD | NEW |