Home | History | Annotate | Download | only in drm_hwcomposer

Lines Matching refs:layers

40     std::map<size_t, DrmHwcLayer *> &layers, bool use_squash_fb, DrmCrtc *crtc,
64 if (layers.size() > planes.size()) {
77 int ret = i->ProvisionPlanes(&composition, layers, crtc, &planes);
93 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc,
97 for (auto i = layers.begin(); i != layers.end();) {
109 i = layers.erase(i);
115 // Add any layers below the protected content to the precomposition since we
117 for (auto i = layers.begin(); i != layers.end();) {
118 // Skip layers above the z-order of the protected content
138 i = layers.erase(i);
145 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc,
151 // Find lowest zorder out of precomp layers
156 // if there are any remaining layers on top of any of the precomp layers,
159 for (auto i = layers.begin(); i != layers.end();) {
165 i = layers.erase(i);
173 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc,
176 for (auto i = layers.begin(); i != layers.end(); i = layers.erase(i)) {
186 // Put the rest of the layers in the precomp plane
189 for (auto i = layers.begin(); i != layers.end(); i = layers.erase(i))