Home
last modified time | relevance | path

Searched refs:screen_height_ (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/ndk_helper/
DGLContext.cpp42 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()
DGLContext.h63 int32_t screen_height_; variable
105 return screen_height_; in GetScreenHeight()