Searched refs:testLayers (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestClientTarget.cpp23 int Hwc2TestClientTarget::getBuffer(const Hwc2TestLayers& testLayers, argument
33 if (testLayers.getVisibleRegion(clientLayer).numRects > 0) {
47 &testLayers, &clientLayers, &clearLayers);
H A DHwc2TestBuffer.cpp466 const Hwc2TestLayers* testLayers,
505 const hwc_rect_t df = testLayers->getDisplayFrame(*layer);
527 float planeAlpha = testLayers->getPlaneAlpha(*layer);
531 if (testLayers->getComposition(*layer)
533 const auto color = testLayers->getColor(*layer);
544 hwc_transform_t transform = testLayers->getTransform(*layer);
583 hwc_frect_t sc = testLayers->getSourceCrop(*layer);
656 hwc2_blend_mode_t blendMode = testLayers->getBlendMode(*layer);
464 get(buffer_handle_t* outHandle, int32_t* outFence, const Area& bufferArea, const Hwc2TestLayers* testLayers, const std::set<hwc2_layer_t>* clientLayers, const std::set<hwc2_layer_t>* clearLayers) argument
H A DHwc2TestBuffer.h62 const Area& bufferArea, const Hwc2TestLayers* testLayers,
H A DHwc2Test.cpp701 const Hwc2TestLayers& testLayers,
720 EXPECT_TRUE(layer != layers.end() || !testLayers.contains(*layer))
723 hwc2_composition_t requestedType = testLayers.getComposition(*layer);
765 if (testLayers.getComposition(layer) == HWC2_COMPOSITION_CLIENT)
1189 Hwc2TestLayers* testLayers);
1207 Hwc2TestLayers* testLayers);
1321 Hwc2TestLayers testLayers(layers, coverage, displayArea);
1326 &testLayers));
1328 } while (advance(&testLayers));
1428 Hwc2TestLayers testLayers(layer
700 handleCompositionChanges(hwc2_display_t display, const Hwc2TestLayers& testLayers, const std::vector<hwc2_layer_t>& layers, uint32_t numTypes, std::set<hwc2_layer_t>* outClientLayers = nullptr) argument
1612 setLayerProperties(hwc2_display_t display, hwc2_layer_t layer, Hwc2TestLayers* testLayers, bool* outSkip) argument
1668 setLayerProperties(hwc2_display_t display, const std::vector<hwc2_layer_t>& layers, Hwc2TestLayers* testLayers, bool* outSkip) argument
1680 setClientTarget(hwc2_display_t display, Hwc2TestClientTarget* testClientTarget, const Hwc2TestLayers& testLayers, const std::set<hwc2_layer_t>& clientLayers, const std::set<hwc2_layer_t>& clearLayers, bool flipClientTarget, const Area& displayArea) argument
2019 advanceVisibleRegions(Hwc2TestLayers* testLayers) argument
[all...]

Completed in 54 milliseconds