Searched refs:attribCnt (Results 1 – 1 of 1) sorted by relevance
173 int attribCnt = 0; in chooseConfig() local182 attribCnt += 2; in chooseConfig()185 EGLint * newAttribs = new EGLint[attribCnt + 1 + ((needToAddPbufAttr) ? 2 : 0)]; in chooseConfig()191 memcpy(attrib_p, attribs, attribCnt*sizeof(EGLint)); in chooseConfig()192 attrib_p += attribCnt; in chooseConfig()