Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp1308 surface_rect_functions_applied_ = false; in Reset()
1356 swap(surface_rect_functions_applied_, in operator =()
1357 other.surface_rect_functions_applied_); in operator =()
1520 if (!surface_rect_functions_applied_) { in Prepare()
1531 surface_rect_functions_applied_ = true; in Prepare()
Dhardware_composer.h274 bool surface_rect_functions_applied_ = false; variable