Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.h42 struct _egl_context struct
45 _EGLResource Resource;
48 _EGLThreadInfo *Binding;
49 _EGLSurface *DrawSurface;
50 _EGLSurface *ReadSurface;
52 _EGLConfig *Config;
54 EGLint ClientAPI; /**< EGL_OPENGL_ES_API, EGL_OPENGL_API, EGL_OPENVG_API */
55 EGLint ClientMajorVersion;
56 EGLint ClientMinorVersion;
57 EGLint Flags;
[all …]