| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // DO NOT EDIT! | 7 // DO NOT EDIT! |
| 8 | 8 |
| 9 // This file is included by gles2_implementation.h to declare the | 9 // This file is included by gles2_implementation.h to declare the |
| 10 // GL api functions. | 10 // GL api functions. |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 virtual void GetUniformiv( | 205 virtual void GetUniformiv( |
| 206 GLuint program, GLint location, GLint* params) OVERRIDE; | 206 GLuint program, GLint location, GLint* params) OVERRIDE; |
| 207 | 207 |
| 208 virtual GLint GetUniformLocation(GLuint program, const char* name) OVERRIDE; | 208 virtual GLint GetUniformLocation(GLuint program, const char* name) OVERRIDE; |
| 209 | 209 |
| 210 virtual void GetVertexAttribPointerv( | 210 virtual void GetVertexAttribPointerv( |
| 211 GLuint index, GLenum pname, void** pointer) OVERRIDE; | 211 GLuint index, GLenum pname, void** pointer) OVERRIDE; |
| 212 | 212 |
| 213 virtual void Hint(GLenum target, GLenum mode) OVERRIDE; | 213 virtual void Hint(GLenum target, GLenum mode) OVERRIDE; |
| 214 | 214 |
| 215 virtual void ImageBufferDataCHROMIUM( |
| 216 GLenum target, GLsizei width, GLsizei height) OVERRIDE; |
| 217 |
| 215 virtual GLboolean IsBuffer(GLuint buffer) OVERRIDE; | 218 virtual GLboolean IsBuffer(GLuint buffer) OVERRIDE; |
| 216 | 219 |
| 217 virtual GLboolean IsEnabled(GLenum cap) OVERRIDE; | 220 virtual GLboolean IsEnabled(GLenum cap) OVERRIDE; |
| 218 | 221 |
| 219 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE; | 222 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE; |
| 220 | 223 |
| 221 virtual GLboolean IsProgram(GLuint program) OVERRIDE; | 224 virtual GLboolean IsProgram(GLuint program) OVERRIDE; |
| 222 | 225 |
| 223 virtual GLboolean IsRenderbuffer(GLuint renderbuffer) OVERRIDE; | 226 virtual GLboolean IsRenderbuffer(GLuint renderbuffer) OVERRIDE; |
| 224 | 227 |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; | 530 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; |
| 528 | 531 |
| 529 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; | 532 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; |
| 530 | 533 |
| 531 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; | 534 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; |
| 532 | 535 |
| 533 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; | 536 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; |
| 534 | 537 |
| 535 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 538 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| 536 | 539 |
| OLD | NEW |