Searched refs:blueSize (Results 1 – 1 of 1) sorted by relevance
110 EGLint redSize, greenSize, blueSize; in initConfigList() local112 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_BLUE_SIZE, &blueSize); in initConfigList()114 if (redSize==0 || greenSize==0 || blueSize==0) continue; in initConfigList()