Home | History | Annotate | Download | only in EGL

Lines Matching refs:EGLDisplay

111 EGLDisplay eglGetDisplay(EGLNativeDisplayType display)
124 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display);
132 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
144 EGLBoolean eglTerminate(EGLDisplay dpy)
148 // terminates an EGLDisplay, not a EGL itself.
164 EGLBoolean eglGetConfigs( EGLDisplay dpy,
189 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list,
213 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
230 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
239 EGLDisplay iDpy = dp->disp.dpy;
282 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
302 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
321 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
340 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface,
357 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) {
382 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
424 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
444 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw,
540 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx,
588 EGLDisplay eglGetCurrentDisplay(void)
759 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
787 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw)
831 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface,
847 const char* eglQueryString(EGLDisplay dpy, EGLint name)
875 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
895 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
915 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
934 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
1027 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
1046 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface,
1066 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface)
1084 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,
1106 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img)
1125 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
1140 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
1155 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync,
1172 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync,