Lines Matching defs:_egl_surface
42 struct _egl_surface struct
45 _EGLResource Resource;
48 _EGLContext *CurrentContext;
50 _EGLConfig *Config;
52 EGLint Type; /* one of EGL_WINDOW_BIT, EGL_PIXMAP_BIT or EGL_PBUFFER_BIT */
55 EGLint Width, Height;
56 EGLenum TextureFormat;
57 EGLenum TextureTarget;
58 EGLBoolean MipmapTexture;
59 EGLBoolean LargestPbuffer;
60 EGLenum RenderBuffer;
61 EGLenum VGAlphaFormat;
62 EGLenum VGColorspace;
65 EGLint MipmapLevel;
66 EGLenum MultisampleResolve;
67 EGLenum SwapBehavior;
69 EGLint HorizontalResolution, VerticalResolution;
70 EGLint AspectRatio;
72 EGLint SwapInterval;
75 EGLBoolean BoundToTexture;
77 EGLBoolean PostSubBufferSupportedNV;