HomeSort by relevance Sort by last modified time
    Searched defs:GLAPIENTRY (Results 1 - 2 of 2) 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 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 88 milliseconds