Searched refs:wrapperDisp_ (Results 1 – 3 of 3) sorted by relevance
42 … auto result = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()76 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()92 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()109 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()126 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()139 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()152 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()170 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()183 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()201 …rapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F()[all …]
66 EglWrapperDisplay EglWrapperDisplay::wrapperDisp_; member in OHOS::EglWrapperDisplay328 if (disp == &wrapperDisp_) { in GetWrapperDisplay()362 return (disp_ == EGL_NO_DISPLAY) ? disp_ : (EGLDisplay)&wrapperDisp_; in GetEglNativeDisplay()376 return (disp_ == EGL_NO_DISPLAY) ? disp_ : (EGLDisplay)&wrapperDisp_; in GetEglNativeDisplayExt()383 return wrapperDisp_.GetEglNativeDisplay(platform, disp, attribList); in GetEglDisplay()389 return wrapperDisp_.GetEglNativeDisplayExt(platform, disp, attribList); in GetEglDisplayExt()
134 static EglWrapperDisplay wrapperDisp_; variable