Searched defs:clearLayers (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestClientTarget.cpp25 const std::set<hwc2_layer_t>& clearLayers, bool flipClientTarget,
47 &testLayers, &clientLayers, &clearLayers);
23 getBuffer(const Hwc2TestLayers& testLayers, const std::set<hwc2_layer_t>& clientLayers, const std::set<hwc2_layer_t>& clearLayers, bool flipClientTarget, const Area& displayArea, buffer_handle_t* outHandle, int32_t* outAcquireFence) argument
H A DHwc2TestBuffer.cpp468 const std::set<hwc2_layer_t>* clearLayers)
519 if (clearLayers->count(*layer) != 0) {
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 DHwc2Test.cpp1684 const std::set<hwc2_layer_t>& clearLayers, bool flipClientTarget,
1693 clearLayers, flipClientTarget, displayArea, &handle,
1727 std::set<hwc2_layer_t> clearLayers; local
1750 numRequests, &clearLayers, &flipClientTarget));
1753 clearLayers, flipClientTarget, displayArea));
3603 std::set<hwc2_layer_t> clearLayers; local
3624 numRequests, &clearLayers, &flipClientTarget));
3626 clearLayers, flipClientTarget, displayArea, &handle,
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

Completed in 1383 milliseconds