OLD | NEW |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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 // ui/gl/generate_bindings.py | 6 // ui/gl/generate_bindings.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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 GLenum format, | 183 GLenum format, |
184 GLsizei imageSize, | 184 GLsizei imageSize, |
185 const void* data); | 185 const void* data); |
186 typedef void(GL_BINDING_CALL* glCopyBufferSubDataProc)(GLenum readTarget, | 186 typedef void(GL_BINDING_CALL* glCopyBufferSubDataProc)(GLenum readTarget, |
187 GLenum writeTarget, | 187 GLenum writeTarget, |
188 GLintptr readOffset, | 188 GLintptr readOffset, |
189 GLintptr writeOffset, | 189 GLintptr writeOffset, |
190 GLsizeiptr size); | 190 GLsizeiptr size); |
191 typedef void(GL_BINDING_CALL* glCopySubTextureCHROMIUMProc)( | 191 typedef void(GL_BINDING_CALL* glCopySubTextureCHROMIUMProc)( |
192 GLuint sourceId, | 192 GLuint sourceId, |
| 193 GLint sourceLevel, |
| 194 GLenum destTarget, |
193 GLuint destId, | 195 GLuint destId, |
| 196 GLint destLevel, |
194 GLint xoffset, | 197 GLint xoffset, |
195 GLint yoffset, | 198 GLint yoffset, |
196 GLint x, | 199 GLint x, |
197 GLint y, | 200 GLint y, |
198 GLsizei width, | 201 GLsizei width, |
199 GLsizei height, | 202 GLsizei height, |
200 GLboolean unpackFlipY, | 203 GLboolean unpackFlipY, |
201 GLboolean unpackPremultiplyAlpha, | 204 GLboolean unpackPremultiplyAlpha, |
202 GLboolean unpackUnmultiplyAlpha); | 205 GLboolean unpackUnmultiplyAlpha); |
203 typedef void(GL_BINDING_CALL* glCopyTexImage2DProc)(GLenum target, | 206 typedef void(GL_BINDING_CALL* glCopyTexImage2DProc)(GLenum target, |
(...skipping 16 matching lines...) Expand all Loading... |
220 GLint level, | 223 GLint level, |
221 GLint xoffset, | 224 GLint xoffset, |
222 GLint yoffset, | 225 GLint yoffset, |
223 GLint zoffset, | 226 GLint zoffset, |
224 GLint x, | 227 GLint x, |
225 GLint y, | 228 GLint y, |
226 GLsizei width, | 229 GLsizei width, |
227 GLsizei height); | 230 GLsizei height); |
228 typedef void(GL_BINDING_CALL* glCopyTextureCHROMIUMProc)( | 231 typedef void(GL_BINDING_CALL* glCopyTextureCHROMIUMProc)( |
229 GLuint sourceId, | 232 GLuint sourceId, |
| 233 GLint sourceLevel, |
| 234 GLenum destTarget, |
230 GLuint destId, | 235 GLuint destId, |
| 236 GLint destLevel, |
231 GLint internalFormat, | 237 GLint internalFormat, |
232 GLenum destType, | 238 GLenum destType, |
233 GLboolean unpackFlipY, | 239 GLboolean unpackFlipY, |
234 GLboolean unpackPremultiplyAlpha, | 240 GLboolean unpackPremultiplyAlpha, |
235 GLboolean unpackUnmultiplyAlpha); | 241 GLboolean unpackUnmultiplyAlpha); |
236 typedef void(GL_BINDING_CALL* glCoverageModulationNVProc)(GLenum components); | 242 typedef void(GL_BINDING_CALL* glCoverageModulationNVProc)(GLenum components); |
237 typedef void(GL_BINDING_CALL* glCoverFillPathInstancedNVProc)( | 243 typedef void(GL_BINDING_CALL* glCoverFillPathInstancedNVProc)( |
238 GLsizei numPaths, | 244 GLsizei numPaths, |
239 GLenum pathNameType, | 245 GLenum pathNameType, |
240 const void* paths, | 246 const void* paths, |
(...skipping 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2111 GLsizei depth, | 2117 GLsizei depth, |
2112 GLenum format, | 2118 GLenum format, |
2113 GLsizei imageSize, | 2119 GLsizei imageSize, |
2114 const void* data) = 0; | 2120 const void* data) = 0; |
2115 virtual void glCopyBufferSubDataFn(GLenum readTarget, | 2121 virtual void glCopyBufferSubDataFn(GLenum readTarget, |
2116 GLenum writeTarget, | 2122 GLenum writeTarget, |
2117 GLintptr readOffset, | 2123 GLintptr readOffset, |
2118 GLintptr writeOffset, | 2124 GLintptr writeOffset, |
2119 GLsizeiptr size) = 0; | 2125 GLsizeiptr size) = 0; |
2120 virtual void glCopySubTextureCHROMIUMFn(GLuint sourceId, | 2126 virtual void glCopySubTextureCHROMIUMFn(GLuint sourceId, |
| 2127 GLint sourceLevel, |
| 2128 GLenum destTarget, |
2121 GLuint destId, | 2129 GLuint destId, |
| 2130 GLint destLevel, |
2122 GLint xoffset, | 2131 GLint xoffset, |
2123 GLint yoffset, | 2132 GLint yoffset, |
2124 GLint x, | 2133 GLint x, |
2125 GLint y, | 2134 GLint y, |
2126 GLsizei width, | 2135 GLsizei width, |
2127 GLsizei height, | 2136 GLsizei height, |
2128 GLboolean unpackFlipY, | 2137 GLboolean unpackFlipY, |
2129 GLboolean unpackPremultiplyAlpha, | 2138 GLboolean unpackPremultiplyAlpha, |
2130 GLboolean unpackUnmultiplyAlpha) = 0; | 2139 GLboolean unpackUnmultiplyAlpha) = 0; |
2131 virtual void glCopyTexImage2DFn(GLenum target, | 2140 virtual void glCopyTexImage2DFn(GLenum target, |
(...skipping 15 matching lines...) Expand all Loading... |
2147 virtual void glCopyTexSubImage3DFn(GLenum target, | 2156 virtual void glCopyTexSubImage3DFn(GLenum target, |
2148 GLint level, | 2157 GLint level, |
2149 GLint xoffset, | 2158 GLint xoffset, |
2150 GLint yoffset, | 2159 GLint yoffset, |
2151 GLint zoffset, | 2160 GLint zoffset, |
2152 GLint x, | 2161 GLint x, |
2153 GLint y, | 2162 GLint y, |
2154 GLsizei width, | 2163 GLsizei width, |
2155 GLsizei height) = 0; | 2164 GLsizei height) = 0; |
2156 virtual void glCopyTextureCHROMIUMFn(GLuint sourceId, | 2165 virtual void glCopyTextureCHROMIUMFn(GLuint sourceId, |
| 2166 GLint sourceLevel, |
| 2167 GLenum destTarget, |
2157 GLuint destId, | 2168 GLuint destId, |
| 2169 GLint destLevel, |
2158 GLint internalFormat, | 2170 GLint internalFormat, |
2159 GLenum destType, | 2171 GLenum destType, |
2160 GLboolean unpackFlipY, | 2172 GLboolean unpackFlipY, |
2161 GLboolean unpackPremultiplyAlpha, | 2173 GLboolean unpackPremultiplyAlpha, |
2162 GLboolean unpackUnmultiplyAlpha) = 0; | 2174 GLboolean unpackUnmultiplyAlpha) = 0; |
2163 virtual void glCoverageModulationNVFn(GLenum components) = 0; | 2175 virtual void glCoverageModulationNVFn(GLenum components) = 0; |
2164 virtual void glCoverFillPathInstancedNVFn(GLsizei numPaths, | 2176 virtual void glCoverFillPathInstancedNVFn(GLsizei numPaths, |
2165 GLenum pathNameType, | 2177 GLenum pathNameType, |
2166 const void* paths, | 2178 const void* paths, |
2167 GLuint pathBase, | 2179 GLuint pathBase, |
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3794 #define glVertexAttribI4ui ::gl::g_current_gl_context->glVertexAttribI4uiFn | 3806 #define glVertexAttribI4ui ::gl::g_current_gl_context->glVertexAttribI4uiFn |
3795 #define glVertexAttribI4uiv ::gl::g_current_gl_context->glVertexAttribI4uivFn | 3807 #define glVertexAttribI4uiv ::gl::g_current_gl_context->glVertexAttribI4uivFn |
3796 #define glVertexAttribIPointer \ | 3808 #define glVertexAttribIPointer \ |
3797 ::gl::g_current_gl_context->glVertexAttribIPointerFn | 3809 ::gl::g_current_gl_context->glVertexAttribIPointerFn |
3798 #define glVertexAttribPointer \ | 3810 #define glVertexAttribPointer \ |
3799 ::gl::g_current_gl_context->glVertexAttribPointerFn | 3811 ::gl::g_current_gl_context->glVertexAttribPointerFn |
3800 #define glViewport ::gl::g_current_gl_context->glViewportFn | 3812 #define glViewport ::gl::g_current_gl_context->glViewportFn |
3801 #define glWaitSync ::gl::g_current_gl_context->glWaitSyncFn | 3813 #define glWaitSync ::gl::g_current_gl_context->glWaitSyncFn |
3802 | 3814 |
3803 #endif // UI_GL_GL_BINDINGS_AUTOGEN_GL_H_ | 3815 #endif // UI_GL_GL_BINDINGS_AUTOGEN_GL_H_ |
OLD | NEW |