Home | History | Annotate | Download | only in libagl

Lines Matching refs:EGLConfig

149     EGLConfig           config;
170 EGLConfig config;
174 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
197 EGLConfig config,
241 EGLDisplay dpy, EGLConfig config,
362 EGLConfig config,
668 EGLDisplay dpy, EGLConfig config,
684 EGLConfig config,
739 EGLDisplay dpy, EGLConfig config, int32_t depthFormat,
754 EGLConfig config, int32_t depthFormat,
1257 static EGLBoolean getConfigAttrib(EGLDisplay /*dpy*/, EGLConfig config,
1286 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config,
1335 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config,
1381 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config,
1496 EGLConfig *configs,
1512 *configs++ = (EGLConfig)(uintptr_t)i;
1519 EGLConfig *configs, EGLint config_size,
1583 *configs++ = (EGLConfig)(uintptr_t)i;
1600 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
1613 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
1620 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
1627 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
1718 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
2051 EGLConfig /*config*/, const EGLint* /*attrib_list*/)