Lines Matching refs:EGLConfig
198 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int m… in EGLContext_t()
277 EGLConfig config;
280 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
328 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t()
358 EGLDisplay dpy, EGLConfig config, EGLint surfType,
373 EGLDisplay dpy, EGLConfig config, EGLint surfType,
383 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t()
425 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create()
593 static egl_pbuffer_surface_t* create(EGLDisplay dpy, EGLConfig config,
604 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType,
612 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t()
696 EGLConfig config, EGLint surfType, int32_t w, int32_t h, in create()
932 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs()
948 *configs++ = (EGLConfig)(uintptr_t)i; in eglGetConfigs()
954 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
1016 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
1032 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
1062 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
1128 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
1352 …omClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG… in eglCreatePbufferFromClientBuffer()
1475 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()