Home
last modified time | relevance | path

Searched defs:layerProps (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerTest.cpp171 scheduler::LayerProps layerProps = { in TEST_F() local
207 scheduler::LayerProps layerProps = { in TEST_F() local
281 scheduler::LayerProps layerProps = { in TEST_F() local
H A DLayerHistoryIntegrationTest.cpp329 scheduler::LayerProps layerProps = { in TEST_F() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayer.cpp535 bool Layer::setFrameRateForLayerTree(FrameRate frameRate, const scheduler::LayerProps& layerProps, in setFrameRateForLayerTree()
987 void Layer::recordLayerHistoryBufferUpdate(const scheduler::LayerProps& layerProps, nsecs_t now) { in recordLayerHistoryBufferUpdate()
1045 void Layer::recordLayerHistoryAnimationTx(const scheduler::LayerProps& layerProps, nsecs_t now) { in recordLayerHistoryAnimationTx()
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerHistory.cpp134 void LayerHistory::record(int32_t id, const LayerProps& layerProps, nsecs_t presentTime, in record()
H A DScheduler.cpp710 void Scheduler::recordLayerHistory(int32_t id, const LayerProps& layerProps, nsecs_t presentTime, in recordLayerHistory()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp302 bool GetAvailableValidationLayers(const std::vector<VkLayerProperties> &layerProps, in GetAvailableValidationLayers()