Searched defs:egl_context_t (Results 1 – 3 of 3) sorted by relevance
281 egl_context_t::egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, in egl_context_t() function in android::egl_context_t
42 class egl_context_t; variable
142 struct egl_context_t { struct143 enum {147 uint32_t flags;148 EGLDisplay dpy;149 EGLConfig config;150 EGLSurface read;151 EGLSurface draw;153 static inline egl_context_t* context(EGLContext ctx) { in context()