Home
last modified time | relevance | path

Searched refs:supportLayers (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_capability.cpp21 uint32_t phyHeight, uint32_t supportLayers, uint32_t virtualDispCount, in RSScreenCapability() argument
24 phyHeight_(phyHeight), supportLayers_(supportLayers), in RSScreenCapability()
49 void RSScreenCapability::SetSupportLayers(uint32_t supportLayers) in SetSupportLayers() argument
51 supportLayers_ = supportLayers; in SetSupportLayers()
170 uint32_t supportLayers; in Unmarshalling() local
187 if (!parcel.ReadUint32(supportLayers)) { in Unmarshalling()
203 phyWidth, phyHeight, supportLayers, virtualDispCount, supportWriteBack, props); in Unmarshalling()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_capability_v10.md24 | unsigned int [supportLayers](#supportlayers) | 支持的图层数 |
84 ### supportLayers subsection
87 unsigned int DisplayCapability::supportLayers
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_capability.h35 uint32_t phyHeight, uint32_t supportLayers, uint32_t virtualDispCount,
45 void SetSupportLayers(uint32_t supportLayers);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h63 uint32_t supportLayers; /**< Number of supported layers */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/
H A Drsscreencapability_fuzzer.cpp174 uint32_t supportLayers = GetData<uint32_t>(); in DoSetSupportLayers() local
175 capability.SetSupportLayers(supportLayers); in DoSetSupportLayers()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/
H A Ddisplay_composer_type.cpp.txt134 if (!data.WriteUint32(dataBlock.supportLayers)) {
135 HDF_LOGE("%{public}s: write dataBlock.supportLayers failed!", __func__);
195 if (!data.ReadUint32(dataBlock.supportLayers)) {
196 HDF_LOGE("%{public}s: read dataBlock.supportLayers failed!", __func__);
H A Ddisplay_composer_type.h.txt307 uint32_t supportLayers;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_connector.cpp136 cap.supportLayers = mSupportLayers; in GetDisplayCap()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h451 uint32_t supportLayers; /**< Number of supported layers */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp218 info.supportLayers, info.virtualDispCount, info.supportWriteBack, info.propertyCount); in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp150 info.supportLayers = hdiInfo.supportLayers; in GetScreenCapability()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp204 .supportLayers = 0, in ScreenCapabilityInit()
511 … capability_.supportLayers, capability_.virtualDispCount, capability_.propertyCount); in CapabilityDump()
H A Drs_screen_manager.cpp879 screenCapability.SetSupportLayers(capability.supportLayers); in GetScreenCapabilityLocked()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_connector.cpp161 cap.supportLayers = mSupportLayers; in GetDisplayCap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp329 "supportWriteBack(%{public}d), propertyCount(%{public}d)", info.supportLayers, in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp503 info.supportLayers, info.virtualDispCount); in CreatePyhsicalScreen()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/
H A Ddump.txt403 unsigned int supportLayers;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/
H A Ddump.txt557 unsigned int supportLayers;
/ohos5.0/drivers/interface/display/composer/v1_0/
H A DDisplayComposerType.idl329 unsigned int supportLayers; /**< Number of supported layers */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/
H A DDisplayComposerType.idl329 unsigned int supportLayers; /**< Number of supported layers */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/
H A DDisplayComposerType.idl329 unsigned int supportLayers; /**< Number of supported layers */