Home | History | Annotate | Download | only in libEGL

Lines Matching refs:EGLenum

43 	void setSwapBehavior(EGLenum swapBehavior);
47 virtual EGLenum getSurfaceType() const;
53 virtual EGLenum getRenderBuffer() const;
54 virtual EGLenum getSwapBehavior() const;
55 virtual EGLenum getTextureFormat() const;
56 virtual EGLenum getTextureTarget() const;
88 // EGLenum multisampleResolve; // Multisample resolve behavior
90 EGLenum renderBuffer; // Render buffer
91 EGLenum swapBehavior; // Buffer swap behavior
92 EGLenum textureFormat; // Format of texture: RGB, RGBA, or no texture
93 EGLenum textureTarget; // Type of texture: 2D or no texture
94 // EGLenum vgAlphaFormat; // Alpha format for OpenVG
95 // EGLenum vgColorSpace; // Color space for OpenVG
124 PBufferSurface(Display *display, const egl::Config *config, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget, EGLBoolean largestPBuffer);