Lines Matching refs:RequestedLayerState
51 RequestedLayerState::RequestedLayerState(const LayerCreationArgs& args) in RequestedLayerState() function in android::surfaceflinger::frontend::RequestedLayerState
61 changes |= RequestedLayerState::Changes::Created; in RequestedLayerState()
63 changes |= RequestedLayerState::Changes::Metadata; in RequestedLayerState()
69 changes |= RequestedLayerState::Changes::Mirror; in RequestedLayerState()
72 changes |= RequestedLayerState::Changes::Mirror; in RequestedLayerState()
145 void RequestedLayerState::merge(const ResolvedComposerState& resolvedComposerState) { in merge()
169 changes |= RequestedLayerState::Changes::Visibility | in merge()
170 RequestedLayerState::Changes::VisibleRegion; in merge()
173 changes |= RequestedLayerState::Changes::Geometry; in merge()
176 changes |= RequestedLayerState::Changes::Input; in merge()
184 changes |= RequestedLayerState::Changes::Buffer; in merge()
189 changes |= RequestedLayerState::Changes::BufferSize; in merge()
190 changes |= RequestedLayerState::Changes::Geometry; in merge()
194 changes |= RequestedLayerState::Changes::BufferUsageFlags; in merge()
199 changes |= RequestedLayerState::Changes::Geometry | in merge()
200 RequestedLayerState::Changes::VisibleRegion | in merge()
201 RequestedLayerState::Changes::Visibility | RequestedLayerState::Changes::Input; in merge()
229 changes |= RequestedLayerState::Changes::Visibility | in merge()
230 RequestedLayerState::Changes::VisibleRegion; in merge()
235 changes |= RequestedLayerState::Changes::SidebandStream; in merge()
238 changes |= RequestedLayerState::Changes::Geometry | in merge()
239 RequestedLayerState::Changes::VisibleRegion | in merge()
240 RequestedLayerState::Changes::Visibility | RequestedLayerState::Changes::Input; in merge()
245 changes |= RequestedLayerState::Changes::Visibility; in merge()
250 changes |= RequestedLayerState::Changes::Visibility | in merge()
251 RequestedLayerState::Changes::VisibleRegion; in merge()
254 changes |= RequestedLayerState::Changes::Hierarchy; in merge()
256 changes |= RequestedLayerState::Changes::Content; in merge()
258 changes |= RequestedLayerState::Changes::Geometry; in merge()
260 changes |= RequestedLayerState::Changes::AffectsChildren; in merge()
262 changes |= RequestedLayerState::Changes::Input; in merge()
264 changes |= RequestedLayerState::Changes::VisibleRegion; in merge()
272 changes |= RequestedLayerState::Changes::Z; in merge()
275 changes |= RequestedLayerState::Changes::Parent; in merge()
284 changes |= RequestedLayerState::Changes::RelativeParent; in merge()
295 changes |= RequestedLayerState::Changes::RelativeParent; in merge()
299 changes |= RequestedLayerState::Changes::RelativeParent; in merge()
328 changes |= RequestedLayerState::Changes::GameMode; in merge()
340 changes |= RequestedLayerState::Changes::FrameRate; in merge()
345 changes |= RequestedLayerState::Changes::FrameRate; in merge()
349 ui::Size RequestedLayerState::getUnrotatedBufferSize(uint32_t displayRotationFlags) const { in getUnrotatedBufferSize()
364 ui::Transform RequestedLayerState::getTransform(uint32_t displayRotationFlags) const { in getTransform()
399 std::string RequestedLayerState::getDebugString() const { in getDebugString()
419 std::ostream& operator<<(std::ostream& out, const RequestedLayerState& obj) { in operator <<()
430 std::string RequestedLayerState::getDebugStringShort() const { in getDebugStringShort()
434 bool RequestedLayerState::canBeDestroyed() const { in canBeDestroyed()
437 bool RequestedLayerState::isRoot() const { in isRoot()
440 bool RequestedLayerState::isHiddenByPolicy() const { in isHiddenByPolicy()
443 half4 RequestedLayerState::getColor() const { in getColor()
449 Rect RequestedLayerState::getBufferSize(uint32_t displayRotationFlags) const { in getBufferSize()
473 Rect RequestedLayerState::getCroppedBufferSize(const Rect& bufferSize) const { in getCroppedBufferSize()
483 Rect RequestedLayerState::getBufferCrop() const { in getBufferCrop()
504 aidl::android::hardware::graphics::composer3::Composition RequestedLayerState::getCompositionType() in getCompositionType()
526 Rect RequestedLayerState::reduce(const Rect& win, const Region& exclude) { in reduce()
541 bool RequestedLayerState::hasValidRelativeParent() const { in hasValidRelativeParent()
546 bool RequestedLayerState::hasInputInfo() const { in hasInputInfo()
555 bool RequestedLayerState::hasBlur() const { in hasBlur()
559 bool RequestedLayerState::hasFrameUpdate() const { in hasFrameUpdate()
564 bool RequestedLayerState::hasReadyFrame() const { in hasReadyFrame()
568 bool RequestedLayerState::hasSidebandStreamFrame() const { in hasSidebandStreamFrame()
572 bool RequestedLayerState::willReleaseBufferOnLatch() const { in willReleaseBufferOnLatch()
576 bool RequestedLayerState::backpressureEnabled() const { in backpressureEnabled()
580 bool RequestedLayerState::isSimpleBufferUpdate(const layer_state_t& s) const { in isSimpleBufferUpdate()
626 bool RequestedLayerState::isProtected() const { in isProtected()
630 bool RequestedLayerState::hasSomethingToDraw() const { in hasSomethingToDraw()
636 void RequestedLayerState::clearChanges() { in clearChanges()