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

/xsrc/external/mit/xorg-server/dist/glx/
H A Dxfont.c59 #define __GL_CHAR_BUF_SIZE 2048 macro
60 unsigned char buf[__GL_CHAR_BUF_SIZE];
70 if (allocBytes <= __GL_CHAR_BUF_SIZE) {
98 #undef __GL_CHAR_BUF_SIZE
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dxfont.c61 #define __GL_CHAR_BUF_SIZE 2048 macro
62 unsigned char buf[__GL_CHAR_BUF_SIZE];
72 if (allocBytes <= __GL_CHAR_BUF_SIZE) {
101 #undef __GL_CHAR_BUF_SIZE

Completed in 3 milliseconds