Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLUtils.cpp135 bool inLogCycle = (delta <= LOG_CYCLE) && (delta > 0); in allowGLLog() local
136 if (inLogCycle) in allowGLLog()