Searched defs:egl_context_t (Results 1 – 3 of 3) sorted by relevance
87 egl_context_t::egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, in egl_context_t() function in android::egl_context_t
41 class egl_context_t; variable
120 struct egl_context_t { struct121 enum {125 uint32_t flags;126 EGLDisplay dpy;127 EGLConfig config;128 EGLSurface read;129 EGLSurface draw;131 static inline egl_context_t* context(EGLContext ctx) { in context()