Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl.cpp209 static std::chrono::steady_clock::time_point sLogPrintTime; variable
216 if ((now - sLogPrintTime) > DURATION) { in gl_unimplemented()
217 sLogPrintTime = now; in gl_unimplemented()