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

Side by Side Diff: ppapi/lib/gl/include/GLES2/gl2ext.h

Issue 1476233003: ppapi: make gl2ext.h values consistent with third_party/khronos/GLES2/gl2ext.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sysroot_off_clang_off
Patch Set: Removed the dependency of the local patch! Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef __gl2ext_h_ 1 #ifndef __gl2ext_h_
2 #define __gl2ext_h_ 2 #define __gl2ext_h_
3 3
4 /* $Revision: 16619 $ on $Date:: 2012-01-18 10:00:14 -0800 #$ */ 4 /* $Revision: 16619 $ on $Date:: 2012-01-18 10:00:14 -0800 #$ */
5 5
6 #ifdef __cplusplus 6 #ifdef __cplusplus
7 extern "C" { 7 extern "C" {
8 #endif 8 #endif
9 9
10 /* 10 /*
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 /* GL_EXT_discard_framebuffer */ 303 /* GL_EXT_discard_framebuffer */
304 #ifndef GL_EXT_discard_framebuffer 304 #ifndef GL_EXT_discard_framebuffer
305 #define GL_COLOR_EXT 0x1800 305 #define GL_COLOR_EXT 0x1800
306 #define GL_DEPTH_EXT 0x1801 306 #define GL_DEPTH_EXT 0x1801
307 #define GL_STENCIL_EXT 0x1802 307 #define GL_STENCIL_EXT 0x1802
308 #endif 308 #endif
309 309
310 /* GL_EXT_multisampled_render_to_texture */ 310 /* GL_EXT_multisampled_render_to_texture */
311 #ifndef GL_EXT_multisampled_render_to_texture 311 #ifndef GL_EXT_multisampled_render_to_texture
312 #define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT 0x8D6C 312 #define GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT 0x8D6C
313 #define GL_RENDERBUFFER_SAMPLES_EXT 0x9133 313 #define GL_RENDERBUFFER_SAMPLES_EXT 0x8CAB
314 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x9134 314 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
315 #define GL_MAX_SAMPLES_EXT 0x9135 315 #define GL_MAX_SAMPLES_EXT 0x8D57
316 #endif 316 #endif
317 317
318 /* GL_EXT_multi_draw_arrays */ 318 /* GL_EXT_multi_draw_arrays */
319 /* No new tokens introduced by this extension. */ 319 /* No new tokens introduced by this extension. */
320 320
321 /* GL_EXT_occlusion_query_boolean */ 321 /* GL_EXT_occlusion_query_boolean */
322 #ifndef GL_EXT_occlusion_query_boolean 322 #ifndef GL_EXT_occlusion_query_boolean
323 #define GL_ANY_SAMPLES_PASSED_EXT 0x8C2F 323 #define GL_ANY_SAMPLES_PASSED_EXT 0x8C2F
324 #define GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT 0x8D6A 324 #define GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT 0x8D6A
325 #define GL_CURRENT_QUERY_EXT 0x8865 325 #define GL_CURRENT_QUERY_EXT 0x8865
(...skipping 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 #define GL_CHROMIUM_command_buffer_query 1 1981 #define GL_CHROMIUM_command_buffer_query 1
1982 // TODO(gman): Get official numbers for these constants. 1982 // TODO(gman): Get official numbers for these constants.
1983 #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2 1983 #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2
1984 #endif 1984 #endif
1985 1985
1986 #ifdef __cplusplus 1986 #ifdef __cplusplus
1987 } 1987 }
1988 #endif 1988 #endif
1989 1989
1990 #endif /* __gl2ext_h_ */ 1990 #endif /* __gl2ext_h_ */
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698