Home
last modified time | relevance | path

Searched refs:surface_rect_functions_applied_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp1303 surface_rect_functions_applied_ = false; in Reset()
1351 swap(surface_rect_functions_applied_, in operator =()
1352 other.surface_rect_functions_applied_); in operator =()
1515 if (!surface_rect_functions_applied_) { in Prepare()
1526 surface_rect_functions_applied_ = true; in Prepare()
H A Dhardware_composer.h275 bool surface_rect_functions_applied_ = false; variable