Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_eglapi.cpp38 static int sGlTraceInProgress; variable
122 if (sGlTraceInProgress) { in GLTrace_start()
135 sGlTraceInProgress = 1; in GLTrace_start()
153 if (sGlTraceInProgress) { in GLTrace_stop()
154 sGlTraceInProgress = 0; in GLTrace_stop()