egl-symbol.md 1.1 KB
Newer Older
A
Annie_wang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
**EGL Symbols Exported from Native APIs**

|Type|Symbol|Remarks|
| --- | --- | --- |
|FUNC|eglChooseConfig|
|FUNC|eglCopyBuffers|
|FUNC|eglCreateContext|
|FUNC|eglCreatePbufferSurface|
|FUNC|eglCreatePixmapSurface|
|FUNC|eglCreateWindowSurface|
|FUNC|eglDestroyContext|
|FUNC|eglDestroySurface|
|FUNC|eglGetConfigAttrib|
|FUNC|eglGetConfigs|
|FUNC|eglGetCurrentDisplay|
|FUNC|eglGetCurrentSurface|
|FUNC|eglGetDisplay|
|FUNC|eglGetError|
|FUNC|eglGetProcAddress|
|FUNC|eglInitialize|
|FUNC|eglMakeCurrent|
|FUNC|eglQueryContext|
|FUNC|eglQueryString|
|FUNC|eglQuerySurface|
|FUNC|eglSwapBuffers|
|FUNC|eglTerminate|
|FUNC|eglWaitGL|
|FUNC|eglWaitNative|
|FUNC|eglBindTexImage|
|FUNC|eglReleaseTexImage|
|FUNC|eglSurfaceAttrib|
|FUNC|eglSwapInterval|
|FUNC|eglBindAPI|
|FUNC|eglQueryAPI|
|FUNC|eglCreatePbufferFromClientBuffer|
|FUNC|eglReleaseThread|
|FUNC|eglWaitClient|
|FUNC|eglGetCurrentContext|
|FUNC|eglCreateSync|
|FUNC|eglDestroySync|
|FUNC|eglClientWaitSync|
|FUNC|eglGetSyncAttrib|
|FUNC|eglCreateImage|
|FUNC|eglDestroyImage|
|FUNC|eglGetPlatformDisplay|
|FUNC|eglCreatePlatformWindowSurface|
|FUNC|eglCreatePlatformPixmapSurface|
|FUNC|eglWaitSync|