Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DCachedSet.h68 Rect getTextureBounds() const { in getTextureBounds() function
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DFlattener.cpp320 .displayFrame = mNewCachedSet->getTextureBounds(), in mergeWithCachedSets()
360 .displayFrame = currentLayerIter->getTextureBounds(), in mergeWithCachedSets()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DCachedSetTest.cpp383 EXPECT_EQ(Rect(kOutputSize.width, kOutputSize.height), cachedSet.getTextureBounds()); in TEST_F()
436 EXPECT_EQ(Rect(kOutputSize.width, kOutputSize.height), cachedSet.getTextureBounds()); in TEST_F()
484 EXPECT_EQ(Rect(kOutputSize.width, kOutputSize.height), cachedSet.getTextureBounds()); in TEST_F()
535 EXPECT_EQ(Rect(kOutputSize.width, kOutputSize.height), cachedSet.getTextureBounds()); in TEST_F()