Searched refs:widthsize (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
67 widthsize = __glImageSize(width, 1, 1, format, type, 0);
71 rowBuf = (GLubyte *) Xmalloc(widthsize);
81 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) rowBuf), widthsize);
88 _XEatData(dpy, compsize - __GLX_PAD(widthsize));
153 const GLint widthsize = local
158 (GLubyte *) Xmalloc((widthsize > heightsize) ? widthsize :
173 extra = 4 - (widthsize & 3);
174 _XRead(dpy, (char *) buf, widthsize);
[all...]
/external/mesa3d/src/glx/
H A Dsinglepix.c62 GLint widthsize, heightsize; local
67 widthsize = __glImageSize(width, 1, 1, format, type, 0);
71 rowBuf = (GLubyte *) Xmalloc(widthsize);
81 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) rowBuf), widthsize);
88 _XEatData(dpy, compsize - __GLX_PAD(widthsize));
153 const GLint widthsize = local
158 (GLubyte *) Xmalloc((widthsize > heightsize) ? widthsize :
173 extra = 4 - (widthsize & 3);
174 _XRead(dpy, (char *) buf, widthsize);
[all...]

Completed in 55 milliseconds