Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp409 EGLint aaAttribs[attribCount + 4]; in eglChooseConfig() local
410 aaAttribs[0] = EGL_SAMPLE_BUFFERS; in eglChooseConfig()
411 aaAttribs[1] = 1; in eglChooseConfig()
412 aaAttribs[2] = EGL_SAMPLES; in eglChooseConfig()
413 aaAttribs[3] = 4; in eglChooseConfig()
415 memcpy(&aaAttribs[4], attrib_list, attribCount * sizeof(EGLint)); in eglChooseConfig()
419 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA); in eglChooseConfig()