Lines Matching defs:dpy

116 egl_display_t& egl_display_t::get_display(EGLDisplay dpy) {  in get_display()
126 EGLDisplay dpy; member
147 EGLDisplay dpy; member
174 egl_surface_t::egl_surface_t(EGLDisplay dpy, in egl_surface_t()
340 egl_window_surface_v2_t::egl_window_surface_v2_t(EGLDisplay dpy, in egl_window_surface_v2_t()
659 egl_pixmap_surface_t::egl_pixmap_surface_t(EGLDisplay dpy, in egl_pixmap_surface_t()
722 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, in egl_pbuffer_surface_t()
1229 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, in createWindowSurface()
1278 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config, in createPixmapSurface()
1324 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config, in createPbufferSurface()
1389 EGLDisplay dpy = (EGLDisplay)1; in eglGetDisplay() local
1397 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
1418 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
1437 EGLBoolean eglGetConfigs( EGLDisplay dpy, in eglGetConfigs()
1457 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
1539 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
1552 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
1559 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
1566 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
1572 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
1593 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, in eglQuerySurface()
1657 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext()
1675 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
1686 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent()
1836 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
1861 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers()
1890 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface /*surface*/, in eglCopyBuffers()
1904 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
1927 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*attribute*/, EGLint /*value*/) in eglSurfaceAttrib()
1936 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglBindTexImage()
1945 EGLDisplay dpy, EGLSurface /*surface*/, EGLint /*buffer*/) in eglReleaseTexImage()
1953 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) in eglSwapInterval()
1990 EGLDisplay dpy, EGLenum /*buftype*/, EGLClientBuffer /*buffer*/, in eglCreatePbufferFromClientBuffer()
2027 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
2063 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
2088 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, in eglCreateSyncKHR()
2154 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, in eglSetSwapRectangleANDROID()