Lines Matching refs:egl_surface_t
139 struct egl_surface_t struct
152 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
153 virtual ~egl_surface_t();
174 egl_surface_t::egl_surface_t(EGLDisplay dpy, in egl_surface_t() function in android::egl_surface_t
183 egl_surface_t::~egl_surface_t() in ~egl_surface_t()
188 bool egl_surface_t::isValid() const { in isValid()
193 EGLBoolean egl_surface_t::swapBuffers() { in swapBuffers()
196 EGLint egl_surface_t::getHorizontalResolution() const { in getHorizontalResolution()
199 EGLint egl_surface_t::getVerticalResolution() const { in getVerticalResolution()
202 EGLint egl_surface_t::getRefreshRate() const { in getRefreshRate()
205 EGLint egl_surface_t::getSwapBehavior() const { in getSwapBehavior()
208 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle()
216 struct egl_window_surface_v2_t : public egl_surface_t
344 : egl_surface_t(dpy, config, depthFormat), in egl_window_surface_v2_t()
641 struct egl_pixmap_surface_t : public egl_surface_t
663 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
705 struct egl_pbuffer_surface_t : public egl_surface_t
725 : egl_surface_t(dpy, config, depthFormat) in egl_pbuffer_surface_t()
1265 egl_surface_t* surface; in createWindowSurface()
1311 egl_surface_t* surface = in createPixmapSurface()
1355 egl_surface_t* surface = in createPbufferSurface()
1577 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglDestroySurface()
1598 egl_surface_t* surface = static_cast<egl_surface_t*>(eglSurface); in eglQuerySurface()
1692 egl_surface_t* s = (egl_surface_t*)draw; in eglMakeCurrent()
1700 egl_surface_t* s = (egl_surface_t*)read; in eglMakeCurrent()
1721 egl_surface_t* d = (egl_surface_t*)draw; in eglMakeCurrent()
1722 egl_surface_t* r = (egl_surface_t*)read; in eglMakeCurrent()
1734 egl_surface_t* d = (egl_surface_t*)draw; in eglMakeCurrent()
1735 egl_surface_t* r = (egl_surface_t*)read; in eglMakeCurrent()
1738 egl_surface_t* s = reinterpret_cast<egl_surface_t*>(c->draw); in eglMakeCurrent()
1780 egl_surface_t* d = (egl_surface_t*)c->draw; in eglMakeCurrent()
1781 egl_surface_t* r = (egl_surface_t*)c->read; in eglMakeCurrent()
1866 egl_surface_t* d = static_cast<egl_surface_t*>(draw); in eglSwapBuffers()
2160 egl_surface_t* d = static_cast<egl_surface_t*>(draw); in eglSetSwapRectangleANDROID()