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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dsinglepix.c61 GLint widthsize, heightsize; local in function:__indirect_glGetSeparableFilter
67 heightsize = __glImageSize(height, 1, 1, format, type, 0);
84 colBuf = malloc(heightsize);
94 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) colBuf), heightsize);
154 const GLint heightsize = local in function:gl_dispatch_stub_GetSeparableFilterEXT
157 malloc((widthsize > heightsize) ? widthsize : heightsize);
179 extra = 4 - (heightsize & 3);
180 _XRead(dpy, (char *) buf, heightsize);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dsinglepix.c61 GLint widthsize, heightsize; local in function:__indirect_glGetSeparableFilter
67 heightsize = __glImageSize(height, 1, 1, format, type, 0);
84 colBuf = malloc(heightsize);
94 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) colBuf), heightsize);
154 const GLint heightsize = local in function:gl_dispatch_stub_GetSeparableFilterEXT
157 malloc((widthsize > heightsize) ? widthsize : heightsize);
179 extra = 4 - (heightsize & 3);
180 _XRead(dpy, (char *) buf, heightsize);

Completed in 8 milliseconds