Searched refs:screen_width_ (Results 1 – 2 of 2) sorted by relevance
41 screen_width_( 0 ), in GLContext()134 eglQuerySurface( display_, surface_, EGL_WIDTH, &screen_width_ ); in InitEGLSurface()220 int32_t original_widhth = screen_width_; in Resume()226 eglQuerySurface( display_, surface_, EGL_WIDTH, &screen_width_ ); in Resume()229 if( screen_width_ != original_widhth || screen_height_ != original_height ) in Resume()
62 int32_t screen_width_; variable101 return screen_width_; in GetScreenWidth()