anbox/external/android-emugl/host/libs/libOpenGLESDispatch
Simon Fels 01ef1d23de graphics: use dummy GLESv1 by default
Newer Ubuntu systems tend to not provide a libGLESv1_CM.so.1 anymore. As
we're not required to have a GLESv1 implementation (only a few older
Android apps are using GLESv1) we can as easy fix avoid loading a real
GLESv1 implementation and assign dummy functions instead to all relevant
GLESv1 API calls. In the future we want to switch to a GLESv1->GLESv2
translator as the Android emulator does.
2018-05-18 19:37:50 +02:00
..
CMakeLists.txt emugl: generate GL ES/EGL function prototypes at build type from entries files 2017-08-31 15:40:22 +02:00
EGLDispatch.cpp Abstract selector of translator or host GL libs a bit more 2017-02-06 07:12:10 +01:00
gles1_extensions.entries emugl: generate GL ES/EGL function prototypes at build type from entries files 2017-08-31 15:40:22 +02:00
gles1_only.entries Initial work 2016-06-14 11:34:17 +02:00
gles2_extensions.entries Initial work 2016-06-14 11:34:17 +02:00
gles2_only.entries emugl: generate GL ES/EGL function prototypes at build type from entries files 2017-08-31 15:40:22 +02:00
gles3_only.entries Initial work 2016-06-14 11:34:17 +02:00
gles_common.entries Initial work 2016-06-14 11:34:17 +02:00
gles_extensions.entries Initial work 2016-06-14 11:34:17 +02:00
GLESv1Dispatch.cpp graphics: use dummy GLESv1 by default 2018-05-18 19:37:50 +02:00
GLESv2Dispatch.cpp Abstract selector of translator or host GL libs a bit more 2017-02-06 07:12:10 +01:00
render_egl.entries Initial work 2016-06-14 11:34:17 +02:00
render_egl_extensions.entries Initial work 2016-06-14 11:34:17 +02:00