Searched refs:disp_ (Results 1 – 2 of 2) sorted by relevance
150 return table->egl.eglTerminate(disp_); in Terminate()345 if (disp_ == EGL_NO_DISPLAY) { in GetEglNativeDisplay()351 disp_ = table->egl.eglGetDisplay(disp); in GetEglNativeDisplay()362 return (disp_ == EGL_NO_DISPLAY) ? disp_ : (EGLDisplay)&wrapperDisp_; in GetEglNativeDisplay()376 return (disp_ == EGL_NO_DISPLAY) ? disp_ : (EGLDisplay)&wrapperDisp_; in GetEglNativeDisplayExt()651 ret = table->egl.eglQueryContext(disp_, in QueryContext()675 ret = table->egl.eglQuerySurface(disp_, in QuerySurface()772 ret = table->egl.eglSurfaceAttrib(disp_, in SurfaceAttrib()836 ret = table->egl.eglDestroyImage(disp_, img); in DestroyImage()915 ret = table->egl.eglLockSurfaceKHR(disp_, in LockSurfaceKHR()[all …]
61 return disp_; in GetEglDisplay()135 EGLDisplay disp_; variable