Lines Matching defs:of
4 The current version of EGL in Mesa implements EGL 1.4. More information
7 The Mesa's implementation of EGL uses a driver architecture. The main
10 dynamically loaded by the main library and most of the EGL API calls are
43 There are several options that control the build of EGL at configuration
58 can either be built as a system component, part of AOSP, using
68 By default, ``libGL`` has its own copy of ``libglapi``. This options
84 There are several environment variables that control the behavior of EGL
96 Setting this variable is probably required only for some of the demos
100 This changes the log level of the main library and the drivers. The
112 The sources of the main library and drivers can be found at
115 The code basically consists of two things:
123 Two of API functions are optional (``eglQuerySurface()`` and
129 A driver _could_ implement all the other EGL API functions, but several of
141 this function takes care of setting up visual configs, creating EGL
172 supporting only part of EGL 1.4 and none of the extensions beyond it.
174 Lifetime of Display Resources
177 Contexts and surfaces are examples of display resources. They might live
220 never set ``EGL_PIXMAP_BIT`` or ``EGL_PBUFFER_BIT`` bits of a config if
222 ``EGL_RENDER_BUFFER`` of pixmap or pbuffer surfaces.
241 The ``EGLDisplay`` will be locked before calling any of the dispatch