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.h47 struct _egl_context struct
50 _EGLResource Resource;
53 _EGLThreadInfo *Binding;
54 _EGLSurface *DrawSurface;
55 _EGLSurface *ReadSurface;
57 _EGLConfig *Config;
59 EGLint ClientAPI; /**< EGL_OPENGL_ES_API, EGL_OPENGL_API, EGL_OPENVG_API */
60 EGLint ClientMajorVersion;
61 EGLint ClientMinorVersion;
62 EGLint Flags;
[all …]