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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dsinglepix.c43 GLubyte *rowBuf, *colBuf; local in function:__indirect_glGetSeparableFilter
70 rowBuf = malloc(widthsize);
71 if (!rowBuf) {
80 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) rowBuf), widthsize);
81 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
82 free((char *) rowBuf);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dsinglepix.c43 GLubyte *rowBuf, *colBuf; local in function:__indirect_glGetSeparableFilter
70 rowBuf = malloc(widthsize);
71 if (!rowBuf) {
80 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) rowBuf), widthsize);
81 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
82 free((char *) rowBuf);

Completed in 2 milliseconds