Searched defs:GLAPIENTRY (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c52 #define KEYWORD2 GLAPIENTRY
82 #ifndef GLAPIENTRY
83 #define GLAPIENTRY macro
/external/mesa3d/include/GL/
H A Dgl.h52 # define GLAPIENTRY macro
54 # define GLAPIENTRY __stdcall macro
58 # define GLAPIENTRY __stdcall macro
61 # define GLAPIENTRY macro
83 #ifndef GLAPIENTRY
84 #define GLAPIENTRY macro
88 #define APIENTRY GLAPIENTRY
97 #define GLAPIENTRYP GLAPIENTRY *
748 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
750 GLAPI void GLAPIENTRY glClearColo
[all...]

Completed in 147 milliseconds