Searched refs:dropCounter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp886 int dropCounter = 0; local
891 dropCounter++;
894 if (dropCounter > 0) {
895 RENDERER_LOGD("Dropped %d frames on texture layer update", dropCounter);

Completed in 152 milliseconds