Searched refs:aaAttribs (Results 1 – 1 of 1) sorted by relevance
376 EGLint aaAttribs[attribCount + 4]; in eglChooseConfig() local377 aaAttribs[0] = EGL_SAMPLE_BUFFERS; in eglChooseConfig()378 aaAttribs[1] = 1; in eglChooseConfig()379 aaAttribs[2] = EGL_SAMPLES; in eglChooseConfig()380 aaAttribs[3] = 4; in eglChooseConfig()382 memcpy(&aaAttribs[4], attrib_list, attribCount * sizeof(EGLint)); in eglChooseConfig()386 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA); in eglChooseConfig()