Searched refs:skpCaptureEnabled (Results 1 – 4 of 4) sorted by relevance
75 bool Properties::skpCaptureEnabled = false; member in android::uirenderer::Properties132 …skpCaptureEnabled = debuggingEnabled && base::GetBoolProperty(PROPERTY_CAPTURE_SKP_ENABLED, false); in load()
265 static bool skpCaptureEnabled; variable
123 if (CC_UNLIKELY(Properties::skpCaptureEnabled)) { in MarkDraw()128 if (CC_UNLIKELY(Properties::skpCaptureEnabled)) { in ~MarkDraw()274 if (CC_UNLIKELY(Properties::skpCaptureEnabled)) { in drawContent()
345 if (CC_LIKELY(!Properties::skpCaptureEnabled)) { in tryCapture()445 bool previousSkpEnabled = Properties::skpCaptureEnabled; in renderFrame()447 Properties::skpCaptureEnabled = true; in renderFrame()465 Properties::skpCaptureEnabled = previousSkpEnabled; in renderFrame()