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

  /external/drm_hwcomposer/
compositor.cpp 17 #include "compositor.h"
29 Compositor::~Compositor() {
32 void Compositor::Dump(std::ostringstream */* out */) const {
compositor.h 35 // Prepares the given framebuffer for use as output of this compositor. On
43 // of this compositor or the target can be -1 to indicate that no custom
66 // Upon success, the compositor takes ownership of bo and is responsible
77 class Compositor {
79 virtual ~Compositor();
82 // on the thread the Compositor is meant to operate on to initialize thread
86 // If this compositor supports targeting to output buffers, this returns a
93 // Transfers ownership of composition to the Compositor (whether or not this
106 // Dumps state from the Compositor to the out stream
drmcompositor.h 20 #include "compositor.h"
29 class DrmCompositor : public Compositor {
gl_compositor.h 19 #include "compositor.h"
28 class GLCompositor : public Compositor, public Targeting {
glworker.h 92 class Compositor {
94 Compositor();
95 ~Compositor();
129 int DoComposition(Compositor &compositor, Work *work);
glworker.cpp 410 GLWorker::Compositor::Compositor()
414 int GLWorker::Compositor::Init() {
505 GLWorker::Compositor::~Compositor() {
511 int GLWorker::Compositor::Composite(hwc_layer_1 *layers, size_t num_layers,
657 int GLWorker::DoComposition(Compositor &compositor, Work *work) {
659 compositor.Composite(work->layers, work->num_layers, work->framebuffer);
803 Compositor compositor
    [all...]

Completed in 68 milliseconds