Go to the source code of this file.
Variables | |
const EGLint | KColorRGB565AttribList [] |
Contains the definition of member functions of the CEGLRendering class
Definition in file eglrendering.cpp.
const EGLint KColorRGB565AttribList[] |
{ 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.