Home
last modified time | relevance | path

Searched refs:aCbSize (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp143 EGLint aCbSize = 0; in operator ()() local
147 aCbSize += a->getConfAttrib(EGL_RED_SIZE); in operator ()()
151 aCbSize += a->getConfAttrib(EGL_GREEN_SIZE); in operator ()()
155 aCbSize += a->getConfAttrib(EGL_BLUE_SIZE); in operator ()()
159 aCbSize += a->getConfAttrib(EGL_LUMINANCE_SIZE); in operator ()()
163 aCbSize += a->getConfAttrib(EGL_ALPHA_SIZE); in operator ()()
167 if (aCbSize != bCbSize) { in operator ()()
168 return aCbSize > bCbSize; in operator ()()