Searched defs:clearLayers (Results 1 - 4 of 4) 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 DHwc2TestVirtualDisplay.cpp69 const std::set<hwc2_layer_t>* clearLayers)
72 clearLayers);
67 verifyOutputBuffer(const Hwc2TestLayers* testLayers, const std::vector<hwc2_layer_t>* allLayers, const std::set<hwc2_layer_t>* clearLayers) argument
H A DHwc2TestBuffer.cpp474 const std::set<hwc2_layer_t>* clearLayers)
515 if (clearLayers->count(*layer) != 0) {
695 const std::set<hwc2_layer_t>* clearLayers)
710 clientLayers, clearLayers);
748 const std::set<hwc2_layer_t>* clearLayers)
765 &allLayerSet, clearLayers);
469 compositeBufferFromLayers( const android::sp<android::GraphicBuffer>& graphicBuffer, android_pixel_format_t format, const Area& bufferArea, const Hwc2TestLayers* testLayers, const std::set<hwc2_layer_t>* layersToDraw, const std::set<hwc2_layer_t>* clearLayers) argument
691 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
745 generateExpectedBuffer( const Hwc2TestLayers* testLayers, const std::vector<hwc2_layer_t>* allLayers, const std::set<hwc2_layer_t>* clearLayers) argument
H A DHwc2Test.cpp1692 const std::set<hwc2_layer_t>& clearLayers, bool flipClientTarget,
1701 clearLayers, flipClientTarget, displayArea, &handle,
1735 std::set<hwc2_layer_t> clearLayers; local
1758 numRequests, &clearLayers, &flipClientTarget));
1761 clearLayers, flipClientTarget, displayArea));
1829 std::set<hwc2_layer_t> clearLayers; local
1855 numRequests, &clearLayers, &flipClientTarget));
1858 clearLayers, flipClientTarget, displayArea));
1871 &layers, &clearLayers), 0);
3749 std::set<hwc2_layer_t> clearLayers; local
1688 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
[all...]

Completed in 62 milliseconds