Lines Matching defs:Hwc2TestLayers

19 #include "Hwc2TestLayers.h"
21 Hwc2TestLayers::Hwc2TestLayers(const std::vector<hwc2_layer_t>& layers,
23 : Hwc2TestLayers(layers, coverage, displayArea,
26 Hwc2TestLayers::Hwc2TestLayers(const std::vector<hwc2_layer_t>& layers,
50 std::string Hwc2TestLayers::dump() const
59 void Hwc2TestLayers::reset()
68 bool Hwc2TestLayers::advance()
87 bool Hwc2TestLayers::advanceVisibleRegions()
109 bool Hwc2TestLayers::optimizeLayouts()
118 bool Hwc2TestLayers::contains(hwc2_layer_t layer) const
123 int Hwc2TestLayers::getBuffer(hwc2_layer_t layer, buffer_handle_t* outHandle,
132 hwc2_blend_mode_t Hwc2TestLayers::getBlendMode(hwc2_layer_t layer) const
140 Area Hwc2TestLayers::getBufferArea(hwc2_layer_t layer) const
148 hwc_color_t Hwc2TestLayers::getColor(hwc2_layer_t layer) const
156 hwc2_composition_t Hwc2TestLayers::getComposition(hwc2_layer_t layer) const
164 hwc_rect_t Hwc2TestLayers::getCursorPosition(hwc2_layer_t layer) const
172 android_dataspace_t Hwc2TestLayers::getDataspace(hwc2_layer_t layer) const
180 hwc_rect_t Hwc2TestLayers::getDisplayFrame(hwc2_layer_t layer) const
188 float Hwc2TestLayers::getPlaneAlpha(hwc2_layer_t layer) const
196 hwc_frect_t Hwc2TestLayers::getSourceCrop(hwc2_layer_t layer) const
204 hwc_region_t Hwc2TestLayers::getSurfaceDamage(hwc2_layer_t layer) const
212 hwc_transform_t Hwc2TestLayers::getTransform(hwc2_layer_t layer) const
220 hwc_region_t Hwc2TestLayers::getVisibleRegion(hwc2_layer_t layer) const
228 uint32_t Hwc2TestLayers::getZOrder(hwc2_layer_t layer) const
238 bool Hwc2TestLayers::setVisibleRegions()