Searched refs:iDpy (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 409 EGLDisplay iDpy = dp->disp.dpy; in eglCreateWindowSurface() local 425 if (!cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_NATIVE_VISUAL_ID, in eglCreateWindowSurface() 455 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_ALPHA_SIZE, &a); in eglCreateWindowSurface() 462 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_RED_SIZE, &r); in eglCreateWindowSurface() 463 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_GREEN_SIZE, &g); in eglCreateWindowSurface() 464 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_BLUE_SIZE, &b); in eglCreateWindowSurface() 508 iDpy, config, window, attrib_list); in eglCreateWindowSurface()
|