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,
281 egl_display_ptr dp = get_display(dpy); in eglInitialize()297 egl_display_ptr dp = get_display(dpy); in eglTerminate()315 const egl_display_ptr dp = validate_display(dpy); in eglGetConfigs()340 const egl_display_ptr dp = validate_display(dpy); in eglChooseConfig()417 const egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglGetConfigAttrib()455 egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglCreateWindowSurface()562 egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglCreatePixmapSurface()581 egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglCreatePbufferSurface()598 const egl_display_ptr dp = validate_display(dpy); in eglDestroySurface()618 const egl_display_ptr dp = validate_display(dpy); in eglQuerySurface()[all …]
96 egl_display_ptr validate_display(EGLDisplay dpy) { in validate_display()97 egl_display_ptr dp = get_display(dpy); in validate_display()99 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL)); in validate_display()101 return setError(EGL_NOT_INITIALIZED, egl_display_ptr(NULL)); in validate_display()106 egl_display_ptr validate_display_connection(EGLDisplay dpy, in validate_display_connection()109 egl_display_ptr dp = validate_display(dpy); in validate_display_connection()114 return setError(EGL_BAD_CONFIG, egl_display_ptr(NULL)); in validate_display_connection()