Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
Degl.cpp701 bool tracingEnabled = false; member
704 if (gfxstream::guest::isTracingEnabled() && !tracingEnabled) { in onSwapBuffersSuccesful()
709 if (!gfxstream::guest::isTracingEnabled() && tracingEnabled) { in onSwapBuffersSuccesful()
714 tracingEnabled = gfxstream::guest::isTracingEnabled(); in onSwapBuffersSuccesful()