Lines Matching defs:attribs
366 EGLint* attribs = NULL;
499 _glfw.egl.platform = _glfw.platform.getEGLPlatform(&attribs);
505 attribs);
510 _glfw_free(attribs);
567 assert(((size_t) index + 1) < sizeof(attribs) / sizeof(attribs[0])); \
568 attribs[index++] = a; \
569 attribs[index++] = v; \
578 EGLint attribs[40];
692 config, share, attribs);
738 eglCreateWindowSurface(_glfw.egl.display, config, native, attribs);
744 eglCreatePbufferSurface(_glfw.egl.display, config, attribs);
749 eglCreatePlatformWindowSurfaceEXT(_glfw.egl.display, config, native, attribs);