Lines Matching refs:EGLDisplay

125 EGLDisplay eglGetDisplay(EGLNativeDisplayType display)
138 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display);
146 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
158 EGLBoolean eglTerminate(EGLDisplay dpy)
162 // terminates an EGLDisplay, not a EGL itself.
178 EGLBoolean eglGetConfigs( EGLDisplay dpy,
204 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list,
320 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
342 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
351 EGLDisplay iDpy = dp->disp[ dp->configs[intptr_t(config)].impl ].dpy;
395 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
416 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
436 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
456 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface,
485 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
525 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
567 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw,
680 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx,
736 EGLDisplay eglGetCurrentDisplay(void)
925 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw)
927 EGLBoolean Debug_eglSwapBuffers(EGLDisplay dpy, EGLSurface draw);
944 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface,
961 const char* eglQueryString(EGLDisplay dpy, EGLint name)
993 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
1013 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
1033 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
1052 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
1170 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
1191 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface,
1211 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface)
1230 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,
1301 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img)
1339 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
1363 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
1390 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout)
1415 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value)