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

  /development/ndk/sources/android/ndk_helper/
GLContext.h 62 int32_t screen_width_; member in class:ndk_helper::GLContext
101 return screen_width_;
GLContext.cpp 41 screen_width_( 0 ),
134 eglQuerySurface( display_, surface_, EGL_WIDTH, &screen_width_ );
220 int32_t original_widhth = screen_width_;
226 eglQuerySurface( display_, surface_, EGL_WIDTH, &screen_width_ );
229 if( screen_width_ != original_widhth || screen_height_ != original_height )

Completed in 603 milliseconds