Lines Matching refs:EGLConfig

205 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int m…  in EGLContext_t()
284 EGLConfig config;
287 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
335 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t()
365 EGLDisplay dpy, EGLConfig config, EGLint surfType,
380 EGLDisplay dpy, EGLConfig config, EGLint surfType,
390 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t()
432 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create()
704 static egl_pbuffer_surface_t* create(EGLDisplay dpy, EGLConfig config,
715 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType,
723 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t()
807 EGLConfig config, EGLint surfType, int32_t w, int32_t h, in create()
1043 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs()
1059 *configs++ = (EGLConfig)(uintptr_t)s_display.getConfigAtIndex(i); in eglGetConfigs()
1065 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
1120 EGLConfig guestConfig = s_display.getConfigAtIndex(*((uint32_t*)tempConfigs+i)); in eglChooseConfig()
1128 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
1144 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
1174 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
1241 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
1465 …omClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG… in eglCreatePbufferFromClientBuffer()
1588 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()