HomeSort by: relevance | last modified time | path
    Searched defs:GLAPIENTRY (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/util/
gl_wrap.h 12 #ifndef GLAPIENTRY
13 #define GLAPIENTRY
glut_wrap.h 12 #ifndef GLAPIENTRY
13 #define GLAPIENTRY
  /xsrc/external/mit/xorg-server.old/dist/glx/
glapitable.h 33 # ifndef GLAPIENTRY
34 # define GLAPIENTRY
37 # define GLAPIENTRYP GLAPIENTRY *
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
glapi_dispatch.c 52 #define KEYWORD2 GLAPIENTRY
78 #ifndef GLAPIENTRY
79 #define GLAPIENTRY
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
glapi_dispatch.c 52 #define KEYWORD2 GLAPIENTRY
82 #ifndef GLAPIENTRY
83 #define GLAPIENTRY
  /xsrc/external/mit/glu/dist/src/include/
gluos.h 83 #define GLAPIENTRY
  /xsrc/external/mit/libepoxy/dist/include/epoxy/
gl.h 49 /* APIENTRY and GLAPIENTRY are not used on Linux or Mac. */
51 #define GLAPIENTRY
62 #ifndef GLAPIENTRY
63 #define GLAPIENTRY APIENTRY
84 #define GLAPIENTRYP GLAPIENTRY *
  /xsrc/external/mit/glu/dist/include/GL/
glu.h 36 #ifndef GLAPIENTRY
38 #define GLAPIENTRY __stdcall
40 #define GLAPIENTRY
45 #define GLAPIENTRYP GLAPIENTRY *
291 GLAPI void GLAPIENTRY gluBeginCurve (GLUnurbs* nurb);
292 GLAPI void GLAPIENTRY gluBeginPolygon (GLUtesselator* tess);
293 GLAPI void GLAPIENTRY gluBeginSurface (GLUnurbs* nurb);
294 GLAPI void GLAPIENTRY gluBeginTrim (GLUnurbs* nurb);
295 GLAPI GLint GLAPIENTRY gluBuild1DMipmapLevels (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, GLint level, GLint base, GLint max, const void *data);
296 GLAPI GLint GLAPIENTRY gluBuild1DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, (…)
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/GL/
gl.h 45 # define GLAPIENTRY
47 # define GLAPIENTRY __stdcall
51 # define GLAPIENTRY __stdcall
54 # define GLAPIENTRY
76 #ifndef GLAPIENTRY
77 #define GLAPIENTRY
81 #define APIENTRY GLAPIENTRY
90 #define GLAPIENTRYP GLAPIENTRY *
741 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
743 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
gl.h 52 # define GLAPIENTRY
54 # define GLAPIENTRY __stdcall
58 # define GLAPIENTRY __stdcall
61 # define GLAPIENTRY
83 #ifndef GLAPIENTRY
84 #define GLAPIENTRY
88 #define APIENTRY GLAPIENTRY
97 #define GLAPIENTRYP GLAPIENTRY *
748 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
750 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
    [all...]

Completed in 32 milliseconds