]> git.cworth.org Git - glaze/blobdiff - specs/egl.def
Add egl definitions and related buildsupport.
[glaze] / specs / egl.def
diff --git a/specs/egl.def b/specs/egl.def
new file mode 100644 (file)
index 0000000..a6f4211
--- /dev/null
@@ -0,0 +1,105 @@
+GLAZE_API(eglBindAPI)
+GLAZE_API(eglBindTexImage)
+GLAZE_API(eglChooseConfig)
+GLAZE_API(eglClientWaitSync)
+GLAZE_API(eglClientWaitSyncKHR)
+GLAZE_API(eglClientWaitSyncNV)
+GLAZE_API(eglCopyBuffers)
+GLAZE_API(eglCreateContext)
+GLAZE_API(eglCreateDRMImageMESA)
+GLAZE_API(eglCreateFenceSyncNV)
+GLAZE_API(eglCreateImage)
+GLAZE_API(eglCreateImageKHR)
+GLAZE_API(eglCreatePbufferFromClientBuffer)
+GLAZE_API(eglCreatePbufferSurface)
+GLAZE_API(eglCreatePixmapSurface)
+GLAZE_API(eglCreatePixmapSurfaceHI)
+GLAZE_API(eglCreatePlatformPixmapSurface)
+GLAZE_API(eglCreatePlatformPixmapSurfaceEXT)
+GLAZE_API(eglCreatePlatformWindowSurface)
+GLAZE_API(eglCreatePlatformWindowSurfaceEXT)
+GLAZE_API(eglCreateStreamFromFileDescriptorKHR)
+GLAZE_API(eglCreateStreamKHR)
+GLAZE_API(eglCreateStreamProducerSurfaceKHR)
+GLAZE_API(eglCreateStreamSyncNV)
+GLAZE_API(eglCreateSync)
+GLAZE_API(eglCreateSync64KHR)
+GLAZE_API(eglCreateSyncKHR)
+GLAZE_API(eglCreateWindowSurface)
+GLAZE_API(eglDestroyContext)
+GLAZE_API(eglDestroyImage)
+GLAZE_API(eglDestroyImageKHR)
+GLAZE_API(eglDestroyStreamKHR)
+GLAZE_API(eglDestroySurface)
+GLAZE_API(eglDestroySync)
+GLAZE_API(eglDestroySyncKHR)
+GLAZE_API(eglDestroySyncNV)
+GLAZE_API(eglDupNativeFenceFDANDROID)
+GLAZE_API(eglExportDRMImageMESA)
+GLAZE_API(eglFenceNV)
+GLAZE_API(eglGetConfigAttrib)
+GLAZE_API(eglGetConfigs)
+GLAZE_API(eglGetCurrentContext)
+GLAZE_API(eglGetCurrentDisplay)
+GLAZE_API(eglGetCurrentSurface)
+GLAZE_API(eglGetDisplay)
+GLAZE_API(eglGetError)
+GLAZE_API(eglGetOutputLayersEXT)
+GLAZE_API(eglGetOutputPortsEXT)
+GLAZE_API(eglGetPlatformDisplay)
+GLAZE_API(eglGetPlatformDisplayEXT)
+GLAZE_API(eglGetStreamFileDescriptorKHR)
+GLAZE_API(eglGetSyncAttrib)
+GLAZE_API(eglGetSyncAttribKHR)
+GLAZE_API(eglGetSyncAttribNV)
+GLAZE_API(eglGetSystemTimeFrequencyNV)
+GLAZE_API(eglGetSystemTimeNV)
+GLAZE_API(eglInitialize)
+GLAZE_API(eglLockSurfaceKHR)
+GLAZE_API(eglMakeCurrent)
+GLAZE_API(eglOutputLayerAttribEXT)
+GLAZE_API(eglOutputPortAttribEXT)
+GLAZE_API(eglPostSubBufferNV)
+GLAZE_API(eglQueryAPI)
+GLAZE_API(eglQueryContext)
+GLAZE_API(eglQueryDeviceAttribEXT)
+GLAZE_API(eglQueryDevicesEXT)
+GLAZE_API(eglQueryDeviceStringEXT)
+GLAZE_API(eglQueryDisplayAttribEXT)
+GLAZE_API(eglQueryNativeDisplayNV)
+GLAZE_API(eglQueryNativePixmapNV)
+GLAZE_API(eglQueryNativeWindowNV)
+GLAZE_API(eglQueryOutputLayerAttribEXT)
+GLAZE_API(eglQueryOutputLayerStringEXT)
+GLAZE_API(eglQueryOutputPortAttribEXT)
+GLAZE_API(eglQueryOutputPortStringEXT)
+GLAZE_API(eglQueryStreamKHR)
+GLAZE_API(eglQueryStreamTimeKHR)
+GLAZE_API(eglQueryStreamu64KHR)
+GLAZE_API(eglQueryString)
+GLAZE_API(eglQuerySurface)
+GLAZE_API(eglQuerySurface64KHR)
+GLAZE_API(eglQuerySurfacePointerANGLE)
+GLAZE_API(eglReleaseTexImage)
+GLAZE_API(eglReleaseThread)
+GLAZE_API(eglSetBlobCacheFuncsANDROID)
+GLAZE_API(eglSignalSyncKHR)
+GLAZE_API(eglSignalSyncNV)
+GLAZE_API(eglStreamAttribKHR)
+GLAZE_API(eglStreamConsumerAcquireKHR)
+GLAZE_API(eglStreamConsumerGLTextureExternalKHR)
+GLAZE_API(eglStreamConsumerOutputEXT)
+GLAZE_API(eglStreamConsumerReleaseKHR)
+GLAZE_API(eglSurfaceAttrib)
+GLAZE_API(eglSwapBuffers)
+GLAZE_API(eglSwapBuffersRegion2NOK)
+GLAZE_API(eglSwapBuffersRegionNOK)
+GLAZE_API(eglSwapBuffersWithDamageEXT)
+GLAZE_API(eglSwapInterval)
+GLAZE_API(eglTerminate)
+GLAZE_API(eglUnlockSurfaceKHR)
+GLAZE_API(eglWaitClient)
+GLAZE_API(eglWaitGL)
+GLAZE_API(eglWaitNative)
+GLAZE_API(eglWaitSync)
+GLAZE_API(eglWaitSyncKHR)