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

Side by Side Diff: gpu/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: '' Created 9 years, 1 month 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
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_flipy */
211 #ifndef GL_ANGLE_pack_flipy
212 #define GL_PACK_FLIP_Y_ANGLE 0xABCD
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_flipy */
799 #ifndef GL_ANGLE_pack_flipy
800 #define GL_ANGLE_pack_flipy 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 #endif 1409 #endif
1400 #endif 1410 #endif
1401 typedef void (GL_APIENTRYP PFNGLGETTRANSLATEDSHADERSOURCEANGLEPROC) (GLuint shad er, GLsizei bufsize, GLsizei* length, GLchar* source); 1411 typedef void (GL_APIENTRYP PFNGLGETTRANSLATEDSHADERSOURCEANGLEPROC) (GLuint shad er, GLsizei bufsize, GLsizei* length, GLchar* source);
1402 #endif 1412 #endif
1403 1413
1404 #ifdef __cplusplus 1414 #ifdef __cplusplus
1405 } 1415 }
1406 #endif 1416 #endif
1407 1417
1408 #endif /* __gl2ext_h_ */ 1418 #endif /* __gl2ext_h_ */
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698