Home | History | Annotate | Download | only in glx

Lines Matching full:attribs

446    /* no visual attribs unless window bit is set */
943 int attribs[5];
959 attribs[i] = None;
964 /* put geometry in attribs */
966 attribs[i++] = GLX_PBUFFER_WIDTH;
967 attribs[i++] = GLX_surf->Base.Width;
970 attribs[i++] = GLX_PBUFFER_HEIGHT;
971 attribs[i++] = GLX_surf->Base.Height;
973 attribs[i] = None;
976 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], attribs);
983 attribs);