Lines Matching refs:egl_surface_t

166         egl_surface_t* s( static_cast<egl_surface_t*>(surface) );    \
250 struct egl_surface_t { struct
256 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument
257 virtual ~egl_surface_t();
299 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument
313 EGLint egl_surface_t::getSwapBehavior() const { in getSwapBehavior()
317 egl_surface_t::~egl_surface_t() in ~egl_surface_t()
326 struct egl_window_surface_t : public egl_surface_t {
349 : egl_surface_t(dpy, config, surfType), in egl_window_surface_t()
553 struct egl_pbuffer_surface_t : public egl_surface_t {
574 : egl_surface_t(dpy, config, surfType), in egl_pbuffer_surface_t()
877 egl_surface_t* surface = egl_window_surface_t::create( in eglCreateWindowSurface()
939 egl_surface_t* surface = egl_pbuffer_surface_t::create(dpy, config, in eglCreatePbufferSurface()
971 egl_surface_t* surface(static_cast<egl_surface_t*>(eglSurface)); in eglDestroySurface()
992 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglQuerySurface()
1188 egl_surface_t* p_surface( static_cast<egl_surface_t*>(surface) ); in eglSurfaceAttrib()
1234 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglBindTexImage()
1275 egl_surface_t* draw(static_cast<egl_surface_t*>(ctx->draw)); in eglSwapInterval()
1489 egl_surface_t * drawSurf = static_cast<egl_surface_t *>(draw); in eglMakeCurrent()
1491 egl_surface_t * readSurf = static_cast<egl_surface_t *>(read); in eglMakeCurrent()
1734 egl_surface_t* d = static_cast<egl_surface_t*>(eglSurface); in eglSwapBuffers()