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
425 if (!cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_NATIVE_VISUAL_ID,
455 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_ALPHA_SIZE, &a);
462 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_RED_SIZE, &r);
463 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_GREEN_SIZE, &g);
464 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_BLUE_SIZE, &b);
508 iDpy, config, window, attrib_list);

Completed in 40 milliseconds