Home | History | Annotate | Download | only in drm_hwcomposer

Lines Matching refs:layers

215     std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc,
219 for (auto i = layers.begin(); i != layers.end();) {
244 i = layers.erase(i);
250 // Add any layers below the protected content to the precomposition since we
252 for (auto i = layers.begin(); i != layers.end();) {
253 // Skip layers above the z-order of the protected content
273 i = layers.erase(i);
328 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc,
332 for (auto i = layers.begin(); i != layers.end();) {
342 i = layers.erase(i);
358 i = layers.erase(i);