Searched refs:configAttribs (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dpeglgears.c375 EGLint configAttribs[10]; local in function:main
404 configAttribs[i++] = EGL_RENDERABLE_TYPE;
405 configAttribs[i++] = EGL_OPENGL_BIT;
406 configAttribs[i++] = EGL_SURFACE_TYPE;
407 configAttribs[i++] = EGL_PBUFFER_BIT;
408 configAttribs[i++] = EGL_NONE;
411 if (!eglChooseConfig(d, configAttribs, configs, MAX_CONFIGS, &numConfigs) ||

Completed in 2 milliseconds