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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dsinglepix.c62 GLint widthsize, heightsize; local
68 heightsize = __glImageSize(height, 1, 1, format, type, 0);
85 colBuf = (GLubyte *) Xmalloc(heightsize);
95 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) colBuf), heightsize);
155 const GLint heightsize = local
158 (GLubyte *) Xmalloc((widthsize > heightsize) ? widthsize :
159 heightsize);
181 extra = 4 - (heightsize & 3);
182 _XRead(dpy, (char *) buf, heightsize);
/external/mesa3d/src/glx/
H A Dsinglepix.c62 GLint widthsize, heightsize; local
68 heightsize = __glImageSize(height, 1, 1, format, type, 0);
85 colBuf = (GLubyte *) Xmalloc(heightsize);
95 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) colBuf), heightsize);
155 const GLint heightsize = local
158 (GLubyte *) Xmalloc((widthsize > heightsize) ? widthsize :
159 heightsize);
181 extra = 4 - (heightsize & 3);
182 _XRead(dpy, (char *) buf, heightsize);

Completed in 79 milliseconds