Searched defs:egl_connection_t (Results 1 – 1 of 1) sorted by relevance
41 struct egl_connection_t { struct47 inline egl_connection_t() : dso(nullptr), in egl_connection_t() argument69 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 …]