Searched refs:egl (Results 1 - 25 of 215) sorted by relevance

123456789

/xsrc/external/mit/MesaLib.old/dist/include/GLES/
H A Degl.h18 * 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 Degl.h18 * 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 Dheaderguards.c29 #include <epoxy/egl.h>
30 #include <epoxy/egl.h>
39 #include <EGL/egl.h>
40 #include <EGL/egl.h>
H A Degl_common.c25 #include <epoxy/egl.h>
H A Degl_without_glx.c42 #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 Dmiscdefines.c27 #include <epoxy/egl.h>
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A DMakefile.sources10 src/egl/drivers/dri \
11 src/egl/main \
/xsrc/external/mit/libepoxy/dist/include/epoxy/
H A Degl.h24 /** @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 DMakefile.am33 EGL_INCLUDES = egl.h
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-deqp.sh27 # 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 DMakefile.am29 egl \
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_egl.h33 #include <epoxy/egl.h>
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A DMakefile.am29 -I$(top_srcdir)/src/egl/eglut
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degltypedefs.h34 #include <EGL/egl.h>
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degltypedefs.h34 #include <EGL/egl.h>
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A DMakefile.am32 -I$(top_srcdir)/src/egl/eglut
H A Dclear.c35 #include <EGL/egl.h>
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A DMakefile.am32 -I$(top_srcdir)/src/egl/eglut
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.2.rst46 - 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 D17.0.7.rst52 - 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 D17.1.9.rst76 - 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 DAndroid.mk137 # 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 Dconfigure.ac115 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 DAndroid.mk47 $(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 Dconfigure.ac96 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"])

Completed in 15 milliseconds

123456789