Home
last modified time | relevance | path

Searched defs:egl_connection_t (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degldefs.h36 struct egl_connection_t { struct
39 inline egl_connection_t() in egl_connection_t() argument
61 void* dso;
62 gl_hooks_t* hooks[2];
63 EGLint major;
87 extern egl_connection_t gEGLImpl; argument