Searched refs:newAttribs (Results 1 – 1 of 1) sorted by relevance
185 EGLint * newAttribs = new EGLint[attribCnt + 1 + ((needToAddPbufAttr) ? 2 : 0)]; in chooseConfig() local186 attrib_p = newAttribs; in chooseConfig()196 if (newAttribs) { in chooseConfig()197 EGLint * attrib_p = newAttribs; in chooseConfig()205 if (!s_egl.eglChooseConfig(dpy, newAttribs, matchedConfigs, nConfigs, &nConfigs)) { in chooseConfig()209 delete[] newAttribs; in chooseConfig()