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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dsinglepix.c44 GLubyte *rowBuf, *colBuf; local
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/
H A Dsinglepix.c44 GLubyte *rowBuf, *colBuf; local
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/
H A Dbmpdecoderhelper.cpp86 uint8* colBuf = new uint8[256 * 3]; local
87 memset(colBuf, '\0', 256 * 3);
88 colTab_.reset(colBuf);
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp86 uint8* colBuf = new uint8[256 * 3]; local
87 memset(colBuf, '\0', 256 * 3);
88 colTab_.reset(colBuf);
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp310 glu::Buffer colBuf (m_context.getRenderContext());
324 gl.bindBuffer(GL_ARRAY_BUFFER, *colBuf);

Completed in 133 milliseconds