HomeSort by relevance Sort by last modified time
    Searched defs:GLAPIENTRY (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 52 #define KEYWORD2 GLAPIENTRY
82 #ifndef GLAPIENTRY
83 #define GLAPIENTRY
  /external/mesa3d/include/GL/
gl.h 63 # define GLAPIENTRY
65 # define GLAPIENTRY __stdcall
69 # define GLAPIENTRY __stdcall
72 # define GLAPIENTRY
102 #ifndef GLAPIENTRY
103 #define GLAPIENTRY
107 #define APIENTRY GLAPIENTRY
116 #define GLAPIENTRYP GLAPIENTRY *
776 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h 63 # define GLAPIENTRY
65 # define GLAPIENTRY __stdcall
69 # define GLAPIENTRY __stdcall
72 # define GLAPIENTRY
106 #ifndef GLAPIENTRY
107 #define GLAPIENTRY
111 #define APIENTRY GLAPIENTRY
120 #define GLAPIENTRYP GLAPIENTRY *
780 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
782 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 63 # define GLAPIENTRY
65 # define GLAPIENTRY __stdcall
69 # define GLAPIENTRY __stdcall
72 # define GLAPIENTRY
102 #ifndef GLAPIENTRY
103 #define GLAPIENTRY
107 #define APIENTRY GLAPIENTRY
116 #define GLAPIENTRYP GLAPIENTRY *
776 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h 104 * GL needs GLAPI and GLAPIENTRY, GLU needs APIENTRY, CALLBACK, and wchar_t
170 #ifndef GLAPIENTRY
171 #define GLAPIENTRY APIENTRY
233 #ifndef GLAPIENTRY
234 #define GLAPIENTRY
818 GLAPI void GLAPIENTRY glAccum (GLenum op, GLfloat value);
819 GLAPI void GLAPIENTRY glAlphaFunc (GLenum func, GLclampf ref);
820 GLAPI GLboolean GLAPIENTRY glAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *residences);
821 GLAPI void GLAPIENTRY glArrayElement (GLint i);
822 GLAPI void GLAPIENTRY glBegin (GLenum mode)
    [all...]

Completed in 1145 milliseconds