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.cpp1242 surface_rect_functions_applied_ = false; in Reset()
1290 swap(surface_rect_functions_applied_, in operator =()
1291 other.surface_rect_functions_applied_); in operator =()
1454 if (!surface_rect_functions_applied_) { in Prepare()
1465 surface_rect_functions_applied_ = true; in Prepare()
Dhardware_composer.h274 bool surface_rect_functions_applied_ = false; variable