Home
last modified time | relevance | path

Searched refs:resourceList (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h48 BASE_NS::array_view<Binder> resourceList; member
79 BASE_NS::vector<Binder> resourceList; member in final
88 BASE_NS::array_view<Binder> resourceList; member
110 BASE_NS::vector<Binder> resourceList; member in final
H A Dgpu_program_gles.cpp683 BuildBindInfos(ret->resourceList, pipelineLayout, map, combSets);
684 ret->plat_.resourceList = ret->resourceList;
772 BuildBindInfos(ret->resourceList, pipelineLayout, map, plat.combSets); in Specialize()
773 ret->plat_.resourceList = ret->resourceList; in Specialize()
H A Drender_backend_gles.cpp2459 const array_view<Binder>* resourceList = nullptr; in BindResources() local
2498 resourceList = &sd.resourceList; in BindResources()
2519 resourceList = &sd.resourceList; in BindResources()
2531 for (const auto& r : *resourceList) { in BindResources()
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.h58 static std::vector<std::string> GetResourceFallback(const std::vector<std::string>& resourceList);
59 static std::vector<std::string> GetStyleResourceFallback(const std::vector<std::string>& resourceList);
60 static std::vector<std::string> GetDeclarativeResourceFallback(const std::set<std::string>& resourceList);
H A Dace_res_config.cpp702 std::vector<std::string> AceResConfig::GetResourceFallback(const std::vector<std::string>& resourceList) in GetResourceFallback() argument
707 AceResConfig::MatchAndSortResConfigs(resourceList, deviceConfigTag, fileList); in GetResourceFallback()
711 std::vector<std::string> AceResConfig::GetStyleResourceFallback(const std::vector<std::string>& resourceList) in GetStyleResourceFallback() argument
715 AceResConfig::MatchAndSortStyleResConfigs(resourceList, deviceConfigTag, fileList); in GetStyleResourceFallback()
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp205 auto &resourceList = iter->second->resourceUnitList_; in RecoverDelayedTask() local
207 for (auto resourceIter = resourceList.begin(); resourceIter != resourceList.end(); resourceIter++) { in RecoverDelayedTask()

Completed in 14 milliseconds