Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp224 layerHook<decltype(&Layer::setCursorPosition), in doGetFunction()
225 &Layer::setCursorPosition, int32_t, int32_t>); in doGetFunction()
228 layerHook<decltype(&Layer::setBuffer), &Layer::setBuffer, in doGetFunction()
232 layerHook<decltype(&Layer::setSurfaceDamage), in doGetFunction()
233 &Layer::setSurfaceDamage, hwc_region_t>); in doGetFunction()
238 layerHook<decltype(&Layer::setBlendMode), in doGetFunction()
239 &Layer::setBlendMode, int32_t>); in doGetFunction()
242 layerHook<decltype(&Layer::setColor), &Layer::setColor, in doGetFunction()
246 layerHook<decltype(&Layer::setCompositionType), in doGetFunction()
247 &Layer::setCompositionType, int32_t>); in doGetFunction()
[all …]
DEmuHWC2.h113 class Layer; variable
116 bool operator()(const std::shared_ptr<Layer>& lhs,
117 const std::shared_ptr<Layer>& rhs) const;
329 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers;
359 class Layer {
361 explicit Layer(Display& display);
364 bool operator==(const Layer& other) { return mId == other.mId; }
365 bool operator!=(const Layer& other) { return !(*this == other); }
422 auto layer = std::get<Layer*>(result); in layerHook()
431 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId,
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.h175 UINT16 Layer; member
382 IN UINT16 *Layer,
424 IN UINT16 *Layer,
DPxeBcImpl.c803 IN UINT16 *Layer, in EfiPxeBcDiscover() argument
855 if (*Layer != EFI_PXE_BASE_CODE_BOOT_LAYER_INITIAL) { in EfiPxeBcDiscover()
991 Layer, in EfiPxeBcDiscover()
1009 Layer, in EfiPxeBcDiscover()
1023 Layer, in EfiPxeBcDiscover()
2628 UINT16 Layer; in DiscoverBootFile() local
2636 Layer = EFI_PXE_BASE_CODE_BOOT_LAYER_INITIAL; in DiscoverBootFile()
2667 Status = PxeBc->Discover (PxeBc, Type, &Layer, UseBis, NULL); in DiscoverBootFile()
DPxeBcDhcp.c1216 IN UINT16 *Layer, in PxeBcDiscvBootService() argument
1258 if (!UseBis && Layer != NULL) { in PxeBcDiscvBootService()
1259 *Layer &= EFI_PXE_BASE_CODE_BOOT_LAYER_MASK; in PxeBcDiscvBootService()
1265 ASSERT (Layer != NULL); in PxeBcDiscvBootService()
1282 PxeBootItem->Layer = HTONS (*Layer); in PxeBcDiscvBootService()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcBoot.h71 IN UINT16 *Layer,
DPxeBcDhcp4.h208 UINT16 Layer; member
332 IN UINT16 *Layer,
DPxeBcBoot.c834 IN UINT16 *Layer, in PxeBcDiscoverBootServer() argument
845 Layer, in PxeBcDiscoverBootServer()
853 Layer, in PxeBcDiscoverBootServer()
885 UINT16 Layer; in PxeBcDiscoverBootFile() local
891 Layer = EFI_PXE_BASE_CODE_BOOT_LAYER_INITIAL; in PxeBcDiscoverBootFile()
933 Status = PxeBc->Discover (PxeBc, Type, &Layer, UseBis, NULL); in PxeBcDiscoverBootFile()
DPxeBcDhcp6.h235 IN UINT16 *Layer,
DPxeBcDhcp4.c1362 IN UINT16 *Layer, in PxeBcDhcp4Discover() argument
1405 if (!UseBis && Layer != NULL) { in PxeBcDhcp4Discover()
1406 *Layer &= EFI_PXE_BASE_CODE_BOOT_LAYER_MASK; in PxeBcDhcp4Discover()
1433 if (Layer != NULL) { in PxeBcDhcp4Discover()
1434 PxeBootItem->Layer = HTONS (*Layer); in PxeBcDhcp4Discover()
DPxeBcImpl.c538 IN UINT16 *Layer, in EfiPxeBcDiscover() argument
595 if (*Layer != EFI_PXE_BASE_CODE_BOOT_LAYER_INITIAL) { in EfiPxeBcDiscover()
667 Layer, in EfiPxeBcDiscover()
682 Layer, in EfiPxeBcDiscover()
705 Layer, in EfiPxeBcDiscover()
DPxeBcDhcp6.c2072 IN UINT16 *Layer, in PxeBcDhcp6Discover() argument
2100 if (!UseBis && Layer != NULL) { in PxeBcDhcp6Discover()
2101 *Layer &= EFI_PXE_BASE_CODE_BOOT_LAYER_MASK; in PxeBcDhcp6Discover()
/device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
DTlsDxe.uni5 // This module produces EFI TLS (Transport Layer Security) Protocol, EFI TLS
DTlsDxe.inf5 # This module produces EFI TLS (Transport Layer Security) Protocol and EFI TLS
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.h150 UINT16 Layer; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DDeviceIoOnPciRootBridgeIoThunk.inf2 # Module Layer Device I/O on top of PCI Root Bridge I/O (Segment 0)
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dprotocols52 l2tp 115 L2TP # Layer Two Tunneling Protocol [RFC2661]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
DPxeBaseCode.h257 IN UINT16 *Layer,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DPxeBaseCode.h493 IN UINT16 *Layer,
/device/linaro/bootloader/edk2/StdLib/
DStdLib.inc106 # Socket Layer
DReadMe.txt371 # Socket Layer
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt382 # Socket Layer
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DReadMe.txt371 # Socket Layer