HomeSort by relevance Sort by last modified time
    Searched defs:Compositor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/public/browser/android/
compositor.h 27 // An interface to the browser-side compositor.
28 class CONTENT_EXPORT Compositor {
30 virtual ~Compositor() {}
32 // Performs the global initialization needed before any compositor
41 // Runs the compositor in threaded mode.
49 // Creates and returns a compositor instance.
50 static Compositor* Create(CompositorClient* client);
62 // freed and other calls into the compositor are not allowed until after
66 // Set the output surface handle which the compositor renders into.
70 // Set the output surface which the compositor renders into
    [all...]
  /external/chromium_org/ui/compositor/
compositor.cc 5 #include "ui/compositor/compositor.h"
25 #include "ui/compositor/compositor_observer.h"
26 #include "ui/compositor/compositor_switches.h"
27 #include "ui/compositor/context_provider_from_context_factory.h"
28 #include "ui/compositor/dip_util.h"
29 #include "ui/compositor/layer.h"
30 #include "ui/compositor/reflector.h"
31 #include "ui/compositor/test_web_graphics_context_3d.h"
110 Compositor* compositor)
    [all...]
compositor.h 17 #include "ui/compositor/compositor_export.h"
18 #include "ui/compositor/compositor_observer.h"
54 class Compositor;
63 // This class abstracts the creation of the 3D context for the compositor. It is
77 // Creates an output surface for the given compositor. The factory may keep
78 // per-compositor data (e.g. a shared context), that needs to be cleaned up
79 // by calling RemoveCompositor when the compositor gets destroyed.
81 Compositor* compositor) = 0;
90 Compositor* mirrored_compositor
    [all...]

Completed in 74 milliseconds