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_PPB_OPENGLES_H_ | 8 #ifndef PPAPI_C_PPB_OPENGLES_H_ |
9 #define PPAPI_C_PPB_OPENGLES_H_ | 9 #define PPAPI_C_PPB_OPENGLES_H_ |
10 | 10 |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 PP_Resource context, GLuint indx, const GLfloat* values); | 296 PP_Resource context, GLuint indx, const GLfloat* values); |
297 void (*VertexAttribPointer)( | 297 void (*VertexAttribPointer)( |
298 PP_Resource context, GLuint indx, GLint size, GLenum type, | 298 PP_Resource context, GLuint indx, GLint size, GLenum type, |
299 GLboolean normalized, GLsizei stride, const void* ptr); | 299 GLboolean normalized, GLsizei stride, const void* ptr); |
300 void (*Viewport)( | 300 void (*Viewport)( |
301 PP_Resource context, GLint x, GLint y, GLsizei width, GLsizei height); | 301 PP_Resource context, GLint x, GLint y, GLsizei width, GLsizei height); |
302 }; | 302 }; |
303 | 303 |
304 #endif // PPAPI_C_PPB_OPENGLES_H_ | 304 #endif // PPAPI_C_PPB_OPENGLES_H_ |
305 | 305 |
OLD | NEW |