OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egl
(Results
1 - 25
of
47
) sorted by relevancy
1
2
/xsrc/external/mit/MesaLib/dist/include/GLES/
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.old/dist/include/GLES/
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.old/dist/src/egl/
SConscript
2
# SConscript for
EGL
12
'#/src/
egl
/main',
29
egl
= env.SharedLibrary(
30
target = '
EGL
',
34
egl
= env.InstallSharedLibrary(
egl
, version=(1, 0, 0))
36
env.Alias('
egl
',
egl
)
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/test/
headerguards.c
29
#include <epoxy/
egl
.h>
30
#include <epoxy/
egl
.h>
39
#include <
EGL
/
egl
.h>
40
#include <
EGL
/
egl
.h>
41
#include <
EGL
/eglext.h>
42
#include <
EGL
/eglext.h>
egl_common.c
25
#include <epoxy/
egl
.h>
30
* Do whatever it takes to get us an
EGL
display for the system.
47
errx(1, "Couldn't get
EGL
display for X11 Display.\n");
egl_without_glx.c
27
* Tries to test operation of the library on a GL stack with
EGL
and
42
#include "epoxy/
egl
.h"
86
void *
egl
= dlopen("libEGL.so.1", RTLD_LAZY | RTLD_LOCAL);
local
87
EGLBoolean (*real_eglBindAPI)(EGLenum api) = dlsym(
egl
, "eglBindAPI");
107
void *
egl
= dlopen("libEGL.so.1", RTLD_LAZY | RTLD_LOCAL);
local
108
EGLint (*real_eglGetError)(void) = dlsym(
egl
, "eglGetError");
miscdefines.c
27
#include <epoxy/
egl
.h>
/xsrc/external/mit/libepoxy/dist/include/epoxy/
egl.h
24
/** @file
egl
.h
26
* Provides an implementation of an
EGL
dispatch layer using global
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
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
build-deqp.sh
26
# When including
EGL
/X11 testing, do that build first and save off its
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/deqp-eg
[
all
...]
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_egl.h
33
#include <epoxy/
egl
.h>
45
* 2: epoxy 1.3 and earlier don't understand
EGL
client extensions, which
49
* 3: You can't tell whether you have
EGL
1.5 at this point, because
56
* needs to know
EGL
1.5 is supported in order to use the eglGetPlatformDisplay
58
* We can workaround this (circular dependency) by probing for the
EGL
1.5
60
* like mesa will be able to adverise these (even though it can do
EGL
1.5).
65
/* In practise any
EGL
1.5 implementation would support the EXT extension */
/xsrc/external/mit/MesaLib/dist/src/egl/main/
egltypedefs.h
34
#include <
EGL
/
egl
.h>
35
#include <
EGL
/eglext.h>
36
#include <
EGL
/eglmesaext.h>
37
#include <
EGL
/eglextchromium.h>
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
egltypedefs.h
34
#include <
EGL
/
egl
.h>
35
#include <
EGL
/eglext.h>
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
clear.c
35
#include <
EGL
/
egl
.h>
tri.c
23
* Draw a triangle with X/
EGL
and OpenGL ES 1.x
36
#include <
EGL
/
egl
.h>
drawtex.c
19
#include <
EGL
/
egl
.h>
eglfbdev.c
27
* This is a demonstration of
EGL
on fbdev:
34
* initialize
EGL
.
56
/* for
EGL
*/
57
#include <
EGL
/
egl
.h>
198
/* make Mesa/
EGL
happy */
205
egl_fatal("failed to initialize
EGL
");
208
printf("
EGL
%d.%d\n", major, minor);
319
/* initialize
EGL
*/
/xsrc/external/mit/MesaLib/dist/android/
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/src/egl/openvg/
lion.c
3
#include <
EGL
/
egl
.h>
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
deqp-runner.sh
48
elif [ "$DEQP_VER" = "gles2" -o "$DEQP_VER" = "gles3" -o "$DEQP_VER" = "gles31" -o "$DEQP_VER" = "
egl
" ]; then
130
VTEST_ARGS="--use-
egl
-surfaceless"
146
if [ $DEQP_VER != vk -a $DEQP_VER !=
egl
]; then
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c
50
#include <epoxy/
egl
.h>
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c
50
#include <epoxy/
egl
.h>
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
eglut_wayland.c
2
#include <wayland-
egl
.h>
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
eglinfo.c
2
* eglinfo - like glxinfo but for
EGL
29
#include <
EGL
/
egl
.h>
30
#include <
EGL
/eglext.h>
143
puts(d == EGL_NO_DISPLAY ? "
EGL
client extensions string:" :
144
"
EGL
extensions string:");
190
printf("
EGL
API version: %d.%d\n", maj, min);
191
printf("
EGL
vendor string: %s\n", eglQueryString(d, EGL_VENDOR));
192
printf("
EGL
version string: %s\n", eglQueryString(d, EGL_VERSION));
194
printf("
EGL
client APIs: %s\n", eglQueryString(d, EGL_CLIENT_APIS))
[
all
...]
eglkms.c
33
#include <
EGL
/
egl
.h>
34
#include <
EGL
/eglext.h>
Completed in 13 milliseconds
1
2
Indexes created Tue Apr 07 00:22:49 UTC 2026