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

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

Issue 1203513004: Respect the disabled extension list during binding initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 5 months 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/gl_bindings.cc ('k') | ui/gl/gl_bindings_autogen_egl.cc » ('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 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 bool b_EGL_ANGLE_query_surface_pointer; 161 bool b_EGL_ANGLE_query_surface_pointer;
162 bool b_EGL_ANGLE_surface_d3d_texture_2d_share_handle; 162 bool b_EGL_ANGLE_surface_d3d_texture_2d_share_handle;
163 bool b_EGL_CHROMIUM_sync_control; 163 bool b_EGL_CHROMIUM_sync_control;
164 bool b_EGL_KHR_fence_sync; 164 bool b_EGL_KHR_fence_sync;
165 bool b_EGL_KHR_gl_texture_2D_image; 165 bool b_EGL_KHR_gl_texture_2D_image;
166 bool b_EGL_KHR_image; 166 bool b_EGL_KHR_image;
167 bool b_EGL_KHR_image_base; 167 bool b_EGL_KHR_image_base;
168 bool b_EGL_KHR_reusable_sync; 168 bool b_EGL_KHR_reusable_sync;
169 bool b_EGL_KHR_wait_sync; 169 bool b_EGL_KHR_wait_sync;
170 bool b_EGL_NV_post_sub_buffer; 170 bool b_EGL_NV_post_sub_buffer;
171 bool b_GL_CHROMIUM_egl_khr_fence_sync_hack;
171 }; 172 };
172 173
173 struct ProcsEGL { 174 struct ProcsEGL {
174 eglBindAPIProc eglBindAPIFn; 175 eglBindAPIProc eglBindAPIFn;
175 eglBindTexImageProc eglBindTexImageFn; 176 eglBindTexImageProc eglBindTexImageFn;
176 eglChooseConfigProc eglChooseConfigFn; 177 eglChooseConfigProc eglChooseConfigFn;
177 eglClientWaitSyncKHRProc eglClientWaitSyncKHRFn; 178 eglClientWaitSyncKHRProc eglClientWaitSyncKHRFn;
178 eglCopyBuffersProc eglCopyBuffersFn; 179 eglCopyBuffersProc eglCopyBuffersFn;
179 eglCreateContextProc eglCreateContextFn; 180 eglCreateContextProc eglCreateContextFn;
180 eglCreateImageKHRProc eglCreateImageKHRFn; 181 eglCreateImageKHRProc eglCreateImageKHRFn;
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 #define eglSurfaceAttrib ::gfx::g_current_egl_context->eglSurfaceAttribFn 401 #define eglSurfaceAttrib ::gfx::g_current_egl_context->eglSurfaceAttribFn
401 #define eglSwapBuffers ::gfx::g_current_egl_context->eglSwapBuffersFn 402 #define eglSwapBuffers ::gfx::g_current_egl_context->eglSwapBuffersFn
402 #define eglSwapInterval ::gfx::g_current_egl_context->eglSwapIntervalFn 403 #define eglSwapInterval ::gfx::g_current_egl_context->eglSwapIntervalFn
403 #define eglTerminate ::gfx::g_current_egl_context->eglTerminateFn 404 #define eglTerminate ::gfx::g_current_egl_context->eglTerminateFn
404 #define eglWaitClient ::gfx::g_current_egl_context->eglWaitClientFn 405 #define eglWaitClient ::gfx::g_current_egl_context->eglWaitClientFn
405 #define eglWaitGL ::gfx::g_current_egl_context->eglWaitGLFn 406 #define eglWaitGL ::gfx::g_current_egl_context->eglWaitGLFn
406 #define eglWaitNative ::gfx::g_current_egl_context->eglWaitNativeFn 407 #define eglWaitNative ::gfx::g_current_egl_context->eglWaitNativeFn
407 #define eglWaitSyncKHR ::gfx::g_current_egl_context->eglWaitSyncKHRFn 408 #define eglWaitSyncKHR ::gfx::g_current_egl_context->eglWaitSyncKHRFn
408 409
409 #endif // UI_GFX_GL_GL_BINDINGS_AUTOGEN_EGL_H_ 410 #endif // UI_GFX_GL_GL_BINDINGS_AUTOGEN_EGL_H_
OLDNEW
« no previous file with comments | « ui/gl/gl_bindings.cc ('k') | ui/gl/gl_bindings_autogen_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698