Searched refs:FontBase (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxfont.c44 static GLuint FontBase = 0; variable in typeref:typename:GLuint
65 glListBase(FontBase);
99 FontBase = glGenLists((GLuint) last + 1);
100 if (!FontBase) {
104 glXUseXFont(id, first, last - first + 1, FontBase + first);
H A Dxrotfontdemo.c44 static GLuint FontBase[4]; variable in typeref:typename:GLuint[4]
73 glListBase(FontBase[i]);
110 FontBase[i] = glGenLists((GLuint) last + 1);
111 if (!FontBase[i]) {
115 glXUseRotatedXFontMESA(id, first, last - first + 1, FontBase[i] + first,

Completed in 2 milliseconds