HomeSort by relevance Sort by last modified time
    Searched full:attribcnt (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 173 int attribCnt = 0;
182 attribCnt += 2;
185 EGLint * newAttribs = new EGLint[attribCnt + 1 + ((needToAddPbufAttr) ? 2 : 0)];
191 memcpy(attrib_p, attribs, attribCnt*sizeof(EGLint));
192 attrib_p += attribCnt;

Completed in 1241 milliseconds