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