HomeSort by relevance Sort by last modified time
    Searched refs:colBuf (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
singlepix.c 44 GLubyte *rowBuf, *colBuf;
85 colBuf = (GLubyte *) Xmalloc(heightsize);
86 if (!colBuf) {
95 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) colBuf), heightsize);
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
97 Xfree((char *) colBuf);
  /external/mesa3d/src/glx/
singlepix.c 44 GLubyte *rowBuf, *colBuf;
85 colBuf = (GLubyte *) Xmalloc(heightsize);
86 if (!colBuf) {
95 __GLX_SINGLE_GET_CHAR_ARRAY(((char *) colBuf), heightsize);
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
97 Xfree((char *) colBuf);
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp 86 uint8* colBuf = new uint8[256 * 3];
87 memset(colBuf, '\0', 256 * 3);
88 colTab_.reset(colBuf);
  /external/skia/src/images/
bmpdecoderhelper.cpp 86 uint8* colBuf = new uint8[256 * 3];
87 memset(colBuf, '\0', 256 * 3);
88 colTab_.reset(colBuf);

Completed in 54 milliseconds