Searched refs:skpCaptureEnabled (Results 1 – 4 of 4) sorted by relevance
80 bool Properties::skpCaptureEnabled = false; member in android::uirenderer::Properties148 …skpCaptureEnabled = debuggingEnabled && base::GetBoolProperty(PROPERTY_CAPTURE_SKP_ENABLED, false); in load()
315 static bool skpCaptureEnabled; variable
246 if (CC_LIKELY(!Properties::skpCaptureEnabled)) { in tryCapture()353 bool previousSkpEnabled = Properties::skpCaptureEnabled; in renderFrame()355 Properties::skpCaptureEnabled = true; in renderFrame()373 Properties::skpCaptureEnabled = previousSkpEnabled; in renderFrame()
136 if (CC_UNLIKELY(Properties::skpCaptureEnabled)) { in MarkDraw()141 if (CC_UNLIKELY(Properties::skpCaptureEnabled)) { in ~MarkDraw()298 if (CC_UNLIKELY(Properties::skpCaptureEnabled)) { in drawContent()