Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp417 EGLint numConfigAA; in eglChooseConfig() local
419 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA); in eglChooseConfig()
421 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfig()
423 *num_config = numConfigAA; in eglChooseConfig()