| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 virtual void GetBufferParameteriv(GLenum target, | 218 virtual void GetBufferParameteriv(GLenum target, |
| 219 GLenum pname, | 219 GLenum pname, |
| 220 GLint* params) = 0; | 220 GLint* params) = 0; |
| 221 virtual GLenum GetError() = 0; | 221 virtual GLenum GetError() = 0; |
| 222 virtual void GetFloatv(GLenum pname, GLfloat* params) = 0; | 222 virtual void GetFloatv(GLenum pname, GLfloat* params) = 0; |
| 223 virtual GLint GetFragDataLocation(GLuint program, const char* name) = 0; | 223 virtual GLint GetFragDataLocation(GLuint program, const char* name) = 0; |
| 224 virtual void GetFramebufferAttachmentParameteriv(GLenum target, | 224 virtual void GetFramebufferAttachmentParameteriv(GLenum target, |
| 225 GLenum attachment, | 225 GLenum attachment, |
| 226 GLenum pname, | 226 GLenum pname, |
| 227 GLint* params) = 0; | 227 GLint* params) = 0; |
| 228 virtual void GetInteger64v(GLenum pname, GLint64* params) = 0; |
| 229 virtual void GetIntegeri_v(GLenum pname, GLuint index, GLint* data) = 0; |
| 230 virtual void GetInteger64i_v(GLenum pname, GLuint index, GLint64* data) = 0; |
| 228 virtual void GetIntegerv(GLenum pname, GLint* params) = 0; | 231 virtual void GetIntegerv(GLenum pname, GLint* params) = 0; |
| 229 virtual void GetInternalformativ(GLenum target, | 232 virtual void GetInternalformativ(GLenum target, |
| 230 GLenum format, | 233 GLenum format, |
| 231 GLenum pname, | 234 GLenum pname, |
| 232 GLsizei bufSize, | 235 GLsizei bufSize, |
| 233 GLint* params) = 0; | 236 GLint* params) = 0; |
| 234 virtual void GetProgramiv(GLuint program, GLenum pname, GLint* params) = 0; | 237 virtual void GetProgramiv(GLuint program, GLenum pname, GLint* params) = 0; |
| 235 virtual void GetProgramInfoLog(GLuint program, | 238 virtual void GetProgramInfoLog(GLuint program, |
| 236 GLsizei bufsize, | 239 GLsizei bufsize, |
| 237 GLsizei* length, | 240 GLsizei* length, |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 GLint bounds_height, | 735 GLint bounds_height, |
| 733 GLfloat uv_x, | 736 GLfloat uv_x, |
| 734 GLfloat uv_y, | 737 GLfloat uv_y, |
| 735 GLfloat uv_width, | 738 GLfloat uv_width, |
| 736 GLfloat uv_height) = 0; | 739 GLfloat uv_height) = 0; |
| 737 virtual void SwapInterval(GLint interval) = 0; | 740 virtual void SwapInterval(GLint interval) = 0; |
| 738 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; | 741 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; |
| 739 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; | 742 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; |
| 740 virtual void BlendBarrierKHR() = 0; | 743 virtual void BlendBarrierKHR() = 0; |
| 741 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ | 744 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ |
| OLD | NEW |