Home
last modified time | relevance | path

Searched refs:supportWriteBack (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.cpp22 bool supportWriteBack, const std::vector<RSScreenProps>& props) in RSScreenCapability() argument
25 virtualDispCount_(virtualDispCount), supportWriteBack_(supportWriteBack), props_(props) in RSScreenCapability()
59 void RSScreenCapability::SetSupportWriteBack(bool supportWriteBack) in SetSupportWriteBack() argument
61 supportWriteBack_ = supportWriteBack; in SetSupportWriteBack()
172 bool supportWriteBack = false; in Unmarshalling() local
193 if (!parcel.ReadBool(supportWriteBack)) { 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.md26 | boolean [supportWriteBack](#supportwriteback) | 是否支持回写 |
94 ### supportWriteBack subsection
97 boolean DisplayCapability::supportWriteBack
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_capability.h36 bool supportWriteBack, const std::vector<RSScreenProps>& props);
47 void SetSupportWriteBack(bool supportWriteBack);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h65 bool supportWriteBack; /**< Whether writeback is supported */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreencapability_fuzzer/
H A Drsscreencapability_fuzzer.cpp210 bool supportWriteBack = GetData<bool>(); in DoSetSupportWriteBack() local
211 capability.SetSupportWriteBack(supportWriteBack); in DoSetSupportWriteBack()
/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.txt144 if (!data.WriteBool(dataBlock.supportWriteBack)) {
145 HDF_LOGE("%{public}s: write dataBlock.supportWriteBack failed!", __func__);
205 if (!data.ReadBool(dataBlock.supportWriteBack)) {
206 HDF_LOGE("%{public}s: read dataBlock.supportWriteBack failed!", __func__);
H A Ddisplay_composer_type.h.txt309 bool supportWriteBack;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_connector.cpp138 cap.supportWriteBack = mSupportWriteBack; in GetDisplayCap()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h453 bool supportWriteBack; /**< Whether writeback is supported */ 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.cpp152 info.supportWriteBack = hdiInfo.supportWriteBack; in GetScreenCapability()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp206 .supportWriteBack = true, in ScreenCapabilityInit()
514 dumpString += (capability_.supportWriteBack) ? "true" : "false"; in CapabilityDump()
H A Drs_screen_manager.cpp881 screenCapability.SetSupportWriteBack(capability.supportWriteBack); in GetScreenCapabilityLocked()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_connector.cpp163 cap.supportWriteBack = mSupportWriteBack; in GetDisplayCap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp330 info.virtualDispCount, info.supportWriteBack, info.propertyCount); in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp505 info.supportWriteBack, info.propertyCount); in CreatePyhsicalScreen()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/
H A Ddump.txt405 boolean supportWriteBack;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/
H A Ddump.txt559 boolean supportWriteBack;
/ohos5.0/drivers/interface/display/composer/v1_0/
H A DDisplayComposerType.idl331 boolean supportWriteBack; /**< Whether writeback is supported */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/
H A DDisplayComposerType.idl331 boolean supportWriteBack; /**< Whether writeback is supported */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/
H A DDisplayComposerType.idl331 boolean supportWriteBack; /**< Whether writeback is supported */