Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp144 EGLint bCbSize = 0; in operator ()() local
148 bCbSize += b->getConfAttrib(EGL_RED_SIZE); in operator ()()
152 bCbSize += b->getConfAttrib(EGL_GREEN_SIZE); in operator ()()
156 bCbSize += b->getConfAttrib(EGL_BLUE_SIZE); in operator ()()
160 bCbSize += b->getConfAttrib(EGL_LUMINANCE_SIZE); in operator ()()
164 bCbSize += b->getConfAttrib(EGL_ALPHA_SIZE); in operator ()()
167 if (aCbSize != bCbSize) { in operator ()()
168 return aCbSize > bCbSize; in operator ()()