Lines Matching defs:dpy

270 _eglLookupDisplay(EGLDisplay dpy)  in _eglLookupDisplay()
289 _eglLockDisplay(EGLDisplay dpy) in _eglLockDisplay()
304 _eglWriteLockDisplay(EGLDisplay dpy) in _eglWriteLockDisplay()
673 eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
769 eglTerminate(EGLDisplay dpy) in eglTerminate()
796 eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
825 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, in eglGetConfigs()
844 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, in eglChooseConfig()
863 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, in eglGetConfigAttrib()
880 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, in eglCreateContext()
919 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
935 eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
1002 eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext()
1090 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
1129 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformWindowSurfaceEXT()
1143 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformWindowSurface()
1234 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
1246 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurfaceEXT()
1259 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformPixmapSurface()
1281 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
1304 eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
1321 eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, in eglQuerySurface()
1340 eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, in eglSurfaceAttrib()
1356 eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
1373 eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1390 eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1428 eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
1508 eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, in eglSwapBuffersWithDamageEXT()
1518 eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, in eglSwapBuffersWithDamageKHR()
1554 eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint *rects, in eglSetDamageRegionKHR()
1587 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
1791 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, in eglCreatePbufferFromClientBuffer()
1858 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
1867 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImage()
1903 eglDestroyImage(EGLDisplay dpy, EGLImage image) in eglDestroyImage()
1912 eglDestroyImageKHR(EGLDisplay dpy, EGLImage image) in eglDestroyImageKHR()
1985 eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *int_list) in eglCreateSyncKHR()
2012 eglCreateSync64KHR(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync64KHR()
2020 eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync()
2047 eglDestroySync(EGLDisplay dpy, EGLSync sync) in eglDestroySync()
2056 eglDestroySyncKHR(EGLDisplay dpy, EGLSync sync) in eglDestroySyncKHR()
2086 eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) in eglClientWaitSync()
2095 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags, in eglClientWaitSyncKHR()
2128 eglWaitSyncKHR(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSyncKHR()
2137 eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) in eglWaitSync()
2150 eglSignalSyncKHR(EGLDisplay dpy, EGLSync sync, EGLenum mode) in eglSignalSyncKHR()
2185 eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, in eglGetSyncAttrib()
2199 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSync sync, EGLint attribute, in eglGetSyncAttribKHR()
2227 eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSync sync) in eglDupNativeFenceFDANDROID()
2253 eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, in eglSwapBuffersRegionNOK()
2280 eglCreateDRMImageMESA(EGLDisplay dpy, const EGLint *attr_list) in eglCreateDRMImageMESA()
2299 eglExportDRMImageMESA(EGLDisplay dpy, EGLImage image, EGLint *name, in eglExportDRMImageMESA()
2324 eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display) in eglBindWaylandDisplayWL()
2345 eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display) in eglUnbindWaylandDisplayWL()
2366 eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource *buffer, in eglQueryWaylandBufferWL()
2388 eglCreateWaylandBufferFromImageWL(EGLDisplay dpy, EGLImage image) in eglCreateWaylandBufferFromImageWL()
2411 eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, in eglPostSubBufferNV()
2433 eglGetSyncValuesCHROMIUM(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *ust, in eglGetSyncValuesCHROMIUM()
2457 eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, EGLint *numerator, in eglGetMscRateANGLE()
2479 eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImage image, EGLint *fourcc, in eglExportDMABUFImageQueryMESA()
2503 eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImage image, int *fds, in eglExportDMABUFImageMESA()
2527 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, in eglLabelObjectKHR()
2672 eglQueryDmaBufFormatsEXT(EGLDisplay dpy, EGLint max_formats, EGLint *formats, in eglQueryDmaBufFormatsEXT()
2691 eglQueryDmaBufModifiersEXT(EGLDisplay dpy, EGLint format, EGLint max_modifiers, in eglQueryDmaBufModifiersEXT()
2711 eglQuerySupportedCompressionRatesEXT(EGLDisplay dpy, EGLConfig config, in eglQuerySupportedCompressionRatesEXT()
2739 eglSetBlobCacheFuncsANDROID(EGLDisplay *dpy, EGLSetBlobFuncANDROID set, in eglSetBlobCacheFuncsANDROID()
2799 eglQueryDisplayAttribEXT(EGLDisplay dpy, EGLint attribute, EGLAttrib *value) in eglQueryDisplayAttribEXT()
2817 eglGetDisplayDriverConfig(EGLDisplay dpy) in eglGetDisplayDriverConfig()
2832 eglGetDisplayDriverName(EGLDisplay dpy) in eglGetDisplayDriverName()
2878 _eglLockDisplayInterop(EGLDisplay dpy, EGLContext context, _EGLDisplay **disp, in _eglLockDisplayInterop()
2899 MesaGLInteropEGLQueryDeviceInfo(EGLDisplay dpy, EGLContext context, in MesaGLInteropEGLQueryDeviceInfo()
2920 MesaGLInteropEGLExportObject(EGLDisplay dpy, EGLContext context, in MesaGLInteropEGLExportObject()
2942 MesaGLInteropEGLFlushObjects(EGLDisplay dpy, EGLContext context, unsigned count, in MesaGLInteropEGLFlushObjects()