• Home
  • Raw
  • Download

Lines Matching refs:EGLBoolean

100     static EGLBoolean is_valid(EGLDisplay dpy) {  in is_valid()
150 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
151 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
152 virtual EGLBoolean connect() { return EGL_TRUE; } in connect()
161 virtual EGLBoolean swapBuffers();
162 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h);
186 EGLBoolean egl_surface_t::swapBuffers() { in swapBuffers()
201 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle()
219 virtual EGLBoolean swapBuffers();
220 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
221 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
222 virtual EGLBoolean connect();
230 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h);
363 EGLBoolean egl_window_surface_v2_t::connect() in connect()
479 EGLBoolean egl_window_surface_v2_t::swapBuffers() in swapBuffers()
562 EGLBoolean egl_window_surface_v2_t::setSwapRectangle( in setSwapRectangle()
569 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
584 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
636 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
637 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
660 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
675 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
699 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
700 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
744 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
751 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
1176 static EGLBoolean getConfigAttrib(EGLDisplay dpy, EGLConfig config, in getConfigAttrib()
1373 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
1378 EGLBoolean res = EGL_TRUE; in eglInitialize()
1394 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
1399 EGLBoolean res = EGL_TRUE; in eglTerminate()
1413 EGLBoolean eglGetConfigs( EGLDisplay dpy, in eglGetConfigs()
1433 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
1515 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
1548 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
1568 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, in eglQuerySurface()
1579 EGLBoolean ret = EGL_TRUE; in eglQuerySurface()
1650 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
1661 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent()
1806 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
1821 EGLBoolean eglWaitGL(void) in eglWaitGL()
1826 EGLBoolean eglWaitNative(EGLint engine) in eglWaitNative()
1831 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) in eglSwapBuffers()
1860 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, in eglCopyBuffers()
1896 EGLBoolean eglSurfaceAttrib( in eglSurfaceAttrib()
1905 EGLBoolean eglBindTexImage( in eglBindTexImage()
1914 EGLBoolean eglReleaseTexImage( in eglReleaseTexImage()
1923 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1935 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI()
1947 EGLBoolean eglWaitClient(void) in eglWaitClient()
1953 EGLBoolean eglReleaseThread(void) in eglReleaseThread()
1984 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, in eglLockSurfaceKHR()
1987 EGLBoolean result = EGL_FALSE; in eglLockSurfaceKHR()
1991 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR()
1993 EGLBoolean result = EGL_FALSE; in eglUnlockSurfaceKHR()
2035 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
2058 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, in eglSetSwapRectangleANDROID()