• Home
  • Raw
  • Download

Lines Matching refs:egl_surface_t

161 struct egl_surface_t  struct
174 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
175 virtual ~egl_surface_t();
196 egl_surface_t::egl_surface_t(EGLDisplay dpy, in egl_surface_t() function in android::egl_surface_t
205 egl_surface_t::~egl_surface_t() in ~egl_surface_t()
210 bool egl_surface_t::isValid() const { in isValid()
215 EGLBoolean egl_surface_t::swapBuffers() { in swapBuffers()
218 EGLint egl_surface_t::getHorizontalResolution() const { in getHorizontalResolution()
221 EGLint egl_surface_t::getVerticalResolution() const { in getVerticalResolution()
224 EGLint egl_surface_t::getRefreshRate() const { in getRefreshRate()
227 EGLint egl_surface_t::getSwapBehavior() const { in getSwapBehavior()
230 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle()
238 struct egl_window_surface_v2_t : public egl_surface_t
365 : egl_surface_t(dpy, config, depthFormat), in egl_window_surface_v2_t()
665 struct egl_pixmap_surface_t : public egl_surface_t
687 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
736 struct egl_pbuffer_surface_t : public egl_surface_t
756 : egl_surface_t(dpy, config, depthFormat) in egl_pbuffer_surface_t()
1322 egl_surface_t* surface; in createWindowSurface()
1368 egl_surface_t* surface = in createPixmapSurface()
1412 egl_surface_t* surface = in createPbufferSurface()
1638 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglDestroySurface()
1659 egl_surface_t* surface = static_cast<egl_surface_t*>(eglSurface); in eglQuerySurface()
1753 egl_surface_t* s = (egl_surface_t*)draw; in eglMakeCurrent()
1761 egl_surface_t* s = (egl_surface_t*)read; in eglMakeCurrent()
1781 egl_surface_t* d = (egl_surface_t*)draw; in eglMakeCurrent()
1782 egl_surface_t* r = (egl_surface_t*)read; in eglMakeCurrent()
1794 egl_surface_t* d = (egl_surface_t*)draw; in eglMakeCurrent()
1795 egl_surface_t* r = (egl_surface_t*)read; in eglMakeCurrent()
1798 egl_surface_t* s = reinterpret_cast<egl_surface_t*>(c->draw); in eglMakeCurrent()
1840 egl_surface_t* d = (egl_surface_t*)c->draw; in eglMakeCurrent()
1841 egl_surface_t* r = (egl_surface_t*)c->read; in eglMakeCurrent()
1926 egl_surface_t* d = static_cast<egl_surface_t*>(draw); in eglSwapBuffers()
2220 egl_surface_t* d = static_cast<egl_surface_t*>(draw); in eglSetSwapRectangleANDROID()