Home
last modified time | relevance | path

Searched refs:updateGeometry (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerTest.cpp45 layer->updateGeometry(); in TEST_P()
55 layer->updateGeometry(); in TEST_P()
67 layer->updateGeometry(); in TEST_P()
79 layer->updateGeometry(); in TEST_P()
/frameworks/native/services/surfaceflinger/
DLayer.h888 bool updateGeometry();
900 void updateSnapshot(bool updateGeometry);
901 void updateChildrenSnapshots(bool updateGeometry);
DLayer.cpp818 if (updateGeometry()) { in doTransaction()
3036 bool Layer::updateGeometry() { in updateGeometry() function in android::Layer
4332 void Layer::updateSnapshot(bool updateGeometry) { in updateSnapshot() argument
4338 if (updateGeometry) { in updateSnapshot()
4378 void Layer::updateChildrenSnapshots(bool updateGeometry) { in updateChildrenSnapshots() argument
4380 child->updateSnapshot(updateGeometry); in updateChildrenSnapshots()
4381 child->updateChildrenSnapshots(updateGeometry); in updateChildrenSnapshots()