EGLSurface         19 src/runtime/android_opengl_context.cpp #define EGL_NO_SURFACE                  ((EGLSurface)0)
EGLSurface         45 src/runtime/android_opengl_context.cpp EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
EGLSurface         47 src/runtime/android_opengl_context.cpp EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
EGLSurface         48 src/runtime/android_opengl_context.cpp                           EGLSurface read, EGLContext ctx);
EGLSurface         99 src/runtime/android_opengl_context.cpp     EGLSurface surface = eglCreatePbufferSurface(display, config,  surface_attribs);