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

Side by Side Diff: third_party/khronos/GLES2/gl2ext.h

Issue 8513017: Add GL_ANGLE_pack_reverse_row_order to command buffer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebaseline Created 9 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | 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: 15049 $ on $Date:: 2011-07-06 17:28:16 -0700 #$ */ 4 /* $Revision: 15049 $ on $Date:: 2011-07-06 17:28:16 -0700 #$ */
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
210 /*------------------------------------------------------------------------* 215 /*------------------------------------------------------------------------*
211 * APPLE extension tokens 216 * APPLE extension tokens
212 *------------------------------------------------------------------------*/ 217 *------------------------------------------------------------------------*/
213 218
214 /* GL_APPLE_rgb_422 */ 219 /* GL_APPLE_rgb_422 */
215 #ifndef GL_APPLE_rgb_422 220 #ifndef GL_APPLE_rgb_422
216 #define GL_RGB_422_APPLE 0x8A1F 221 #define GL_RGB_422_APPLE 0x8A1F
217 #define GL_UNSIGNED_SHORT_8_8_APPLE 0x85BA 222 #define GL_UNSIGNED_SHORT_8_8_APPLE 0x85BA
218 #define GL_UNSIGNED_SHORT_8_8_REV_APPLE 0x85BB 223 #define GL_UNSIGNED_SHORT_8_8_REV_APPLE 0x85BB
219 #endif 224 #endif
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 788
784 /* GL_ANGLE_framebuffer_multisample */ 789 /* GL_ANGLE_framebuffer_multisample */
785 #ifndef GL_ANGLE_framebuffer_multisample 790 #ifndef GL_ANGLE_framebuffer_multisample
786 #define GL_ANGLE_framebuffer_multisample 1 791 #define GL_ANGLE_framebuffer_multisample 1
787 #ifdef GL_GLEXT_PROTOTYPES 792 #ifdef GL_GLEXT_PROTOTYPES
788 GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleANGLE (GLenum target , GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); 793 GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleANGLE (GLenum target , GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
789 #endif 794 #endif
790 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEANGLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); 795 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEANGLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
791 #endif 796 #endif
792 797
798 /* GL_ANGLE_pack_reverse_row_order */
799 #ifndef GL_ANGLE_pack_reverse_row_order
800 #define GL_ANGLE_pack_reverse_row_order 1
801 #endif
802
793 /*------------------------------------------------------------------------* 803 /*------------------------------------------------------------------------*
794 * APPLE extension functions 804 * APPLE extension functions
795 *------------------------------------------------------------------------*/ 805 *------------------------------------------------------------------------*/
796 806
797 /* GL_APPLE_rgb_422 */ 807 /* GL_APPLE_rgb_422 */
798 #ifndef GL_APPLE_rgb_422 808 #ifndef GL_APPLE_rgb_422
799 #define GL_APPLE_rgb_422 1 809 #define GL_APPLE_rgb_422 1
800 #endif 810 #endif
801 811
802 /* GL_APPLE_framebuffer_multisample */ 812 /* GL_APPLE_framebuffer_multisample */
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 #else 1454 #else
1445 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs izei width, GLsizei height, GLuint ioSurfaceId, GLuint plane); 1455 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs izei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
1446 #endif 1456 #endif
1447 #endif 1457 #endif
1448 1458
1449 #ifdef __cplusplus 1459 #ifdef __cplusplus
1450 } 1460 }
1451 #endif 1461 #endif
1452 1462
1453 #endif /* __gl2ext_h_ */ 1463 #endif /* __gl2ext_h_ */
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698