Searched refs:aaAttribs (Results 1 – 1 of 1) sorted by relevance
374 EGLint aaAttribs[attribCount + 4]; in eglChooseConfigImpl() local375 aaAttribs[0] = EGL_SAMPLE_BUFFERS; in eglChooseConfigImpl()376 aaAttribs[1] = 1; in eglChooseConfigImpl()377 aaAttribs[2] = EGL_SAMPLES; in eglChooseConfigImpl()378 aaAttribs[3] = 4; in eglChooseConfigImpl()380 memcpy(&aaAttribs[4], attrib_list, attribCount * sizeof(EGLint)); in eglChooseConfigImpl()383 EGLBoolean resAA = cnx->egl.eglChooseConfig(dp->disp.dpy, aaAttribs, configs, config_size, in eglChooseConfigImpl()