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

Unified Diff: ui/gl/gl_bindings_autogen_gl.h

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_bindings_autogen_egl.cc ('k') | ui/gl/gl_bindings_autogen_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_bindings_autogen_gl.h
diff --git a/ui/gl/gl_bindings_autogen_gl.h b/ui/gl/gl_bindings_autogen_gl.h
index eb66b4a4534bbf735370e49eb478bc8d5e3f28a4..b38ba3f8838110534b9b30737e07ff8d21c7d6a3 100644
--- a/ui/gl/gl_bindings_autogen_gl.h
+++ b/ui/gl/gl_bindings_autogen_gl.h
@@ -894,27 +894,18 @@ struct ExtensionsGL {
bool b_GL_ANGLE_translated_shader_source;
bool b_GL_APPLE_fence;
bool b_GL_APPLE_vertex_array_object;
- bool b_GL_ARB_ES2_compatibility;
- bool b_GL_ARB_blend_func_extended;
- bool b_GL_ARB_copy_buffer;
bool b_GL_ARB_draw_buffers;
bool b_GL_ARB_draw_instanced;
- bool b_GL_ARB_framebuffer_object;
bool b_GL_ARB_get_program_binary;
bool b_GL_ARB_instanced_arrays;
- bool b_GL_ARB_internalformat_query;
- bool b_GL_ARB_invalidate_subdata;
bool b_GL_ARB_map_buffer_range;
bool b_GL_ARB_occlusion_query;
bool b_GL_ARB_robustness;
- bool b_GL_ARB_sampler_objects;
bool b_GL_ARB_sync;
bool b_GL_ARB_texture_storage;
bool b_GL_ARB_timer_query;
- bool b_GL_ARB_transform_feedback2;
- bool b_GL_ARB_uniform_buffer_object;
bool b_GL_ARB_vertex_array_object;
- bool b_GL_ARB_vertex_buffer_object;
+ bool b_GL_CHROMIUM_gles_depth_binding_hack;
bool b_GL_EXT_debug_marker;
bool b_GL_EXT_direct_state_access;
bool b_GL_EXT_discard_framebuffer;
@@ -925,6 +916,7 @@ struct ExtensionsGL {
bool b_GL_EXT_framebuffer_object;
bool b_GL_EXT_map_buffer_range;
bool b_GL_EXT_multisampled_render_to_texture;
+ bool b_GL_EXT_occlusion_query_boolean;
bool b_GL_EXT_robustness;
bool b_GL_EXT_texture_storage;
bool b_GL_EXT_timer_query;
« no previous file with comments | « ui/gl/gl_bindings_autogen_egl.cc ('k') | ui/gl/gl_bindings_autogen_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698