Searched refs:needToAddPbufAttr (Results 1 – 1 of 1) sorted by relevance
172 bool needToAddPbufAttr = true; in chooseConfig() local179 needToAddPbufAttr = false; in chooseConfig()185 EGLint * newAttribs = new EGLint[attribCnt + 1 + ((needToAddPbufAttr) ? 2 : 0)]; in chooseConfig()187 if (needToAddPbufAttr) { in chooseConfig()