Home
last modified time | relevance | path

Searched refs:propertyCount (Results 1 - 21 of 21) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp322 uint32_t propertyCount = 0; in HWTEST_F() local
323 VkResult err = vkEnumerateInstanceLayerProperties(&propertyCount, nullptr); in HWTEST_F()
325 if (propertyCount > 0) { in HWTEST_F()
326 std::vector<VkLayerProperties> properties(propertyCount); in HWTEST_F()
327 err = vkEnumerateInstanceLayerProperties(&propertyCount, properties.data()); in HWTEST_F()
452 uint32_t propertyCount = 0; in HWTEST_F() local
453 VkResult err = vkEnumerateDeviceLayerProperties(physicalDevice_, &propertyCount, nullptr); in HWTEST_F()
455 if (propertyCount > 0) { in HWTEST_F()
456 std::vector<VkLayerProperties> properties(propertyCount); in HWTEST_F()
457 err = vkEnumerateDeviceLayerProperties(physicalDevice_, &propertyCount, propertie in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h66 uint32_t propertyCount; /**< Count of properties */ member
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp167 void CustomPropertyPodContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() argument
169 reservePropertyCount_ = propertyCount; in ReservePropertyCount()
554 void CustomPropertyBindingContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() argument
556 reservePropertyCount_ = propertyCount; in ReservePropertyCount()
H A Dproperty_util.h37 * NOTE: One must use Reserve(propertyCount) before adding properties
72 void ReservePropertyCount(size_t propertyCount);
138 * NOTE: One must use Reserve(propertyCount) before adding properties
168 void ReservePropertyCount(size_t propertyCount);
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h37 * NOTE: One must use Reserve(propertyCount) before adding properties
72 void ReservePropertyCount(size_t propertyCount);
H A Dproperty_util.cpp172 void CustomPropertyPodContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() argument
174 reservePropertyCount_ = propertyCount; in ReservePropertyCount()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp152 info.propertyCount = hdiInfo.propertyCount; in GetScreenCapability()
154 info.props.reserve(hdiInfo.propertyCount); in GetScreenCapability()
155 for (uint32_t i = 0; i < hdiInfo.propertyCount; i++) { in GetScreenCapability()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp211 .propertyCount = 0
512 capability_.supportLayers, capability_.virtualDispCount, capability_.propertyCount); in CapabilityDump()
522 decltype(capability_.propertyCount) propIndex = 0; in PropDump()
523 for (; propIndex < capability_.propertyCount; ++propIndex) { in PropDump()
H A Drs_screen_manager.cpp876 uint32_t propCount = capability.propertyCount; in GetScreenCapabilityLocked()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp748 size_t propertyCount; member
765 info.constructor, nullptr, info.propertyCount, info.property, &constructor); in DoInit()
814 .propertyCount = sizeof(properties) / sizeof(properties[NUM_0]), in Init()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h97 size_t propertyCount,
99 panda::Local<panda::ObjectRef> NapiCreateObjectWithProperties(napi_env env, size_t propertyCount,
H A Dark_native_engine.cpp919 panda::Local<panda::ObjectRef> NapiCreateObjectWithProperties(napi_env env, size_t propertyCount, in NapiCreateObjectWithProperties() argument
926 for (size_t i = 0; i < propertyCount; ++i) { in NapiCreateObjectWithProperties()
967 Local<panda::ObjectRef> object = panda::ObjectRef::NewWithProperties(vm, propertyCount, keys, attrs); in NapiCreateObjectWithProperties()
972 size_t propertyCount, in NapiCreateSObjectWithProperties()
978 for (size_t i = 0; i < propertyCount; ++i) { in NapiCreateSObjectWithProperties()
971 NapiCreateSObjectWithProperties(napi_env env, size_t propertyCount, const NapiPropertyDescriptor* properties) NapiCreateSObjectWithProperties() argument
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp217 "supportWriteBack(%{public}d), propertyCount(%{public}d)", in CreatePhysicalScreen()
218 info.supportLayers, info.virtualDispCount, info.supportWriteBack, info.propertyCount); in CreatePhysicalScreen()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dentity_collection.cpp812 const auto propertyCount = propertyApi.PropertyCount();
813 for (size_t i = 0; i < propertyCount; ++i) {
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp845 const auto propertyCount = propertyApi.PropertyCount();
846 for (size_t i = 0; i < propertyCount; ++i) {
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp329 "supportWriteBack(%{public}d), propertyCount(%{public}d)", info.supportLayers, in CreatePhysicalScreen()
330 info.virtualDispCount, info.supportWriteBack, info.propertyCount); in CreatePhysicalScreen()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp504 LOGI("GetScreenCapability: supportWriteBack(%{public}d), propertyCount(%{public}d)", in CreatePyhsicalScreen()
505 info.supportWriteBack, info.propertyCount); in CreatePyhsicalScreen()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp640 ASSERT_EQ(rsScreen->capability_.propertyCount, 0); in HWTEST_F()
951 rsScreen->capability_.propertyCount = 2; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screenmanager/
H A Drs_screen_unit_test.cpp624 ASSERT_EQ(rsScreen->capability_.propertyCount, 0); in HWTEST_F()
931 rsScreen->capability_.propertyCount = 2; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp711 size_t propertyCount; member
720 info.constructor, nullptr, info.propertyCount, info.property, &constructor); in DoInit()
810 .propertyCount = props.size(), in Init()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession.cpp125 auto propertyCount = sizeof(descriptors) / sizeof(napi_property_descriptor); in Init() local
128 propertyCount, descriptors, &constructor); in Init()

Completed in 34 milliseconds