Home
last modified time | relevance | path

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

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