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