Home
last modified time | relevance | path

Searched refs:Hwc2TestLayers (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayers.cpp21 Hwc2TestLayers::Hwc2TestLayers(const std::vector<hwc2_layer_t>& layers, in Hwc2TestLayers() function in Hwc2TestLayers
23 : Hwc2TestLayers(layers, coverage, displayArea, in Hwc2TestLayers()
26 Hwc2TestLayers::Hwc2TestLayers(const std::vector<hwc2_layer_t>& layers, in Hwc2TestLayers() function in Hwc2TestLayers
50 std::string Hwc2TestLayers::dump() const in dump()
59 void Hwc2TestLayers::reset() in reset()
68 bool Hwc2TestLayers::advance() in advance()
87 bool Hwc2TestLayers::advanceVisibleRegions() in advanceVisibleRegions()
109 bool Hwc2TestLayers::optimizeLayouts() in optimizeLayouts()
118 bool Hwc2TestLayers::contains(hwc2_layer_t layer) const in contains()
123 int Hwc2TestLayers::getBuffer(hwc2_layer_t layer, buffer_handle_t* outHandle, in getBuffer()
[all …]
DHwc2TestLayers.h31 class Hwc2TestLayers {
33 Hwc2TestLayers(const std::vector<hwc2_layer_t>& layers,
36 Hwc2TestLayers(const std::vector<hwc2_layer_t>& layers,
DHwc2TestBuffer.h30 class Hwc2TestLayers; variable
62 const Area& bufferArea, const Hwc2TestLayers* testLayers,
DAndroid.mk49 Hwc2TestLayers.cpp \
DHwc2TestClientTarget.h34 int getBuffer(const Hwc2TestLayers& layers,
DHwc2TestClientTarget.cpp23 int Hwc2TestClientTarget::getBuffer(const Hwc2TestLayers& testLayers, in getBuffer()
DHwc2Test.cpp701 const Hwc2TestLayers& testLayers, in handleCompositionChanges()
1189 Hwc2TestLayers* testLayers);
1207 Hwc2TestLayers* testLayers);
1230 using AdvanceProperties = bool (*)(Hwc2TestLayers* testLayer);
1321 Hwc2TestLayers testLayers(layers, coverage, displayArea); in setLayerProperties()
1428 Hwc2TestLayers testLayers(layers, coverage, displayArea); in displayLayers()
1613 Hwc2TestLayers* testLayers, bool* outSkip) in setLayerProperties()
1670 Hwc2TestLayers* testLayers, bool* outSkip) in setLayerProperties()
1682 const Hwc2TestLayers& testLayers, in setClientTarget()
1720 Hwc2TestLayers testLayers(layers, coverage, displayArea, in presentDisplays()
[all …]
DHwc2TestBuffer.cpp466 const Hwc2TestLayers* testLayers, in get()