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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp474 EGLDisplay iDpy = dp->disp.dpy; local
501 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_COLOR_COMPONENT_TYPE_EXT,
509 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_RED_SIZE, &r);
510 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_GREEN_SIZE, &g);
511 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_BLUE_SIZE, &b);
512 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_ALPHA_SIZE, &a);
576 iDpy, config, window, attrib_list);

Completed in 62 milliseconds