Lines Matching defs:dpy
249 _eglLockDisplay(EGLDisplay dpy) in _eglLockDisplay()
610 eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
686 eglTerminate(EGLDisplay dpy) in eglTerminate()
711 eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
741 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, in eglGetConfigs()
761 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, in eglChooseConfig()
782 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
800 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, in eglCreateContext()
829 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
846 eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, in eglMakeCurrent()
910 eglQueryContext(EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
998 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
1028 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformWindowSurfaceEXT()
1043 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformWindowSurface()
1123 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
1135 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurfaceEXT()
1149 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurface()
1172 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
1194 eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
1209 eglQuerySurface(EGLDisplay dpy, EGLSurface surface, in eglQuerySurface()
1228 eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, in eglSurfaceAttrib()
1245 eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
1260 eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1275 eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1312 eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
1391 eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, in eglSwapBuffersWithDamageEXT()
1401 eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, in eglSwapBuffersWithDamageKHR()
1437 eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, in eglSetDamageRegionKHR()
1471 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
1679 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, in eglCreatePbufferFromClientBuffer()
1746 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
1756 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImage()
1793 eglDestroyImage(EGLDisplay dpy, EGLImage image) in eglDestroyImage()
1802 eglDestroyImageKHR(EGLDisplay dpy, EGLImage image) in eglDestroyImageKHR()
1878 eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *int_list) in eglCreateSyncKHR()
1907 eglCreateSync64KHR(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync64KHR()
1917 eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync()
1943 eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync()
1952 eglDestroySyncKHR(EGLDisplay dpy, EGLSync sync) in eglDestroySyncKHR()
1962 _eglClientWaitSyncCommon(_EGLDisplay *disp, EGLDisplay dpy, in _eglClientWaitSyncCommon()
1996 eglClientWaitSync(EGLDisplay dpy, EGLSync sync, in eglClientWaitSync()
2006 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSync sync, in eglClientWaitSyncKHR()
2041 eglWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSyncKHR()
2051 eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSync()
2065 eglSignalSyncKHR(EGLDisplay dpy, EGLSync sync, EGLenum mode) in eglSignalSyncKHR()
2097 eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value) in eglGetSyncAttrib()
2111 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLint *value) in eglGetSyncAttribKHR()
2138 eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSync sync) in eglDupNativeFenceFDANDROID()
2161 eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, in eglSwapBuffersRegionNOK()
2188 eglCreateDRMImageMESA(EGLDisplay dpy, const EGLint *attr_list) in eglCreateDRMImageMESA()
2207 eglExportDRMImageMESA(EGLDisplay dpy, EGLImage image, in eglExportDRMImageMESA()
2231 eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display) in eglBindWaylandDisplayWL()
2250 eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display) in eglUnbindWaylandDisplayWL()
2269 eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource *buffer, in eglQueryWaylandBufferWL()
2290 eglCreateWaylandBufferFromImageWL(EGLDisplay dpy, EGLImage image) in eglCreateWaylandBufferFromImageWL()
2313 eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, in eglPostSubBufferNV()
2333 eglGetSyncValuesCHROMIUM(EGLDisplay dpy, EGLSurface surface, in eglGetSyncValuesCHROMIUM()
2356 eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImage image, in eglExportDMABUFImageQueryMESA()
2378 eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImage image, in eglExportDMABUFImageMESA()
2399 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, in eglLabelObjectKHR()
2546 eglQueryDmaBufFormatsEXT(EGLDisplay dpy, EGLint max_formats, in eglQueryDmaBufFormatsEXT()
2562 eglQueryDmaBufModifiersEXT(EGLDisplay dpy, EGLint format, EGLint max_modifiers, in eglQueryDmaBufModifiersEXT()
2580 eglSetBlobCacheFuncsANDROID(EGLDisplay *dpy, EGLSetBlobFuncANDROID set, in eglSetBlobCacheFuncsANDROID()
2664 eglQueryDisplayAttribEXT(EGLDisplay dpy, in eglQueryDisplayAttribEXT()
2684 eglGetDisplayDriverConfig(EGLDisplay dpy) in eglGetDisplayDriverConfig()
2699 eglGetDisplayDriverName(EGLDisplay dpy) in eglGetDisplayDriverName()
2745 _eglLockDisplayInterop(EGLDisplay dpy, EGLContext context, in _eglLockDisplayInterop()
2768 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context, in MesaGLInteropEGLQueryDeviceInfo()
2789 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context, in MesaGLInteropEGLExportObject()