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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h191 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) {
192 if (mDpy) {
193 if (CC_UNLIKELY(!mDpy->enter())) {
194 mDpy = NULL;
205 // mDpy = other.mDpy;
206 // other.mDpy = NULL;
209 egl_display_ptr(const egl_display_ptr& other): mDpy(other.mDpy) {
210 if (mDpy) {
230 egl_display_t* mDpy; member in class:android::egl_display_ptr
[all...]

Completed in 79 milliseconds