Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp374 EGLint aaAttribs[attribCount + 4]; in eglChooseConfigImpl() local
375 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()