Lines Matching defs:_egl_surface
47 struct _egl_surface struct
50 _EGLResource Resource;
53 _EGLContext *CurrentContext;
55 _EGLConfig *Config;
57 EGLint Type; /* one of EGL_WINDOW_BIT, EGL_PIXMAP_BIT or EGL_PBUFFER_BIT */
62 EGLBoolean Lost;
65 EGLint Width, Height;
66 EGLenum TextureFormat;
67 EGLenum TextureTarget;
68 EGLBoolean MipmapTexture;
69 EGLBoolean LargestPbuffer;
70 EGLenum RenderBuffer;
71 EGLenum VGAlphaFormat;
72 EGLenum VGColorspace;
73 EGLenum GLColorspace;
76 EGLint MipmapLevel;
77 EGLenum MultisampleResolve;
78 EGLenum SwapBehavior;
80 EGLint HorizontalResolution, VerticalResolution;
81 EGLint AspectRatio;
83 EGLint SwapInterval;
89 EGLBoolean SetDamageRegionCalled;
95 EGLBoolean BufferAgeRead;
98 EGLBoolean BoundToTexture;
100 EGLBoolean PostSubBufferSupportedNV;