Home
last modified time | relevance | path

Searched refs:Layer (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp258 layerHook<decltype(&Layer::setCursorPosition), in doGetFunction()
259 &Layer::setCursorPosition, int32_t, int32_t>); in doGetFunction()
262 layerHook<decltype(&Layer::setBuffer), &Layer::setBuffer, in doGetFunction()
266 layerHook<decltype(&Layer::setSurfaceDamage), in doGetFunction()
267 &Layer::setSurfaceDamage, hwc_region_t>); in doGetFunction()
272 layerHook<decltype(&Layer::setBlendMode), in doGetFunction()
273 &Layer::setBlendMode, int32_t>); in doGetFunction()
276 layerHook<decltype(&Layer::setColor), &Layer::setColor, in doGetFunction()
280 layerHook<decltype(&Layer::setCompositionType), in doGetFunction()
281 &Layer::setCompositionType, int32_t>); in doGetFunction()
[all …]
DEmuHWC2.h118 class Layer; variable
121 bool operator()(const std::shared_ptr<Layer>& lhs,
122 const std::shared_ptr<Layer>& rhs) const;
364 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers;
394 class Layer {
396 explicit Layer(Display& display);
399 bool operator==(const Layer& other) { return mId == other.mId; }
400 bool operator!=(const Layer& other) { return !(*this == other); }
457 auto layer = std::get<Layer*>(result); in layerHook()
466 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId,
[all …]
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h126 class Layer; variable
130 bool operator()(const std::shared_ptr<Layer>& lhs,
131 const std::shared_ptr<Layer>& rhs) const;
387 const Layer& layer);
392 const Layer& layer);
451 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers;
455 std::unordered_map<size_t, std::shared_ptr<Layer>> mHwc1LayerMap;
529 class Layer {
531 explicit Layer(Display& display);
533 bool operator==(const Layer& other) { return mId == other.mId; }
[all …]
DHWC2.cpp279 layerHook<decltype(&Layer::setCursorPosition), in doGetFunction()
280 &Layer::setCursorPosition, int32_t, int32_t>); in doGetFunction()
283 layerHook<decltype(&Layer::setBuffer), &Layer::setBuffer, in doGetFunction()
287 layerHook<decltype(&Layer::setSurfaceDamage), in doGetFunction()
288 &Layer::setSurfaceDamage, hwc_region_t>); in doGetFunction()
296 layerHook<decltype(&Layer::setColor), &Layer::setColor, in doGetFunction()
305 layerHook<decltype(&Layer::setDisplayFrame), in doGetFunction()
306 &Layer::setDisplayFrame, hwc_rect_t>); in doGetFunction()
309 layerHook<decltype(&Layer::setPlaneAlpha), in doGetFunction()
310 &Layer::setPlaneAlpha, float>); in doGetFunction()
[all …]