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

/external/mesa3d/src/glx/
H A Dsinglepix.c61 GLint widthsize, heightsize; local
66 widthsize = __glImageSize(width, 1, 1, format, type, 0);
70 rowBuf = malloc(widthsize);
80 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) rowBuf), widthsize);
87 _XEatData(dpy, compsize - __GLX_PAD(widthsize));
152 const GLint widthsize = local
157 malloc((widthsize > heightsize) ? widthsize : heightsize);
171 extra = 4 - (widthsize & 3);
172 _XRead(dpy, (char *) buf, widthsize);
[all...]

Completed in 164 milliseconds