Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp189 EGLint aDepthSize = a->getConfAttrib(EGL_DEPTH_SIZE); in operator ()() local
191 if (aDepthSize != bDepthSize) { in operator ()()
192 return aDepthSize < bDepthSize; in operator ()()