HomeSort by relevance Sort by last modified time
    Searched refs:IsThreadedCompositingEnabled (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/gpu/
compositor_util.h 14 CONTENT_EXPORT bool IsThreadedCompositingEnabled();
compositor_util_browsertest.cc 50 IsThreadedCompositingEnabled());
compositor_util.cc 211 bool IsThreadedCompositingEnabled() {
242 if (IsThreadedCompositingEnabled())
281 (!IsForceCompositingModeEnabled() || !IsThreadedCompositingEnabled())) {
350 bool has_thread = IsThreadedCompositingEnabled();
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]
render_widget_host_impl.cc 214 is_threaded_compositing_enabled_ = IsThreadedCompositingEnabled();
    [all...]

Completed in 97 milliseconds