Lines Matching defs:config
121 EGLConfig config; member
142 EGLConfig config; member
168 EGLConfig config, in egl_surface_t()
334 EGLConfig config, in egl_window_surface_v2_t()
645 EGLConfig config, in egl_pixmap_surface_t()
708 EGLConfig config, int32_t depthFormat, in egl_pbuffer_surface_t()
1176 static EGLBoolean getConfigAttrib(EGLDisplay dpy, EGLConfig config, in getConfigAttrib()
1205 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, in createWindowSurface()
1254 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config, in createPixmapSurface()
1300 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config, in createPbufferSurface()
1515 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
1528 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
1535 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
1542 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
1632 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext()
1961 EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer()