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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h193 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) {
194 if (mDpy) {
195 if (CC_UNLIKELY(!mDpy->enter())) {
196 mDpy = NULL;
207 // mDpy = other.mDpy;
208 // other.mDpy = NULL;
211 egl_display_ptr(const egl_display_ptr& other): mDpy(other.mDpy) {
212 if (mDpy) {
232 egl_display_t* mDpy; member in class:android::egl_display_ptr
[all...]

Completed in 2351 milliseconds