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

/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dpeglgears.c376 EGLint screenAttribs[10]; local in function:main
425 /* build up screenAttribs array */
427 screenAttribs[i++] = EGL_WIDTH;
428 screenAttribs[i++] = width;
429 screenAttribs[i++] = EGL_HEIGHT;
430 screenAttribs[i++] = height;
431 screenAttribs[i++] = EGL_NONE;
433 surface = eglCreatePbufferSurface(d, configs[0], screenAttribs);

Completed in 19 milliseconds