Searched refs:dpy (Results 1 – 2 of 2) sorted by relevance
26 typedef EGLSyncKHR EGLAPIENTRY (*TypeEglCreateSyncKHR)(EGLDisplay dpy,28 typedef EGLBoolean EGLAPIENTRY (*TypeEglDestroySyncKHR)(EGLDisplay dpy,30 typedef EGLint EGLAPIENTRY (*TypeEglClientWaitSyncKHR)(EGLDisplay dpy,
452 unique_ptr<DisplayInfo> dpy(new DisplayInfo()); in readDisplayInfo() local453 if (dpy == nullptr) { in readDisplayInfo()480 dpy->streamConfigurations.insert_or_assign(id, cfg); in readDisplayInfo()487 mDisplayInfo.insert_or_assign(id, std::move(dpy)); in readDisplayInfo()