Lines Matching refs:egl_surface_t
166 struct egl_surface_t { struct
177 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
178 virtual ~egl_surface_t();
201 egl_surface_t::egl_surface_t(EGLDisplay dpy, in egl_surface_t() function in android::egl_surface_t
210 egl_surface_t::~egl_surface_t() in ~egl_surface_t()
215 bool egl_surface_t::isValid() const in isValid()
221 EGLBoolean egl_surface_t::swapBuffers() in swapBuffers()
225 EGLint egl_surface_t::getHorizontalResolution() const in getHorizontalResolution()
229 EGLint egl_surface_t::getVerticalResolution() const in getVerticalResolution()
233 EGLint egl_surface_t::getRefreshRate() const in getRefreshRate()
237 EGLint egl_surface_t::getSwapBehavior() const in getSwapBehavior()
241 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle()
249 struct egl_window_surface_v2_t : public egl_surface_t {
386 : egl_surface_t(dpy, config, depthFormat), in egl_window_surface_v2_t()
678 struct egl_pixmap_surface_t : public egl_surface_t {
705 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
736 struct egl_pbuffer_surface_t : public egl_surface_t {
761 : egl_surface_t(dpy, config, depthFormat) in egl_pbuffer_surface_t()
1254 egl_surface_t* surface; in createWindowSurface()
1298 egl_surface_t* surface = in createPbufferSurface()
1505 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglDestroySurface()
1525 egl_surface_t* surface = static_cast<egl_surface_t*>(eglSurface); in eglQuerySurface()
1625 egl_surface_t* s = (egl_surface_t*)draw; in eglMakeCurrent()
1633 egl_surface_t* s = (egl_surface_t*)read; in eglMakeCurrent()
1654 egl_surface_t* d = (egl_surface_t*)draw; in eglMakeCurrent()
1655 egl_surface_t* r = (egl_surface_t*)read; in eglMakeCurrent()
1668 egl_surface_t* d = (egl_surface_t*)draw; in eglMakeCurrent()
1669 egl_surface_t* r = (egl_surface_t*)read; in eglMakeCurrent()
1672 egl_surface_t* s = reinterpret_cast<egl_surface_t*>(c->draw); in eglMakeCurrent()
1697 egl_surface_t* d = (egl_surface_t*)c->draw; in eglMakeCurrent()
1698 egl_surface_t* r = (egl_surface_t*)c->read; in eglMakeCurrent()
1776 egl_surface_t* d = static_cast<egl_surface_t*>(draw); in eglSwapBuffers()
1842 egl_surface_t* d = static_cast<egl_surface_t*>(draw); in eglSetSwapRectangleANDROID()