Home
last modified time | relevance | path

Searched refs:levelInfo (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp186 TextureLevelInfo* levelInfo = const_cast<TextureLevelInfo*>(GetTextureLevel(arg.target, arg.level)); in SetTextureLevel() local
187 if (levelInfo) { in SetTextureLevel()
188 levelInfo->valid = true; in SetTextureLevel()
189 levelInfo->internalFormat = arg.internalFormat; in SetTextureLevel()
190 levelInfo->width = arg.width; in SetTextureLevel()
191 levelInfo->height = arg.height; in SetTextureLevel()
192 levelInfo->depth = arg.depth; in SetTextureLevel()
193 levelInfo->type = arg.type; in SetTextureLevel()
194 levelInfo->Dump("SetTextureLevel", arg.target, arg.level); in SetTextureLevel()
211 TextureLevelInfo* levelInfo in SetTexStorageInfo() local
362 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetInternalFormat() local
371 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetType() local
380 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetWidth() local
389 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetHeight() local
398 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); GetDepth() local
407 const TextureLevelInfo* levelInfo = GetTextureLevel(target, level); CheckValid() local
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Ddevsl_dispatcher.cpp108 void DevslDispatcher::DevslGottonCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo) in DevslGottonCallback() argument
112 levelInfo = DATA_SEC_LEVEL1; in DevslGottonCallback()
118 std::thread([udid, levelInfo]() { DevslGottonCallbackAsync(udid, levelInfo); }); in DevslGottonCallback()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunication_provider_impl.cpp77 Status CommunicationProviderImpl::Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) in Broadcast() argument
79 return SoftBusAdapter::GetInstance()->Broadcast(pipeInfo, levelInfo); in Broadcast()
H A Dsoftbus_adapter_standard.cpp452 Status SoftBusAdapter::Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) in Broadcast() argument
455 .dynamicLevel = levelInfo.dynamic, in Broadcast()
456 .staticLevel = levelInfo.statics, in Broadcast()
457 .switchLevel = levelInfo.switches, in Broadcast()
458 .switchLength = levelInfo.switchesLen, in Broadcast()
467 void SoftBusAdapter::OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo) in OnBroadcast() argument
474 onBroadcast_(device.deviceId, levelInfo); in OnBroadcast()
H A Dsoftbus_adapter.h76 Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo);
77 void OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo);
H A Dcommunication_provider_impl.h51 Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) override;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Ddevsl_dispatcher.h36 static void DevslGottonCallback(DEVSLQueryParams *queryParams, int32_t result, uint32_t levelInfo);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommunication_provider.h64 virtual Status Broadcast(const PipeInfo &pipeInfo, const LevelInfo &levelInfo) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp106 [](const std::string &device, const AppDistributedKv::LevelInfo &levelInfo) { in InitBroadcast()
108 level.dynamic = levelInfo.dynamic; in InitBroadcast()
109 level.statics = levelInfo.statics; in InitBroadcast()
110 level.switches = levelInfo.switches; in InitBroadcast()
111 level.switchesLen = levelInfo.switchesLen; in InitBroadcast()

Completed in 5 milliseconds