Lines Matching defs:dpy
248 _eglLockDisplay(EGLDisplay dpy) in _eglLockDisplay()
615 eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
695 eglTerminate(EGLDisplay dpy) in eglTerminate()
720 eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
750 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, in eglGetConfigs()
770 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, in eglChooseConfig()
791 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
809 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, in eglCreateContext()
838 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
855 eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, in eglMakeCurrent()
919 eglQueryContext(EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
1007 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
1046 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformWindowSurfaceEXT()
1061 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformWindowSurface()
1150 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
1162 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurfaceEXT()
1176 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurface()
1199 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
1221 eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
1236 eglQuerySurface(EGLDisplay dpy, EGLSurface surface, in eglQuerySurface()
1255 eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, in eglSurfaceAttrib()
1272 eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
1287 eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1302 eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1339 eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
1418 eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, in eglSwapBuffersWithDamageEXT()
1428 eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, in eglSwapBuffersWithDamageKHR()
1464 eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, in eglSetDamageRegionKHR()
1498 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
1703 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, in eglCreatePbufferFromClientBuffer()
1768 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
1778 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImage()
1815 eglDestroyImage(EGLDisplay dpy, EGLImage image) in eglDestroyImage()
1824 eglDestroyImageKHR(EGLDisplay dpy, EGLImage image) in eglDestroyImageKHR()
1900 eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *int_list) in eglCreateSyncKHR()
1929 eglCreateSync64KHR(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync64KHR()
1939 eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync()
1965 eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync()
1974 eglDestroySyncKHR(EGLDisplay dpy, EGLSync sync) in eglDestroySyncKHR()
1984 _eglClientWaitSyncCommon(_EGLDisplay *disp, EGLDisplay dpy, in _eglClientWaitSyncCommon()
2018 eglClientWaitSync(EGLDisplay dpy, EGLSync sync, in eglClientWaitSync()
2028 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSync sync, in eglClientWaitSyncKHR()
2063 eglWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSyncKHR()
2073 eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSync()
2087 eglSignalSyncKHR(EGLDisplay dpy, EGLSync sync, EGLenum mode) in eglSignalSyncKHR()
2119 eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value) in eglGetSyncAttrib()
2133 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLint *value) in eglGetSyncAttribKHR()
2160 eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSync sync) in eglDupNativeFenceFDANDROID()
2183 eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, in eglSwapBuffersRegionNOK()
2210 eglCreateDRMImageMESA(EGLDisplay dpy, const EGLint *attr_list) in eglCreateDRMImageMESA()
2229 eglExportDRMImageMESA(EGLDisplay dpy, EGLImage image, in eglExportDRMImageMESA()
2253 eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display) in eglBindWaylandDisplayWL()
2272 eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display) in eglUnbindWaylandDisplayWL()
2291 eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource *buffer, in eglQueryWaylandBufferWL()
2312 eglCreateWaylandBufferFromImageWL(EGLDisplay dpy, EGLImage image) in eglCreateWaylandBufferFromImageWL()
2335 eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, in eglPostSubBufferNV()
2355 eglGetSyncValuesCHROMIUM(EGLDisplay dpy, EGLSurface surface, in eglGetSyncValuesCHROMIUM()
2378 eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImage image, in eglExportDMABUFImageQueryMESA()
2400 eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImage image, in eglExportDMABUFImageMESA()
2421 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, in eglLabelObjectKHR()
2564 eglQueryDmaBufFormatsEXT(EGLDisplay dpy, EGLint max_formats, in eglQueryDmaBufFormatsEXT()
2580 eglQueryDmaBufModifiersEXT(EGLDisplay dpy, EGLint format, EGLint max_modifiers, in eglQueryDmaBufModifiersEXT()
2598 eglSetBlobCacheFuncsANDROID(EGLDisplay *dpy, EGLSetBlobFuncANDROID set, in eglSetBlobCacheFuncsANDROID()
2682 eglQueryDisplayAttribEXT(EGLDisplay dpy, in eglQueryDisplayAttribEXT()
2702 eglGetDisplayDriverConfig(EGLDisplay dpy) in eglGetDisplayDriverConfig()
2717 eglGetDisplayDriverName(EGLDisplay dpy) in eglGetDisplayDriverName()
2763 _eglLockDisplayInterop(EGLDisplay dpy, EGLContext context, in _eglLockDisplayInterop()
2786 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context, in MesaGLInteropEGLQueryDeviceInfo()
2807 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context, in MesaGLInteropEGLExportObject()