TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / external / android-emugl / host / libs / libOpenGLESDispatch / render_egl_extensions.entries
1 # The list of EGL extension functions used by libOpenglRender.
2 # This is only a subset of the full EGL API.
3
4 !Render_EGL_extensions
5
6 %#include <EGL/egl.h>
7 %#define EGL_EGLEXT_PROTOTYPES
8 %#include <EGL/eglext.h>
9
10 EGLImageKHR eglCreateImageKHR(EGLDisplay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint* attrib_list);
11 EGLBoolean eglDestroyImageKHR(EGLDisplay display, EGLImageKHR image);