HomeSort by relevance Sort by last modified time
    Searched refs:screen_height_ (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/ndk_helper/
GLContext.h 63 int32_t screen_height_; member in class:ndk_helper::GLContext
105 return screen_height_;
GLContext.cpp 42 screen_height_( 0 ),
135 eglQuerySurface( display_, surface_, EGL_HEIGHT, &screen_height_ );
221 int32_t original_height = screen_height_;
227 eglQuerySurface( display_, surface_, EGL_HEIGHT, &screen_height_ );
229 if( screen_width_ != original_widhth || screen_height_ != original_height )

Completed in 54 milliseconds