Lines Matching refs:EGLBoolean
291 virtual EGLBoolean swapBuffers() = 0;
371 virtual EGLBoolean swapBuffers();
382 EGLBoolean init();
402 EGLBoolean egl_window_surface_t::init() in init()
614 EGLBoolean egl_window_surface_t::swapBuffers() in swapBuffers()
710 virtual EGLBoolean swapBuffers() { return EGL_TRUE; } in swapBuffers()
717 EGLBoolean init(GLenum format);
778 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat) in init()
987 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
1001 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
1043 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs()
1065 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
1128 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
1255 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
1280 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) in eglQuerySurface()
1289 EGLBoolean ret = EGL_TRUE; in eglQuerySurface()
1406 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI()
1418 EGLBoolean eglWaitClient() in eglWaitClient()
1424 static EGLBoolean s_eglReleaseThreadImpl(EGLThreadInfo* tInfo) { in s_eglReleaseThreadImpl()
1460 EGLBoolean eglReleaseThread() in eglReleaseThread()
1477 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
1527 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface eglSurface, EGLint buffer) in eglBindTexImage()
1558 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1568 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1749 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
1771 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
1997 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext()
2004 EGLBoolean ret = EGL_TRUE; in eglQueryContext()
2030 EGLBoolean eglWaitGL() in eglWaitGL()
2047 EGLBoolean eglWaitNative(EGLint engine) in eglWaitNative()
2053 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface eglSurface) in eglSwapBuffers()
2066 EGLBoolean ret = d->swapBuffers(); in eglSwapBuffers()
2072 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
2081 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR()
2090 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) in eglUnlockSurfaceKHR()
2171 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
2323 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR eglsync) in eglDestroySyncKHR()
2389 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR eglsync, in eglGetSyncAttribKHR()