Searched defs:egl_display_t (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp100 struct egl_display_t struct in namespace:android
102 egl_display_t() : type(0), initialized(0) { } function in struct:android::egl_display_t
104 static egl_display_t& get_display(EGLDisplay dpy);
114 static egl_display_t gDisplays[NUM_DISPLAYS];
116 egl_display_t& egl_display_t::get_display(EGLDisplay dpy) {
1259 if (egl_display_t::is_valid(dpy) == EGL_FALSE)
1308 if (egl_display_t::is_valid(dpy) == EGL_FALSE)
1354 if (egl_display_t::is_valid(dpy) == EGL_FALSE)
1417 egl_display_t
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp56 egl_display_t egl_display_t::sDisplay[NUM_DISPLAYS];
58 egl_display_t::egl_display_t() : function in class:android::egl_display_t
62 egl_display_t::~egl_display_t() {
67 egl_display_t* egl_display_t::get(EGLDisplay dpy) {
72 void egl_display_t::addObject(egl_object_t* object) {
77 void egl_display_t
[all...]
H A Degl_display.h46 class EGLAPI egl_display_t { // marked as EGLAPI for testing purposes class in namespace:android
47 static egl_display_t sDisplay[NUM_DISPLAYS];
58 egl_display_t();
59 ~egl_display_t();
85 static egl_display_t* get(EGLDisplay dpy);
144 // The owning egl_display_t's lock may be but is not required to be held
146 // class may call back up to egl_display_t directly or indirectly.
187 // An egl_display_ptr is a kind of smart pointer for egl_display_t objects.
188 // It doesn't refcount the egl_display_t, but does ensure that the underlying
193 explicit egl_display_ptr(egl_display_t* dp
[all...]

Completed in 80 milliseconds