Home
last modified time | relevance | path

Searched refs:egl_display_ptr (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_display.h121 friend class egl_display_ptr;
141 class egl_display_ptr {
143 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) {} in egl_display_ptr() function
155 egl_display_ptr(const egl_display_ptr& other): mDpy(other.mDpy) {} in egl_display_ptr() function
157 ~egl_display_ptr() {} in ~egl_display_ptr()
171 egl_display_ptr& operator=(const egl_display_ptr&);
176 inline egl_display_ptr get_display(EGLDisplay dpy) { in get_display()
177 return egl_display_ptr(egl_display_t::get(dpy)); in get_display()
188 egl_display_ptr validate_display(EGLDisplay dpy);
189 egl_display_ptr validate_display_connection(EGLDisplay dpy,
Degl.cpp88 egl_display_ptr validate_display(EGLDisplay dpy) { in validate_display()
89 egl_display_ptr dp = get_display(dpy); in validate_display()
91 return setError(EGL_BAD_DISPLAY, egl_display_ptr(nullptr)); in validate_display()
93 return setError(EGL_NOT_INITIALIZED, egl_display_ptr(nullptr)); in validate_display()
98 egl_display_ptr validate_display_connection(EGLDisplay dpy, in validate_display_connection()
101 egl_display_ptr dp = validate_display(dpy); in validate_display_connection()
106 return setError(EGL_BAD_CONFIG, egl_display_ptr(nullptr)); in validate_display_connection()
Degl_platform_entries.cpp319 egl_display_ptr dp = get_display(dpy); in eglInitializeImpl()
333 egl_display_ptr dp = get_display(dpy); in eglTerminateImpl()
349 const egl_display_ptr dp = validate_display(dpy); in eglGetConfigsImpl()
372 const egl_display_ptr dp = validate_display(dpy); in eglChooseConfigImpl()
449 const egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglGetConfigAttribImpl()
491 static std::vector<EGLint> getDriverColorSpaces(egl_display_ptr dp) { in getDriverColorSpaces()
526 static EGLBoolean processAttributes(egl_display_ptr dp, ANativeWindow* window, in processAttributes()
706 EGLSurface eglCreateWindowSurfaceTmpl(egl_display_ptr dp, egl_connection_t* cnx, EGLConfig config, in eglCreateWindowSurfaceTmpl()
797 egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglCreateWindowSurfaceImpl()
809 egl_display_ptr dp = validate_display_connection(dpy, cnx); in eglCreatePlatformWindowSurfaceImpl()
[all …]