| /xsrc/external/mit/MesaLib.old/dist/include/GLES/ |
| H A D | egl.h | 18 * Skeleton egl.h to provide compatibility for early GLES 1.0 20 * in egl.h leading applications to include only egl.h 26 #include <EGL/egl.h>
|
| /xsrc/external/mit/MesaLib/dist/include/GLES/ |
| H A D | egl.h | 18 * Skeleton egl.h to provide compatibility for early GLES 1.0 20 * in egl.h leading applications to include only egl.h 26 #include <EGL/egl.h>
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | headerguards.c | 29 #include <epoxy/egl.h> 30 #include <epoxy/egl.h> 39 #include <EGL/egl.h> 40 #include <EGL/egl.h>
|
| H A D | egl_common.c | 25 #include <epoxy/egl.h>
|
| H A D | egl_without_glx.c | 42 #include "epoxy/egl.h" 86 void *egl = dlopen("libEGL.so.1", RTLD_LAZY | RTLD_LOCAL); local in function:override_eglBindAPI 87 EGLBoolean (*real_eglBindAPI)(EGLenum api) = dlsym(egl, "eglBindAPI"); 107 void *egl = dlopen("libEGL.so.1", RTLD_LAZY | RTLD_LOCAL); local in function:override_eglGetError 108 EGLint (*real_eglGetError)(void) = dlsym(egl, "eglGetError");
|
| H A D | miscdefines.c | 27 #include <epoxy/egl.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| H A D | Makefile.sources | 10 src/egl/drivers/dri \ 11 src/egl/main \
|
| /xsrc/external/mit/libepoxy/dist/include/epoxy/ |
| H A D | egl.h | 24 /** @file egl.h 29 * You should include `<epoxy/egl.h>` instead of `<EGL/egl.h>`. 38 #error epoxy/egl.h must be included before (or in place of) GL/egl.h
|
| H A D | Makefile.am | 33 EGL_INCLUDES = egl.h
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-deqp.sh | 27 # deqp-egl binary. 32 ninja modules/egl/deqp-egl 33 cp /deqp/modules/egl/deqp-egl /deqp/modules/egl/deqp-egl-x11 42 mv /deqp/modules/egl/deqp-egl-x11 /deqp/modules/egl/deq [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/ |
| H A D | Makefile.am | 29 egl \
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_egl.h | 33 #include <epoxy/egl.h>
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | Makefile.am | 29 -I$(top_srcdir)/src/egl/eglut
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egltypedefs.h | 34 #include <EGL/egl.h>
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egltypedefs.h | 34 #include <EGL/egl.h>
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | Makefile.am | 32 -I$(top_srcdir)/src/egl/eglut
|
| H A D | clear.c | 35 #include <EGL/egl.h>
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| H A D | Makefile.am | 32 -I$(top_srcdir)/src/egl/eglut
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.3.2.rst | 46 - egl: link libEGL against the dynamic version of libglapi 64 - egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWARE 68 - egl/android: Fix build break with dri2_initialize_android
|
| H A D | 17.0.7.rst | 52 - egl: Partially revert 23c86c74, fix eglMakeCurrent 60 - egl/wayland: Don't open-code roundtrip 61 - egl/wayland: Use per-surface event queues 62 - egl/wayland: Ensure we get a back buffer 69 - egl/wayland: select the format based on the interface used
|
| H A D | 17.1.9.rst | 76 - egl: don't NULL deref the .get_capabilities function pointer 77 - egl/wayland: plug leaks in dri2_wl_create_window_surface() error path 78 - egl/wayland: polish object teardown in dri2_wl_destroy_surface 106 - egl/dri2: only destroy created objects
|
| /xsrc/external/mit/MesaLib/dist/android/ |
| H A D | Android.mk | 137 # Module 'libEGL_mesa', produces '/vendor/lib{64}/egl/libEGL_mesa.so' 138 $(eval $(call mesa3d-lib,libEGL_mesa,.so.1,egl,MESA3D_LIBEGL_BIN)) 139 # Module 'libGLESv1_CM_mesa', produces '/vendor/lib{64}/egl/libGLESv1_CM_mesa.so' 140 $(eval $(call mesa3d-lib,libGLESv1_CM_mesa,.so.1,egl,MESA3D_LIBGLESV1_BIN)) 141 # Module 'libGLESv2_mesa', produces '/vendor/lib{64}/egl/libGLESv2_mesa.so' 142 $(eval $(call mesa3d-lib,libGLESv2_mesa,.so.2,egl,MESA3D_LIBGLESV2_BIN))
|
| /xsrc/external/mit/mesa-demos/dist/ |
| H A D | configure.ac | 115 AC_ARG_ENABLE([egl], optenable 116 [AS_HELP_STRING([--enable-egl], 121 PKG_CHECK_MODULES(EGL, [egl], [egl_enabled=yes], [egl_enabled=no]) 216 PKG_CHECK_MODULES(WAYLAND, [wayland-client wayland-egl], [wayland_enabled=yes], [wayland_enabled=no]) 324 src/egl/Makefile 325 src/egl/eglut/Makefile 326 src/egl/opengl/Makefile 327 src/egl/opengles1/Makefile 328 src/egl/opengles2/Makefile 329 src/egl/openv [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/ |
| H A D | Android.mk | 47 $(MESA_TOP)/src/egl/main \ 48 $(MESA_TOP)/src/egl/drivers/dri2 90 LOCAL_MODULE_RELATIVE_PATH := egl
|
| /xsrc/external/mit/libepoxy/dist/ |
| H A D | configure.ac | 96 AC_ARG_ENABLE([egl], optenable 97 [AC_HELP_STRING([--enable-egl=@<:@auto,yes,no@:>@], [Enable EGL support @<:@default=auto@:>@])], 117 [AC_MSG_ERROR([Invalid value "$enable_egl" for option "--enable-egl"])] 166 PKG_CHECK_MODULES(EGL, [egl]) 247 PKG_CHECK_MODULES(EGL, [egl], [egl=yes], [egl=no]) 251 AS_IF([test x$build_egl = xyes && test x$egl = xyes], [GL_REQS="$GL_REQS egl"])
|