Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp426 EGLint numConfigAA; in eglChooseConfigImpl() local
428 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA); in eglChooseConfigImpl()
430 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfigImpl()
432 *num_config = numConfigAA; in eglChooseConfigImpl()