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

  /development/ndk/sources/android/ndk_helper/
GLContext.h 103 int32_t GetScreenHeight()
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 161 glViewport( 0, 0, gl_context_->GetScreenWidth(), gl_context_->GetScreenHeight() );
394 / ndk_helper::Vec2( gl_context_->GetScreenWidth(), gl_context_->GetScreenHeight() )
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 171 glViewport( 0, 0, gl_context_->GetScreenWidth(), gl_context_->GetScreenHeight() );
405 / ndk_helper::Vec2( gl_context_->GetScreenWidth(), gl_context_->GetScreenHeight() )

Completed in 726 milliseconds