Searched refs:glXUseXFont (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/include/GL/
H A Dglx_mangle.h45 #define glXUseXFont mglXUseXFont macro
H A Dglx.h225 extern void glXUseXFont( Font font, int first, int count, int list );
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c62 { "glXUseXFont", (__GLXextFuncPtr) glXUseXFont },
H A Dglx_usefont.c29 * Fake implementation of glXUseXFont().
211 glXUseXFont(Font font, int first, int count, int listbase) function
249 "Couldn't allocate bitmap in glXUseXFont()");
321 straight from the glXUseXFont(3) manpage. */
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c309 glXUseXFont(Font font, int first, int count, int listBase) function
1198 { "glXUseXFont", (__GLXextFuncPtr) glXUseXFont },
/external/mesa3d/src/glx/
H A Dglxcmds.c545 glXUseXFont(Font font, int first, int count, int listBase) function
2491 GLX_FUNCTION(glXUseXFont),

Completed in 326 milliseconds