Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglcontext.h45 struct _egl_context struct
48 _EGLResource Resource;
51 _EGLThreadInfo *Binding;
52 _EGLSurface *DrawSurface;
53 _EGLSurface *ReadSurface;
55 _EGLConfig *Config;
57 EGLint ClientAPI; /**< EGL_OPENGL_ES_API, EGL_OPENGL_API, EGL_OPENVG_API */
58 EGLint ClientMajorVersion;
59 EGLint ClientMinorVersion;
60 EGLint Flags;
[all …]