Searched refs:egl_display_ptr (Results 1 – 3 of 3) sorted by relevance
129 friend class egl_display_ptr;191 class egl_display_ptr {193 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) { in egl_display_ptr() function211 egl_display_ptr(const egl_display_ptr& other): mDpy(other.mDpy) { in egl_display_ptr() function217 ~egl_display_ptr() { in ~egl_display_ptr()235 egl_display_ptr& operator=(const egl_display_ptr&);240 inline egl_display_ptr get_display(EGLDisplay dpy) { in get_display()241 return egl_display_ptr(egl_display_t::get(dpy)); in get_display()252 egl_display_ptr validate_display(EGLDisplay dpy);253 egl_display_ptr validate_display_connection(EGLDisplay dpy,
273 egl_display_ptr dp = get_display(dpy); in eglInitialize()289 egl_display_ptr dp = get_display(dpy); in eglTerminate()307 const egl_display_ptr dp = validate_display(dpy); in eglGetConfigs()332 const egl_display_ptr dp = validate_display(dpy); in eglChooseConfig()409 const egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglGetConfigAttrib()447 egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglCreateWindowSurface()554 egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglCreatePixmapSurface()573 egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglCreatePbufferSurface()590 const egl_display_ptr dp = validate_display(dpy); in eglDestroySurface()619 const egl_display_ptr dp = validate_display(dpy); in eglQuerySurface()[all …]
252 egl_display_ptr validate_display(EGLDisplay dpy) { in validate_display()253 egl_display_ptr dp = get_display(dpy); in validate_display()255 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL)); in validate_display()257 return setError(EGL_NOT_INITIALIZED, egl_display_ptr(NULL)); in validate_display()262 egl_display_ptr validate_display_connection(EGLDisplay dpy, in validate_display_connection()265 egl_display_ptr dp = validate_display(dpy); in validate_display_connection()270 return setError(EGL_BAD_CONFIG, egl_display_ptr(NULL)); in validate_display_connection()