Lines Matching refs:EGLBoolean
54 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
106 static EGLBoolean is_valid(EGLDisplay dpy) { in is_valid()
157 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
158 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
159 virtual EGLBoolean connect() { return EGL_TRUE; } in connect()
168 virtual EGLBoolean swapBuffers();
169 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h);
193 EGLBoolean egl_surface_t::swapBuffers() { in swapBuffers()
208 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle()
226 virtual EGLBoolean swapBuffers();
227 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
228 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
229 virtual EGLBoolean connect();
237 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h);
370 EGLBoolean egl_window_surface_v2_t::connect() in connect()
492 EGLBoolean egl_window_surface_v2_t::swapBuffers() in swapBuffers()
577 EGLBoolean egl_window_surface_v2_t::setSwapRectangle( in setSwapRectangle()
584 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
599 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
651 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
652 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
675 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
690 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
714 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
715 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
759 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
766 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
1200 static EGLBoolean getConfigAttrib(EGLDisplay /*dpy*/, EGLConfig config, in getConfigAttrib()
1397 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
1402 EGLBoolean res = EGL_TRUE; in eglInitialize()
1418 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
1423 EGLBoolean res = EGL_TRUE; in eglTerminate()
1437 EGLBoolean eglGetConfigs( EGLDisplay dpy, in eglGetConfigs()
1457 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
1539 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
1572 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
1593 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, in eglQuerySurface()
1604 EGLBoolean ret = EGL_TRUE; in eglQuerySurface()
1675 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
1686 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent()
1836 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
1851 EGLBoolean eglWaitGL(void) in eglWaitGL()
1856 EGLBoolean eglWaitNative(EGLint /*engine*/) in eglWaitNative()
1861 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers()
1890 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface /*surface*/, in eglCopyBuffers()
1926 EGLBoolean eglSurfaceAttrib( in eglSurfaceAttrib()
1935 EGLBoolean eglBindTexImage( in eglBindTexImage()
1944 EGLBoolean eglReleaseTexImage( in eglReleaseTexImage()
1953 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) in eglSwapInterval()
1965 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI()
1977 EGLBoolean eglWaitClient(void) in eglWaitClient()
1983 EGLBoolean eglReleaseThread(void) in eglReleaseThread()
2014 EGLBoolean eglLockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/, in eglLockSurfaceKHR()
2017 EGLBoolean result = EGL_FALSE; in eglLockSurfaceKHR()
2021 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) in eglUnlockSurfaceKHR()
2023 EGLBoolean result = EGL_FALSE; in eglUnlockSurfaceKHR()
2063 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
2109 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) in eglDestroySyncKHR()
2128 EGLBoolean eglGetSyncAttribKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync, in eglGetSyncAttribKHR()
2154 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, in eglSetSwapRectangleANDROID()