• Home
  • Raw
  • Download

Lines Matching defs:dpy

110 egl_display_t& egl_display_t::get_display(EGLDisplay dpy) {  in get_display()
120 EGLDisplay dpy; member
141 EGLDisplay dpy; member
167 egl_surface_t::egl_surface_t(EGLDisplay dpy, in egl_surface_t()
333 egl_window_surface_v2_t::egl_window_surface_v2_t(EGLDisplay dpy, in egl_window_surface_v2_t()
644 egl_pixmap_surface_t::egl_pixmap_surface_t(EGLDisplay dpy, in egl_pixmap_surface_t()
707 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, in egl_pbuffer_surface_t()
1176 static EGLBoolean getConfigAttrib(EGLDisplay dpy, EGLConfig config, in getConfigAttrib()
1205 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, in createWindowSurface()
1254 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config, in createPixmapSurface()
1300 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config, in createPbufferSurface()
1365 EGLDisplay dpy = (EGLDisplay)1; in eglGetDisplay() local
1373 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
1394 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
1413 EGLBoolean eglGetConfigs( EGLDisplay dpy, in eglGetConfigs()
1433 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
1515 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
1528 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
1535 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
1542 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
1548 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
1568 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, in eglQuerySurface()
1632 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext()
1650 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
1661 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent()
1806 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
1831 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers()
1860 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, in eglCopyBuffers()
1874 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
1897 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
1906 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
1915 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1923 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1960 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer()
1984 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR()
1991 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR()
1997 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
2035 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
2058 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, in eglSetSwapRectangleANDROID()