Searched refs:Hwc2TestLayers (Results 1 – 10 of 10) 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, 97 int generateExpectedBuffer(const Hwc2TestLayers* testLayers,
|
D | Hwc2TestVirtualDisplay.h | 39 int verifyOutputBuffer(const Hwc2TestLayers* testLayers,
|
D | Hwc2TestClientTarget.h | 34 int getBuffer(const Hwc2TestLayers& layers,
|
D | Hwc2TestClientTarget.cpp | 23 int Hwc2TestClientTarget::getBuffer(const Hwc2TestLayers& testLayers, in getBuffer()
|
D | Hwc2TestVirtualDisplay.cpp | 67 int Hwc2TestVirtualDisplay::verifyOutputBuffer(const Hwc2TestLayers* testLayers, in verifyOutputBuffer()
|
D | Android.bp | 30 "Hwc2TestLayers.cpp",
|
D | Hwc2Test.cpp | 707 const Hwc2TestLayers& testLayers, in handleCompositionChanges() 1195 Hwc2TestLayers* testLayers); 1213 Hwc2TestLayers* testLayers); 1236 using AdvanceProperties = bool (*)(Hwc2TestLayers* testLayer); 1327 Hwc2TestLayers testLayers(layers, coverage, displayArea); in setLayerProperties() 1434 Hwc2TestLayers testLayers(layers, coverage, displayArea); in displayLayers() 1620 Hwc2TestLayers* testLayers, bool* outSkip) in setLayerProperties() 1678 Hwc2TestLayers* testLayers, bool* outSkip) in setLayerProperties() 1690 const Hwc2TestLayers& testLayers, in setClientTarget() 1728 Hwc2TestLayers testLayers(layers, coverage, displayArea, in presentDisplays() [all …]
|
D | Hwc2TestBuffer.cpp | 472 const Hwc2TestLayers* testLayers, in compositeBufferFromLayers() 693 const Hwc2TestLayers* testLayers, in get() 746 const Hwc2TestLayers* testLayers, in generateExpectedBuffer()
|