Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp177 EGLint aSampleBuffersNum = a->getConfAttrib(EGL_SAMPLE_BUFFERS); in operator ()() local
179 if (aSampleBuffersNum != bSampleBuffersNum) { in operator ()()
180 return aSampleBuffersNum < bSampleBuffersNum; in operator ()()