Lines Matching refs:EGLint
57 EGLint Type; /* one of EGL_WINDOW_BIT, EGL_PIXMAP_BIT or EGL_PBUFFER_BIT */
65 EGLint Width, Height;
76 EGLint MipmapLevel;
80 EGLint HorizontalResolution, VerticalResolution;
81 EGLint AspectRatio;
83 EGLint SwapInterval;
105 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
106 _EGLConfig *config, const EGLint *attrib_list);
110 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint *va…
114 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint va…
118 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint buffer);
121 _eglReleaseTexImage(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint buffer);
125 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);