1 <html> 2 <head> 3 <link rel="stylesheet" type="text/css" href="style-index.css" /> 4 <title>EGL Reference Pages</title> 5 <?php include 'accord.js'; ?> 6 </head> 7 <body> 8 <a href="indexflat.php">Use alternate (flat) index</a> 9 <div id="navwrap"> 10 <ul id="containerul"> <!-- Must wrap entire list for expand/contract --> 11 <li class="Level1"> 12 <a href="start.html" target="pagedisplay">Introduction</a> 13 </li> 14 <li class="Level1">EGL Entry Points 15 <ul class="Level2"> 16 <a name="b"></a> 17 <li>b 18 <ul class="Level3"> 19 <li><a href="eglBindAPI.xhtml" target="pagedisplay">eglBindAPI</a></li> 20 <li><a href="eglBindTexImage.xhtml" target="pagedisplay">eglBindTexImage</a></li> 21 </ul> <!-- End Level3 --> 22 </li> 23 <a name="c"></a> 24 <li>c 25 <ul class="Level3"> 26 <li><a href="eglChooseConfig.xhtml" target="pagedisplay">eglChooseConfig</a></li> 27 <li><a href="eglClientWaitSync.xhtml" target="pagedisplay">eglClientWaitSync</a></li> 28 <li><a href="eglCopyBuffers.xhtml" target="pagedisplay">eglCopyBuffers</a></li> 29 <li><a href="eglCreateContext.xhtml" target="pagedisplay">eglCreateContext</a></li> 30 <li><a href="eglCreateImage.xhtml" target="pagedisplay">eglCreateImage</a></li> 31 <li><a href="eglCreatePbufferFromClientBuffer.xhtml" target="pagedisplay">eglCreatePbufferFromClientBuffer</a></li> 32 <li><a href="eglCreatePbufferSurface.xhtml" target="pagedisplay">eglCreatePbufferSurface</a></li> 33 <li><a href="eglCreatePixmapSurface.xhtml" target="pagedisplay">eglCreatePixmapSurface</a></li> 34 <li><a href="eglCreatePlatformPixmapSurface.xhtml" target="pagedisplay">eglCreatePlatformPixmapSurface</a></li> 35 <li><a href="eglCreatePlatformWindowSurface.xhtml" target="pagedisplay">eglCreatePlatformWindowSurface</a></li> 36 <li><a href="eglCreateSync.xhtml" target="pagedisplay">eglCreateSync</a></li> 37 <li><a href="eglCreateWindowSurface.xhtml" target="pagedisplay">eglCreateWindowSurface</a></li> 38 </ul> <!-- End Level3 --> 39 </li> 40 <a name="d"></a> 41 <li>d 42 <ul class="Level3"> 43 <li><a href="eglDestroyContext.xhtml" target="pagedisplay">eglDestroyContext</a></li> 44 <li><a href="eglDestroyImage.xhtml" target="pagedisplay">eglDestroyImage</a></li> 45 <li><a href="eglDestroySurface.xhtml" target="pagedisplay">eglDestroySurface</a></li> 46 <li><a href="eglDestroySync.xhtml" target="pagedisplay">eglDestroySync</a></li> 47 </ul> <!-- End Level3 --> 48 </li> 49 <a name="g"></a> 50 <li>g 51 <ul class="Level3"> 52 <li><a href="eglGetConfigAttrib.xhtml" target="pagedisplay">eglGetConfigAttrib</a></li> 53 <li><a href="eglGetConfigs.xhtml" target="pagedisplay">eglGetConfigs</a></li> 54 <li><a href="eglGetCurrentContext.xhtml" target="pagedisplay">eglGetCurrentContext</a></li> 55 <li><a href="eglGetCurrentDisplay.xhtml" target="pagedisplay">eglGetCurrentDisplay</a></li> 56 <li><a href="eglGetCurrentSurface.xhtml" target="pagedisplay">eglGetCurrentSurface</a></li> 57 <li><a href="eglGetDisplay.xhtml" target="pagedisplay">eglGetDisplay</a></li> 58 <li><a href="eglGetError.xhtml" target="pagedisplay">eglGetError</a></li> 59 <li><a href="eglGetPlatformDisplay.xhtml" target="pagedisplay">eglGetPlatformDisplay</a></li> 60 <li><a href="eglGetProcAddress.xhtml" target="pagedisplay">eglGetProcAddress</a></li> 61 <li><a href="eglGetSyncAttrib.xhtml" target="pagedisplay">eglGetSyncAttrib</a></li> 62 </ul> <!-- End Level3 --> 63 </li> 64 <a name="i"></a> 65 <li>i 66 <ul class="Level3"> 67 <li><a href="eglInitialize.xhtml" target="pagedisplay">eglInitialize</a></li> 68 <li><a href="eglIntro.xhtml" target="pagedisplay">eglIntro</a></li> 69 </ul> <!-- End Level3 --> 70 </li> 71 <a name="m"></a> 72 <li>m 73 <ul class="Level3"> 74 <li><a href="eglMakeCurrent.xhtml" target="pagedisplay">eglMakeCurrent</a></li> 75 </ul> <!-- End Level3 --> 76 </li> 77 <a name="q"></a> 78 <li>q 79 <ul class="Level3"> 80 <li><a href="eglQueryAPI.xhtml" target="pagedisplay">eglQueryAPI</a></li> 81 <li><a href="eglQueryContext.xhtml" target="pagedisplay">eglQueryContext</a></li> 82 <li><a href="eglQueryString.xhtml" target="pagedisplay">eglQueryString</a></li> 83 <li><a href="eglQuerySurface.xhtml" target="pagedisplay">eglQuerySurface</a></li> 84 </ul> <!-- End Level3 --> 85 </li> 86 <a name="r"></a> 87 <li>r 88 <ul class="Level3"> 89 <li><a href="eglReleaseTexImage.xhtml" target="pagedisplay">eglReleaseTexImage</a></li> 90 <li><a href="eglReleaseThread.xhtml" target="pagedisplay">eglReleaseThread</a></li> 91 </ul> <!-- End Level3 --> 92 </li> 93 <a name="s"></a> 94 <li>s 95 <ul class="Level3"> 96 <li><a href="eglSurfaceAttrib.xhtml" target="pagedisplay">eglSurfaceAttrib</a></li> 97 <li><a href="eglSwapBuffers.xhtml" target="pagedisplay">eglSwapBuffers</a></li> 98 <li><a href="eglSwapInterval.xhtml" target="pagedisplay">eglSwapInterval</a></li> 99 </ul> <!-- End Level3 --> 100 </li> 101 <a name="t"></a> 102 <li>t 103 <ul class="Level3"> 104 <li><a href="eglTerminate.xhtml" target="pagedisplay">eglTerminate</a></li> 105 </ul> <!-- End Level3 --> 106 </li> 107 <a name="w"></a> 108 <li>w 109 <ul class="Level3"> 110 <li><a href="eglWaitClient.xhtml" target="pagedisplay">eglWaitClient</a></li> 111 <li><a href="eglWaitGL.xhtml" target="pagedisplay">eglWaitGL</a></li> 112 <li><a href="eglWaitNative.xhtml" target="pagedisplay">eglWaitNative</a></li> 113 <li><a href="eglWaitSync.xhtml" target="pagedisplay">eglWaitSync</a></li> 114 </ul> <!-- End Level3 --> 115 </li> 116 </ul> <!-- End Level2 --> 117 </li> <!-- End Level1 --> 118 </div> <!-- End containerurl --> 119 <script type="text/javascript">initiate();</script> 120 </body> 121 </html> 122