OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Compositor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/browser/android/
compositor.h
29
// An interface to the browser-side
compositor
.
30
class CONTENT_EXPORT
Compositor
{
32
virtual ~
Compositor
() {}
34
// Performs the global initialization needed before any
compositor
38
// Creates and returns a
compositor
instance. |root_window| needs to outlive
39
// the
compositor
as it manages callbacks on the
compositor
.
40
static
Compositor
* Create(CompositorClient* client,
53
// freed and other calls into the
compositor
are not allowed until after
57
// Set the output surface handle which the
compositor
renders into
[
all
...]
/external/chromium_org/ui/compositor/
compositor.cc
5
#include "ui/
compositor
/
compositor
.h"
28
#include "ui/
compositor
/compositor_observer.h"
29
#include "ui/
compositor
/compositor_switches.h"
30
#include "ui/
compositor
/dip_util.h"
31
#include "ui/
compositor
/layer.h"
99
CompositorLock::CompositorLock(
Compositor
*
compositor
)
100
: compositor_(
compositor
) {
119
void DrawWaiterForTest::Wait(
Compositor
* compositor)
[
all
...]
compositor.h
18
#include "ui/
compositor
/compositor_export.h"
19
#include "ui/
compositor
/compositor_observer.h"
49
class
Compositor
;
56
// This class abstracts the creation of the 3D context for the
compositor
. It is
70
// Creates an output surface for the given
compositor
. The factory may keep
71
// per-
compositor
data (e.g. a shared context), that needs to be cleaned up
72
// by calling RemoveCompositor when the
compositor
gets destroyed.
74
Compositor
*
compositor
, bool software_fallback) = 0;
79
Compositor
* mirrored_compositor
[
all
...]
Completed in 106 milliseconds