Searched defs:iDpy (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp409 EGLDisplay iDpy = dp->disp.dpy; local
427 if (!cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_NATIVE_VISUAL_ID,
457 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_ALPHA_SIZE, &a);
464 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_RED_SIZE, &r);
465 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_GREEN_SIZE, &g);
466 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_BLUE_SIZE, &b);
510 iDpy, config, window, attrib_list);

Completed in 9 milliseconds