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

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

Issue 1541283002: Remove ANGLE_pack_reverse_row_order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 #define GL_READ_FRAMEBUFFER_BINDING_ANGLE 0x8CAA 200 #define GL_READ_FRAMEBUFFER_BINDING_ANGLE 0x8CAA
201 #endif 201 #endif
202 202
203 /* GL_ANGLE_framebuffer_multisample */ 203 /* GL_ANGLE_framebuffer_multisample */
204 #ifndef GL_ANGLE_framebuffer_multisample 204 #ifndef GL_ANGLE_framebuffer_multisample
205 #define GL_RENDERBUFFER_SAMPLES_ANGLE 0x8CAB 205 #define GL_RENDERBUFFER_SAMPLES_ANGLE 0x8CAB
206 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE 0x8D56 206 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE 0x8D56
207 #define GL_MAX_SAMPLES_ANGLE 0x8D57 207 #define GL_MAX_SAMPLES_ANGLE 0x8D57
208 #endif 208 #endif
209 209
210 /* GL_ANGLE_pack_reverse_row_order */
211 #ifndef GL_ANGLE_pack_reverse_row_order
212 #define GL_PACK_REVERSE_ROW_ORDER_ANGLE 0x93A4
213 #endif
214
215 /* GL_ANGLE_texture_usage */ 210 /* GL_ANGLE_texture_usage */
216 #ifndef GL_ANGLE_texture_usage 211 #ifndef GL_ANGLE_texture_usage
217 #define GL_TEXTURE_USAGE_ANGLE 0x93A2 212 #define GL_TEXTURE_USAGE_ANGLE 0x93A2
218 #define GL_FRAMEBUFFER_ATTACHMENT_ANGLE 0x93A3 213 #define GL_FRAMEBUFFER_ATTACHMENT_ANGLE 0x93A3
219 #endif 214 #endif
220 215
221 /* GL_ANGLE_instanced_arrays */ 216 /* GL_ANGLE_instanced_arrays */
222 #ifndef GL_ANGLE_instanced_arrays 217 #ifndef GL_ANGLE_instanced_arrays
223 #define GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE 0x88FE 218 #define GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE 0x88FE
224 #endif 219 #endif
(...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 #define GL_CHROMIUM_command_buffer_query 1 1976 #define GL_CHROMIUM_command_buffer_query 1
1982 // TODO(gman): Get official numbers for these constants. 1977 // TODO(gman): Get official numbers for these constants.
1983 #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2 1978 #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2
1984 #endif 1979 #endif
1985 1980
1986 #ifdef __cplusplus 1981 #ifdef __cplusplus
1987 } 1982 }
1988 #endif 1983 #endif
1989 1984
1990 #endif /* __gl2ext_h_ */ 1985 #endif /* __gl2ext_h_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698