Lines Matching refs:dpy
85 static egl_display_t* get(EGLDisplay dpy);
112 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { } in DisplayImpl()
113 EGLDisplay dpy; member
189 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) { in egl_display_ptr() argument
236 inline egl_display_ptr get_display(EGLDisplay dpy) { in get_display() argument
237 return egl_display_ptr(egl_display_t::get(dpy)); in get_display()
242 inline egl_display_t* get_display_nowake(EGLDisplay dpy) { in get_display_nowake() argument
243 return egl_display_t::get(dpy); in get_display_nowake()
248 egl_display_ptr validate_display(EGLDisplay dpy);
249 egl_display_ptr validate_display_connection(EGLDisplay dpy,
251 EGLBoolean validate_display_context(EGLDisplay dpy, EGLContext ctx);
252 EGLBoolean validate_display_surface(EGLDisplay dpy, EGLSurface surface);