Searched refs:aaAttribs (Results 1 – 1 of 1) sorted by relevance
418 EGLint aaAttribs[attribCount + 4]; in eglChooseConfigImpl() local419 aaAttribs[0] = EGL_SAMPLE_BUFFERS; in eglChooseConfigImpl()420 aaAttribs[1] = 1; in eglChooseConfigImpl()421 aaAttribs[2] = EGL_SAMPLES; in eglChooseConfigImpl()422 aaAttribs[3] = 4; in eglChooseConfigImpl()424 memcpy(&aaAttribs[4], attrib_list, attribCount * sizeof(EGLint)); in eglChooseConfigImpl()428 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA); in eglChooseConfigImpl()