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.h41 struct egl_connection_t { struct
47 inline egl_connection_t() : dso(nullptr), in egl_connection_t() argument
69 void * dso;
70 gl_hooks_t * hooks[2];
71 EGLint major;
72 EGLint minor;
73 EGLint driverVersion;
74 egl_t egl;
77 platform_impl_t platform;
79 void* libEgl;
[all …]