Searched refs:APIENTRYP (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/include/GL/ |
D | glext.h | 49 #ifndef APIENTRYP 50 #define APIENTRYP APIENTRY * macro 111 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei… 112 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLs… 113 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint y… 114 typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLi… 221 typedef void (APIENTRYP PFNGLACTIVETEXTUREPROC) (GLenum texture); 222 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLfloat value, GLboolean invert); 223 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internal… 224 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internal… [all …]
|
D | glcorearb.h | 49 #ifndef APIENTRYP 50 #define APIENTRYP APIENTRY * macro 92 typedef void (APIENTRYP PFNGLCULLFACEPROC) (GLenum mode); 93 typedef void (APIENTRYP PFNGLFRONTFACEPROC) (GLenum mode); 94 typedef void (APIENTRYP PFNGLHINTPROC) (GLenum target, GLenum mode); 95 typedef void (APIENTRYP PFNGLLINEWIDTHPROC) (GLfloat width); 96 typedef void (APIENTRYP PFNGLPOINTSIZEPROC) (GLfloat size); 97 typedef void (APIENTRYP PFNGLPOLYGONMODEPROC) (GLenum face, GLenum mode); 98 typedef void (APIENTRYP PFNGLSCISSORPROC) (GLint x, GLint y, GLsizei width, GLsizei height); 99 typedef void (APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param); [all …]
|
/external/mesa3d/include/GL/ |
D | glext.h | 45 #ifndef APIENTRYP 46 #define APIENTRYP APIENTRY * macro 6290 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alp… 6291 typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode); 6292 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei… 6293 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLs… 6294 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint y… 6295 typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLi… 6296 typedef void (APIENTRYP PFNGLCOLORTABLEPROC) (GLenum target, GLenum internalformat, GLsizei width, … 6297 typedef void (APIENTRYP PFNGLCOLORTABLEPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat… [all …]
|
D | gl.h | 111 #ifndef APIENTRYP 112 #define APIENTRYP APIENTRY * macro 1544 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei… 1545 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLs… 1546 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint y… 1547 typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLi… 1739 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf… 1740 typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode); 1947 typedef void (APIENTRYP PFNGLACTIVETEXTUREPROC) (GLenum texture); 1948 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLclampf value, GLboolean invert); [all …]
|
D | glxext.h | 41 #ifndef APIENTRYP 42 #define APIENTRYP APIENTRY * macro
|
D | wglext.h | 41 #ifndef APIENTRYP 42 #define APIENTRYP APIENTRY * macro
|