Searched refs:iDpy (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 474 EGLDisplay iDpy = dp->disp.dpy; in eglCreateWindowSurface() local 501 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_COLOR_COMPONENT_TYPE_EXT, in eglCreateWindowSurface() 509 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_RED_SIZE, &r); in eglCreateWindowSurface() 510 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_GREEN_SIZE, &g); in eglCreateWindowSurface() 511 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_BLUE_SIZE, &b); in eglCreateWindowSurface() 512 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_ALPHA_SIZE, &a); in eglCreateWindowSurface() 576 iDpy, config, window, attrib_list); in eglCreateWindowSurface()
|