Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp383 EGLBoolean resAA = cnx->egl.eglChooseConfig(dp->disp.dpy, aaAttribs, configs, config_size, in eglChooseConfigImpl() local
386 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfigImpl()
389 return resAA; in eglChooseConfigImpl()