Lines Matching refs:EGLenum
44 void setMultisampleResolve(EGLenum multisampleResolve);
45 void setSwapBehavior(EGLenum swapBehavior);
49 virtual EGLenum getSurfaceType() const;
53 EGLenum getTextureTarget() const override;
55 virtual EGLenum getMultisampleResolve() const;
57 virtual EGLenum getRenderBuffer() const;
58 virtual EGLenum getSwapBehavior() const;
59 virtual EGLenum getTextureFormat() const;
96 EGLenum multisampleResolve = EGL_MULTISAMPLE_RESOLVE_DEFAULT; // Multisample resolve behavior
98 EGLenum renderBuffer = EGL_BACK_BUFFER; // Render buffer
99 …EGLenum swapBehavior = EGL_BUFFER_PRESERVED; // Buffer swap behavior (initial value chosen by …
100 EGLenum textureFormat = EGL_NO_TEXTURE; // Format of texture: RGB, RGBA, or no texture
101 EGLenum textureTarget = EGL_NO_TEXTURE; // Type of texture: 2D or no texture
110 EGLenum clientBufferFormat; // Format of the client buffer
111 EGLenum clientBufferType; // Type of the client buffer
140 EGLenum textureFormat, EGLenum textureTarget, EGLenum internalFormat,
141 EGLenum textureType, EGLBoolean largestPBuffer, EGLClientBuffer clientBuffer,