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

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

Issue 9694025: Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add cast for std::min Created 8 years, 9 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 | Annotate | Revision Log
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 1937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 #ifdef GL_GLEXT_PROTOTYPES 1948 #ifdef GL_GLEXT_PROTOTYPES
1949 #define glTexImageIOSurface2DCHROMIUM GLES2_GET_FUN(TexImageIOSurface2DCHROMIUM) 1949 #define glTexImageIOSurface2DCHROMIUM GLES2_GET_FUN(TexImageIOSurface2DCHROMIUM)
1950 #if !defined(GLES2_USE_CPP_BINDINGS) 1950 #if !defined(GLES2_USE_CPP_BINDINGS)
1951 GL_APICALL void GL_APIENTRY glTexImageIOSurface2DCHROMIUM (GLenum target, GLsize i width, GLsizei height, GLuint ioSurfaceId, GLuint plane); 1951 GL_APICALL void GL_APIENTRY glTexImageIOSurface2DCHROMIUM (GLenum target, GLsize i width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
1952 #endif 1952 #endif
1953 #else 1953 #else
1954 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs izei width, GLsizei height, GLuint ioSurfaceId, GLuint plane); 1954 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs izei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
1955 #endif 1955 #endif
1956 #endif 1956 #endif
1957 1957
1958 /* GL_CHROMIUM_command_buffer_query */
1959 /* Exposes GL_CHROMIUM_command_buffer_query.
1960 */
1961 #ifndef GL_CHROMIUM_command_buffer_query
1962 #define GL_CHROMIUM_command_buffer_query 1
1963 // TODO(gman): Get official numbers for these constants.
1964 #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2
1965 #endif
1966
1958 #ifdef __cplusplus 1967 #ifdef __cplusplus
1959 } 1968 }
1960 #endif 1969 #endif
1961 1970
1962 #endif /* __gl2ext_h_ */ 1971 #endif /* __gl2ext_h_ */
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/query_manager_unittest.cc ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698