Lines Matching defs:_egl_surface
65 struct _egl_surface struct
68 _EGLResource Resource;
71 _EGLContext *CurrentContext;
73 _EGLConfig *Config;
75 EGLint Type; /* one of EGL_WINDOW_BIT, EGL_PIXMAP_BIT or EGL_PBUFFER_BIT */
80 EGLBoolean Lost;
83 EGLint Width, Height;
84 EGLenum TextureFormat;
85 EGLenum TextureTarget;
86 EGLBoolean MipmapTexture;
87 EGLBoolean LargestPbuffer;
115 EGLenum RequestedRenderBuffer;
139 EGLenum ActiveRenderBuffer;
141 EGLenum VGAlphaFormat;
142 EGLenum VGColorspace;
143 EGLenum GLColorspace;
146 EGLint MipmapLevel;
147 EGLenum MultisampleResolve;
148 EGLenum SwapBehavior;
150 EGLint HorizontalResolution, VerticalResolution;
151 EGLint AspectRatio;
153 EGLint SwapInterval;
159 EGLBoolean SetDamageRegionCalled;
165 EGLBoolean BufferAgeRead;
168 EGLBoolean BoundToTexture;
170 EGLBoolean PostSubBufferSupportedNV;
172 EGLBoolean ProtectedContent;
174 struct _egl_hdr_metadata HdrMetadata;
176 void *NativeSurface;