Searched refs:screen_height_ (Results 1 – 2 of 2) sorted by relevance
42 screen_height_( 0 ), in GLContext()135 eglQuerySurface( display_, surface_, EGL_HEIGHT, &screen_height_ ); in InitEGLSurface()221 int32_t original_height = screen_height_; in Resume()227 eglQuerySurface( display_, surface_, EGL_HEIGHT, &screen_height_ ); in Resume()229 if( screen_width_ != original_widhth || screen_height_ != original_height ) in Resume()
63 int32_t screen_height_; variable105 return screen_height_; in GetScreenHeight()