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.cpp382 EGLint numConfigAA; in eglChooseConfigImpl() local
384 &numConfigAA); in eglChooseConfigImpl()
386 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfigImpl()
388 *num_config = numConfigAA; in eglChooseConfigImpl()