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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dsinglepix.c44 GLubyte *rowBuf, *colBuf; local
71 rowBuf = (GLubyte *) Xmalloc(widthsize);
72 if (!rowBuf) {
81 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) rowBuf), widthsize);
82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
83 Xfree((char *) rowBuf);
/external/mesa3d/src/glx/
H A Dsinglepix.c44 GLubyte *rowBuf, *colBuf; local
71 rowBuf = (GLubyte *) Xmalloc(widthsize);
72 if (!rowBuf) {
81 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) rowBuf), widthsize);
82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
83 Xfree((char *) rowBuf);

Completed in 136 milliseconds