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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 96 static int m_currentLogCounter;
GLUtils.cpp 123 int GLUtils::m_currentLogCounter = 0;
127 if (m_currentLogCounter < LOG_VOLUME_PER_CYCLE) {
128 m_currentLogCounter++;
142 m_currentLogCounter = 0;

Completed in 175 milliseconds