Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 63) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
Dshader_pipeline_binder.cpp50 const uint32_t set = pipelineLayout.descriptorSetLayouts[idx].set; in ShaderPipelineBinder() local
122 void ShaderPipelineBinder::Bind(const uint32_t set, const uint32_t binding, const RenderHandleRefer… in Bind()
137 const uint32_t set, const uint32_t binding, const array_view<const uint8_t> data) in SetUniformData()
148 void ShaderPipelineBinder::BindBuffer(const uint32_t set, const uint32_t binding, const Buffer& res… in BindBuffer()
164 void ShaderPipelineBinder::BindImage(const uint32_t set, const uint32_t binding, const Image& resou… in BindImage()
180 void ShaderPipelineBinder::BindSampler(const uint32_t set, const uint32_t binding, const Sampler& r… in BindSampler()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
Dtrigger_db_helper.cpp97 bool TriggerDbHelper::GetVendorUuid(std::shared_ptr<AbsSharedResultSet> &set, int32_t &vendorUuid) … in GetVendorUuid()
114 bool TriggerDbHelper::GetBlob(std::shared_ptr<AbsSharedResultSet> &set, std::vector<uint8_t> &data)… in GetBlob()
131 bool TriggerDbHelper::GetModelVersion(std::shared_ptr<AbsSharedResultSet> &set, int32_t &version) c… in GetModelVersion()
157 std::shared_ptr<AbsSharedResultSet> set = store_->QuerySql( in GetGenericTriggerModel() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
Di_storage.ts18 set<T>(key: string, val: T): void; method
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_font_manager.cpp88 auto set = fontMgr_->matchFamily(familyName.c_str()); in MatchFamily() local
90 RSFontStyleSet* set = fontMgr_->MatchFamily(familyName.c_str()); in MatchFamily() local
Dtexgine_font_style_set.cpp22 TexgineFontStyleSet::TexgineFontStyleSet(SkFontStyleSet *set) in TexgineFontStyleSet()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/
Dfu_synced_property_object_nested.ts73 public set(newValue: C): void { method in SynchedPropertyNesedObject
Dfu_observed_property_simple.ts64 public set(newValue: T): void { method in ObservedPropertySimple
Dfu_synced_property_simple_two_way.ts67 public set(newValue: T): void { method in SynchedPropertySimpleTwoWay
Dfu_observed_property_object.ts97 public set(newValue: T): void { method in ObservedPropertyObject
Dfu_synced_property_object_two_way.ts86 public set(newValue: C): void { method in SynchedPropertyObjectTwoWay
Dfu_synced_property_simple_one_way.ts48 public set(newValue: T): void { method in SynchedPropertySimpleOneWay
/foundation/multimedia/av_codec/frameworks/native/avsource/
Davsource_impl.cpp136 bool set = format.SetMeta(mediaInfo); in GetSourceFormat() local
153 bool set = format.SetMeta(streamsInfo[trackIndex]); in GetTrackFormat() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/
Dcore_fullscreen_pipeline.json5 "set": 0, number
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/common/
Dmock_storage.ts57 public set<T>(key: string, val: T): void { method in MockStorage
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Dpipeline_descriptor_set_binder.cpp558 const uint32_t set = pipelineDescRef.set; in PipelineDescriptorSetBinder() local
592 void PipelineDescriptorSetBinder::BindBuffer(const uint32_t set, const uint32_t binding, const Bind… in BindBuffer()
603 const uint32_t set, const uint32_t binding, const array_view<const BindableBuffer> resources) in BindBuffers()
613 void PipelineDescriptorSetBinder::BindImage(const uint32_t set, const uint32_t binding, const Binda… in BindImage()
624 const uint32_t set, const uint32_t binding, const array_view<const BindableImage> resources) in BindImages()
635 const uint32_t set, const uint32_t binding, const BindableSampler& resource) in BindSampler()
646 const uint32_t set, const uint32_t binding, const array_view<const BindableSampler> resources) in BindSamplers()
707 uint32_t set = 0; in GetFirstSet() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Dshader_module_gles.cpp32 void Collect(const uint32_t set, const DescriptorSetLayoutBinding& binding, SetType& sets) in Collect()
42 uint8_t set; in CollectRes() member
47 for (const auto& set : pipeline.descriptorSetLayouts) { in CollectRes() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
Dpu_synced_property_object_nested.ts83 public set(newValue: C): void { method in SynchedPropertyNestedObjectPU
Dpu_observed_property.ts150 public set(newValue: T): void { method in ObservedPropertyPU
Dpu_synced_property_two_way.ts134 public set(newValue: C): void { method in SynchedPropertyTwoWayPU
Dpu_synced_property_one_way.ts207 public set(newValue: C): void { method in SynchedPropertyOneWayPU
/foundation/distributeddatamgr/data_object/interfaces/jskits/
Ddistributed_data_object.js97 set: function (newValue) { method
109 set: function (newValue) { method
196 set: function (newValue) { method
243 set: function (newValue) { method
254 set: function (newValue) { method
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dfont_providers.cpp64 auto set = provider->MatchFamily(familyName); in GenerateFontCollection() local
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/
Dindex.js110 set(value) { method
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_data_ability.h91 …std::shared_ptr<NativeRdb::AbsSharedResultSet> set = std::make_shared<NativeRdb::AbsSharedResultSe… in Query() local
114 std::shared_ptr<AppExecFwk::PacMap> set = std::make_shared<AppExecFwk::PacMap>(); in Call() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
Dability_start_setting_test.cpp77 std::set<std::string> set = abilityStartSetting_->GetPropertiesKey(); variable

123