Lines Matching refs:EGLConfig
184 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int min) :
263 EGLConfig config;
266 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
314 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType)
344 EGLDisplay dpy, EGLConfig config, EGLint surfType,
359 EGLDisplay dpy, EGLConfig config, EGLint surfType,
369 EGLDisplay dpy, EGLConfig config, EGLint surfType,
410 EGLDisplay dpy, EGLConfig config, EGLint surfType,
575 static egl_pbuffer_surface_t* create(EGLDisplay dpy, EGLConfig config,
586 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType,
593 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config,
662 EGLConfig config, EGLint surfType, int32_t w, int32_t h,
891 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
907 *configs++ = (EGLConfig)(uintptr_t)i;
913 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
975 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
991 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
1021 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
1087 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
1307 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list)
1430 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)