Home
last modified time | relevance | path

Searched defs:DrmCompositionPlane (Results 1 – 1 of 1) sorted by relevance

/external/drm_hwcomposer/
Ddrmdisplaycomposition.h49 struct DrmCompositionPlane { struct
50 const static size_t kSourceNone = SIZE_MAX;
51 const static size_t kSourcePreComp = kSourceNone - 1;
52 const static size_t kSourceSquash = kSourcePreComp - 1;
53 const static size_t kSourceLayerMax = kSourceSquash - 1;
54 DrmPlane *plane;
55 DrmCrtc *crtc;
56 size_t source_layer;