Searched refs:Hwc2TestLayers (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestLayers.cpp | 21 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 …]
|
D | Hwc2TestLayers.h | 31 class Hwc2TestLayers { 33 Hwc2TestLayers(const std::vector<hwc2_layer_t>& layers, 36 Hwc2TestLayers(const std::vector<hwc2_layer_t>& layers,
|
D | Hwc2TestBuffer.h | 30 class Hwc2TestLayers; variable 62 const Area& bufferArea, const Hwc2TestLayers* testLayers,
|
D | Android.mk | 49 Hwc2TestLayers.cpp \
|
D | Hwc2TestClientTarget.h | 34 int getBuffer(const Hwc2TestLayers& layers,
|
D | Hwc2TestClientTarget.cpp | 23 int Hwc2TestClientTarget::getBuffer(const Hwc2TestLayers& testLayers, in getBuffer()
|
D | Hwc2Test.cpp | 701 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 …]
|
D | Hwc2TestBuffer.cpp | 466 const Hwc2TestLayers* testLayers, in get()
|