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

  /external/drm_hwcomposer/
glworker.h 80 class GLWorker {
110 GLWorker();
111 ~GLWorker();
glworker.cpp 18 #define LOG_TAG "GLWorker"
36 #include "glworker.h"
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) {
685 GLWorker::GLWorker() : initialized_(false) {
688 GLWorker::~GLWorker()
    [all...]
gl_compositor.cpp 33 #include "glworker.h"
87 GLWorker worker;
279 GLWorker::Work work;

Completed in 215 milliseconds