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

  /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/skia/src/images/
bmpdecoderhelper.cpp 86 uint8* colBuf = new uint8[256 * 3];
87 memset(colBuf, '\0', 256 * 3);
88 colTab_.reset(colBuf);
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 320 glu::Buffer colBuf (m_context.getRenderContext());
334 gl.bindBuffer(GL_ARRAY_BUFFER, *colBuf);
    [all...]

Completed in 87 milliseconds