Home
last modified time | relevance | path

Searched refs:GetScreenHeight (Results 1 – 3 of 3) sorted by relevance

/development/ndk/sources/android/ndk_helper/
DGLContext.h103 int32_t GetScreenHeight() in GetScreenHeight() function
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotNativeActivity.cpp161 glViewport( 0, 0, gl_context_->GetScreenWidth(), gl_context_->GetScreenHeight() ); in InitDisplay()
394 / ndk_helper::Vec2( gl_context_->GetScreenWidth(), gl_context_->GetScreenHeight() ) in TransformPosition()
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsNativeActivity.cpp171 glViewport( 0, 0, gl_context_->GetScreenWidth(), gl_context_->GetScreenHeight() ); in InitDisplay()
405 / ndk_helper::Vec2( gl_context_->GetScreenWidth(), gl_context_->GetScreenHeight() ) in TransformPosition()