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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h76 // holding a lock, but must be called via egl_display_ptr to ensure
79 // thread's egl_display_ptr is destroyed.
129 friend class egl_display_ptr;
185 // An egl_display_ptr is a kind of smart pointer for egl_display_t objects.
188 // as the egl_display_ptr exists.
189 class egl_display_ptr { class in namespace:android
191 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) { function in class:android::egl_display_ptr
204 // egl_display_ptr(egl_display_ptr&& other) {
209 egl_display_ptr(cons function in class:android::egl_display_ptr
[all...]
H A Degl.cpp242 egl_display_ptr validate_display(EGLDisplay dpy) {
243 egl_display_ptr dp = get_display(dpy);
245 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL));
247 return setError(EGL_NOT_INITIALIZED, egl_display_ptr(NULL));
252 egl_display_ptr validate_display_connection(EGLDisplay dpy,
255 egl_display_ptr dp = validate_display(dpy);
260 return setError(EGL_BAD_CONFIG, egl_display_ptr(NULL));
H A DeglApi.cpp136 egl_display_ptr dp = get_display(dpy);
152 egl_display_ptr dp = get_display(dpy);
170 const egl_display_ptr dp = validate_display(dpy);
195 const egl_display_ptr dp = validate_display(dpy);
272 const egl_display_ptr dp = validate_display_connection(dpy, cnx);
290 egl_display_ptr dp = validate_display_connection(dpy, cnx);
342 egl_display_ptr dp = validate_display_connection(dpy, cnx);
361 egl_display_ptr dp = validate_display_connection(dpy, cnx);
378 const egl_display_ptr dp = validate_display(dpy);
398 const egl_display_ptr d
[all...]

Completed in 69 milliseconds