examples/Graphics/coverflow/src/eglrendering.cpp File Reference

Go to the source code of this file.

Variables

const EGLint KColorRGB565AttribList []

Detailed Description

Contains the definition of member functions of the CEGLRendering class

Definition in file eglrendering.cpp.


Variable Documentation

const EGLint KColorRGB565AttribList[]
Initial value:
                {
                EGL_RED_SIZE,                   5,
                EGL_GREEN_SIZE,                 6,
                EGL_BLUE_SIZE,                  5,
                EGL_SURFACE_TYPE,               EGL_WINDOW_BIT,
                EGL_RENDERABLE_TYPE,    EGL_OPENVG_BIT,
                EGL_NONE
                }

Attributes to be passed into eglChooseConfig .

Definition at line 20 of file eglrendering.cpp.


Generated by  doxygen 1.6.2