Searched refs:iDpy (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_platform_entries.cpp | 680 EGLDisplay iDpy = dp->disp.dpy; in eglCreateWindowSurfaceTmpl() local 682 getNativePixelFormat(iDpy, cnx, config, &format); in eglCreateWindowSurfaceTmpl() 720 EGLSurface surface = createWindowSurfaceFunc(iDpy, config, window, attrib_list); in eglCreateWindowSurfaceTmpl() 820 EGLDisplay iDpy = dp->disp.dpy; in eglCreatePbufferSurfaceImpl() local 822 getNativePixelFormat(iDpy, cnx, config, &format); in eglCreatePbufferSurfaceImpl() 833 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(iDpy, config, attrib_list); in eglCreatePbufferSurfaceImpl()
|