| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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. DO NOT EDIT! | 5 // This file is auto-generated. DO NOT EDIT! |
| 6 | 6 |
| 7 // OpenGL ES interface. | 7 // OpenGL ES interface. |
| 8 #ifndef PPAPI_C_DEV_PPB_OPENGLES_DEV_H_ | 8 #ifndef PPAPI_C_DEV_PPB_OPENGLES_DEV_H_ |
| 9 #define PPAPI_C_DEV_PPB_OPENGLES_DEV_H_ | 9 #define PPAPI_C_DEV_PPB_OPENGLES_DEV_H_ |
| 10 | 10 |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 PP_Resource context, GLuint indx, const GLfloat* values); | 299 PP_Resource context, GLuint indx, const GLfloat* values); |
| 300 void (*VertexAttribPointer)( | 300 void (*VertexAttribPointer)( |
| 301 PP_Resource context, GLuint indx, GLint size, GLenum type, | 301 PP_Resource context, GLuint indx, GLint size, GLenum type, |
| 302 GLboolean normalized, GLsizei stride, const void* ptr); | 302 GLboolean normalized, GLsizei stride, const void* ptr); |
| 303 void (*Viewport)( | 303 void (*Viewport)( |
| 304 PP_Resource context, GLint x, GLint y, GLsizei width, GLsizei height); | 304 PP_Resource context, GLint x, GLint y, GLsizei width, GLsizei height); |
| 305 }; | 305 }; |
| 306 | 306 |
| 307 #endif // PPAPI_C_DEV_PPB_OPENGLES_DEV_H_ | 307 #endif // PPAPI_C_DEV_PPB_OPENGLES_DEV_H_ |
| 308 | 308 |
| OLD | NEW |