Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp698 EGLDisplay iDpy = dp->disp.dpy; in eglCreateWindowSurfaceTmpl() local
700 getNativePixelFormat(iDpy, cnx, config, &format); in eglCreateWindowSurfaceTmpl()
738 EGLSurface surface = createWindowSurfaceFunc(iDpy, config, window, attrib_list); in eglCreateWindowSurfaceTmpl()
838 EGLDisplay iDpy = dp->disp.dpy; in eglCreatePbufferSurfaceImpl() local
840 getNativePixelFormat(iDpy, cnx, config, &format); in eglCreatePbufferSurfaceImpl()
851 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(iDpy, config, attrib_list); in eglCreatePbufferSurfaceImpl()