Home
last modified time | relevance | path

Searched refs:fFPS (Results 1 – 5 of 5) sorted by relevance

/development/ndk/sources/android/ndk_helper/
DperfMonitor.cpp46 bool PerfMonitor::Update( float &fFPS ) in Update() argument
61 fFPS = current_FPS_; in Update()
66 fFPS = current_FPS_; in Update()
DperfMonitor.h49 bool Update( float &fFPS );
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotNativeActivity.cpp62 void UpdateFPS( float fFPS );
175 float fFPS; in DrawFrame() local
176 if( monitor_.Update( fFPS ) ) in DrawFrame()
178 UpdateFPS( fFPS ); in DrawFrame()
412 void Engine::UpdateFPS( float fFPS ) in UpdateFPS() argument
420 jni->CallVoidMethod( app_->activity->clazz, methodID, fFPS ); in UpdateFPS()
/development/ndk/platforms/android-17/samples/Teapot/src/com/sample/teapot/
DTeapotNativeActivity.java129 public void updateFPS(final float fFPS) in updateFPS() argument
138 _label.setText(String.format("%2.2f FPS", fFPS)); in updateFPS()
/development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/moreteapots/
DMoreTeapotsNativeActivity.java131 public void updateFPS(final float fFPS) in updateFPS() argument
140 _label.setText(String.format("%2.2f FPS", fFPS)); in updateFPS()