Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(784)

Side by Side Diff: ui/gl/gl_bindings_api_autogen_egl.h

Issue 2418613004: ui: Add EGL_ANDROID_native_fence_sync support.
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_egl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 const EGLint* attrib_list) override; 57 const EGLint* attrib_list) override;
58 EGLSurface eglCreateWindowSurfaceFn(EGLDisplay dpy, 58 EGLSurface eglCreateWindowSurfaceFn(EGLDisplay dpy,
59 EGLConfig config, 59 EGLConfig config,
60 EGLNativeWindowType win, 60 EGLNativeWindowType win,
61 const EGLint* attrib_list) override; 61 const EGLint* attrib_list) override;
62 EGLBoolean eglDestroyContextFn(EGLDisplay dpy, EGLContext ctx) override; 62 EGLBoolean eglDestroyContextFn(EGLDisplay dpy, EGLContext ctx) override;
63 EGLBoolean eglDestroyImageKHRFn(EGLDisplay dpy, EGLImageKHR image) override; 63 EGLBoolean eglDestroyImageKHRFn(EGLDisplay dpy, EGLImageKHR image) override;
64 EGLBoolean eglDestroyStreamKHRFn(EGLDisplay dpy, EGLStreamKHR stream) override; 64 EGLBoolean eglDestroyStreamKHRFn(EGLDisplay dpy, EGLStreamKHR stream) override;
65 EGLBoolean eglDestroySurfaceFn(EGLDisplay dpy, EGLSurface surface) override; 65 EGLBoolean eglDestroySurfaceFn(EGLDisplay dpy, EGLSurface surface) override;
66 EGLBoolean eglDestroySyncKHRFn(EGLDisplay dpy, EGLSyncKHR sync) override; 66 EGLBoolean eglDestroySyncKHRFn(EGLDisplay dpy, EGLSyncKHR sync) override;
67 EGLint eglDupNativeFenceFDANDROIDFn(EGLDisplay dpy, EGLSyncKHR sync) override;
67 EGLBoolean eglGetConfigAttribFn(EGLDisplay dpy, 68 EGLBoolean eglGetConfigAttribFn(EGLDisplay dpy,
68 EGLConfig config, 69 EGLConfig config,
69 EGLint attribute, 70 EGLint attribute,
70 EGLint* value) override; 71 EGLint* value) override;
71 EGLBoolean eglGetConfigsFn(EGLDisplay dpy, 72 EGLBoolean eglGetConfigsFn(EGLDisplay dpy,
72 EGLConfig* configs, 73 EGLConfig* configs,
73 EGLint config_size, 74 EGLint config_size,
74 EGLint* num_config) override; 75 EGLint* num_config) override;
75 EGLContext eglGetCurrentContextFn(void) override; 76 EGLContext eglGetCurrentContextFn(void) override;
76 EGLDisplay eglGetCurrentDisplayFn(void) override; 77 EGLDisplay eglGetCurrentDisplayFn(void) override;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 EGLBoolean eglSwapBuffersWithDamageKHRFn(EGLDisplay dpy, 162 EGLBoolean eglSwapBuffersWithDamageKHRFn(EGLDisplay dpy,
162 EGLSurface surface, 163 EGLSurface surface,
163 EGLint* rects, 164 EGLint* rects,
164 EGLint n_rects) override; 165 EGLint n_rects) override;
165 EGLBoolean eglSwapIntervalFn(EGLDisplay dpy, EGLint interval) override; 166 EGLBoolean eglSwapIntervalFn(EGLDisplay dpy, EGLint interval) override;
166 EGLBoolean eglTerminateFn(EGLDisplay dpy) override; 167 EGLBoolean eglTerminateFn(EGLDisplay dpy) override;
167 EGLBoolean eglWaitClientFn(void) override; 168 EGLBoolean eglWaitClientFn(void) override;
168 EGLBoolean eglWaitGLFn(void) override; 169 EGLBoolean eglWaitGLFn(void) override;
169 EGLBoolean eglWaitNativeFn(EGLint engine) override; 170 EGLBoolean eglWaitNativeFn(EGLint engine) override;
170 EGLint eglWaitSyncKHRFn(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) override; 171 EGLint eglWaitSyncKHRFn(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) override;
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698