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 // 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 const char* procname) override; | 84 const char* procname) override; |
85 EGLBoolean eglGetSyncAttribKHRFn(EGLDisplay dpy, | 85 EGLBoolean eglGetSyncAttribKHRFn(EGLDisplay dpy, |
86 EGLSyncKHR sync, | 86 EGLSyncKHR sync, |
87 EGLint attribute, | 87 EGLint attribute, |
88 EGLint* value) override; | 88 EGLint* value) override; |
89 EGLBoolean eglGetSyncValuesCHROMIUMFn(EGLDisplay dpy, | 89 EGLBoolean eglGetSyncValuesCHROMIUMFn(EGLDisplay dpy, |
90 EGLSurface surface, | 90 EGLSurface surface, |
91 EGLuint64CHROMIUM* ust, | 91 EGLuint64CHROMIUM* ust, |
92 EGLuint64CHROMIUM* msc, | 92 EGLuint64CHROMIUM* msc, |
93 EGLuint64CHROMIUM* sbc) override; | 93 EGLuint64CHROMIUM* sbc) override; |
| 94 EGLBoolean eglImageFlushExternalEXTFn(EGLDisplay dpy, |
| 95 EGLImageKHR image, |
| 96 const EGLAttrib* attrib_list) override; |
94 EGLBoolean eglInitializeFn(EGLDisplay dpy, | 97 EGLBoolean eglInitializeFn(EGLDisplay dpy, |
95 EGLint* major, | 98 EGLint* major, |
96 EGLint* minor) override; | 99 EGLint* minor) override; |
97 EGLBoolean eglMakeCurrentFn(EGLDisplay dpy, | 100 EGLBoolean eglMakeCurrentFn(EGLDisplay dpy, |
98 EGLSurface draw, | 101 EGLSurface draw, |
99 EGLSurface read, | 102 EGLSurface read, |
100 EGLContext ctx) override; | 103 EGLContext ctx) override; |
101 EGLBoolean eglPostSubBufferNVFn(EGLDisplay dpy, | 104 EGLBoolean eglPostSubBufferNVFn(EGLDisplay dpy, |
102 EGLSurface surface, | 105 EGLSurface surface, |
103 EGLint x, | 106 EGLint x, |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 EGLSurface surface, | 157 EGLSurface surface, |
155 EGLint attribute, | 158 EGLint attribute, |
156 EGLint value) override; | 159 EGLint value) override; |
157 EGLBoolean eglSwapBuffersFn(EGLDisplay dpy, EGLSurface surface) override; | 160 EGLBoolean eglSwapBuffersFn(EGLDisplay dpy, EGLSurface surface) override; |
158 EGLBoolean eglSwapIntervalFn(EGLDisplay dpy, EGLint interval) override; | 161 EGLBoolean eglSwapIntervalFn(EGLDisplay dpy, EGLint interval) override; |
159 EGLBoolean eglTerminateFn(EGLDisplay dpy) override; | 162 EGLBoolean eglTerminateFn(EGLDisplay dpy) override; |
160 EGLBoolean eglWaitClientFn(void) override; | 163 EGLBoolean eglWaitClientFn(void) override; |
161 EGLBoolean eglWaitGLFn(void) override; | 164 EGLBoolean eglWaitGLFn(void) override; |
162 EGLBoolean eglWaitNativeFn(EGLint engine) override; | 165 EGLBoolean eglWaitNativeFn(EGLint engine) override; |
163 EGLint eglWaitSyncKHRFn(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) override; | 166 EGLint eglWaitSyncKHRFn(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) override; |
OLD | NEW |