egl_object.h | 140 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, 143 config(config), win(win), impl(impl), cnx(cnx) { 147 EGLConfig config; member in class:android::egl_surface_t 159 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, 162 config(config), read(0), draw(0), impl(impl), cnx(cnx), 167 EGLConfig config; member in class:android::egl_context_t
|